/*Template Name: MobiApp - Responsive Mobile App Landing Page Template
Theme URL: http://themeforest.net/user/DSA79/
Description: MobiApp - Responsive Mobile App Landing Page Template
Author: DSA79
Author URL: http://themeforest.net/user/DSA79
Version: 1.0.0
Website: www.dsathemes.com
Tags: responsive, html5 template, one page, mobile app, parallax, business, corporate, project
*/



/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */

/*   01 - General & Basic Styles   */
/*   02 - Header & Navigation      */
/*   03 - Intro      			   */
/*   04 - Features	               */
/*   05 - Call to Action 	  	   */
/*   06 - More Features 	  	   */
/*   07 - Statistic Banner 	  	   */
/*   08 - Content Slider 	  	   */
/*   09 - Promo Banner             */
/*   10 - Screens	      		   */
/*   11 - Black promo Line 	  	   */
/*   12 - Video		               */
/*   13 - Testimonials Rotator	   */
/*   14 - FAQs		 	  	       */
/*   15 - Newsletter	 	  	   */
/*   16 - Footer		 	  	   */
/*   17 - Scroll to Top	 	  	   */



/* ==========================================================================
   01. GENERAL & BASIC STYLES
   ========================================================================== */
 
/*------------------------------------------*/
/*	 Preload Animation 
/*------------------------------------------*/

#preloader{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999; 
	background-color: #fff;
}

#status{
	position:absolute;
	top:50%; 
	left:50%; 
	margin:-100px 0 0 -100px;
	width:200px;
	height:200px;
	background-image: url(../img/icons/loader.html);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 70px 70px;
} 

/*------------------------------------------*/
/*	 Headers
/*------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin-top: 0; 
	margin-bottom: 10px;
}

/*------------------------------------------*/
/*	 Lists
/*------------------------------------------*/

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*------------------------------------------*/
/*	 Link Setting
/*------------------------------------------*/

a {
	text-decoration: none;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

a:hover {
	color: #444;
	text-decoration: none;
}

a:focus {
	color: #57b0ff;
	outline: none;
	border: none;
	text-decoration: none;
} 

/*------------------------------------------*/
/*	 Theme Button
/*------------------------------------------*/

.btn-theme {
	background-color: #57b0ff;
	color: #fff;
	font-size: 15px;
	padding: 9px 18px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.btn-theme:hover {
	background-color: #d64832;
	color: #fff;
}

/*------------------------------------------*/
/*	 Button Hover/Focus
/*------------------------------------------*/

.btn:focus {
	outline: none;
}

.btn:focus {
	color: #006FD1;
	text-decoration: none;
}

/*------------------------------------------*/
/*	 Parallax Settings
/*------------------------------------------*/

.parallax {
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#call_to_action { 
	background-image: url(../img/parallax/call-to-action.jpg); 
}

#statistic_banner { 
	background-image: url(../img/parallax/statistic-banner.jpg); 
}

#promo_banner {
	background-image: url(../img/parallax/promo-banner.jpg);
}

#testimonials_rotator {
	background-image: url(../img/parallax/testimonials.jpg);
}


/*------------------------------------------*/
/*	 Section Titlebar
/*------------------------------------------*/

.titlebar {
	margin-bottom: 60px;
	text-align: center;
}

.titlebar h2 {
	color: #000;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: -1px;
	font-weight: 700;
}

.titlebar p {
	color: #333;
	font-size: 16px;
	line-height: 24px;
}



/* ==========================================================================
   02. HEADER & NAVIGATION
   ========================================================================== */

/*------------------------------------------*/
/*	 Logo Image    
/*------------------------------------------*/

.navbar-brand {
	padding: 5px 15px;
}
.znak {
	margin-right: 30px;
}
     
/*------------------------------------------*/
/*	 Navigation Menu    
/*------------------------------------------*/

