@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'icomoon';
    src:url('icons/icomoon.eot?-5ykgzv');
    src:url('icons/icomoon.eot?#iefix-5ykgzv') format('embedded-opentype'),
        url('icons/icomoon.woff?-5ykgzv') format('woff'),
        url('icons/icomoon.ttf?-5ykgzv') format('truetype'),
        url('icons/icomoon.svg?-5ykgzv#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}


body{
	margin:0;
	padding:0;
	background-color:#fff;
}

.wrapper{
	float:left;
	width:100%;
	margin:0;
	padding:0;
}

#header, #nav, #content, #footer{
	margin:0 auto;
	padding:0 auto;
	width:1200px;
}

#header{
	height:160px;
}

/*
.header{
	background-image:url(img/bg-header.png);
	background-position:-20% top;
	background-repeat:no-repeat;
}
*/

#logo{
	float:left;
	width:252px;
	height:104px;
	margin-right:10px;
	margin-top:20px;
	background-image:url(img/logo.png);
}

#slogan{
	float:left;
	width:170px;
	margin:55px 0px 0px 45px;
}

#mlg{
	font-family:"Merriweather",sans-serif;
	color:#da0d18;
	font-size:48px;
	line-height:24px;
	font-weight:400;
	letter-spacing:3px;
}

#mlg span{
	color:#FFF;
	font-size:14px;
	font-weight:300;
	letter-spacing:0;
}

#slogan{
	font-family:"Merriweather",sans-serif;
	font-size:16px;
	font-weight:300;
	color:#828282;
	line-height:26px;
	padding-left:40px;
	border-left:1px solid #ededed;
}

#contact{
	float:right;
	margin:55px 0px 0px 0px;
	background-color:#ededed;
	color:#828282;
	padding:10px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	letter-spacing:1px;
}

#contact a{
	text-decoration:none;
	color:#828282;
}

#nav{
	height:61px;
}

#nav ul{
	list-style:none;
	margin:0 !important;
	padding:0 !important;
}

#nav ul li{
	float:left;
}

#nav ul li a{
	display:block;
	padding:21px 31px 21px 31px !important;
	margin:0 !important;
	height:14px !important;
	width:auto;
	font-family:"Merriweather",sans-serif;
	color:#444444;
	font-size:14px;
	font-weight:400;
	letter-spacing:1px;
	text-decoration:none;
	border-bottom:5px solid #FFF;
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
}

#nav ul li a:hover, #nav ul li a.active{
	color:#da0d18;
	border-bottom:5px solid #da0d18;
}

#banner{
	background-color:#CCC;
	height:450px;
	background-image:url(img/banner-0.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

#content-left, #content-right, #content-main{
	margin-top:25px;
	margin-bottom:25px;
	border:0;
}

#content-right{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color:#ebebeb;
}

.contact-info{
	float:left;
	width:27% !important;
	padding:2% 2%;
}

.contact-info h4{
	margin:0 !important;
	padding:0 !important;
}

#phrase, #content-full, #services, #twitter{
	float:left;
	width:1200px;
	padding:25px 0px;
}

#phrase{
	padding-top:0px;
}

.color-box{
	float:left; 
	width:24%; 
	margin-right:2%;
	padding:4%;
	min-height:157px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align:center;
}

#member{
	float:left;
	width:960px;
	height:auto;
}

.team-member{
	float:left; 
	width:267px;
	height:180px;
	margin-right:19.2px;
	margin-bottom:19.2px;
	padding:20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align:center;
	background-color:#CCC;
}


.color-box h3, .color-box p, .color-box a{
	color:#FFF;
}

.color-box p, .color-box a{
	font-size:14px;
	text-decoration:none;
	color:#FFF !important;
}

.color-box h3{
	margin:0;
}

.border{
	border-bottom:1px solid #ededed;
}

.separator{
	width:960px;
	height:7px;
	background-color: transparent;
	background-image: url("img/separator.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
}

.light{
	border-top:1px solid #dedede;
}

#footer{
	padding:30px 0;
}

#about h4, #news h4, #follow-us h4{
	margin-top:0;
	margin-bottom:10px;
}

#about p{
	color:#828282;
	font-size:13px;
	margin-top:25px;
}

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

#news ul li{
	padding-bottom:10px; 
	margin-bottom:10px; 
	border-bottom:1px solid #dedede; 
	color:#828282;
	font-size:13px;
}

#copyright{
	float:left;
	width:960px;
	padding:25px 0px;
	font-size:12px;
	color:#5d5d5d;
}

#copyright a, #content a{
	color:#da0d18;
	text-decoration:none;
}

