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


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

/*   01 - General & Basic Styles   */
/*   02 - Header & Navigation      */
/*   03 - Intro      			   */
/*   04 - Features List            */
/*   05 - Call to Action 	  	   */
/*   06 - Feature One		       */
/*   07 - Feature Two              */
/*   08 - Statistic Banner         */
/*   09 - Feature Three            */
/*   10 - Video Banner             */
/*   11 - Testimonials Rotator	   */
/*   12 - Feature Four             */
/*   13 - FAQs		 	  	       */
/*   14 - Newsletter	 	  	   */
/*   15 - Footer		 	  	   */
/*   16 - Scroll to Top	 	  	   */
/*   17 - Contact Form Response    */



/* ==========================================================================
   01. GENERAL & BASIC STYLES
   ========================================================================== */

#content_wrapper  {
	margin-top: 60px;
}
    
/*------------------------------------------*/
/*	 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.GIF);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 75px 75px;
}    
   
/*------------------------------------------*/
/*	 Parallax Settings
/*------------------------------------------*/

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

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

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

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

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

/*------------------------------------------*/
/*	 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: #f8f8f8;
	outline: none;
	border: none;
	text-decoration: none;
} 

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

.btn-theme {
	background-color: #be1e2d;
	color: #fff;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	padding: 10px 20px;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

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

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

.btn:focus {
	color: #f8f8f8;
	text-decoration: none;
	outline: none;
}

/*------------------------------------------*/
/*	 Feature Section Basic Styles
/*------------------------------------------*/ 
   
.feature_image .img-responsive { 
	display: inline-block; 
	margin: 0 auto;
} 

.feature_description h2 {
	color: #222;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 20px;
}

.feature_description p {
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	line-height: 26px;
}  



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

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

.navbar-brand {
	padding: 10px 15px;
}  
     
/*------------------------------------------*/
/*	 Navigation Menu    
/*------------------------------------------*/

.navbar {	
	margin-bottom: 0;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.navbar-fixed-top { 
	background-color: #f4f4f4;
	border-bottom: 1px solid #ddd;
}

.navbar-nav > li > a {
	color: #222;
	font-size: 13px;
	font-family: 'Raleway', sans-serif;
	line-height: 60px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	padding: 0 15px;
	-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;
}

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

.navbar-nav > li > a:hover,
.navbar-nav > li > a.selected-nav {
	color: #be1e2d;
	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 #333;
}

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



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

/*------------------------------------------*/
/*	 Intro Basic Settings
/*------------------------------------------*/
	
#intro {
	width: 100%;
	background-image: url(../img/thumbs/intro_header_bkg.png);
	background-color: #1e304b;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #fff;
	padding-top: 140px;
	padding-bottom: 140px;
}

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

#intro_description h1 {
	font-size: 50px;
	font-weight: 900;
	line-height: 50px;
	margin-bottom: 5px;
}

#intro_description h2 { 
	font-size: 30px;
	font-weight: 900;
	margin-top: 0px;
	margin-bottom: 30px;
}

#intro_description p { 
	font-size: 20px;
	font-family: 'Raleway', sans-serif;
	line-height: 28px;
}

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

#intro_stores {
	margin-top: 50px;
}

#intro_stores a {
	margin-right: 5px;
}

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

/*------------------------------------------*/
/*	 Intro Register Form  
/*------------------------------------------*/

.form_register form {	
	background-color: rgba(172, 172, 172, 0.6);
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	padding: 30px 10px 40px;
	margin: 0 50px;
}

.form_register h4 {
	color: #fff;
    line-height: 30px;
	font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.form_register p {
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
	line-height: 20px;
    margin-bottom: 20px;
	padding: 0 10px;
}

/*------------------------------------------*/
/*	  Register Form Input
/*------------------------------------------*/

.form_register .form-control {
	height: 44px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

input[type="text"],
input[type="email"],
textarea {
	background-color: #f0f0f0;
	color: #444;
	-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;
}

/*------------------------------------------*/
/*	   Register Form Error Message 
/*------------------------------------------*/

.error {
	color: #fc0000;
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	margin-bottom: 20px;
}



/* ==========================================================================
   04. FEATURES LIST
   ========================================================================== */

#features .row {
	padding-top: 80px;
	padding-bottom: 80px;
}  
   
.features_title h1 {
	font-size: 40px;
	font-weight: 300;
	margin-bottom: 40px;
} 
   
/*------------------------------------------*/
/*	  Feature Box
/*------------------------------------------*/

.feature-box {
	margin-bottom: 30px;
	padding-left: 5px;
	padding-right: 5px;
}

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

.feature-box-icon {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0px;
    top: 10px;
    border-radius: 30px;
    color: #d82121;
    line-height: 60px;
    text-align: center;
    font-size: 48px;
}

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

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

.feature-box-content h4 {
	color: #333;
	font-weight: 700;
}

.feature-box-content p {
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	line-height: 24px;
}



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

#call_to_action {
	padding-top: 50px;
}   