.navbar {	
	margin-bottom: 0;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	padding: 30px 0px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.navbar-fixed-top { 
	border-bottom: none;
}

.navbar-nav > li > a {
	color: #ddd;
	line-height: 60px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	padding: 0 13px;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}

/*------------------------------------------*/
/*	 Navbar Scroll   
/*------------------------------------------*/

.scroll-fixed-navbar {
	padding: 0px;
	background-color: #222;
}

.scroll-fixed-navbar .navbar-nav > li > a,
.scroll-fixed-navbar .navbar-brand .black-color { 
		color: #fff;
}

/*------------------------------------------*/
/*	 Menu Hover
/*------------------------------------------*/

.navbar-nav > li > a:hover,
.navbar-nav > li > a.selected-nav {
	color: #57b0ff;
	background-color: transparent;
}

/*------------------------------------------*/
/*	 Responsive Menu    
/*------------------------------------------*/

.navbar-toggle {
    position: relative;
    float: right;
	background-color: none;
    padding: 10px;
	margin: 13px 30px 13px 0;
	border: none;
	color: #fff;
	border: 2px solid #fff;
}

.navbar-toggle .icon-bar {
	background-color: #fff;
}



/* ==========================================================================
   03. INTRO
   ========================================================================== */

/*------------------------------------------*/
/*	 Intro Basic Settings
/*------------------------------------------*/

#intro {
	width: 100%;
	background-image: url(../img/thumbs/intro_header_bkg.jpg);
	background-repeat: no-repeat;
	background-position: center center;		
	background-size: cover;
	color: #fff;
	padding-top: 160px;
}

/*------------------------------------------*/
/*	 Intro Description 
/*------------------------------------------*/

#intro_description h1 {
	font-size: 42px;
	font-weight: 800;
	line-height: 45px;
	letter-spacing: -1px;
	margin-top: 50px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

#intro_description h1 span {
	display: block;
	font-size: 78px;
	line-height: 70px;
	color: inherit;
}

#intro_description h2 { 
	font-size: 36px;
	font-weight: 300;
	letter-spacing: -1px;
	margin-top: 0px;
	margin-bottom: 20px;
}

#intro_description p { 
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
}

/*------------------------------------------*/
/*	 Intro Store Icons
/*------------------------------------------*/

#intro_stores {
	margin-top: 20px;
}

#intro_stores a {
	margin-right: 5px;
	font-size: 78px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	color: #fff;
	text-shadow: 2px 2px 1px #000;
}

#intro_stores a:last-child {
	margin-right: 0;
}

/*------------------------------------------*/
/*	 Intro Image
/*------------------------------------------*/

#intro_image .img-responsive { 
	display: inline-block; 
}



/* ==========================================================================
   04. FEATURES
   ========================================================================== */
 
#features {
	padding-top: 100px;
	padding-bottom: 100px;
} 

/*------------------------------------------*/
/*	  Features Left Side 
/*------------------------------------------*/

#features_left_content {
    text-align: right;
	padding-right: 0;
}

/*------------------------------------------*/
/*	  Features Right Side
/*------------------------------------------*/

#features_right_content {
    text-align: left;
    padding-left: 0;
}

/*------------------------------------------*/
/*	  Features Box
/*------------------------------------------*/

.feature-box {
	margin-top: 55px;
}

.feature-box h4 {
	font-size: 16px;
	font-weight: 800;
	margin-bottom: 0;
}

.feature-box p {
	color: #666;
	line-height: 22px;
}

/*------------------------------------------*/
/*	  Feature Box Icon
/*------------------------------------------*/

.feature-box i {
	width: 40px;
	height: 40px;
	color: #57b0ff;	
	font-size: 30px;
	line-height: 38px;
	display: inline-block;
	vertical-align: middle;
}

/*------------------------------------------*/
/*	 Features Image
/*------------------------------------------*/

#features_image .img-responsive { 
	display: inline-block; 
}



/* ==========================================================================
   05. CALL TO ACTION
   ========================================================================== */

#call_to_action {
	padding-top: 40px;
	padding-bottom: 40px;
}   

/*------------------------------------------*/
/*	 Call-To-Action Slogan
/*------------------------------------------*/  

#cta_slogan h2 {
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 2px;
}

#cta_slogan h2 span {
	font-weight: 700;
}

#cta_slogan p {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0;
}

/*------------------------------------------*/
/*	 Call-To-Action Button
/*------------------------------------------*/  

#cta_button a {
	margin-top: 10px;
}



/* ==========================================================================
   06. MORE FEATURES
   ========================================================================== */  
   
