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

@font-face {
    font-family: openSans;
    src: url(OpenSans-Bold.ttf);
}


@font-face {
    font-family: openSansRegular;
    src: url(OpenSans-Regular.ttf);
}

@font-face {
    font-family: openSanssemibold;
    src: url(OpenSans-Semibold.ttf);
}



.font{

    font-family: openSans;
    font-size: 14px;
    color: #777777;
}
.font-beds{
    font-family:openSanssemibold;
    font-size: 11px;
    color: #777777;
    margin-left: 17px;
}

.border-top{
    
   border-top:2px solid  #eeeeee;
   border-right:2px solid  #eeeeee;
   height:40px;
   background-color: #f8f8f8;
   margin-top:10px;
   
}


.font-normal{

    font-family: openSanssemibold;
    font-size: 14px;
    color: #777777;
}
.font-side{

    font-family: openSans;
    font-size: 20px;
    color: #787878;


}

.contentdiv{

    font-family: openSanssemibold;
    font-size: 20px;
    color: #605f60;
    margin-left: 19px;

}


.contentdivchild{

    font-family: openSansRegular;
    font-size: 15px;
    color: #605f60;
    margin-left: 20px;


}


.font-big{

    font-family: openSans;
    font-size: 27px;
    color: #787878;
    border-bottom: 7px solid #3d78ba;

}
input:placeholder{

    -moz-font-family: openSans;
    -moz-font-size: 14px;
    -moz-color: #777777;

}
.head_bgcolor{

    background-color:#f6f6f6;
    height: 37px;
    padding: 6px;

}

.navbar{
	
	box-shadow: 0 0 4px rgba(50, 50, 50, 0.75);
	
	}
	
	
.navbar .navbar-brand img {
	
		border: 0 none;
		display: inline-block;
		height: 40px;
		margin: 15px 12px -4px 0
		padding: 0;
		
	}	
	
	
	
.navbar-nav > li > a{
    font-size: 14px;
    padding-bottom: 26px;
    padding-top: 36px;
    font-family: openSansRegular;


}

.navbar-inverse .navbar-nav > li > a{
    color: #777777;
}
#image-bg{
    background-image: url("../img/back-banner.jpg");
    height: 500px;
}

.panel-primary > .panel-heading {

    font-family:openSans;
    font-weight: bold;

}

.panel-title{
    font-weight:400;   
    font-family: openSans;
    padding:5px;
}

.panel-body{
    background-color: #f5f5f5;
}
#primary{
    z-index: 1000;
    margin-top: -90px;
    position: relative;
}

.margin{
    margin-top: 18px;
}
.margin-top{
    margin-top: 5px;

}
select{
    border:2px solid #777777;
    border-radius:5px;
}
.btn-lg{

    line-height: 1.01;
    border-radius:7px;
    border:1px solid #777777;
    font-family:openSans;
}

.chosen-container-single .chosen-single{
    height: 36px;
    border:1px solid  #b5b5b5;
    box-shadow: none;
    border-radius:5px;
    color: #777777;
    font-family: openSans;
    font-size: 14px;
    color: #777777;
    line-height: 42px;
    background:url('../img/arrow.png') no-repeat right #fff;

}

.squaredFour label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 4px;
    border-radius: 3px;
    border:1px solid #ccc;
    margin-left: -32px;
    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    /*            background: #fcfff4;
                background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #fff 100%);
                background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #fff 100%);
                background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #fff 100%);
                background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #fff 100%);
                background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #fff 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}

.squaredFour label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 4px;
    left: 6px;
    border: 2px solid #2aabd2;
    border-top: none;
    border-right: none;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.squaredFour label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.5;
}

.squaredFour input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

input[type=checkbox] {
    visibility: hidden;
}
.bg-color{
    background-color:#f5f5f5;
}

.property{

  
    background-color:#fff;
    border: 2px solid #ebebeb;
    margin-bottom: 20px;
    box-shadow: 0px 0px 5px  #777777;
}
.btn2{
    background-color: #d5d5d5;
    font-family: openSans;
    color:#fff;

}
.dollar{
    
    color: #4a4786;
    font-family: openSans;
    font-size: 20px;
    margin-left:32px;
}
.mar-left{
    margin-left: 10px;
}
.footer-top{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d7e7d+0,0e0e0e+100;Black+3D */
background: rgb(125,126,125); /* Old browsers */
background: -moz-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */    
    color: #fff;
    padding: 30px 0 15px;
    font-family:calibri;
    border-top: 4px solid #3498db;
}

.footer-body{
    background-color: #37383a;
}
.footer-bottom{
     background-color: #28292b;
	 margin-bottom:-10px;
}
.footer-bottom-font{
    color: #FFF;
    font-size:14px;
    font-family: opensansRegular;
    margin-top: 17px;
    
    
}

.footer-bottom-font-content{
    color: #c3c3c5;
    font-size:13px;
    font-family: opensansRegular;
    margin-top: 10px;
    font-style: italic;
    padding: 5px;
    
}


.header-content{
    color: #c3c3c5;
    font-size:16px;
    font-family: openSans;
    margin-top: 10px;
    text-align: center;
    padding: 5px;
    
}
.header-content-2{
    color: #c3c3c5;
    font-size:16px;
    font-family: openSans;
    margin-top: 10px;
    padding: 5px;
    
}


#footer .fl { margin-left:20px;}
#footer .fr { margin-right:20px;}
#footer p { font-size:23px; color:#8c8989; font-family: 'openSanssemibold'; margin-top:10px;}
#footer p a { color:#fff;
/* border:2px solid;
 padding: 3px;;
 border-radius:21px;
 height: 35px;
 width:35px;*/

}
#footer p a:hover { text-decoration:underline;}

