html { 
  background: url(../images/bg/residencia.jpg) no-repeat top center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg/residencia.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg/residencia.jpg', sizingMethod='scale')";
}

.mobile-html {
   background: url(../images/bg/residencia_mobile.jpg) no-repeat top center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg/residencia.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg/residencia.jpg', sizingMethod='scale')";
}

html,
body {
  height: 100%;
}

body {
	background-color:transparent;
	margin: 0;
	padding: 0;
	font-size:14px;
	font-family: Arial, sans-serif;
	color: #505050;
}

@media (min-width: 1200px) {
	.container {
		width: 1000px !important;
	}
}

/* IE8 uses \0 */
@media all\0 { 
    .wrapper { 
       	padding-bottom:70px\0;
		min-height:51.6%\0; 
		margin-bottom:-70px\0; 
	}
	.navbar-right li a span {
		padding-left:18px;
	}
} 

/* ===== Typography ===== */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Oswald', sans-serif;
}

/* ===== opitional fields ===== */

.opcionalDiv {
	padding: 10px 0 2px 0;

}

.cxAlta {
	text-transform: uppercase;

}

#btChassiHelp{
	font-size: 12px;
	margin: 6px 2px;
	color:#9a9a9a;

}

#btChassiHelp i{
	font-size: 14px;
	
}
#btChassiHelp:hover{
	color:#cc9900;
	text-decoration: none;

}

.btRating{
	position: fixed;
	z-index: 99999;
	bottom: 5px;
	/*right: 50px;*/
	left: 5px;
	opacity: 0.5;
	filter:alpha(opacity=50);
	cursor: pointer;
	background: #cc9900;
	padding: 9px 15px;
	color: #FFF !important;
	text-shadow:0 1px rgba(255,255,255,0.2);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px ;
	border-radius:3px;
	-webkit-transition: background 0.1s ease-in-out;
			transition: background 0.1s ease-in-out;
}

.btRating span{
	display: none;
}
.btRating:hover {
	opacity: 1;
	filter:alpha(opacity=100);
	text-decoration: none;
}

#avaliacaoBody{
		font-family:"Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
		line-height:1.231;
		font-weight:400;
		font-size:14px;
		color:#626262
}

#avaliacaoBody #avaliacao {
	margin-top: 2.0em;
}

#avaliacaoBody #perguntas ul, #avaliacaoBody #avaliacao ul {
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
	width: 100%
}

#avaliacaoBody #perguntas ul li{
	margin-top: 1.3em;
}

#avaliacaoBody #avaliacao ul li div.radio ul {
	margin-bottom: 1.4em; 
}

#avaliacaoBody #avaliacao ul li div.radio ul li { 
	display: inline-block;
	margin: 0 8px 13px 2px; 
}

#avaliacaoBody #avaliacao ul li div.radio ul li label{
	font-size: 1.2em;
	color: #cc9900;
	padding: 11px 0 0 3px;
	letter-spacing: 4px;
	min-width: 45px;
	border-radius: 50px;
	height: 45px;
	font-weight: bold;


}

#avaliacaoBody #avaliacao ul li div.radio ul li input[type="radio"] {
	float: none;
}

#avaliacaoBody #perguntas ul li label, #avaliacaoBody #avaliacao ul li label{
	font-weight: normal;
}

#avaliacaoBody input[type=text]{
		background:#fff;
		position:relative;
		vertical-align:top;
		border:1px solid #cfcfcf;
		display:-moz-inline-stack;
		display:inline-block;
		*display:inline;
		color:#626262;
		outline:0;
		height:42px;
		width:99%;
		*zoom:1;
		padding:10px;
		 
}

#avaliacaoBody textarea{
		background:#fff;
		position:relative;
		vertical-align:top;
		border:1px solid #cfcfcf;
		display:-moz-inline-stack;
		display:inline-block;
		*display:inline;
		color:#626262;
		outline:0;
		height:84px;
		width:99%;
		*zoom:1;
		padding:10px;
		 
}

#avaliacaoBody .formulario-avaliacao * .error label, #avaliacaoBody .formulario-avaliacao #message {
	color: #de888a;
}

#avaliacaoBody .error input[type=text], #avaliacaoBody .error textarea{
	background: #fee9ea;
	border-color: #de888a;
}

#avaliacaoBody input[type=radio] {
    display:none;
}

#avaliacaoBody #action {
	text-align: center;
}

#avaliacaoBody #action input.btn {
	width: 60%;
	background-color: #cc9900;
	border:0;
	height:42px;
	color:#ffffff;
	line-height:1;
	font-size:15px;
	cursor:pointer;
	padding:0 18px;
	text-align:center;
	vertical-align:top;
	display:inline-block;
	-webkit-user-drag:none;
	text-shadow:0 1px rgba(255,255,255,0.2);
	-webkit-box-shadow:5px 5px 0 rgba(0, 0, 0, 0.07);
	-moz-box-shadow:5px 5px 0 rgba(0, 0, 0, 0.07);
	-o-box-shadow:5px 5px 0 rgba(0, 0, 0, 0.07);
	box-shadow:5px 5px 0 rgba(0, 0, 0, 0.07);

}

#avaliacaoBody #action input.btn:hover, #avaliacaoBody #action input.btn:focus {
    background-color: #6bc868;
}
 
#avaliacaoBody input[type=radio] + label {
    display:inline-block;
    margin:-2px;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
 
#avaliacaoBody input[type=radio]:checked + label {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    background-color:#e0e0e0;
}

input.btn-avaliacao, #avaliacaoBody legend, #avaliacaoBody .formulario-avaliacao-close, #avaliacaoBody .titulo{
	display: none !important;

}

#topcontrol {
	z-index: 100;

}

.btRating:hover span{
	display:inline-block;
}

i.erro, em.erro {
	color: #de888a;
}

 /* Only works in IE10 */

html[data-useragent*='MSIE 10.0'] #clearAutoSelecionadoIcon {
  margin-right:15px;
}

html[data-useragent*='MSIE 10.0'] #clearEndSelecionadoIcon {
  margin-right:15px;
}


/* ===== general itens ===== */

.modal-content {
	border-radius: 0px;
}

#labelCEPSelecionado i.fa-map-marker{
	font-size: 1.5em
}

.logoCorretor {
	width: 61%;
	margin-top: 15px
}

.nav > li > a:hover, .nav > li > a:focus {
	background: rgba(218, 179, 58, 0.4);
	color: #ffffff;
}

#protocolo {
	cursor: default !important;
}

.nav > li > a:hover span, .nav > li > a:focus span, .nav > li.active > a:hover span, .nav > li.active > a:focus span {
color: #fff

}

.nav > li > a:hover span:after, .nav > li.active > a:hover span:after, .nav > li > a:focus span:after, .nav > li.active > a:focus span:after {
border-color: #fff

}

a.nav-hover-fix span {
	color: #fff
}

a.nav-hover-fix span:after {
	border-color: #fff
}

.navbar-right li a span {
	background: transparent;
	padding: 20px;
	color: #7d7d7d;
	font-size: 19px;
	font-weight: 100;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	margin: -91px auto;
	z-index: 100;
	position: relative;
}

.navbar-right li:first a span{
	padding:23px !important;
}
.navbar-right li a{
    color: #eeeeee;
    border-bottom:2px solid #eeeeee;
    background: url('../images/header-striping.png') repeat-x scroll 0 -4px rgba(0, 0, 0, 0);
}

.navbar-right li span.passos{
   background: url("../images/header-striping.png") repeat-x scroll 0 -4px rgba(0, 0, 0, 0);
    border-bottom: 2px solid #eeeeee;
    color: #eeeeee;
    display: block;
    line-height: 21px;
    padding: 0 19px;
}

.navbar-right li.active a{
    color:  #cc9900;
    background-image: none;
    border-bottom:2px solid #cc9900;
    cursor: default;
    
}

.navbar-right li.active a span {
    color:  #cc9900;
}

.navbar-right li.active a span:after {
    width:30px;
    height:30px;
    border-radius:50%;
    -webkit-border-radius:50%;
    border:2px solid rgba(218, 179, 58, 0.4);
    margin:-85px auto;
    z-index:100;
    position:absolute;
    content:"";
    left:7px;
    top:103px;
	padding:14px;
}

.navbar-right li a span:after {
    width:30px;
    height:30px;
    border-radius:50%;
    -webkit-border-radius:50%;
    border:3px solid #eeeeee;
    margin:-85px auto;
    z-index:100;
    position:absolute;
    content:"";
    left:9px;
    top:103px;
}

.title-bar-wrapper {
    background: url("../images/header-striping.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.fundoBar {
	background-image: url(../images/header-striping.png); background-color: rgba(0, 0, 0, 0); background-size: cover; background-position: 0% 0%; background-repeat: no-repeat;
}
 
.msgProtocolo {
	padding: 20px
}







#coberturas .slider-tip {
	top:27px;
	background-color: #cc9900;
	/*display: none;*/
	min-width: 38px
}

#coberturas .slider-input{
	display: none;
}

#coberturas .slider-wrapper{
	width: 75%;
}


#coberturas .section h5 {
	white-space: nowrap;
}
.navbar-toggle {
	background-color: #cc9900;
	box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.07);
}

.navbar-right {
	font-family: 'Oswald', sans-serif;
    /*font-size: 1.2em;*/
    margin-top:-8px;
 }

.navbar-toggle .icon-bar {
	background-color: #fff;
}

#coberturas .slider-tip:after {
	top:-21%;
	border-bottom: 8px solid #cc9900;
	border-top: none;
	

}

#coberturas .ui-slider-range {
	background-image: none;

}

.modal-footer .btn {
	border-radius: 0px
}

.modal-footer .btn-default:hover {
	background-color: #6bc868;
	color: #ffffff;
}

#mainAd, #timeOut {
	color: #ffffff;
	padding: 47px 53px;
	margin: 85px 0 0 55px;
}

#labelVeiculoSelecionado span{
	/*font-weight: bold;*/
	font-size: 14px;
}


#trocaVeiculoSelecionado, #labelCEPSelecionado span, #trocaCEPSelecionado {
	font-size: 14px;
}