#more_features {
	padding-top: 100px;
	padding-bottom: 100px;
}

/*------------------------------------------*/
/*	 More Features Description
/*------------------------------------------*/

#more_features_description h2 {
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 20px;
}

#more_features_description p {
	color: #666;
	line-height: 22px;
}

/*------------------------------------------*/
/*	  More Feature Box
/*------------------------------------------*/

.more_feature_box {
	margin-top: 40px;
}

.more_feature_box h4 {
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;	
	margin-bottom: 3px;
}

.more_feature_box p {
	color: #666;
	font-size: 13px;
	line-height: 22px;
}

/*------------------------------------------*/
/*	  More Feature Box Icon
/*------------------------------------------*/

.feature-box-icon {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 8px;
    top: 0px;
    color: #57b0ff;
    line-height: 30px;
    text-align: center;
    font-size: 35px;
}

/*------------------------------------------*/
/*	  More Feature Box Content
/*------------------------------------------*/

.feature-box-content {
	padding-left: 40px;
}

.feature-box-content h4 {
	font-weight: 800;
}

/*------------------------------------------*/
/*	 More Features Image
/*------------------------------------------*/

#more_features .img-responsive { 
	display: inline-block; 
}



/* ==========================================================================
   07. STATISTIC BANNER
   ========================================================================== */  
   
#statistic_banner {
	padding-top: 60px;
	padding-bottom: 60px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
} 

/*------------------------------------------*/
/*	  Statistic Banner Content
/*------------------------------------------*/ 

.statistic-block {
	text-align: center;
}

.statistic-number {
	color: #ddd;
	font-size: 50px;
	line-height: 50px;
	font-weight: 700;
	margin-bottom: 15px;
}

.statistic-text {
	color: #ddd;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}



/* ==========================================================================
   08. CONTENT SLIDER
   ========================================================================== */

#content_slider {
	padding-top: 100px;
	padding-bottom: 100px;	
}
#content_slider img {
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border: 10px solid #fff;
	-webkit-box-shadow: 1px 1px 10px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 10px -2px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 10px -2px rgba(0,0,0,0.75);
}

/*------------------------------------------*/
/*	 Content Slider
/*------------------------------------------*/

.content_slider .slides {
	margin-top: 10px;
	margin-bottom: 50px;
}

.content_slider h2 {
	font-weight: 300;
	line-height: 36px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.content_slider p {
	color: #666;
	font-size: 15px;
	line-height: 25px;
}

/*------------------------------------------*/
/*	  Content Slider Button
/*------------------------------------------*/

.content_slider a {
	margin-top: 20px;
}

/*------------------------------------------*/
/*	  Content Slider List
/*------------------------------------------*/

#content_slider_list {
	margin-top: 20px;
}

#content_slider_list li {
	color: #666;
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 10px;
}

#content_slider_list i {
	margin-right: 10px;
	font-size: 14px;
}

/*------------------------------------------*/
/*	 Content Slider Image
/*------------------------------------------*/

#content_slider .img-responsive { 
	display: inline-block; 
}

/*------------------------------------------*/
/*	 Content Slider Navigation
/*------------------------------------------*/

.flex-control-paging li a {
	background: #aaa; 
	border: 2px solid #aaa; 
}

.flex-control-paging li a:hover { 
	background: #57b0ff; 
	border: 2px solid #57b0ff; 
}

.flex-control-paging li a.flex-active { 
	background: #57b0ff; 
	border: 2px solid #57b0ff; 
	cursor: default; 
}



/* ==========================================================================
   09. PROMO BANNER 
   ========================================================================== */
   
#promo_banner {
	padding-top: 80px;
	padding-bottom: 80px;
}

#promo_banner h2 {
	font-size: 40px;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 5px;
}

#promo_banner h3 {
	margin-bottom: 30px;
}

#promo_banner .img-responsive {
	display: inline-block;
}



/* ==========================================================================
   10. SCREENS 
   ========================================================================== */

#screens {
	padding-top: 100px;
	padding-bottom: 100px;
} 

#screens_carousel {
	margin-bottom: 40px;
}

/*------------------------------------------*/
/*	  Screenshots Carousel Image 
/*------------------------------------------*/ 

