/*
Template Name: MindCard
Theme URL: http://mindcard.com.ar
Description: Custom Template
Author: BCentrik
Author URL: http://bcentrik.com
Version: 1.0
Website: www.mindcard.com.ar
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 - productos	               */
/*   05 - Seguridad			  	   */
/*   06 - More productos 	  	   */
/*   07 - Statistic Banner 	  	   */
/*   08 - Content Slider 	  	   */
/*   09 - Promo Banner             */
/*   10 - Aplicaciones     		   */
/*   11 - Black promo Line 	  	   */
/*   12 - Empresa	               */
/*   13 - Testimonials Rotator	   */
/*   14 - Contacto	 	  	       */
/*   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.gif);
	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;
	color: #f15c29;
}

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

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

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

.btn-theme {
	background-color: #f15c29;
	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: #fcaf3b;
	color: #fff;
}

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

.btn:focus {
	outline: none;
}

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

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

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

#seguridad { 
	background-image: url(../img/parallax/call-to-action.jpg);
	border-bottom: 10px solid #476370;
}

#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: 15px 15px;
}  
     
/*------------------------------------------*/
/*	 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: #fcaf3b;
	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;
}

.navbar-nav > li.translate > a {
	font-weight: 200;
	display: inline-block;
}

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

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

.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: #f15c29;
	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;
	border-bottom: 10px solid #476370;
}

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

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

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

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

#intro_stores {
	margin-top: 40px;
}

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

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

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

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



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

/*------------------------------------------*/
/*	  productos Left Side 
/*------------------------------------------*/

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

/*------------------------------------------*/
/*	  productos Right Side
/*------------------------------------------*/

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

/*------------------------------------------*/
/*	  productos 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: #f15c29;	
	font-size: 32px;
	line-height: 38px;
	display: inline-block;
	vertical-align: middle;
}

/*------------------------------------------*/
/*	 productos Image
/*------------------------------------------*/

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



/* ==========================================================================
   05. SEGURIDAD
   ========================================================================== */

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

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

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

#seguridad li {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 12px;
}



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

/*------------------------------------------*/
/*	 More productos Description
/*------------------------------------------*/

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

#more_productos_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: #f15c29;
    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 productos Image
/*------------------------------------------*/

#more_productos .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
/*------------------------------------------*/

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

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

h2.slider2{
    
color: #f15c29; 
}

strong.master{
    color: #fcaf3b;
}

.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: #f15c29; 
	border: 2px solid #f15c29; 
}

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



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

#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. aplicaciones 
   ========================================================================== */

#aplicaciones {
	display: none;
	padding-top: 100px;
	padding-bottom: 100px;
} 

#aplicaciones .item {
	margin-bottom: 40px;
	position: relative;
	text-align: center;
}

#aplicaciones img {
	margin-bottom: 10px;
}


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

#video h2 {
	color: #222;
	font-weight: 700;
	text-transform: uppercase;
	padding: 30px 30px 0px;
	text-align: center;
}

#promo {
	padding-bottom: 60px;
	background: #1e2631;
    background-repeat: repeat;
    background-position: center center;
}

#promo h3 {
	color: #999;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 0;
	padding-top: 60px;
}

#promo h3 span {
	color: #f15c29;
	font-weight: 700;
}



/* ==========================================================================
   12. EMPRESA
   ========================================================================== */

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

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

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

/*------------------------------------------*/
/*	  Empresa Content Settings
/*------------------------------------------*/ 

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

.empresa-block iframe,
.empresa-block object,
.empresa-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: #f15c29;
}

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

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



/* ==========================================================================
   14. Contacto
   ========================================================================== */

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

.iso-9001-img {
	max-width: 275px;
}

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

/*------------------------------------------*/
/*	  Contacto Form Input
/*------------------------------------------*/

#contacto form input[type="text"],
#contacto form textarea {
    background-color: #f0f0f0;
	width: 100%;
	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;
}


/*------------------------------------------*/
/*	 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: 32px;
    line-height: 40px;
	margin: 12px 12px 20px;
    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;}

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

#newsletter {
	padding-top: 60px;
	padding-bottom: 80px;
	background-color: #1e2631;
	display: none;
}

#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"] {
    background-color: #f0f0f0;
	width: 40%;
	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;
}

form input[type="submit"] {
	background-color: #f15c29;
	color: #fff;
	font-size: 18px;
    font-weight: 700;
	text-transform: uppercase;
    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;
}

form input[type="submit"]:hover {
	background-color: #fcaf3b;
}



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

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

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

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

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

#author {
	margin: 40px 0px;
}

/* ==========================================================================
   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: #f15c29;
	width: 40px;
	height: 40px;
	position:absolute;
	top: 15px;
	right:0px;
	z-index: 1000000;
	text-align: center;
	border: 1px solid #fcaf3b;
	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.jpg) 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.jpg) 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.jpg) 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.jpg) 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;
}

.colorgraf{
    margin-left: 20px;
    margin-top: 18px;
}
.slider {
    color: #fff; 
}
.slider-h2 {
    color: #f15c29 !important;
    font-size: 14px !important;
    font-weight: 100 !important;
}


#navigation-menu > ul > li > a.cert{
 padding: 0px;
}


#empresa div div div div img{
 padding: 5px;
}

.naranja{
    color: #f15c29 !important;
    }

.mini {
	font-size: 8px;
	max-width: 275px;
	padding-left: 21px;
}