#call_to_action .row {
	padding-bottom: 50px;
}

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

#cta_slogan h2 {
	color: #fff;
	font-weight: 700;
	margin-bottom: 2px;
}

#cta_slogan h2 span {
	color: #d82121;
}

#cta_slogan p {
	color: #fff;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;	
	line-height: 26px;
	margin-bottom: 0;
}

#cta_slogan p span {
	color: #19acca;
	font-weight: 700;
}

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

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



/* ==========================================================================
   06. FEATURE ONE
   ========================================================================== */

#feature_one .row {
	padding-top: 120px;
	padding-bottom: 100px;
} 

/*------------------------------------------*/
/*	 Feature One Description
/*------------------------------------------*/	

#feature_1_description {
	margin-top: 100px;
}



/* ==========================================================================
   07. FEATURE TWO
   ========================================================================== */

#feature_two .row {
	padding-top: 120px;
	padding-bottom: 120px;
}   

/*------------------------------------------*/
/*	 Feature Two Description
/*------------------------------------------*/	

#feature_2_description {
	margin-top: 60px;
}



/* ==========================================================================
   08. STATISTIC BANNER
   ========================================================================== */

#statistic-holder {
	padding-top: 65px;
	padding-bottom: 65px;
} 

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

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

.statistic-icon {
	color: #be1e2d;
	font-size: 70px;
	font-family: 'Montserrat', sans-serif;
	line-height: 60px;	
}

.statistic-number {
	color: #fff;
	font-size: 70px;
	font-family: 'Montserrat', sans-serif;
	line-height: 70px;
	font-weight: 900;
}

.statistic-text {
	color: #fff;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
 


/* ==========================================================================
   09. FEATURE THREE
   ========================================================================== */

#feature_three .row {
	padding-top: 120px;
	padding-bottom: 80px;
}   

/*------------------------------------------*/
/*	 Feature Three Description
/*------------------------------------------*/	

#feature_3_description {
	margin-top: 90px;
}

/*------------------------------------------*/
/*	  Feature List Content
/*------------------------------------------*/

#feature_three_list {
	margin-top: 35px;
}

.list-item {
	margin-bottom: 18px;
}

.list-item i {
	color: #222;
	margin-right: 10px;
	font-size: 17px;
}

.list-item h5 {
	color: #222;
	font-size: 17px;
	font-weight: 500;
}



/* ==========================================================================
   10. VIDEO BANNER
   ========================================================================== */

#video, #videoA {
	padding-top: 100px;
}

#video_title h2, #videoA_title h2 {
	color: #fff;
	font-size: 40px;
	font-weight: 300;
	margin-bottom: 5px;
}

#video_title h2 span , #videoA_title h2 span  {
	font-weight: 700;
}

#video_title p, #videoA_title p {
	color: #fff;
	font-size: 20px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	line-height: 26px;
	margin-bottom: 40px;
}

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

.video-block {
	position: relative;
	padding-bottom: 54.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;
}

.f_video iframe {width:640px; height:360px;}

/* ==========================================================================
   11. TESTIMONIALS ROTATOR
   ========================================================================== */
  
.testimonials {
	margin: 120px 8% 80px;
}

.slides {
	margin: 10px 0 200px;
}

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

.testimonials p.author {
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	margin-bottom: 0;
	padding-top: 10px;
}

.testimonials p.author span {
	color: #19acca;
}

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

.testimonials p {
	font-size: 30px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	line-height: 46px;
    padding-top: 10px;
}



/* ==========================================================================
   12. FEATURE FOUR
   ========================================================================== */
   
#feature_four {
	background-image: url(../img/thumbs/pattern.png);
	/*background-color: #d82121;*/
	background-color: #d73225;	
	background-repeat: repeat;
	background-position: 0 0;
	padding-bottom: 40px;	
	color: #fff;
}