#screens_carousel .item {
	margin: 0 5px;
	position: relative;
	text-align: center;
}

#screens_carousel .item a {
	cursor: url(../img/icons/pointer.png),crosshair;
}
#brands_carousel .item img {
    cursor: pointer;
}
#brands_carousel {
    width: 80%;
    margin: 40px auto 100px auto;
}

/*------------------------------------------*/
/*	  Screenshots Carousel Navigation 
/*------------------------------------------*/ 

.customNavigation a {
	width: 11px;
	height: 11px;
	display: inline-block;
	background: #ddd;
	border-radius: 50%;
	cursor: pointer;
}

.customNavigation a:hover {
	background: #57b0ff;
}

.customNavigation a.prev {
	margin-right: 5px;
}

/*------------------------------------------*/
/*	  Overlay Content 
/*------------------------------------------*/ 

.overlay-content {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	text-align: center;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.hover-overlay {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.hover-overlay img {
	transition: all 600ms;
	-moz-transition: all 600ms;
	-webkit-transition: all 600ms;
	-o-transition: all 600ms;
}

/*------------------------------------------*/
/*	  Overlay Background 
/*------------------------------------------*/ 

.item-overlay {
	opacity: 0;
	opacity: 0; 
	-moz-opacity: 0; 
	filter: alpha(opacity=100);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(10, 10, 10, 0.85);
	-moz-transition: opacity 400ms ease-out;
	-webkit-transition: opacity 400ms ease-out;
	-o-transition: opacity 400ms ease-out;
	transition: opacity 400ms ease-out;
}

.overlay-content h4 {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

/*------------------------------------------*/
/*	  Image Hover Effect 
/*------------------------------------------*/ 

.hover-overlay:hover > img {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.hover-overlay:hover .item-overlay {
	opacity: 1; 
	-moz-opacity: 1; 
	filter: alpha(opacity=100);
}

.item:hover .overlay-content {
	bottom: 48%;
	opacity: 1; 
	-moz-opacity: 1; 
	filter: alpha(opacity=100);
}



/* ==========================================================================
   11. BLACK PROMO LINE
   ========================================================================== */

#black_promo_line {
	padding-top: 60px;
	padding-bottom: 60px;
	background-image: url(../img/thumbs/black_promo_line_bg.png);
    background-repeat: repeat;
    background-position: center center;
}

#black_promo_line h3 {
	color: #999;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 0;
}

#black_promo_line h3 span {
	color: #57b0ff;
	font-weight: 700;
}



/* ==========================================================================
   12. VIDEO
   ========================================================================== */

#video {
	padding-top: 100px;
	padding-bottom: 120px;
}

#video_content h2 {
	font-weight: 300;
	line-height: 36px;
	margin-bottom: 20px;
}

#video_content p {
	color: #666;
	font-size: 15px;
	line-height: 25px;
}

/*------------------------------------------*/
/*	  Video Buttons
/*------------------------------------------*/ 

.stores {
	margin-top: 30px;
}

.stores a {
	margin-right: 5px;
}

.stores a:last-child {
	margin-right: 0;
}

/*------------------------------------------*/
/*	  Video Content Settings
/*------------------------------------------*/ 

.video-block {
	position: relative;
	padding-bottom: 60.25%;
	padding-top: 20px;
	height: 0;
	overflow: hidden;
}

.video-block iframe,
.video-block object,
.video-block embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0;
}



/* ==========================================================================
   13. TESTIMONIALS ROTATOR
   ========================================================================== */

.testimonials {
	margin: 60px 4% 50px;
	color: #fff;
}

#testimonials_rotator .slides {
	margin: 10px 0 60px;
}

/*------------------------------------------*/
/*	 Message Author
/*------------------------------------------*/

.testimonials p.author {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0;
	padding-top: 10px;
}

.testimonials p.author span {
	color: #57b0ff;
}

/*------------------------------------------*/
/*	 Testimonial Message Text
/*------------------------------------------*/

.testimonials p {
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
    padding-top: 10px;
}



/* ==========================================================================
   14. FAQ
   ========================================================================== */

#faq {
	padding-top: 80px;
	padding-bottom: 80px;
} 

/*------------------------------------------*/
/*	  FAQs Question
/*------------------------------------------*/