.fundoAuto.IEimg {
	/*width: 100%; height: 100%; position: fixed;  background-image: url(../images/auto.jpg); background-color: rgba(0, 0, 0, 0); background-size: cover; background-position: 0% 0%; background-repeat: no-repeat;*/
	background-image: url(../images/autoIE.jpg); background-color: rgba(0, 0, 0, 0); background-size: cover; background-position: 0% 0%; background-repeat: no-repeat;
	-webkit-transition: opacity 1s ease-in-out;
  	-moz-transition: opacity 1s ease-in-out;
  	-o-transition: opacity 1s ease-in-out;
  	transition: opacity 1s ease-in-out;
}

.fundoAutoFinal {
	/*width: 100%; height: 100%; position: fixed;  background-image: url(../images/auto.jpg); background-color: rgba(0, 0, 0, 0); background-size: cover; background-position: 0% 0%; background-repeat: no-repeat;*/
	background-image: url(../images/autoFinal.jpg); background-color: rgba(0, 0, 0, 0); background-size: cover; background-position: 0% 0%; background-repeat: no-repeat;
	-webkit-transition: opacity 1s ease-in-out;
  	-moz-transition: opacity 1s ease-in-out;
  	-o-transition: opacity 1s ease-in-out;
  	transition: opacity 1s ease-in-out;
}

.fundoAutoTimeOut {
	/*width: 100%; height: 100%; position: fixed;  background-image: url(../images/auto.jpg); background-color: rgba(0, 0, 0, 0); background-size: cover; background-position: 0% 0%; background-repeat: no-repeat;*/
	background-image: url(../images/autoTimeOut.jpg); background-color: rgba(0, 0, 0, 0); background-size: cover; background-position: 0% 0%; background-repeat: no-repeat;
	-webkit-transition: opacity 1s ease-in-out;
  	-moz-transition: opacity 1s ease-in-out;
  	-o-transition: opacity 1s ease-in-out;
  	transition: opacity 1s ease-in-out;
}

.fundoAutoBlocked {
	margin-bottom: 0 !important;
	/*width: 100%; height: 100%; position: fixed;  background-image: url(../images/auto.jpg); background-color: rgba(0, 0, 0, 0); background-size: cover; background-position: 0% 0%; background-repeat: no-repeat;*/
	background-image: url(../images/autoBlock.jpg); background-color: rgba(0, 0, 0, 0); background-size: cover; background-position: 0% 0%; background-repeat: no-repeat;
	-webkit-transition: opacity 1s ease-in-out;
  	-moz-transition: opacity 1s ease-in-out;
  	-o-transition: opacity 1s ease-in-out;
  	transition: opacity 1s ease-in-out;
}

.planoSeguroEscolhido {
	background: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow:5px 5px 0 rgba(0, 0, 0, 0.07);
	-moz-box-shadow:5px 5px 0 rgba(0, 0, 0, 0.07);
	-o-box-shadow:5px 5px 0 rgba(0, 0, 0, 0.07);
	box-shadow:5px 5px 0 rgba(0, 0, 0, 0.07);
	padding: 12px
}

#coberturas h4{
	color: #cc9900;
}

.franquiaDiv {
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
}

.planoSeguroEscolhido ul{
	font-size: 13px;
	padding: 0 3px
}

p.observacao{
	font-size: 13px;
	padding: 2px;
	color: #CFCFCF
}

p.dadosComp{
	font-size: 13px;
	padding: 2px;
	color: #9a9a9a
}

p.dadosComp.erro{
	color: #de888a
}

.passo-title{
	display: inline;
}

#exibeDetalhesInseridosCotacao {
	cursor: pointer;
}

#dadosInseridosCotacao p{
	font-size: 12px;
	color: #9a9a9a;
	line-height: 18px
}

#dadosInseridosCotacao p span{
	font-weight: bold;
}

#dadosInseridosCotacao h5{
	color: #9a9a9a;
	font-size: 16px
}

#dadosInseridosTxt h5 {
	color: #9a9a9a	
}

.framedados {
	background: #f5f5f5;
	border: 1px solid #ccc;
	-webkit-box-shadow:5px 5px 0 rgba(0, 0, 0, 0.07);
	-moz-box-shadow:5px 5px 0 rgba(0, 0, 0, 0.07);
	-o-box-shadow:5px 5px 0 rgba(0, 0, 0, 0.07);
	box-shadow:5px 5px 0 rgba(0, 0, 0, 0.07);
	padding: 18px
}

.planoSeguroEscolhido ul li{
	list-style-type: none;
}

.planoSeguroEscolhido h4, .planoSeguroEscolhido h5, .planoSeguroEscolhido ul li i.fa{
	color: #cc9900
}

.precoSeguroEscolhido {
	background: rgba(0, 146,140,0.7);
	border: 1px solid #ccc;
	-webkit-box-shadow:5px 5px 0 rgba(0, 0, 0, 0.07);
	-moz-box-shadow:5px 5px 0 rgba(0, 0, 0, 0.07);
	-o-box-shadow:5px 5px 0 rgba(0, 0, 0, 0.07);
	box-shadow:5px 5px 0 rgba(0, 0, 0, 0.07);
	padding: 0 8px 9px 22px;
	margin: 2px 20px 0px 10px;
	color: #eeeeee;
	font-size: 14px;
	font-family: 'Oswald', sans-serif;
	text-shadow: 1px 1px 1px #cc9900;
}

.precoSeguroEscolhido h3{
	font-size: 21px

}

.precoSeguroEscolhido h5{
	font-size: 13px

}

.precoSeguroEscolhido .seguroPrecoValor span {
	font-size: 34px;
	font-weight: bold;
	letter-spacing:-1px;
	color: #fff;
}

.precoSeguroEscolhido .seguroPrecoValorParcela span {
	font-size: 21px;
	color: #fff;
	letter-spacing: 0px;
}

.franquiaDiv  span {
	font-size: 19px;
	color: #cc9900;
	letter-spacing: 0px;
}


.precoSeguroEscolhido  h3 {
	color: #fff;
}

.planoSeguroEscolhido .popover {
	min-width: 200px;
}

.segDiferenciais{
	border-left: 1px solid #eee	
}

.segDiferenciais li {
	font-size: 12px;
	margin-bottom: 0.7em;	
}

.segDiferenciais li i{
	color: #cc9900	
}

.precoSeguro {
    background-color: #cc9900;
    color: #FFFFFF;
    min-height: 60px;
    padding: 11px;
    width: 97%;
    -webkit-box-shadow:5px 5px 0 rgba(0, 0, 0, 0.07);
	-moz-box-shadow:5px 5px 0 rgba(0, 0, 0, 0.07);
	-o-box-shadow:5px 5px 0 rgba(0, 0, 0, 0.07);
	box-shadow:5px 5px 0 rgba(0, 0, 0, 0.07);
}

@-moz-document url-prefix() { 
  .smart-forms .select > i.arrow {
     display:none;
  }
}


/* ===== Sticky Footer ===== */

.wrapper {
	min-height: 80%;
	height: auto !important; /* for older versions of IE */
	height: 100%;
	margin-bottom: -228px; /* footer height + margin */
	padding-top: 20px; /* margin */
	padding-bottom: 228px; /* footer height + margin */
	 
}


/* ===== Mini Navbar ===== */

.mini-navbar {
	z-index: 9999;
	position: relative;
	width: 100%;
	height: 40px;
	padding-top: 2px;
	font-size: 0.9em;
}

.mini-navbar .hidden-sm {
	display: inline-block !important;
}

@media (min-width: 768px) and (max-width: 991px) {
	.mini-navbar .hidden-sm {
		display: none !important;
	}
	.navbar-header {
    	width: 21%;
    }
	img.img-responsive {
		max-width: 95%;
	}
	.navbar {
		height: 80px !important;
	}
	.navbar-right {
    	font-size: 1.0em;
    	top: 0px
	}
}
.mini-navbar .phone {
	display: inline-block;
	padding: 10px;
}
.mini-navbar a {
	display: inline-block;
	padding: 10px 10px 11px 10px;
	-webkit-transition: background 500ms;
			transition: background 500ms;
}
.mini-navbar a.first-child {
	margin-left: -25px; /* To align with logo and container */
}
.mini-navbar a:hover {
	text-decoration: none;
}

/* Mini Navbar Dark */

.mini-navbar-dark {
	background: #2D3E50;
	color: #ecf0f1;
	border-bottom: 1px solid #666;
}
.mini-navbar-dark	a {
	color: #ecf0f1;
}
.mini-navbar-dark a:hover {
	background: #242424;
}

/* Mini Navbar White */

.mini-navbar-white {
	background: #fff;
	color: #505050;
	border-bottom: 1px solid #ecf0f1;
}
.mini-navbar-white a {
	color: #505050;
}
.mini-navbar-white a:hover {
	background: #f5f5f5;
}

/* Search Form */

.mini-navbar form {
	width: 250px;
}
.mini-navbar form .form-control{
	height: 26px;
	margin: 7px 0;
	border: 0;
	-webkit-box-shadow: none;
			box-shadow: none;
}
.mini-navbar form button {
	height: 26px;
	margin: 7px 0;
	padding: 2px 7px;
	background: #ecf0f1;
}
.mini-navbar-dark form .form-control {
	background: #484848;
	color: #ccc;
}
.mini-navbar-white form .form-control {
	background: #fff;
	border: 1px solid #dedede;
	color: #505050;
}

/* ===== Navbar ===== */

.navbar-static-top {
	right: 0;
	left: 0;
}

/* Navbar gets a bit higher */

.navbar {
	min-height: 79px;
	margin-bottom: 0 !important;
	background-color: #ffffff;
	border-bottom: 1px solid #dedede;
	
}
@media (min-width: 768px) {
	.navbar-nav > li > a, .navbar-nav > li > span.passos {
	padding-top: 27.5px;
	padding-bottom: 27.5px;
	}
}
.navbar-form {
	margin-top: 20.5px;
	margin-bottom: 20.5px;
}
.navbar-brand {
	padding: 4px 15px;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	width:180px;
}
.navbar-brand > span {
	font-size: 14px;
}
@media (max-width: 767px) {
	.navbar-brand > span {
		display: none;
	}
}
.navbar-btn {
	margin-top: 20.5px;
	margin-bottom: 20.5px;
}
.navbar-text {
	margin-top: 27.5px;
	margin-bottom: 27.5px;
}
.navbar-toggle {
	margin-top: 20.5px;
	margin-bottom: 20.5px;
}

/* Navbar Dark */

.navbar-dark {
	background-color: #4E4D4A;
	border: 0;
}