#copyright a:hover, #content a:hover{
	text-decoration:underline;
}

#follow-us a img{
	opacity:0.75;
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
}

#follow-us a:hover img{
	opacity:1;
}

#states{
	width:100%;
	float:left;
	padding:20px 0px;
	border-top:1px solid #dedede;
}

#names{
	margin:0 auto;
	padding:0 auto;
	width:1200px;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:500;
	color:#40404c;
}

.silver{
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(235,235,235,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,235,235,1)), color-stop(100%,rgba(235,235,235,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
}
.gray{background-color:#444444 !important;}
.dark{background-color:#272727 !important;}
.red{background-color:#da0d18 !important;}

/* .light{background-color:#ededed !important;} */
.light{
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(235,235,235,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,235,235,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(235,235,235,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(235,235,235,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(235,235,235,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(235,235,235,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.one-third{float:left; width:31%; margin-right:3.5%;}
.two-third{float:left; width:65.5%; margin-right:3.5%;}
.one-quart{float:left; width:25%;}
.center{text-align:center !important;}
.right{text-align:right !important;}
.pull-right{float:right;}
.last{margin-right:0;}

/* General */

body{
	font-family:'Muli',sans-serif;
	font-size:14px;
	text-align:justify;
	font-weight:300;
	color:#828282;
}

h1, .h1{font-size:42px;}
h2, .h2{font-size:36px;}
h3, .h3{font-size:30px;}
h4, .h4{font-size:24px;}
h5, .h5{font-size:16px;}	

h1, h2, .h1, .h2
{
	color:#40404c; /* 33334f */
	font-family:"Merriweather",sans-serif;
	font-weight:700;
}

h3, h4, h5, .h3, .h4, .h5
{
	color:#40404c; /* 33334f */
	font-family:"Merriweather",sans-serif;
	font-weight:400;
}

.icon-phone{float:left; width:18px; height:15px; margin-right:7px; background-image:url(img/icon-phone.png);}
.icon-email{float:left; width:18px; height:15px; margin-right:7px; background-image:url(img/icon-email.png);}


select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .inputbox{
	display: block;
	color:inherit;
	width: 350px;
	height: 30px;
	padding: 6px 12px 6px 12px;
	font-family:inherit;
	font-size: inherit;
	background-color:#FFF;
	border:1px solid #ccc7c1;
	margin-bottom:15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

textarea{
	width:550px;
	height:100px;
	font-family:inherit;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

input[type="submit"]{
	display: inline-block;
	margin-bottom: 0px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	padding: 6px 12px 6px 12px;
	font-size: 14px;
	text-transform:uppercase;
	font-family:inherit;
	background-color:#272727;
	color:#FFF;
	border:0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#content h4{
	margin-bottom:15px;
	padding-bottom:0;
}


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

#content ul li{
	margin-bottom:10px;
}

#content-right ul li{
	text-align:left;
	padding-bottom:10px;
	border-bottom:1px solid #dedede; 
}

#content .body_toggle{
	padding:0px 15px;
}

#content .body_toggle ul li{
	padding-left:20px;
	background-image:url(img/bullet-1.png);
	background-position:left top;
	background-repeat:no-repeat;
}

#content .body_toggle ul li ul li{
	padding-left:20px;
	background-image:url(img/bullet-2.png);
	background-position:left top;
	background-repeat:no-repeat;
}

#content .body_toggle ul:last-child{
	padding-bottom:7px;
	margin-bottom:0px;
}

p, #news ul li{
	line-height:24px;
}

.mT0{margin-top:0;}
.mT10{margin-top:10px;}
.mT15{margin-top:15px;}
.mT20{margin-top:20px;}
.mT25{margin-top:25px;}

.mB0{margin-bottom:0px !important;}
.mB10{margin-bottom:10px;}
.mB15{margin-bottom:15px;}
.mB20{margin-bottom:20px;}
.mB25{margin-bottom:25px;}

.video{
	float:left;
	width:100%;
	height:330px;
	margin-bottom:20px;
	background-color:#CCC;
}

.block_toggle
{
  background-color: #ffffff;
  border:1px solid #d8d8d8;
  margin:10px 0px;
  position: relative;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
      opacity: 1;
    }

.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
      left: 0;
      opacity: 0;
      z-index: 1;
    }

.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
      opacity: 1;
    }
  

.carousel-fade .carousel-inner .carousel-control {
    z-index: 2;
  }

#presentacion{
	float:left;
	width:800px;
	border:1px solid #ccc7c1;
}

.white{
	padding:0px 10px 0px 10px;
	background-color: rgba(134,133,133,.5);
}