/*------------------------------------------*/
/*	 Feature Four Image
/*------------------------------------------*/

#feature_4_image {
	margin-top: -120px;
}

/*------------------------------------------*/
/*	 Feature Four Description
/*------------------------------------------*/	

#feature_4_description {
	margin-top: 145px;	
}

#feature_4_description h2 {
	color: #fff;
}

#feature_4_description p {
	color: #fff;
}

/*------------------------------------------*/
/*	 Feature Four Stores Buttons
/*------------------------------------------*/

.stores {
	margin-top: 40px;
}

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

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



/* ==========================================================================
   13. FAQs
   ========================================================================== */
 
#faq {
	padding-top: 100px;
}

#last_row {
	padding-bottom: 100px;
}

#faq h1 {
	color: #222;
	font-size: 40px;
	font-weight: 300;
	margin-bottom: 40px;
}

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

.question {
	margin-bottom: 20px;
}
  
.question h4 {
	font-weight: 600;
	line-height: 26px;
}

.question p {
	color: #666;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	line-height: 26px;
}



/* ==========================================================================
   14. 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-family: 'Raleway', sans-serif;
	font-weight: 300;
	padding: 0 20%;
}

.message {
	font-size: 18px;
    font-family: 'Raleway', sans-serif;	
	margin-bottom: 20px;
}

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

#newsletter form input[type="email"] {
    background-color: #f0f0f0;
	width: 40%;
	color: #414141;
	font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    padding: 10px 15px;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#newsletter form input[type="submit"] {
	width: 16%;
	background-color: #be1e2d;
	color: #fff;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	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 {
	background-color: #910f1b;
}



/* ==========================================================================
   15. FOOTER
   ========================================================================== */

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

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

#footer_copy p {
	color: #666;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	margin-bottom: 0;
}

/*------------------------------------------*/
/*	 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: #7f7f7f;
	font-size: 20px;
    line-height: 40px;
	margin: 0 15px;
    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;}



/* ==========================================================================
   16. SCROLL TO TOP
   ========================================================================== */

#scrollUp {
	display: none;
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	background-image: url(../img/icons/back-to-top.png);
	background-repeat: no-repeat;
	background-position: 50% 48%;
	background-color:rgba(123, 123, 123, 0.65);	
	-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(216, 33, 33, 0.95);
}

nav a#pull {  
    display: none;  
}



/* ==========================================================================
   17. CONTACT FORM RESPONSE PAGE   
   ========================================================================== */
   
#form_response {
	margin: 50px auto; 
}

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

#form_response h1 {
	font-size: 40px; 
	font-weight: 700;
	margin-top: 10px;
}

#form_response p {
	font-size: 18px; 
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	margin-bottom: 20px;
}

/* ==========================================================================
   08. PORTFOLIO
   ========================================================================== */

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

/*------------------------------------------*/
/*	  Portfolio Item
/*------------------------------------------*/ 

.portfolio-item {
	position: relative;	
	text-align: center;
	margin-bottom: 30px;
}

.portfolio-item a {
	cursor: url(../img/icons/pointer.png),crosshair;
}

.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 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;
}

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

.overlay-content h5 {
	color: #f63939;
	font-size: 16px;
	font-weight: 500;
}

/*------------------------------------------*/
/*	  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;
}

/*------------------------------------------*/
/*	  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);
}

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

/*------------------------------------------*/
/*	  Contador tiempo 
/*------------------------------------------*/ 

/*#contenedor{
	text-align:center;
	position:absolute;
	left:36%;
	width: 550px;
	height: 490px;
	overflow: visible;
	display:block;
	margin-top:-190px;
	color:#FC0;
	
}
*/
#contenedor{
	margin-top:120px;
	margin-bottom:-120px;
	text-align:center;
	overflow: visible;
	display:block;
	color:#FC0;
	
}


#contenedor h2{
	color:#fff;
}

#contador{
	color:#979798;
	font-weight: 400;
	font-size:24px;
	font-style:italic;
	margin-bottom:20px;
}

#contador span { 
	color:#fff;
	font-weight:bold;
	font-size:36px;
	padding-top:0px; 
	
}
	
/*------------------------------------------*/
/*	  Mios
/*------------------------------------------*/ 

#intro_description h2 a{color:#d82121;}

#intro_description h2 a:hover{color:#efa7a8;}


*------------------------------------------*/
/*	  Team Member Social Icons 
/*------------------------------------------*/