.navbar-dark .navbar-brand {
	color: #ecf0f1;
	text-shadow: 1px 1px 2px #333;
}

.navbar-dark .navbar-brand > span {
	color: #ccc;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
	color: #fff;
}

.navbar-dark .navbar-text {
	color: #ecf0f1;
}

.navbar-dark .navbar-nav > li > a {
	color: #ecf0f1;
	background: transparent;
	-webkit-transition: background 500ms;
			transition: background 500ms;
}

/* .navbar-dark .navbar-nav > li > a:hover,
.navbar-dark .navbar-nav > li > a:focus {
	color: #FFF;
} */

.navbar-dark .navbar-nav > .active > a,
.navbar-dark .navbar-nav > .active > a:hover,
.navbar-dark .navbar-nav > .active > a:focus {
	color: #FFF;
	background-color: #353432;
}

.navbar-dark .navbar-nav > .disabled > a,
.navbar-dark .navbar-nav > .disabled > a:hover,
.navbar-dark .navbar-nav > .disabled > a:focus {
	color: #bdc3c7;
}

.navbar-dark .navbar-toggle {
	border-color: transparent;
	background: transparent;
}

.navbar-dark .navbar-toggle:hover,
.navbar-dark .navbar-toggle:focus {
	background-color: #353432;
}

.navbar-dark .navbar-toggle .icon-bar {
	background-color: #ecf0f1;
}

.navbar-dark .navbar-toggle:hover .icon-bar,
.navbar-dark .navbar-toggle:focus .icon-bar{
	background-color: #fff;
}

.navbar-dark .navbar-collapse,
.navbar-dark .navbar-form {
	border-color: #353432;
}

.navbar-dark .navbar-nav > .open > a,
.navbar-dark .navbar-nav > .open > a:hover,
.navbar-dark .navbar-nav > .open > a:focus {
	color: #FFF;
}

.navbar-nav > .open > a:after {
	content: "\f0d8";
	font-family: FontAwesome;
	position: absolute;
	z-index: 9999;
	bottom: -5px;
	left: 50%;
	margin-left: -10px;
	font-size: 36px;
}

.navbar-dark .navbar-nav > .open > a:after {
	color: #353432;
}

.navbar-white .navbar-nav > .open > a:after {
	color: #fff;
}

.navbar-dark .navbar-nav > .dropdown > a:hover .caret {
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}

.navbar-dark .navbar-nav > .dropdown > a .caret {
	border-top-color: #ecf0f1;
	border-bottom-color: #ecf0f1;
}

.navbar-dark .navbar-nav > .open > a .caret,
.navbar-dark .navbar-nav > .open > a:hover .caret,
.navbar-dark .navbar-nav > .open > a:focus .caret {
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}

/* Navbar Dark Dropdown Menu */

.navbar-dark .navbar-nav > li > .dropdown-menu {
	background-color: #353432;
	border: 1px solid #353432;
	border-top: 1px solid #666;
	-webkit-box-shadow: none;
			box-shadow: none;
}
.navbar-dark .dropdown-menu > li > a {
	padding: 7px 20px;
	border-bottom: 1px solid #666;
	color: #fff;
}
.navbar-dark .dropdown-menu > li > a:hover,
.navbar-dark .dropdown-menu > li > a:focus {
	color: #fff;
	-webkit-transition: all 0.1s ease-in-out;
			transition: all 0.1s ease-in-out;
}
.navbar-dark .dropdown-menu > li:last-child > a {
	border-bottom: 0;
}

.navbar-dark .navbar-link {
	color: #ecf0f1;
}

.navbar-dark .navbar-link:hover {
	color: #FFF;
}

/* Navbar Dark Mobile */

@media (max-width: 767px) {
	.navbar-dark .navbar-nav .open .dropdown-menu > .dropdown-header {
		border-color: #353432;
	}
	.navbar-dark .navbar-nav .open .dropdown-menu > li > a {
		color: #ecf0f1;
		padding: 10px 20px;
		border: 0;
	}
	.navbar-dark .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-dark .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #fff;
	}
	.navbar-dark .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-dark .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-dark .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #fff;
	}
	.navbar-dark .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-dark .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-dark .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #bdc3c7;
		background-color: transparent;
	}
	.navbar-dark .navbar-nav > li > a:hover,
	.navbar-dark .navbar-nav > li > a:focus {
		color: #FFF;
	}
	.navbar-dark .navbar-nav > .open > a,
	.navbar-dark .navbar-nav > .open > a:hover,
	.navbar-dark .navbar-nav > .open > a:focus {
		padding-top: 10px;
		padding-bottom: 10px;
		border-width: 0;
	}
}

/* Navbar White */

.navbar-white {
	background-color: #fff;
	border: 0;
	-webkit-box-shadow: 0 0 16px 0 rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 0 0 16px 0 rgba(50, 50, 50, 0.3);
	box-shadow: 0 0 16px 0 rgba(50, 50, 50, 0.3);
}

.navbar-white .navbar-brand {
	color: #505050;
}

.navbar-white .navbar-brand > span {
	color: #ccc;
}

.navbar-white .navbar-brand:hover,
.navbar-white .navbar-brand:focus {
	color: #111;
}

.navbar-white .navbar-text {
	color: #505050;
}

.navbar-white .navbar-nav > li > a {
	color: #505050;
	background: transparent;
	-webkit-transition: background 500ms;
			transition: background 500ms;
}

/* .navbar-white .navbar-nav > li > a:hover,
.navbar-white .navbar-nav > li > a:focus {
	color: #fff;
} */

.nav-hover-fix:hover {
	color: #fff !important;
}

.navbar-white .navbar-nav > .active > a,
.navbar-white .navbar-nav > .active > a:hover,
.navbar-white .navbar-nav > .active > a:focus {
	color: #111;
	background: #f5f5f5;
}

.navbar-white .navbar-nav > .disabled > a,
.navbar-white .navbar-nav > .disabled > a:hover,
.navbar-white .navbar-nav > .disabled > a:focus {
	color: #ccc;
}

.navbar-white .navbar-toggle {
	border-color: transparent;
	background: transparent;
}

.navbar-white .navbar-toggle:hover,
.navbar-white .navbar-toggle:focus {
	background-color: #f5f5f5;
}

.navbar-white .navbar-toggle .icon-bar {
	background-color: #505050;
}

.navbar-white .navbar-toggle:hover .icon-bar,
.navbar-white .navbar-toggle:focus .icon-bar{
	background-color: #111;
}

.navbar-white .navbar-collapse,
.navbar-white .navbar-form {
	border-color: #ccc;
}

.navbar-white .navbar-nav > .open > a,
.navbar-white .navbar-nav > .open > a:hover,
.navbar-white .navbar-nav > .open > a:focus {
	color: #fff;
}

.navbar-white .navbar-nav > .dropdown > a:hover .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}

.navbar-white .navbar-nav > .dropdown > a .caret {
	border-top-color: #505050;
	border-bottom-color: #505050;
}

.navbar-white .navbar-nav > .open > a .caret,
.navbar-white .navbar-nav > .open > a:hover .caret,
.navbar-white .navbar-nav > .open > a:focus .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}

/* Navbar White Dropdown Menu */

.navbar-white .navbar-nav > li > .dropdown-menu {
	background-color: #fff;
	border: 1px solid #ecf0f1;
	border-top: 1px solid #f5f5f5;
}
.navbar-white .dropdown-menu > li > a {
	padding: 7px 20px;
	border-bottom: 1px solid #ecf0f1;
	color: #505050;
}
.navbar-white .dropdown-menu > li > a:hover,
.navbar-white .dropdown-menu > li > a:focus {
	color: #fff;
	-webkit-transition: all 0.1s ease-in-out;
			transition: all 0.1s ease-in-out;
}
.navbar-white .dropdown-menu > li:last-child > a {
	border-bottom: 0;
}

.navbar-white .navbar-link {
	color: #505050;
}

.navbar-white .navbar-link:hover {
	color: #505050;
}

/* Navbar White Mobile */

@media (max-width: 767px) {
	.navbar-white .navbar-nav .open .dropdown-menu > .dropdown-header {
		border-color: #ecf0f1;
	}
	.navbar-white .navbar-nav .open .dropdown-menu > li > a {
		color: #505050;
		padding: 10px 20px;
		border: 0;
	}
	.navbar-white .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-white .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #fff;
	}
	.navbar-white .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-white .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-white .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #505050;
		background-color: transparent;
	}
	.navbar-white .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-white .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-white .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #ccc;
		background-color: transparent;
	}
	/* .navbar-white .navbar-nav > li > a:hover,
	.navbar-white .navbar-nav > li > a:focus {
		color: #fff;
	} */
	.navbar-white .navbar-nav > .open > a,
	.navbar-white .navbar-nav > .open > a:hover,
	.navbar-white .navbar-nav > .open > a:focus {
		color: #fff;
		padding-top: 10px;
		padding-bottom: 10px;
		border-width: 0;
	}
}

/* ===== Style Toggle ===== */

.style-toggle-btn {
	position: absolute;
	z-index: 50505055;
	top: -3px;
	left: -46px;
	color: #FFF;
	background: #4E4D4A;
	padding: 12px;
	font-size: 18px;
	border-radius: 3px 0 0 3px;
	cursor: pointer;
}
.style-toggle-btn.fa-angle-double-right {
	padding: 12px 17px 12px 16px;
}
.style-toggle {
	position: fixed;
	z-index: 50505055;
	top: 150px;
	right: -180px;
	max-width: 180px;
	border-radius: 0 0 0 3px;
	background: #fff;
	border: 3px solid #666;
	border-right: 0;
	color: #505050;
	-webkit-transition: right 0.5s ease-in-out;
			transition: right 0.5s ease-in-out;
}
.style-toggle-show {
	right: 0;
}
.style-toggle-header {
	padding: 10px;
	color: #fff;
	background: #666;
}
.style-toggle-body {
	padding: 10px;
}

/* ===== Back to Top link ===== */

.backtotop {
	background: #666;
	padding: 10px 15px;
	font-size: 18px;
	color: #FFF;
	border-radius: 3px;
	-webkit-transition: background 0.1s ease-in-out;
			transition: background 0.1s ease-in-out;
}
.backtotop:hover {
	background: #4E4D4A;
}

/* ===== Footer ===== */


#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -60px;
  padding: 0}
	
