/****************************************
CSS CRIADO E DESENVOLVIDO POR MAX COSTA
Contato: maxcosta@tchiluanda.com;
****************************************/
body{

	color:#fff;
}
a{
	color:#fff;
}
input, textarea{
	color: white;
}
.colororange{
	background-color: #000;
	border:none;
}

.internas span, .internas p{
	color: #022c2e;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	border-color: #f89829;
	background: #f89829;
}
.colortest{
	background-color: #449988;
}
.greencolor{
	background-color: #000; /*#092123;*/
}
.yellowcolor{
	color: #f89829;
}
.geral{
	background-color: #f5f5f5;
}
.greenlight{
	background-color: #000;/*#0c2d30;*/
}
.graylight{ 
	background-color: #3c3c3c;/*#0c2d30;*/
}
.whitecolor{
	background-color: white;
}
.f5color{
	background-color:#f5f5f5
}
#midleContent{
	background-color:#ffffff;
	color:#000;
}
.carousel-control {
	font-size: 30px;
	opacity: 1;
	filter: alpha(opacity=100);
	color:#f89829;/*#f15833;*/
	width: 15%;
	transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;    /* FF3.7+ */
    -o-transition: color 0.2s linear;      /* Opera 10.5 */
    -webkit-transition: color 0.2s linear; /* Saf3.2+, Chrome */
}
.carousel-control:hover{
	opacity: 1;
	filter: alpha(opacity=100);
	color:#00b396;
}
.carousel-indicators li{
	width: 20px;
	height: 20px;
	border: 3px solid #e64118;
	border-radius: 15px;
	margin-left: 10px;
}
.carousel-indicators li.active{
	width: 20px;
	height: 20px;
	border: 3px solid #e64118;
	border-radius: 15px;
	margin-left: 10px;
}
.navbar-default .navbar-nav > li > a{
	color: #aaa;
	transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;    /* FF3.7+ */
    -o-transition: color 0.2s linear;      /* Opera 10.5 */
    -webkit-transition: color 0.2s linear; /* Saf3.2+, Chrome */
}
.navbar-default .navbar-nav > li > a:hover {
	color: #fff;
}
.navbar-default li.current_page_item a {
	color: #f89829;
}
.boxed-bottom h2{
	color: #9b0707;
}
.boxed-bottom h3{
	color: #333;
	font-size: 12px;
	font-weight:bold;
}
.coopration_span span{
	font-size: 12px;
	color: #777777;
}
.coopration_span p{
	font-size: 12px;
	line-height: 23px;
    margin: 0;
    padding: 0;
    text-align: left;
	color: #777777;
}
.coopration_span em{
	font-weight:bold;
	font-size: 14px;
	color: #000;
}

.boxed-bottom a{
	color: white;
}
.boxed-bottom2 h2{
	padding-top:50px;
	color: #000;
}
.boxed-bottom2 span{
	color: #888;
	line-height:2em;
}
.boxed-bottom3 h3{
	font-size:14px;
	font-weight: bold;
	color:#f89829;
}
.boxed-bottom3 p{
	color:#fff;
	line-height:1.8em;
}