.question {
	margin-bottom: 20px;
}
  
.question h4 {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 5px;
}

.question p {
	color: #666;
	line-height: 22px;
}



/* ==========================================================================
   15. NEWSLETTER
   ========================================================================== */

#newsletter {
	padding-top: 60px;
	padding-bottom: 80px;
	background-image: url(../img/thumbs/newsletter_bkg.jpg);
    background-repeat: repeat;
    background-position: center center;
}

#newsletter h1 {
	color: #fff;
	font-size: 40px;
	font-weight: 300;
	margin-bottom: 5px;
}

#newsletter p {
	color: #999;
	font-size: 20px;
	font-weight: 300;
}

.message {
	font-size: 18px;
	margin-bottom: 20px;
}

/*------------------------------------------*/
/*	  Newsletter Form Input
/*------------------------------------------*/

#newsletter form input[type="email"], #newsletter form input[type="text"], #newsletter form input[type="phone"],
#promo_banner form input[type="email"], #promo_banner form input[type="text"], #promo_banner form input[type="phone"] {
  background-color: #f0f0f0;
	width: 20%;
	color: #414141;
	font-size: 18px;
  font-weight: 300;
  padding: 10px 15px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
	margin-right:6px;	
}
#newsletter form input[type="email"],
#promo_banner form input[type="email"] {
	margin-right:0;
}

#newsletter form input[type="submit"],
#promo_banner form input[type="submit"] {
	width: 16%;
	background-color: #57b0ff;
	color: #fff;
	font-size: 18px;
    font-weight: 700;
	text-transform: uppercase;
    margin-left: 10px;
    padding: 10px 15px;
	border: medium none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

#newsletter form input[type="submit"]:hover,
#promo_banner form input[type="submit"]:hover {
	background-color: #d64832;
}



/* ==========================================================================
   16. FOOTER
   ========================================================================== */

#footer {
	padding-top: 0px;
	padding-bottom: 0px;
}

/*------------------------------------------*/
/*	 Footer Copy 
/*------------------------------------------*/  

#footer_copy p {
	color: #888;
	font-size: 14px;
}

#footer_copy p span {
	color: #000;
	font-size: 15px;
	font-weight: 800;
}

/*------------------------------------------*/
/*	 Footer Social Icons  
/*------------------------------------------*/

.footer-socials {
	display: inline-block; 
	padding-left: 0;
}

.footer-socials li {
	float: left;
	width: auto !important;
    display: inline-block !important;
    vertical-align: top;
    clear: none !important;
	padding: 0;
}

/*------------------------------------------*/
/*	 Footer Social Icon Setting 
/*------------------------------------------*/