footer {
	line-height: 25px;
	padding: 20px 0;
	min-height: 304px
}

footer h3 {
	padding-bottom: 10px;
	border-bottom: 1px solid #4E4D4A;
	margin-bottom: 20px;
}
footer h3 > span {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

/* Footer Dark */

.footer-dark {
	background: #353432;
	color: #ecf0f1;
}
.footer-dark hr {
	border-top: 1px solid #4E4D4A;
}

/* Footer White */

.footer-white {
	background: #fff;
	border-top: 1px solid #dedede;
	color: #999;
}
.footer-white h3 {
	border-color: #eee;
}

/* Social Links */

.social > ul,
.social > ul > li {
	margin: 0;
	padding: 0;
}
.social li > a {
	display: inline-block;
	width: 34px;
	height: 34px;
	margin: 0 2px 2px 0;;
	border-radius: 34px;
	text-align: center;
	font-size: 16px;
	line-height: 34px;
	background: #fff;
	color: #4E4D4A;
	transition: background 500ms, color 500ms;
	-webkit-transition: background 500ms, color 500ms;
}
.social li:hover > a {
	color: #fff;
}
.social li > a.rss:hover {
	background: #ff9900;
}
.social li > a.facebook:hover {
	background: #3B5998;
}
.social li > a.twitter:hover {
	background: #1dcaff;
}
.social li > a.plus:hover {
	background: #dd4b39;
}
.social li > a.vk:hover {
	background: #3f628a;
}
.social li > a.pinterest:hover {
	background: #c92026;
}
.social li > a.vimeo:hover {
	background: #446d82;
}
.social li > a.github:hover {
	background: #657e8c;
}
.social li > a.linkedin:hover {
	background: #0c7bb3;
}
.social li > a.dropbox:hover {
	background: #4fa3e3;
}
.social li > a.youtube:hover {
	background: #ed413e;
}

/* Footer White Social Links */

.footer-white .social li > a {
	border: 1px solid #ccc;
}
.footer-white .social li > a:hover {
	border: 1px solid transparent;
}

/* ===== Jumbotron ===== */

.main-slideshow {
	position: relative;
	margin-top: -20px;
}
.jumbotron.first {
	background: url(../img/slide-1.jpg) no-repeat center center;
	background-size: cover;
}
.jumbotron.second {
	background: url(../img/slide-2.jpg) no-repeat center bottom;
	background-size: cover;
}
.jumbotron.third {
	background: url(../img/slide-3.jpg) no-repeat center center;
	background-size: cover;
}
.jumbotron {
	width: 100%;
	height: 470px;
	margin-bottom: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #FFF;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}
.jumbotron h1 {
	font-size: 36px;
	line-height: 1.5;
	margin-bottom: 20px;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
.jumbotron.first img {
	width: 90%;
	margin: 50px auto 0;
}
.jumbotron.second img {
	position: absolute;
	bottom: -600px;
	left: 50%;
	margin-left: -300px;
	cursor: pointer;
	box-shadow: 0 0 15px rgba(0,0,0,0.8);
	transition: bottom 0.3s;
	-webkit-transition: bottom 0.3s;
}
.jumbotron.second img:hover {
	bottom: -590px;
}
.jumbotron.third .video {
	width: 80%;
	margin: 50px auto 0 auto;
}
.jumbotron.first h1,
.jumbotron.third h1 {
	margin-top: 50px;
}
@media (max-width: 767px) { /* Adjusting for mobile */
	.jumbotron.first h1,
	.jumbotron.third h1 {
		margin-top: 20px;
	}
}
.jumbotron .lead {
	text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
.jumbotron .btn {
	font-size: 18px;
	padding: 15px 30px;
	margin-top: 10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

/* Slideshow controls */

a.slideshow-arrow	{
	position: absolute;
	display: block;
	height: 100px;
	width: 50px;
	top: 50%;
	margin-top: -60px;
	background: transparent;
	color: transparent;
	font-size: 32px;
	font-weight: 300;
	line-height: 100px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: background 500ms, color 500ms;
			transition: background 500ms, color 500ms;
}
.main-slideshow:hover a.slideshow-arrow	{
	background: rgba(0, 0, 0, 0.5);
	color: #FFF;
}
a.slideshow-arrow:hover,
a.slideshow-arrow:active {
	text-decoration: none;
}
a.slideshow-arrow-prev {
	left: 0;
	right: auto;
	padding-right: 5px;
}
a.slideshow-arrow-next {
	right: 0;
	left: auto;
	padding-left: 5px;
}

/* ===== Intro Text ===== */

.intro .btn {
	margin-top: 20px;
}

/* ===== Services ===== */

.services {
	margin-top: 30px;
	margin-bottom: 60px;
}
.services-item i {
	float: left;
	margin: 20px 15px 0 0;
	-webkit-transition: all 500ms;
			transition: all 500ms;
}
.services-item-desc {
	overflow: hidden;
}

/* Portfolio */

.portfolio {
	margin-bottom: 30px;
}
.portfolio-item > a {
	position: relative;
	display: block;
	overflow: hidden;
}
.portfolio-item > a > img {
	border-radius: 3px;
}
.portfolio-item > a > .mask {
	position: absolute;
	bottom: -40px;
	width: 100%;
	padding: 10px;
	border-radius: 0 0 3px 3px;
	background: #4E4D4A;
	color: #fff;
	-webkit-transition: bottom 500ms;
			transition: bottom 500ms;
}
.col-sm-3 > .portfolio-item > a > .mask,
.col-md-3 > .portfolio-item > a > .mask,
.col-lg-3 > .portfolio-item > a > .mask {
	font-size: 0.9em;
}
.portfolio-item > a:hover > .mask {
	bottom: 0;
}
.portfolio-desc {
	padding: 0 5px;
	margin-bottom: 20px;
}
.portfolio-desc > h3 {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 10px;
}

/* ===== Features ===== */

.features.last {
	margin-bottom: 50px;
}
.divider {
	border-bottom: 1px solid #eee;
	margin: 20px 0 40px;
}
.features h3 {
	font-size: 20px;
	line-height: 1.5;
	margin-top: 50px;
}
.features p {
	line-height: 1.7;
}
.features img {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.features .border-bottom {
	border-bottom: 1px solid #dedede;
}

@media (max-width: 767px) { /* Adjusting for mobile */
	.features h3 {
		margin-top: 30px;
	}
	.features	h3.first-child {
		margin-top: 0;
	}
	.features.last {
		margin-bottom: 0;
	}
}

/* ===== Block Block ===== */

.recent-blogs {
	margin-bottom: 20px;
}
.recent-blog {
	margin-bottom: 20px;
}
.recent-blog img {
	height: 70px;
	width: 70px;
	float:left;
	margin-right: 20px;
	border-radius: 70px;
}
.recent-blog-desc {
	overflow: hidden;
}
.recent-blog-desc h3 {
	font-size: 20px;
	line-height: 1.5;
	margin-top: 0;
}
.recent-blog-desc p {
	line-height: 1.7;
}

/* ===== About Us Page ===== */

.about-us-p img {
	max-width: 40%;
	margin: 0 20px 20px 0;
}

/* Our Team */

.team-member {
	border: 1px solid #eee;
	border-radius: 3px;
	padding: 10px;
	margin-bottom: 10px;
}
.team-member:hover {
	border-color: #ddd;
}
.team-member > img {
	margin-bottom: 10px;
	border-radius: 3px;
}

/* ===== Blog Page ===== */

.blog-p img.author {
	float:left;
	height: 70px;
	width: 70px;
	border-radius: 70px;
	margin-right: 20px;
}
.blog-p-body {
	overflow: hidden;
}
.blog-p-body p {
	line-height: 1.7;
}
.blog-p-body .flex-video {
	margin: 20px 0;
}
.blog-p-body img {
	border-radius: 3px;
	margin: 20px 0;
}
.blog-p-search {
	margin-bottom: 40px;
}
.blog-p-social {
	list-style-type: none;
	margin: 0 0 40px 0;
	padding: 0;
}
.blog-p-social > li {
	padding: 0;
	border-bottom: 1px solid #eee;
}
.blog-p-social > li a {
	display: block;
	padding: 10px 0;
}
.blog-p-social > li i {
	margin-right: 10px;
}
.blog-p-popular {
	list-style-type: none;
	margin: 20px 0 0 0;
	padding: 0;
}
.blog-p-popular > li {
	margin-bottom: 10px;
}

/* ===== Comments ===== */

.comments {
	margin: 20px 0;
}
.cmt {
	margin-bottom: 15px;
}
.cmt > img {
	width: 70px;
	height: 70px;
	border-radius: 3px;
	float: left;
	margin: 0 10px 0 0;
}
.cmt > .cmt-block {
	overflow: hidden;
}
.cmt > .cmt-block > .cmt-body {
	margin-top: 5px;
}
.cmt > .cmt-block textarea {
	border-radius: 0;
}

/* ===== Coming Soon ===== */

.coming-soon-p {
	padding: 100px 0;
	background: url(../img/bg-1.jpg) center center no-repeat;
	background-attachment: fixed;
	background-size: cover;
	color: #fff;
}
.coming-soon-p h1 {
	font-size: 50px;
	text-shadow: 1px 1px 2px #505050;
}
.coming-soon-p .lead {
	margin: 40px 0 50px;
	text-shadow: 1px 1px 2px #505050;
}
.coming-soon-p form .form-control,
.color-jumbotron form .form-control { /* Same form for the shop jumbotron */
	height: 45px;
	width: 300px;
	padding: 12px 24px;
	border-radius: 45px 0 0 45px;
	font-size: 18px;
	-webkit-box-shadow: none;
			box-shadow: none;
}
.coming-soon-p form button,
.color-jumbotron	form button {
	height: 45px;
	border-radius: 0 45px 45px 0;
	margin-left: -4px;
}
@media (max-width: 767px) {
	.coming-soon-p {
		padding: 30px 0;
	}
	.coming-soon-p form .form-control,
	.color-jumbotron	form .form-control {
		border-radius: 45px;
		width: 100%;
	}
	.coming-soon-p form button,
	.color-jumbotron	form button {
		display: block;
		width: 100%;
		border-radius: 45px;
	}
}
.is-countdown {
	margin-top: 50px;
	margin-bottom: 100px;
	font-size: 32px;
	text-shadow: 1px 1px 2px #505050;
	font-family: 'Oswald', sans-serif;
}
.countdown-rtl {
	direction: rtl;
}
.countdown-row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown-show1 .countdown-section {
	width: 98%;
}
.countdown-show2 .countdown-section {
	width: 48%;
}
.countdown-show3 .countdown-section {
	width: 32.5%;
}
.countdown-show4 .countdown-section {
	width: 24.5%;
}
.countdown-show5 .countdown-section {
	width: 19.5%;
}
.countdown-show6 .countdown-section {
	width: 16.25%;
}
.countdown-show7 .countdown-section {
	width: 14%;
}
.countdown-section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown-amount {
	font-size: 200%;
}
.countdown-period {
	display: block;
}
.countdown-descr {
	display: block;
	width: 100%;
}

/* ===== Contact Us ===== */

.map {
	overflow: hidden;
}

/* ===== Portfolio List ===== */

.glr-list-p > li:first-child {
	padding-left: 5px !important;
}
.glr-list-p	> li {
	margin-bottom: 10px;
}
.glr-list-p	> li.clearfix {
	display: none;
}

/* ===== Portfolio Item ===== */

.port-slideshow-p {
	position: relative;
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 30px;
}

/* Slideshow controls */

a.port-arrow-p	{
	position: absolute;
	display: block;
	height: 100px;
	width: 50px;
	top: 50%;
	margin-top: -50px;
	background: transparent;
	color: transparent;
	font-size: 32px;
	font-weight: 300;
	line-height: 100px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: background 500ms, color 500ms;
			transition: background 500ms, color 500ms;
}
.port-slideshow-p:hover a.port-arrow-p	{
	background: rgba(0, 0, 0, 0.5);
	color: #FFF;
}
a.port-arrow-p:hover,
a.port-arrow-p:active {
	text-decoration: none;
}
a.port-arrow-prev {
	left: 0;
	right: auto;
	padding-right: 5px;
}
a.port-arrow-next {
	right: 0;
	left: auto;
	padding-left: 5px;
}

/* !Slideshow controls */

.port-item-p h3 {
	line-height: 1.5;
}
.port-item-p p {
	line-height: 1.7;
}

/* ===== Pricing Table ===== */

.pricing-p .item {
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 3px;
	text-align: center;
	-webkit-transition: margin-top 500ms;
			transition: margin-top 500ms;
}
.pricing-p .item:hover {
	margin-top: -10px;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.pricing-p .head {
	position: relative;
	margin-bottom: 50px;
	padding: 30px 10px 10px;
	border-radius: 3px;
}
.pricing-p .head h4 {
	color: #FFF;
	text-transform: uppercase;
}
.pricing-p .head .arrow {
	position: absolute;
	bottom: -30px;
	left: 0;
	height: 30px;
	width: 100%;
	border-top-width: 30px;
	border-top-style: solid;
	border-right: 99px solid white;
	border-left: 99px solid white;
}
.pricing-p .sceleton h5 {
	font-size: 30px;
}
.pricing-p .sceleton span {
	font-size: 24px;
}
.pricing-p .sceleton ul {
	margin: 0 0 10px;
	padding: 0;
}
.pricing-p .sceleton li {
	list-style-type: none;
	padding: 10px 0;
	border-top: 1px dotted #ccc;
}
.pricing-p .sceleton li:hover {
	border-top: 1px solid #ccc;
	background: #eee;
	cursor: pointer;
}
@media (max-width: 1200px) { /* Adjusting for large devices */
	.pricing-p .head .arrow {
		border-right-width: 95px;
		border-left-width: 95px;
	}
}
@media (max-width: 992px) { /* Adjusting for small devices */
	.pricing-p .head .arrow {
		border-right-width: 68px;
		border-left-width: 68px;
		border-top-width: 20px;
	}
}
@media (max-width: 767px) { /* Adjusting for mobile */
	.pricing-p .head {
		padding: 20px;
		margin-bottom: 20px;
	}
	.pricing-p .head .arrow {
		border: 0;
	}
	.pricing-p .item {
		margin: 20px 0;
	}
	.pricing-p .item:hover {
		margin: 20px 0;
	}
}

/* ===== Services Page ===== */

.services-p {
	margin: 10px 0;
}

/* ===== Sign In & Sign Up ===== */

.sign-form {
	padding: 30px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.sign-form .popover {
	min-width: 200px;
}


.popover-title {
	font-family: 'Roboto', sans-serif !important;
	background: transparent;
	font-weight: bold;
}

/* ===== 404 Not Found ===== */

.not-found-p {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.not-found-p .text {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -43px;
	margin-left: -98px;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
.not-found-p h1 {
	margin-top: 0;
}
.not-found-p h2 {
	font-size: 22px;
	margin-top: 0;
}

/* ===== Theme FAQ ===== */

.theme-faq-p p {
	line-height: 1.7;
}

/* ===== Help Center ===== */

/* .panel-title {
	font-family: 'Roboto', sans-serif;
}
.faq-cats-p ul {
	list-style-type: none;
	padding: 0; 
	margin: 0;
}
.faq-cats-p ul li:first-child {
	margin: 0 0 15px 0;
}
.faq-cats-p ul li {
	margin: 15px 0 15px 0;
}
.faq-cats-p ul li i{
	vertical-align: middle;
	margin-right: 15px;
	color: #c0c0c0;
}
.faq-cats-p ul li:hover i{
	color: #00B4FF;
} */

/* ===== Shop ===== */

.color-jumbotron {
	margin-top: -20px;
	margin-bottom: 30px;
	padding: 50px 0;
	color: white;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
.color-jumbotron form {
	margin-top: 50px;
}
.shop-product {
	border: 1px solid #eee;
	border-radius: 3px;
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;
}
.shop-product:hover {
	border-color: #ddd;
}
.shop-product img {
	margin-bottom: 10px;
	border-radius: 3px;
}
.shop-product a {
	color: #515151;
}
.shop-product.featured:before {
	content: "Featured";
	position: absolute;
	top: 0;
	right: 15px;
	padding: 3px 8px;
	border-radius: 0 3px 0 3px;
	background: #E35E54;
	color: white;
}
.shop-product.featured .price .old {
	color: red;
	text-decoration: line-through;
}
.shop-product.featured .price .new {
	font-weight: bold;
}
.shop-category {
	font-weight: bold;
	padding-bottom: 20px;
	padding-left: 15px;
	margin-bottom: 20px;
	margin-top: 30px;
	border-bottom: 1px solid #eee;
}
.shop-search {
	margin-bottom: 20px;
}

/* Shop Item */

.shop-item .product-img {
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 3px;
	border: 1px solid #eee;
}
.shop-item .product-img img {
	border-radius: 3px;
	opacity: 0.5;
}
.shop-item .product-img img:hover {
	opacity: 1;
}
.shop-item .product-img img.main {
	margin-bottom: 5px;
	opacity: 1;
}
.shop-item .product-img .row {
	padding: 0 12px;
}
.shop-item .product-img .col-xs-4 {
	padding-left: 2px;
	padding-right: 2px;
}
.rating {
	display: inline-block;
	margin-left: 0px;
}
.rating li {
	margin: 0;
	padding: 0;
	color: #F7C41F;
	font-size: 14px;
}
.shop-item .reviews {
	font-size: 12px;
	margin-left: 10px;
}
.shop-item .price-block {
	display: inline-block;
	margin-bottom: 10px;
	padding: 10px;
	background: #eee;
	border-radius: 3px;
}
.shop-item .price-block .form-control {
	display: inline-block;
	width: 60px;
}
.shop-item .price-block .price {
	margin-right: 10px;
	vertical-align: middle;
	font-size: 20px;
}



/* ===== Alt Pages ===== */

.alt-p {
	position: absolute;
	width: 100%;
	height: 100%;
	padding-top: 100px;
}

.alt-p .logo a {
	color: #fff;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	margin-bottom: 30px;
	text-decoration: none;
}

/* ===== Help Center ===== */

.help-cats-p {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 30px;
}
.help-cats-p > li	> a {
	display: block;
	padding: 5px 0;
	color: #999;
	-webkit-transition: padding-left 500ms;
			transition: padding-left 500ms;
}
.help-cats-p > li	> a:hover {
	color: #505050;
	padding-left: 7px;
}
.help-questions-p {
	padding-left: 0;
	margin-left: 20px;
}
.help-questions-p > li	> a {
	display: block;
	padding: 5px 0;
	color: #505050;
}

/* ===== User Profile ====== */

.user-avatar {
	position: relative;
	background: #fff;
	margin-bottom: 30px;
}
.user-avatar:before,
.user-avatar:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width:300px;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.user-avatar:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}
.user-social {
	margin-top: 15px;
}
.user-social li > a {
	background: #bdc3c7;
	color: #fff;
}
.user-cart > h4 {
	margin-bottom: 20px;
}
.user-info {
	list-style-type: none;
	padding-left: 0;
	margin-top: 20px;
}
.user-info > li {
	padding: 3px 0;
}


/* ===== Chosen drop ===== */

button.button.spin{
   	background-color: transparent!important;
    border: 0!important;
}

#listaResultadosModelos li{
	display: none;
}

p.returnMsg, p.returnMsgEndereco {
	display: none;
	margin: 7px 3px;
	font-size: 13px
}

.chosen-select {
	width: 100%
}

.chosen-select-deselect {
	width: 100%
}

.chosen-container {
	display: inline-block;
	font-size: 12px;
	position: relative;
	vertical-align: middle;
	width:100%
}

.chosen-container .chosen-drop {
	background: #fff;
	margin-top: -15px;
	top: 100%;
	left: -9000px;
	z-index: 1060
}

.chosen-container .chosen-drop.exibeDiv {
	background: #fff;
	border: 1px solid #999;
	border-top-color: #d9d9d9;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-box-shadow:5px 5px 0 rgba(0, 0, 0, 0.07);
	-moz-box-shadow:5px 5px 0 rgba(0, 0, 0, 0.07);
	-o-box-shadow:5px 5px 0 rgba(0, 0, 0, 0.07);
	box-shadow:5px 5px 0 rgba(0, 0, 0, 0.07);
	margin-top: -1px;
	/*position: absolute;*/
	top: 100%;
	left: -9000px;
	z-index: 1060
}

.chosen-container.chosen-with-drop .chosen-drop {
	left: 0;
	right: 0
}

.chosen-container .chosen-results {
	color: #555;
	margin: 0 4px 4px 0;
	max-height: 240px;
	padding: 0 0 0 4px;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
	display: none;
	line-height: 1.428571429;
	list-style: none;
	margin: 0;
	padding: 5px 6px
}

.chosen-container .chosen-results li em {
	background: #feffde;
	font-style: normal
}

.chosen-container .chosen-results li.group-result {
	display: list-item;
	cursor: default;
	color: #414141;
	font-weight: bold;
	background-color: #D7D7D7
}
.chosen-container .chosen-results li.group-count {
	display: list-item;
	cursor: default;
	color: #ffffff;
	font-weight: bold;
	background-color: #cc9900
}

.chosen-container .chosen-results li.group-option {
	padding-left: 15px
}

.chosen-container .chosen-results li.active-result {
	cursor: pointer;
	display: list-item;
	border-bottom: 1px dotted #D7D7D7;
}

#listaResultadosEndereco li.active-result {
	/*color: #D7D7D7;*/
}

#listaResultadosEndereco li.active-result strong{
	color: #414141;
}

.chosen-container .chosen-results li.active-result:hover {
	background-color: #d3dbc8;
	color: #414141;
}

.chosen-container .chosen-results li.highlighted {
	background-color: #428bca;
	color: white
}

.chosen-container .chosen-results li.highlighted em {
	background: transparent
}

.chosen-container .chosen-results li.disabled-result {
	display: list-item;
	color: #999
}

.chosen-container .chosen-results .no-results {
	background: #eee;
	display: list-item
}

.chosen-container .chosen-results-scroll {
	background: white;
	margin: 0 4px;
	position: absolute;
	text-align: center;
	width: 321px;
	z-index: 1
}

.chosen-container .chosen-results-scroll span {
	display: inline-block;
	height: 1.428571429;
	text-indent: -5000px;
	width: 9px
}

.chosen-container .chosen-results-scroll-down {
	bottom: 0
}

.chosen-container .chosen-results-scroll-down span {
	background: url("../images/chosen-sprite.png") no-repeat -4px -3px
}

.chosen-container .chosen-results-scroll-up span {
	background: url("../images/chosen-sprite.png") no-repeat -22px -3px
}

.chosen-container-single .chosen-single {
	background-color: #fff;
	background-image: -webkit-gradient(linear, left 0, left 100%, from(#fff),
		to(#eee));
	background-image: -webkit-linear-gradient(top, #fff, 0%, #eee, 100%);
	background-image: -moz-linear-gradient(top, #fff 0, #eee 100%);
	background-image: linear-gradient(to bottom, #fff 0, #eee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',
		endColorstr='#ffeeeeee', GradientType=0);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	color: #555;
	display: block;
	height: 34px;
	overflow: hidden;
	line-height: 34px;
	padding: 0 0 0 8px;
	position: relative;
	text-decoration: none;
	white-space: nowrap
}

.chosen-container-single .chosen-single span {
	display: block;
	margin-right: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.chosen-container-single .chosen-single abbr {
	background: url("../images/chosen-sprite.png") right top no-repeat;
	display: block;
	font-size: 1px;
	height: 10px;
	position: absolute;
	right: 26px;
	top: 12px;
	width: 12px
}

.chosen-container-single .chosen-single abbr:hover {
	background-position: right -11px
}

.chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover
	{
	background-position: right 2px
}

.chosen-container-single .chosen-single div {
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	width: 18px
}

.chosen-container-single .chosen-single div b {
	background: url("../images/chosen-sprite.png") no-repeat 0 7px;
	display: block;
	height: 100%;
	width: 100%
}

.chosen-container-single .chosen-default {
	color: #999
}

.chosen-container-single .chosen-search {
	margin: 0;
	padding: 3px 4px;
	position: relative;
	white-space: nowrap;
	z-index: 1000
}

.chosen-container-single .chosen-search p.msg{
	font-size: 11px;
    margin: 3px 6px;	
	
}

.chosen-container-single .chosen-search input {
	background: url("../images/chosen-sprite.png") no-repeat 100% -20px, #fff;
	border: 1px solid #ccc;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	margin: 1px 0;
	padding: 4px 20px 4px 4px;
	width: 100%
}

.chosen-container-single .chosen-drop {
	margin-top: -1px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	display:none;
}

.chosen-container-single-nosearch .chosen-search input {
	position: absolute;
	left: -9000px
}

.chosen-container-multi .chosen-choices {
	background-color: #fff;
	border: 1px solid #ccc;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	cursor: text;
	height: auto !important;
	height: 1%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative
}

.chosen-container-multi .chosen-choices li {
	float: left;
	list-style: none
}

.chosen-container-multi .chosen-choices .search-field {
	margin: 0;
	padding: 0;
	white-space: nowrap
}

.chosen-container-multi .chosen-choices .search-field input {
	background: transparent !important;
	border: 0 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #555;
	height: 32px;
	margin: 0;
	padding: 4px;
	outline: 0
}

.chosen-container-multi .chosen-choices .search-field .default {
	color: #999
}

.chosen-container-multi .chosen-choices .search-choice {
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	background-color: #eee;
	border: 1px solid #ccc;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background-image: -webkit-gradient(linear, left 0, left 100%, from(#fff),
		to(#eee));
	background-image: -webkit-linear-gradient(top, #fff, 0%, #eee, 100%);
	background-image: -moz-linear-gradient(top, #fff 0, #eee 100%);
	background-image: linear-gradient(to bottom, #fff 0, #eee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',
		endColorstr='#ffeeeeee', GradientType=0);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	color: #333;
	cursor: default;
	line-height: 13px;
	margin: 6px 0 3px 5px;
	padding: 3px 20px 3px 5px;
	position: relative
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close
	{
	background: url("../images/chosen-sprite.png") right top no-repeat;
	display: block;
	font-size: 1px;
	height: 10px;
	position: absolute;
	right: 4px;
	top: 5px;
	width: 12px
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover
	{
	background-position: right -11px
}

.chosen-container-multi .chosen-choices .search-choice-focus {
	background: #d4d4d4
}

.chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close
	{
	background-position: right -11px
}

.chosen-container-multi .chosen-results {
	margin: 0;
	padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
	display: none
}

.chosen-container-active .chosen-single {
	border: 1px solid rgba(82, 168, 236, 0.8);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px
		rgba(82, 168, 236, .6);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px
		rgba(82, 168, 236, .6);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s
}

.chosen-container-active.chosen-with-drop .chosen-single {
	background-color: #eee;
	border: 1px solid rgba(82, 168, 236, 0.8);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px
		rgba(82, 168, 236, .6);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px
		rgba(82, 168, 236, .6);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s
}

.chosen-container-active.chosen-with-drop .chosen-single div {
	background: transparent;
	border-left: none
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -18px 7px
}

.chosen-container-active .chosen-choices {
	border: 1px solid rgba(82, 168, 236, 0.8);
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px
		rgba(82, 168, 236, .6);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px
		rgba(82, 168, 236, .6);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s
}

.chosen-container-active .chosen-choices .search-field input {
	color: #111 !important
}

.chosen-disabled {
	cursor: default;
	opacity: .5 !important
}

.chosen-disabled .chosen-single {
	cursor: default
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
	cursor: default
}

.chosen-rtl {
	text-align: right
}

.chosen-rtl .chosen-single {
	padding: 0 8px 0 0;
	overflow: visible
}

.chosen-rtl .chosen-single span {
	margin-left: 26px;
	margin-right: 0;
	direction: rtl
}

.chosen-rtl .chosen-single div {
	left: 7px;
	right: auto
}

.chosen-rtl .chosen-single abbr {
	left: 26px;
	right: auto
}

.chosen-rtl .chosen-choices .search-field input {
	direction: rtl
}

.chosen-rtl .chosen-choices li {
	float: right
}

.chosen-rtl .chosen-choices .search-choice {
	margin: 6px 5px 3px 0;
	padding: 3px 5px 3px 19px
}

.chosen-rtl .chosen-choices .search-choice .search-choice-close {
	background-position: right top;
	left: 4px;
	right: auto
}

.chosen-rtl.chosen-container-single .chosen-results {
	margin: 0 0 4px 4px;
	padding: 0 4px 0 0
}

.chosen-rtl .chosen-results .group-option {
	padding-left: 0;
	padding-right: 15px
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div
	{
	border-right: 0
}

.chosen-rtl .chosen-search input {
	background: url("../images/chosen-sprite.png") no-repeat -28px -20px, #fff;
	direction: rtl;
	padding: 4px 5px 4px 20px
}

#progressBar {
        width: 128px;
        height: 15px;
        background: url("../images/ajax-loader.gif") repeat-x 0 0, transparent;
}
 
#progressBar div {
        height: 100%;
        color: #fff;
        text-align: right;
        line-height: 15px; /* same as #progressBar height if we want text middle aligned */
        width: 0;
        background-color: #cc9900;
        
}

@media (min-width: 768px) {
	#modalAvaliacao .modal-sm {
    width: 440px;
  }
}



@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}

/* Smartphones (retrato e paisagem) ----------- */
@media only screen  and (min-device-width : 320px) and (max-device-width : 480px) {
	.smart-forms, .smart-forms .form-header h4, .smart-forms label,.smart-forms input,.smart-forms button,.smart-forms select,.smart-forms textarea{
		font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, Helvetica, sans-serif;
	}



	.navbar-right li a, .navbar-right li span.passos {
		background-image: none;
	}

	.navbar-right li span.passos {
		line-height: 44px;
		padding-left: 36px

	}

	.navbar {
		min-height: 84px;
	}

	.navbar-toggle.hid {
		display: none;
	}

	.smart-wrap{
		padding: 1px 2px;
	}

	
	#mainAd, #timeOut {
		padding: 17px;
	}

	.img-responsive {
		max-width: 76%
	}
	.smart-container {
		margin: 8px auto; 
	}

	span.duasLinhas {
		width: 75%;
		float: right;
		vertical-align: text-top;
		margin-top: 3px;
	}
}

@media (max-width: 767px) {
	.alt-p {
		padding-top: 50px;
	}
}

/* Smartphones (paisagem) ----------- */
@media only screen  and (min-width : 321px) {
	span.duasLinhas {
		width: 85%;
		margin-top: 9px
	}
	/*.precoSeguroEscolhido {
		width: 71%;
		margin: 8px auto;
		padding: 10px 52px

		
	}*/
}

/* iPads (retrato e paisagem) ----------- */
@media only screen  and (min-device-width : 768px)  and (max-device-width : 1024px) {
	.mini-navbar-dark {
		display: none;
	}

	.img-responsive {
		max-width: 83%
	}

	.navbar-right li a, .navbar-right li span.passos {
		background-image: none;
	}

	.navbar-right li span.passos {
		line-height: 22px;
		padding-left: 36px

	}

	.navbar {
		min-height: 84px;
	}
 
}

/* iPads (retrato) ----------- */
@media only screen  and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	.smart-forms .switch {
		margin-right: 2px;
	}
	.smart-forms .option {
		margin-right: 4px;
	}
}



/*Smart Forms Custom*/

.smart-forms .form-body {
	padding: 0;
	padding-bottom: 0;
}

h3.first-child {
	color: #606060;
}

.smart-container {
	padding: 40px 30px;
	padding-bottom: 20px;
	background: rgba(255, 255, 255, 0.8)!important;
	margin: 50px auto;
	-webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.07);
	-o-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.07);
	box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.07);
	border-radius:0;
}
/* novo */

.titleEstip h3{
	color: #FFD737}

.margin-top-45{
	margin-top:25px}

a.button.btn-primary.btn-lg.btn-block.btn-intranet{
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	height:60px;
	line-height:61px}

.btn-intranet p{
	float:left}

.btn-intranet i{
	float: right;
	padding: 20px 5px 20px 20px;
	border:0;
	border-left-width:1px;
	border-style:solid;
	margin-top: 3px}
	
	
a.button.btn-primary.btn-lg.btn-block.btn-intranet.btn-color-1{background-color:#166E70}
a.button.btn-primary.btn-lg.btn-block.btn-intranet.btn-color-1 i{border-left-color:#104A4B}
a.button.btn-primary.btn-lg.btn-block.btn-intranet.btn-color-1:hover{background-color:#104A4B}
a.button.btn-primary.btn-lg.btn-block.btn-intranet.btn-color-2{background-color:#B2941A; font-size: 13px;overflow: hidden}
a.button.btn-primary.btn-lg.btn-block.btn-intranet.btn-color-2 i{border-left-color:#917815}
a.button.btn-primary.btn-lg.btn-block.btn-intranet.btn-color-2:hover{background-color:#917815}
a.button.btn-primary.btn-lg.btn-block.btn-intranet.btn-color-3{background-color:#26A69A}
a.button.btn-primary.btn-lg.btn-block.btn-intranet.btn-color-3 i{border-left-color:#00897B}
a.button.btn-primary.btn-lg.btn-block.btn-intranet.btn-color-3:hover{background-color:#00897B}

a.button.btn-primary.btn-lg.btn-block.btn-intranet.btn-color-4{background-color:#26A69A; overflow: hidden}
a.button.btn-primary.btn-lg.btn-block.btn-intranet.btn-color-4 i{border-left-color:#00897B}
a.button.btn-primary.btn-lg.btn-block.btn-intranet.btn-color-4:hover{background-color:#00897B}	

.smart-forms a.button, 
.smart-forms span.button, 
.smart-forms label.button {
	line-height: 42px;
	text-decoration: none;
	box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.07);
}
.smart-forms .tooltip {
	background: #cc9900;
}
.smart-forms .tip-right-top:after {
	border-top: 8px solid #cc9900;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

.smart-forms .gui-input:hover, .smart-forms .gui-textarea:hover, .smart-forms .select>select:hover, .smart-forms .select-multiple select:hover, .smart-forms .gui-input:hover ~ .input-hint, .smart-forms .file .gui-file:hover+.gui-input, .smart-forms .gui-textarea:hover ~ .input-hint {
	border-color: #cc9900;
}


.smart-forms .gui-input:focus ~ .field-icon i,
.smart-forms .gui-textarea:focus ~ .field-icon i{ color:#cc9900; }


.smart-forms .gui-input:focus,
.smart-forms .gui-textarea:focus,
.smart-forms .select > select:focus,
.smart-forms .select-multiple select:focus{ 
    color: #3c3c3c;
    background: #fff;
	border:1px solid #cc9900;
	-webkit-box-shadow:0px 0px 3px #cc9900 inset; 
	-moz-box-shadow:0px 0px 3px #cc9900 inset;  
	-o-box-shadow:0px 0px 3px #cc9900 inset;	
	box-shadow:0px 0px 3px #cc9900 inset;
    outline: none; 

}


.smart-forms .select > select:focus + .arrow {
	color: #cc9900;
}

/* @check + radio black 
---------------------------------------------------------------- */
.smart-forms .option-orange input:hover + .checkbox,  
.smart-forms .option-orange input:hover + .radio{ border-color: #DDA600; }
.smart-forms .option-orange input:checked + .checkbox, 
.smart-forms .option-orange input:focus + .checkbox, 
.smart-forms .option-orange input:checked + .radio, 
.smart-forms .option-orange input:focus + .radio{ border-color: #cc9900; }
.smart-forms .option-orange input:checked + .radio:before, 
.smart-forms .option-orange input:focus + .radio:before{  background: #cc9900; }
.smart-forms .option-orange input:checked + .checkbox:before, 
.smart-forms .option-orange input:focus + .checkbox:before{ border-color: #cc9900; }

/* @toggle-switch black 
------------------------------------------------------------ */
.smart-forms .switch-orange > input:checked + label { background: #cc9900; border-color: #cc9900; }
.smart-forms .switch-orange > input:checked + label:after { color:#cc9900; }
.smart-forms .switch-orange > input:checked:focus + label { background: #DDA600; border-color: #DDA600; }

/* Body Style */


.smart-forms .checkbox, .smart-forms .radio{
	top: -2px;
	vertical-align: middle;}
	
.body-orange .open > .bg-hover-color {
	background-color: #cc9900 !important;
}

.body-orange .dropdown-menu > .active > a,
.body-orange .dropdown-menu > .active > a:hover,
.body-orange .dropdown-menu > .active > a:focus {
	background-color: #cc9900;
}

/* ===== Buttons Colors ===== */
.body-orange .btn-primary,
.body-orange .btn-primary:hover{
	color: #fff !important;
	-webkit-transition: background-color 300ms, border-color 300ms;
			transition: background-color 300ms, border-color 300ms;
}

/* Button Orange */
.body-orange .btn-primary {
	background-color: #cc9900;
	border-color: #C1631F;
}

.body-orange .btn-link { color: #cc9900; }

.body-orange .btn-primary:hover,
.body-orange .btn-primary:focus,
.body-orange .btn-primary:active {
	background-color: #dab23a;
}

/* ===== Page Not Found ===== */
.body-orange .not-found-p,
.body-orange .alt-p,
.body-orange .color-jumbotron {
	background: #cc9900;
	background-image: radial-gradient(#E28D50, #cc9900);
}

/*ui-elements*/
.first-child {
	margin-top: 0 !important;
}

/*Animação de fade-in*/
.box {
	-webkit-transition: all linear 0.1s;
	transition: all linear 0.1s;
	opacity: 1;
}

.box.ng-hide-add,
.box.ng-hide-remove {
	display: block !important;
}

.box.ng-hide {
	line-height: 0;
	opacity: 0;
}


/* novo */


/* Pricing Tables */

.body-orange .pricing-tables .table-body {
	padding:13px;
	min-height:480px;
	}
.body-orange .pricing-tables .table-body  h4 {
	font-family:"Oswald", sans-serif;
	margin: 0;
	}
.body-orange .pricing-tables .table-body .valor h3 {
	font-family:"Oswald", sans-serif;
	margin: 0 0 15px 0;
	}
.body-orange .pricing-tables .table-body .valor h4 {
	margin: 0;
	}
.body-orange .pricing-tables .table-body .valor h3 .symbol{
	font-family:"Oswald", sans-serif;
	font-size:15px;
	font-weight:300;
	}
.body-orange .pricing-tables .table-body .valor h4 .symbol{
	font-family:"Oswald", sans-serif;
	font-size:12px;
	font-weight:300;
	}
.body-orange .pricing-tables .plan.first .head {
    background: #499F90;
    color: #fff; 
	height:50px;
	padding-top: 5px;
	}
.body-orange .pricing-tables .plan.second .head{
    background: #007A65;
    color: #fff; 
	height:50px;
	padding-top: 5px;
	}
.body-orange .pricing-tables .plan.last .head {
    background: #005143;
    color: #fff; 
	height:50px;
	padding-top: 5px;
	}
.body-orange .pricing-tables .table-body .divisor {
	border-top:1px solid #E6EBEC;
	margin:0 0 15px 0;
	}
.body-orange .pricing-tables .table-body .list-inline {
	padding:0!important;
	margin-left:10px;
  }
.body-orange .pricing-tables .table-body .list-inline .marcador1 {
	 border:3px solid #499F90; 
	 width:100%;
	 margin-top:3px;
 }
.body-orange .pricing-tables .table-body .list-inline .marcador2 {
	 border:3px solid #007A65; 
	 width:100%;
	 margin-top:3px;
 }
 .body-orange .pricing-tables .table-body .list-inline .marcador3 {
	 border:3px solid #005143; 
	 width:100%;
	 margin-top:3px;
 }
.body-orange .pricing-tables .table-body ul.list-service  {
	padding: 0 0 0 10px;
	text-align:left;
	list-style: none;
  }
.body-orange .pricing-tables .table-body .panel-title {
	text-align: left;
	}
.body-orange .pricing-tables .table-body .panel-title  a {
	font-weight:normal;
	font-size:15px;
	font-family:'Open sans', sans-serif;
	text-decoration:none;
	}
.body-orange .pricing-tables .table-body ul li {
	margin-bottom:0;
	}
.body-orange .pricing-tables .table-body li button {
	padding:10px;
	}

/* Coberturas opcionais */

.body-orange .bkgForm {
	background-color:#F3F3F3;
	padding:20px 20px 10px 20px;
	}
.body-orange .bkgSobre {
	background-color:#E5E5E5;
	padding:20px 20px 10px 20px;
	height:310px;
	}
.body-orange .form-group .section {
    margin-bottom: 10px;
	}
.body-orange button#ok {
	height: 42px;
	color: #243140;
	font-size: 15px;
	cursor: pointer;
	padding: 0 15px;
	margin: 25px 0 15px -10px;
	}
.body-orange button.button.btn-default {
    background-color: #fff;
	}
.body-orange button.gui-input {
	width:auto!important;
	margin-bottom:5px;
	}
.body-orange .list-inline .tooltip {
	position:relative!important;
	}
.body-orange .tooltip h3 {
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	font-weight:bold;
	line-height:1.3;
	margin:0 0 5px 0;
	}
.body-orange .tip-left-bottom:after {
	border-bottom: 8px solid #CC9900!important;
	}

.body-orange .list-service li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    margin:0 5px 0 -15px;
	font-size:10px;
	font-weight: normal;
}
.body-orange h4 small{
	line-height: 17px}

.margin-top {
    margin-top: 10px !important;
}


/** Pricing Tables */

.pricing-tables {
  padding: 20px; }
  .pricing-tables h1 {
    font-size: 48px; }
  .pricing-tables .plan.first {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
  .pricing-tables .plan.last {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
  .pricing-tables .plan.recommended {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }
    .pricing-tables .plan.recommended .head {
      margin-bottom: 20px;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
  .pricing-tables.attached .col-sm-4,
  .pricing-tables.attached .col-md-4,
  .pricing-tables.attached .col-sm-3,
  .pricing-tables.attached .col-md-3 {
    padding-left: 0;
    padding-right: 0; }
  .pricing-tables.attached .plan {
    border-radius: 0; }
    .pricing-tables.attached .plan .head {
      border-radius: 0; }
    .pricing-tables.attached .plan.recommended {
      border-radius: 4px; }
      .pricing-tables.attached .plan.recommended .head {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px; }
    .pricing-tables.attached .plan.last {
      border-bottom-right-radius: 4px; }
      .pricing-tables.attached .plan.last .head {
        border-top-right-radius: 4px; }
    .pricing-tables.attached .plan.first {
      border-bottom-left-radius: 4px; }
      .pricing-tables.attached .plan.first .head {
        border-top-left-radius: 4px; }

.plan {
  box-shadow: 0 2px 2px rgba(10, 10, 10, 0.06);
  min-height: 100px;
  background: #fff;
  border-radius: 4px;
  margin: 20px 0;
  padding-bottom: 25px;
  text-align: center; }
  .plan .head {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 12px 16px;
    background: #1c1c1c;
    color: #fff; }
    .plan .head h1, .plan .head h2, .plan .head h3 {
      padding: 0;
      margin: 0;
      font-weight: 100; }
  .plan .price {
    border-top: 1px solid #eee;
    margin: 0 auto 30px auto;
    width: 80%; }
    .plan .price h3 {
      font-size: 82px;
      vertical-align: top;
      line-height: 1; }
      .plan .price h3 span {
        font-size: 38px;
        vertical-align: top;
        position: relative;
        margin: 6px 0 0 -7px;
        display: inline-block; }
    .plan .price h4 {
      color: #aaa;
      font-size: 14px; }
  .plan .btn {
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 500; }
  .plan ul {
    list-style-type: none;
    padding: 20px;
    margin-top: 2px; }
    .plan ul li {
      line-height: 22px;
      margin-bottom: 15px;
      font-size: 14px;
      font-weight: 400; }
      .plan ul li a {
        text-decoration: underline;
        color: #e6e9ed; }
      .plan ul li:last-child {
        border-bottom: none; }
    .plan ul strong {
      font-weight: 700; }
  .plan.recommended {
    margin-top: 6px;
    box-shadow: 0 0 22px rgba(10, 10, 10, 0.42);
    position: relative;
    z-index: 99;
    background-color: #f3f3f3;
    border-radius: 4px; }
    .plan.recommended .head {
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      background: #171717; }
    .plan.recommended .btn {
      margin-bottom: 10px; }


/* Pricing Tables - Complementar */

.body-orange .pricing-tables .table-body {
	padding:13px;
	min-height:480px;
	}
.body-orange .pricing-tables .table-body  h4 {
	font-family:"Oswald", sans-serif;
	margin:0;
	}
.body-orange .pricing-tables .plan.second {
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
	}
.body-orange .pricing-tables .table-body .valor h3 {
	font-family:"Oswald", sans-serif;
	margin:0 0 15px 0;
	}
.body-orange .pricing-tables .table-body .valor h4 {
	margin:0;
	}
.body-orange .pricing-tables .table-body .valor h3 .symbol{
	font-family:"Oswald", sans-serif;
	font-size:15px;
	font-weight:300;
	}
.body-orange .pricing-tables .table-body .valor h4 .symbol{
	font-family:"Oswald", sans-serif;
	font-size:12px;
	font-weight:300;
	}
.body-orange .pricing-tables .plan.first .head {
    background: #499F90;
    color: #fff; 
	height:50px;
	padding-top: 5px;
	}
.body-orange .pricing-tables .plan.second .head{
    background: #007A65;
    color: #fff; 
	height:50px;
	padding-top: 5px;
	}
.body-orange .pricing-tables .plan.last .head {
    background: #005143;
    color: #fff; 
	height:50px;
	padding-top: 5px;
	}
.body-orange .pricing-tables .table-body .divisor {
	border-top:1px solid #E6EBEC;
	margin:0 0 15px 0;
	}
.body-orange .pricing-tables .table-body .list-inline {
	padding:0!important;
	margin-left:10px;
  }
.body-orange .pricing-tables .table-body .list-inline .marcador1 {
	 border:3px solid #499F90; 
	 width:100%;
	 margin-top:3px;
 }
.body-orange .pricing-tables .table-body .list-inline .marcador2 {
	 border:3px solid #007A65; 
	 width:100%;
	 margin-top:3px;
 }
 .body-orange .pricing-tables .table-body .list-inline .marcador3 {
	 border:3px solid #005143; 
	 width:100%;
	 margin-top:3px;
 }
.body-orange .pricing-tables .table-body ul.list-service  {
	padding: 0 0 0 10px;
	text-align:left;
	list-style: none;
  }
.body-orange .pricing-tables .table-body .panel-title {
	text-align: left;
	}
.body-orange .pricing-tables .table-body .panel-title  a {
	font-weight:normal;
	font-size:15px;
	font-family:'Open sans', sans-serif;
	text-decoration:none;
	}
.body-orange .pricing-tables .table-body ul li {
	margin-bottom:0;
	}
.body-orange .pricing-tables .table-body li button {
	padding:10px;
	}
.body-orange .form-group .section {
	margin-bottom:0!important;
	}
.body-orange .pricing-tables .indisponivel {
	background-color:#f3f3f3;
	}

/* Coberturas opcionais */

.body-orange .bkgForm {
	background-color:#F3F3F3;
	padding:20px 20px 10px 20px;
	}
.body-orange .bkgSobre {
	background-color:#E5E5E5;
	padding:20px 20px 10px 20px;
	height:310px;
	}
.body-orange .form-group .section {
    margin-bottom: 0;
	}
.body-orange button#ok {
	height: 42px;
	color: #243140;
	font-size: 15px;
	cursor: pointer;
	padding: 0 15px;
	margin: 25px 0 15px -10px;
	}
.body-orange button.button.btn-default {
    background-color: #fff;
	}
.body-orange a.gui-input {
	width:auto!important;
	padding-top:14px;
	}
.body-orange .list-inline .tooltip {
	position:relative!important;
	}
.body-orange .tooltip h3 {
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	font-weight:bold;
	line-height:1.3;
	margin:0 0 5px 0;
	}
.body-orange .tip-left-bottom:after {
	border-bottom: 8px solid #CC9900!important;
	}

.body-orange .list-service li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    margin:0 5px 0 -15px;
	font-size:10px;
	font-weight: normal;
}
.body-orange h4 small{
	line-height: 17px}
	
	

	
	
.panel-heading .accordion-toggle:after {
                /* symbol for "opening" panels */
                font-family: 'FontAwesome';
                content: '\f106';
                float: right;       
                color: grey;
                }
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: '\f107';   
}

.hidden {
	display: none;
}

.tab-event-none {
	pointer-events: none;
}

.margin-top-20{
	margin-top: 20px;
}

.linhaCalcRecente { cursor: pointer; cursor: hand; }

.no-margin  { margin: 0; }
.no-padding  { padding: 0; }

div.smart-efetivacao-sucesso {
	padding-left: 0px;
	padding-right: 0px;
}

div.smart-efetivacao-sucesso div.smart-container {
	margin-bottom: 10px;
	margin-top: 10px;
}

div.smart-efetivacao-sucesso-links {
	padding-right: 4%; 	
	padding-top: 1%;
	padding-bottom: 2%;
}

/**
Otimizações MOBILE
*/
/* Portrait and Landscape */
@media only screen and (max-width: 767px){
	#nomeCorretor {
		position: absolute;
		overflow: hidden;
		width: 290px;
		margin-left: -31px;
		height: 16px;
		line-height: 19px;
		text-overflow: ellipsis;
		word-wrap: break-word;
		white-space: nowrap}
		
	.wrapper{
		padding-top:0}
	
	.smart-container{
		padding:20px 15px;
		margin:0px auto}
	
	.navbar{
		min-height:61px;}
	
	.navbar-brand > img{
		width:165px;
		margin-top:-3px;
		margin-left:-8px}	
	
	.navbar-right {
		float: right;
		margin: -50px -10px 0px 0px
	}
	
	.N{
		margin: 0px 0px 0px 0px
	}
		
	.navbar-right li a span{
		padding:17px 21px 17px 20px}
		
	.navbar-right li.active a span{
		padding:19px 22px 19px 23px}
	
	.navbar-nav > li > a{
		padding-left:5px;
		padding-right:5px;
		padding-top: 18px;
		padding-bottom: 18px;}
		
	.navbar-right li a{
		/* color: #eeeeee; */
	  border-bottom: 2px solid #eeeeee;
	  background-image:none;
	  background: url('../images/header-striping.png') repeat-x scroll 0 -4px rgba(0, 0, 0, 0);}
	
	.navbar-right li{
		float:left}
}

@media only screen and (max-width: 767px) and (orientation: landscape){
	#nomeCorretor {
		width: 500px;
	}
	
	.navbar-brand > img{
		width:140px;
		margin-top:-5px;
		}
	
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) {
	
	.navbar-brand > img{
		width:180px;
		margin-top:-5px;
		}
	
	
	}