/* here you can put your own css to customize and override the theme */

table tr td{
	font-family: 'AauxPro-Bold';
}

#back_img_2 .backstretch img{
	top: 0 !important;
}

.ssbp-list {
    position: fixed;
	top: 250px;
	left: -250px;
	list-style-type: none;
	padding-left: 10px;
	z-index:10;
}

.ssbp-list li {
    width: 48px;
    height: 48px;
	border-radius: 5px;
}

.ssbp-text
{
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	margin-top: 2px;
}

.ssbp-li--facebook
{
	background-color: #3b5998;
	transition: background-color 0.25s;
}

.ssbp-li--facebook:hover
{
	background-color: #2d4373;
}

.ssbp-li--google
{
	background-color: #DC4E41;
	transition: background-color 0.25s;
}

.ssbp-li--google:hover
{
	background-color: #c63224;
}

.ssbp-li--linkedin 
{
    background-color: #007bb6;
	transition: background-color 0.25s;
}

.ssbp-li--linkedin:hover
{
	background-color: #005983;
}

.ssbp-li--twitter 
{
    background-color: #00a9f1;
	transition: background-color 0.25s;
}

.ssbp-li--twitter:hover
{
	background-color: #0085be;
}

.ssbp-li--email 
{
    background-color: #787878;
	transition: background-color 0.25s;
}

.ssbp-li--email:hover
{
	background-color: #5f5f5f;
}
    
.bloco_cores{
    font-weight: bold;
    position: relative;
    margin: 0;
    font-family: latoregular;
    clear: both;
    text-align: right;
    margin-right: 73px;
}

.bloco_cores img{
	margin-top: 4px;
}

.elevatezoom-gallery.active img{
	border: 1px solid #aaa;
}

.faq {
    padding: 8px 0px;
    position: relative;
}

.faq .faq_holder_top {
    cursor: pointer;
    padding: 15px 10px;
    background: #eee;
    border-radius: 5px;
}

.faq.open .faq_holder_top {
    background: #92c83e;
}

.faq .faq_titulo {
    font-size: 17px;
	color:#01678c; 
	font-size:21px; 
	margin: 0
}

.faq .abrir_faq {
    position: absolute;
    font-size: 26px;
    right: 15px;
    color: #01678c;
	top: 23px;
}

.faq.open .faq_titulo,
.faq.open .abrir_faq {
    color: #fff;
}

.faq .faq_content {
    background: #f9f9f9;
    margin: 8px 0px;
    padding: 20px;
    font-size: 14px;
    color: #666;
	
	display: none;
}

.faq .faq_content b,
.faq .faq_content strong {
    font-weight: bold;
}

@media (max-width: 1150px) {
	.menu_main_wrap .menu_main_nav li > a{
		font-size:14px;
	}	
}

@media (max-width: 960px) and (min-width: 867px)
{
	.widget_area .widget
	{
		width: 41%;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1280px) {
	#input_news{
		width: 137px;
	}
}