.boxed-bottom4 p{
	color: #888;
	line-height:1.8em;
	font-size:12px;
}
.boxed-bottom4 a{
	color: #888;
}
.boxed-bottom4 p span {
	color:#000;
	font-size:14px;
	font-weight:700;
}
div#bottom .readmore{
	color: #9b0707;
}
.modal-body{
	color:black;
}
.modal-title{
	color:#f89829;
	font-family: 'Microsoft YaHei';
	padding: 0;
	margin: 0;
	text-align: center;
}
div#midleContent ul.social-membros li{
	background-image: url(../images/social2.png);
	transition: background-image 0.2s linear;
    -moz-transition: background-image 0.2s linear;    /* FF3.7+ */
    -o-transition: background-image 0.2s linear;      /* Opera 10.5 */
    -webkit-transition: background-image 0.2s linear; /* Saf3.2+, Chrome */
}
div#midleContent ul.social-membros li:hover{
	background-image: url(../images/social3.png);
}
div#midleContent ul.team-members li.membro h3{
	color: grey;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Microsoft YaHei';
	margin: 15px 0 0 0;
	padding: 0;
}
div#midleContent ul.team-members li.membro span{
	font-size: 14px;
	font-weight: bold;
	color: #f89829;/*#e64118;*/
	margin:0 0 15px 0;
	padding:0;
	text-transform: uppercase;
}
div#midleContent ul.team-members li.membro img {
	border: 10px solid #d7dce0;
	margin-bottom: 10px;
	transition: border 0.2s ease-out 0s, color 0.2s ease-out 0s;
	-webkit-transition: border 0.2s ease-out 0s, color 0.2s ease-out 0s;
	-o-transition: border 0.2s ease-out 0s, color 0.2s ease-out 0s;
}
div#midleContent ul.team-members li.membro img:hover{
	border-color: #e64118;
}
div#footer .endereco{
	color: #888;/*#00b396;*/
	transition: color 0.2s linear 0s;
}
div#footer .endereco:hover{
	color: #fff;/*#00b396;*/
	cursor: pointer;
}
div#footer .facebook, div#footer .vimeo, div#footer .instagram{
	  transition: background-image 0.2s linear;
      -moz-transition: background-image 0.2s linear;    /* FF3.7+ */
      -o-transition: background-image 0.2s linear;      /* Opera 10.5 */
      -webkit-transition: background-image 0.2s linear; /* Saf3.2+, Chrome */
}
div#footer .facebook:hover{
	background-image: url(../images/social2.png);
}
div#footer .vimeo:hover{
	background-image: url(../images/social2.png);
}
div#footer .instagram:hover{
	background-image: url(../images/social2.png);
}
form#formContatoFooter input, form#formContatoFooter textarea, form#formContatoFooter button{
	background-color: #6a3c06;/*#355658;*/
	border:none;
	color:#fff;
}
form#formContatoFooter button{
	background-color: #6a3c06;/*#00b396;*/
	transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;    /* FF3.7+ */
    -o-transition: background-color 0.2s linear;      /* Opera 10.5 */
    -webkit-transition: background-color 0.2s linear; /* Saf3.2+, Chrome */
}
form#formContatoFooter button:hover{
	background-color:#f89829; /*#e64118;*/
}
form#formContatoPage button{
	transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;    /* FF3.7+ */
    -o-transition: background-color 0.2s linear;      /* Opera 10.5 */
    -webkit-transition: background-color 0.2s linear; /* Saf3.2+, Chrome */
	background-color: #e64118;
	color: white;
}
form#formContatoPage button:hover{
	background-color: #f89829; /*#00b396;*/
}

.idioma{
	font-family: 'Microsoft YaHei';
	font-size: 13px;
	display: block;
	color:#f89829;/*#e64118;*/
	height: 21px;
	letter-spacing: 1px;
	padding: 0px 8px;
	border: 1px solid;
	border-color: #f89829;/*#e64118;*/
	position: absolute;
	right: 35px;
	top:31px;
	transition: border-color 0.2s linear;
    -moz-transition: border-color 0.2s linear;    /* FF3.7+ */
    -o-transition: border-color 0.2s linear;      /* Opera 10.5 */
    -webkit-transition: border-color 0.2s linear; /* Saf3.2+, Chrome */
}
@media (max-width: 923px){
	.idioma{
		top:23px;
	}
}
@media (max-width: 768px){
	.idioma{
		display:none;
	}
}
.idioma:hover{
	border-color: #fff;/*:#00B394;*/
}
.idioma a{
	color:#f89829;/*#e64118;*/
	text-decoration: none;
	transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;    /* FF3.7+ */
    -o-transition: color 0.2s linear;      /* Opera 10.5 */
    -webkit-transition: color 0.2s linear; /* Saf3.2+, Chrome */
}
.idioma a:hover{
	color:#fff;/*:#00B394;*/
}

a.yellow {
    background: none repeat scroll 0 0 #000;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    text-align: center;
    width: 100px;
}