#footer .foot-bot ul { display:block;

height: 35px;

}
#footer .foot-bot ul li { display:block; float:left; margin:0 0 0 21px; position:relative; width:16px; height:16px;
height: 35px;
margin-top: 25px;

}
#footer .foot-bot ul li a { display:block; float:left; width:16px; height:16px; text-align:center;}
#footer .foot-bot ul li .foot-tooltip { display:none;}
#footer .foot-bot ul li:hover .foot-tooltip { position:absolute; left:-60%; top:-34px; font-size:11px; color:#fff; font-family: 'openSanssemibold'; padding:6px 0; background:#46494a; display:block; white-space:nowrap; min-width:65px; text-align:center;}
#footer .foot-bot ul li:hover .foot-tooltip:after {display:inline-block; content:""; border-top:solid 7px #46494a; border-left:solid 6px transparent; position:absolute; left:20%; bottom:-7px; width:0; height:0;}

.footer-content{
    
    font-family: openSansRegular;
    font-size: 13px;
    color:#c3c3c5; 
}

.boder-btm{
    border-bottom:1px solid #c3c3c5;
    padding: 5px;
}
.telefone{
    color: #fff;
    font-family: openSans;
    font-size: 35px;
    
}
.cntcode{
    color: #fff;
    font-family: openSans;
    font-size: 21px;
    
}

.open-img{
padding:3px; 
width:106%; 
height:172px;    
}

.envelop{
	
		position:absolute; 
		height: 40px;
		width: 200px;
		margin-top: -15px; 
		margin-left: 10px;
		/*background-color: #2154a5 !important;*/
	    background-color: #3574e3;
        background-image: -moz-linear-gradient(center top , #7ec8f4, #3574e3);
	    background-image: -webkit-gradient(center top , #7ec8f4, #3574e3);
		background-image: -web-linear-gradient(center top , #7ec8f4, #3574e3);
	    padding:4px 25px 4px;
		font-family: "Shadows Into Light",cursive;
		font-size: 1.2em;
		color:#fff;
		
		
	}

.footer-ribon{
		border-right: 10px solid #2154a5;
		border-top: 16px solid transparent;
		content: "";
		display: block;
		height: 0;
		position: absolute;
		top: -16px;
		left:95px;

}

.request{
	font-family:calibri;
	font-size:24px;
	color:#3498db;
	font-weight:600;
	
	}


.accordion-heading{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7abcff+0,60abf8+59,4096ee+100 */
background: #7abcff; /* Old browsers */
background: -moz-linear-gradient(top, #7abcff 0%, #60abf8 59%, #4096ee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(59%,#60abf8), color-stop(100%,#4096ee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #7abcff 0%,#60abf8 59%,#4096ee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #7abcff 0%,#60abf8 59%,#4096ee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #7abcff 0%,#60abf8 59%,#4096ee 100%); /* IE10+ */
background: linear-gradient(to bottom, #7abcff 0%,#60abf8 59%,#4096ee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
	padding:8px;
	border-radius:5px 5px 0px 0px;
	font-family:calibri;
	font-size:24px;
	color:#FFF;
	font-weight:600;
	margin-top:5px;
	
	}
	
.accordion-inner{
	border:2px solid  #3498db;
	padding:12px;
	font-family:calibri;
}
.accordion-heading a{
	color:#fff;
	}
	
.accordion-heading a:hover{
	color:#CCC;
	}
	

.description{
		font-family:calibri;
		font-size:18px;
		text-align:justify;
		
			}



	
.testimonial{
	
font-family:calibri;
font-size:16px;
text-align:justify;
padding:8px;
font-style:italic;
}

.testheading{
font-family:calibri;
font-size:24px;
text-align:justify;
padding:8px;
font-style:italic;
margin-top:-15px;
	
   }

	
.info{
	font-family:calibri;
	font-size:28px;
}
.quote{
		font-family:calibri;
		font-size:22px;
		font-style:italic
	}
	
	.service_header{
	
	font-family:calibri;
	font-size:25px;
	color:#3498db;
	border-bottom:2px dotted #3498db;
	}
	
	
	.colorlinks{
	font-size:20px;
	color:#999;
	text-align:left;
	}
.testimonials-arrow{
	
	background-color: #09C;
    content: "";
    display: block;
    height: 14px;
    margin-bottom: -7px;
    margin-left: 14px;
    margin-top: -7px;
    transform: rotate(45deg);
    width: 14px;
	border-top:2px solid #fff;
	border-left:2px solid #fff;
	 
	}
footer .brands li a {
    background-color: #777777;
    color: #ffffff;
}	
p.contact-text {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 20px;
}

footer ul.contact-address li{
    
    border-bottom: 1px dashed #cacaca;
    line-height: 32px;
    font-size:18px;
}

footer ul.contact-address li:last-child{
    
   border:none; 
    
}

footer.fa{
   color: #000;
}
#latest-work-footer > div{
     padding: 5px;
    
}


.overlay-wrapper .overlay {
    bottom: 0;
    left: 0;
    margin: 2px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition-duration: 0.5s;
}
.overlay-wrapper .overlay a {
    color: #ffffff;
    font-size: 30px;
    left: 50%;
    margin-left: -15px;
    margin-top: -18px;
    position: absolute;
    top: 50%;
}
.overlay-wrapper .overlay a:hover {
    color: #fff;
}
.overlay-wrapper .overlay .overlay-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    top: 20px;
}
.overlay-wrapper:hover .overlay {
    opacity: 0.8;
    background-color: #3498db;
}

overlay-wrapper img{
    
     padding: 10px;
}

footer h3{
    
    border-bottom: 3px solid #3498db;
}