.team-member-socials {
	text-align: right;
	display: inline-block;
	margin: 0 auto;
}

.team-member-socials li {
	float: right;
    display: inline-block !important;
    vertical-align: top;
    width: auto !important;
    clear: none !important;
}

.page_social {
    width: 40px;
    height: 40px;
	background-color: #ddd;
	color: #aaa;
	font-size: 18px; 
    text-align: center;
    line-height: 40px;
    display: block;
    text-decoration: none;
	margin: 0 3px 5px;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	box-shadow: 0px 2px 1px rgba(0,0,0,0.3);
	-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;
}

/*------------------------------------------*/
/*	 Intro Page Social Icons Background 
/*------------------------------------------*/

.page_social.ico_facebook:hover {background-color: #3b5998; border-color: #3b5998; color: #f8f8f8;}
.page_social.ico_twitter:hover {background-color: #00a9ed; border-color:#00a9ed; color: #f8f8f8;}
.page_social.ico_behance:hover {background-color: #00a8e7; border-color:#00a8e7; color: #f8f8f8;}
.page_social.ico_google_plus:hover {background-color: #cd1111; border-color:#cd1111; color: #f8f8f8;}
.page_social.ico_linkedin:hover {background-color: #015886; border-color:#015886; color: #f8f8f8;}
.page_social.ico_dribbble:hover {background-color: #d92d84; border-color:#d92d84; color: #f8f8f8;}
.page_social.ico_instagram:hover {background-color: #beb3a8; border-color:#beb3a8; color: #f8f8f8;}
.page_social.ico_pinterest:hover {background-color: #ac281a; border-color:#ac281a; color: #f8f8f8;}
.page_social.ico_dropbox:hover {background-color: #008ad2; border-color:#008ad2; color: #f8f8f8;}
.page_social.ico_skype:hover {background-color: #00a9ed; border-color:#00a9ed; color: #f8f8f8;}
.page_social.ico_youtube:hover {background-color: #cd1b20; border-color:#cd1b20; color: #f8f8f8;}
.page_social.ico_tumblr:hover {background-color: #3a5976; border-color:#3a5976; color: #f8f8f8;}
.page_social.ico_vimeo:hover {background-color: #00adee; border-color:#00adee; color: #f8f8f8;}
.page_social.ico_flickr:hover {background-color: #d2d2d2; border-color:#d2d2d2; color: #f8f8f8;}
.page_social.ico_github:hover {background-color: #222; border-color:#222; color: #f8f8f8;}
.page_social.ico_renren:hover {background-color: #364a83; border-color:#364a83; color: #f8f8f8;}
.page_social.ico_vk:hover {background-color: #3b5998; border-color:#3b5998; color: #f8f8f8;}
.page_social.ico_xing:hover {background-color: #015f5e; border-color:#015f5e; color: #f8f8f8;}
.page_social.ico_weibo:hover {background-color: #be4443; border-color:#be4443; color: #f8f8f8;}
.page_social.ico_rss:hover {background-color: #ff6600; border-color:#ff6600; color: #f8f8f8;}
.page_social.ico_digg:hover {background-color: #222; border-color:#222; color: #f8f8f8;}
.page_social.ico_deviantart:hover {background-color: #57675d; border-color:57675d; color: #f8f8f8;}
.page_social.ico_envelope:hover {background-color: #999; border-color:#999; color: #f8f8f8;}
.page_social.ico_delicious:hover {background-color: #0A0A0A; border-color:#0A0A0A; color: #f8f8f8;}

/* ==========================================================================
   14. CLIENTS
   ========================================================================== */
 
#clients  {
	padding-top: 100px;
	padding-bottom: 100px;
}	

#clients-titlebar {
	position: relative;
}

/*------------------------------------------*/
/*	 Clients Carousel Navigation
/*------------------------------------------*/

.customNavigation {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 10px;
}

.customNavigation .btn {
	padding: 4px 10px;
}

.customNavigation i {
	font-size: 20px;
	color: #fff;
}

/*------------------------------------------*/ }
/*	 Titulo Principal en cabecera
/*------------------------------------------*/


#title_principal { height:100%;}

#title_principal h1 {margin-top:-100px;}

.grand {font-weight:900; font-size:52px; text-align:center; letter-spacing:2px;}

.grand span {font-weight:400; font-style:italic;}

.peque_port {font-weight:300; alignment-baseline:central;font-size:28px; font-style:italic}

.peque_port span {font-weight:bold;}