.foo_social {
	text-align: center;
	color: #999;
	font-size: 16px;
    line-height: 40px;
	margin: 0 12px;
    display: block;
    text-decoration: none;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

/*------------------------------------------*/
/*	 Footer Social Icons Hover 
/*------------------------------------------*/

.foo_social.ico-facebook:hover {color: #3b5998;}
.foo_social.ico-twitter:hover {color: #00a9ed;}
.foo_social.ico-behance:hover {color: #00a8e7;}
.foo_social.ico-google-plus:hover {color: #cd1111;}
.foo_social.ico-linkedin:hover {color: #015886;}
.foo_social.ico-dribbble:hover {color: #d92d84;}
.foo_social.ico-instagram:hover {color: #beb3a8;}
.foo_social.ico-pinterest:hover {color: #ac281a; }
.foo_social.ico-dropbox:hover {color: #008ad2;}
.foo_social.ico-skype:hover {color: #00a9ed; }
.foo_social.ico-youtube:hover {color: #cd1b20;}
.foo_social.ico-tumblr:hover {color: #3a5976;}
.foo_social.ico-vimeo:hover {color: #00adee;}
.foo_social.ico-flickr:hover {color: #d2d2d2; }
.foo_social.ico-github:hover {color: #222; }
.foo_social.ico-renren:hover {color: #364a83;}
.foo_social.ico-vk:hover  {color: #3b5998;}
.foo_social.ico-xing:hover  {color: #015f5e;}
.foo_social.ico-weibo:hover {color: #be4443; }
.foo_social.ico-rss:hover {color: #ff6600;}
.foo_social.ico-digg:hover  {color: #222;}
.foo_social.ico-deviantart:hover {color: #57675d;}
.foo_social.ico-envelope:hover {color: #999; }
.foo_social.ico-delicious:hover {color: #0A0A0A;}



/* ==========================================================================
   17. SCROLL TO TOP
   ========================================================================== */

#scrollUp {
	display: none;
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-image: url(../img/icons/back-to-top.png);
	background-repeat: no-repeat;
	background-position: 50% 48%;
	background-color:rgba(123, 123, 123, 0.45);	
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	transition: all 250ms linear;	
}

#scrollUp:hover {
	background-color: rgba(255, 87, 60, 0.95);
}

nav a#pull {  
    display: none;  
}



/* ==========================================================================
   STYLE CHANGER 
   ========================================================================== */

#stlChanger {
	color:#cecece;
	font-size: 14px;
	overflow:hidden;
	position:fixed;
	top: 80px;
	left:0;
	z-index:9999999;
}

#stlChanger .siteChanger, 
#stlChanger .bgChanger,
 #stlChanger .buts {
	position:relative;
	overflow:hidden;
}

#stlChanger .siteChanger, 
#stlChanger .bgChanger {
	min-width: 220px;
	min-height: 220px;
}

#stlChanger a:hover {text-decoration:none;}

#stlChanger .blockChanger {
	width: 170px;
}

#stlChanger .chBody {
	background: #444;
	width: 180px;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	border-radius: 0 6px 6px 0;
}

#stlChanger .chBut {
	background: #57b0ff;
	width: 40px;
	height: 40px;
	position:absolute;
	top: 15px;
	right:0px;
	z-index: 1000000;
	text-align: center;
	border: 1px solid #d64832;
	border-left: none;
	border-radius: 0px 4px 4px 0px;
}

#stlChanger .chBut i {
	color:#fff;
	font-size: 28px;
	margin: 6px;
}

#stlChanger .stBlock {
	position:relative;
	overflow:hidden;
}

#stlChanger p {
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
}

#stlChanger h4 {
	color: #444;
	font-size: 18px;
	background: #444;
	font-weight: 900;
	line-height: 22px;
	display:block;
	margin-top: 0;
	padding: 8px 10px 9px;
}

.layout_color {
	background: url(../img/color-scheme/corporate.html) no-repeat top center;
	width: 142px;
	height: 30px;
	display: inline-block;
	text-indent: 9999px;
	overflow: hidden;
	-webkit-transition: background 200ms ease-in-out;
	-moz-transition: background 200ms ease-in-out;
	-o-transition: background 200ms ease-in-out;
	-ms-transition: background 200ms ease-in-out;
	transition: background 200ms ease-in-out;
}

.layout_color { background-position: 0 bottom;}
.layout_color:hover { background-position: 0 top;}

.layout_color1 {
	background: url(../img/color-scheme/creative.html) no-repeat top center;
	width: 142px;
	height: 30px;
	display: inline-block;
	text-indent: 9999px;
	overflow: hidden;
	-webkit-transition: background 200ms ease-in-out;
	-moz-transition: background 200ms ease-in-out;
	-o-transition: background 200ms ease-in-out;
	-ms-transition: background 200ms ease-in-out;
	transition: background 200ms ease-in-out;
}

.layout_color1 { background-position: 0 bottom;}
.layout_color1:hover { background-position: 0 top;}

.layout_color2 {
	background: url(../img/color-scheme/mobile.html) no-repeat top center;
	width: 142px;
	height: 30px;
	display: inline-block;
	text-indent: 9999px;
	overflow: hidden;
	-webkit-transition: background 200ms ease-in-out;
	-moz-transition: background 200ms ease-in-out;
	-o-transition: background 200ms ease-in-out;
	-ms-transition: background 200ms ease-in-out;
	transition: background 200ms ease-in-out;
}

.layout_color2 { background-position: 0 bottom;}
.layout_color2:hover { background-position: 0 top;}

.layout_color3 {
	background: url(../img/color-scheme/soon.html) no-repeat top center;
	width: 142px;
	height: 30px;
	display: inline-block;
	text-indent: 9999px;
	overflow: hidden;
	-webkit-transition: background 200ms ease-in-out;
	-moz-transition: background 200ms ease-in-out;
	-o-transition: background 200ms ease-in-out;
	-ms-transition: background 200ms ease-in-out;
	transition: background 200ms ease-in-out;
}

.layout_color3 { background-position: 0 bottom;}
.layout_color3:hover { background-position: 0 top;}

a.t_layout {
	color: #fff;
	font-size: 14px; 
	font-weight: 300;
}

a.t_layout.t_Layout_act {
	color: #777;
}

a.t_layout:hover {
	color: #aaa;
}

a.t_layout.t_Layout_act:hover {
	color: #777;
}

#stlChanger .stBgs a  {
	text-decoration:none;
	width: 45px;
	height: 45px;
	float:left;
	padding:0;
	margin: 3px 3px 0 0;
	cursor:pointer;
	opacity: 1;
}

#stlChanger .stBgs a:hover {
	opacity: 0.7;
}

#stlChanger .btn-theme {
	font-size: 16px;	
	padding: 6px 10px;
}









#contacts{
	background-image: url(../img/map.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
#contacts .s-grid-overlay{
	background-color: rgba(0,0,0,.64);
}
#contacts h5{
	    color: rgb(249, 179, 47);
	    font-size: 48px;
	    text-align: center;
	    margin-bottom: 90px;
    	margin-top: 60px;
}
#contacts .s-row{
		max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: left;
    margin-bottom: 50px;
}
#contacts .s-row:last-child{
		margin-bottom: 100px;
}
#contacts h6{
	font-size: 24px;
	color: #fff;
	margin-bottom: 15px;
}
#contacts p{
	font-size: 24px;
	color: #fff;
}
#contacts span{
	font-size: 16px;
	color: #fff;
}


.animatable {
  
  /* initially hide animatable objects */
  visibility: hidden;
  
  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;   
  -moz-animation-play-state: paused;     
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;   
  animation-play-state: paused; 
}

/* show objects being animated */
.animated {
  visibility: visible;
  
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;

  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
/* CSS Animations (extracted from http://glifo.uiparade.com/) */
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.animated.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@media (min-width: 320px) and (max-width: 991px) {
	.block{
		text-align: center;
	}
}

@media (min-width: 320px) and (max-width: 480px){
#contacts h5{
font-size: 32px;
}
}

#video7{
    background-image: url(../img/videobg.html);
    background-size: cover;
    height: 800px;
}

.navidos{
	background: rgba(0, 0, 0, 0.64);
  height: 800px;
}

.knopka{
	width: 125px;
  background: url(../img/knopka.png) no-repeat;
  height: 125px;
	border: none;
  outline: none;
	margin-top:50px;
}

.knopka:hover{
  background-image: url(../img/knopka1.png);	
}
.posledovatelnost i {
	font-size: 60px;
	color: #57b0ff;
	margin-bottom: 15px;
}
.gotovo {
	height: 60px;
	width: auto;
	margin-bottom: 15px;
}
#zcwMiniButton #zcwMiniButtonMain {
	-webkit-box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.75) !important;
	-moz-box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.75) !important;
	box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.75) !important;
}
.shap-tel {
	margin-top: 15px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.shap-tel a, .intro-tel a {
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}
#intro .intro-tel {
	display: none;
}














/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	#intro {
		padding-top: 80px;
	}
	.znak {
		padding-top: 7px !important;
		margin-right: 7px;
	}
	#intro_description h1, #intro_description h1 span {
		font-size: inherit;
		line-height: inherit;
	}
	.statistic-number {
		font-size: 32px !important;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

	#intro {
		padding-top: 70px;
	}
	.navbar-brand {
		padding: 13px 5px !important;
	}
	.znak  img {
		height: 30px;
		width: auto;
	}
	.navbar-header .shap-tel {
		margin-top: 20px;
	}
	.navbar-header .shap-tel a {
		font-size: 14px;
	}
	#intro .intro-tel {
		display: inherit;
		text-align: center;
		margin-bottom: 20px;
	}
	#intro .intro-tel a {
		font-size: 38px;
	}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
	#intro {
		padding-top: 70px !important;
	}
}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}