@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300);


@font-face {
    font-family: allerb;
    src: url(../fonts/Aller_Bd.ttf);
}
@font-face {
    font-family: allerr;
    src: url(../fonts/Aller_Rg.ttf);
}





body{
	font-family: 'Open Sans', sans-serif;
	background-color: #fff;
}
p{
	font-size: 16px;
	margin: 0 auto;
	font-family: 'Open Sans';
	font-weight: 400;
}



.panel-heading::before{
	content: "";
	background-image: url(../img/heading.png);
	height: 30px;
	position: absolute;
	width: 530px;
	background-repeat: no-repeat;
	margin: 0 auto;
	display: block;
	left: 33.33333%;
}
.panel-heading h2{
	text-align: center;
	color: #2a4e74;
	font-family: 'allerb';
	font-size: 40px;
	margin-top: 45px;
	margin-bottom: 30px;

}
.panel-heading p{
	text-align: center;
	padding: 0px 8%;
	font-size: 18px;
	font-weight: 300;
}










/*------------------------ navbar ------------------------*/
.navbar{
	background-color: #fff;
	border-top: 7px solid #2a4e74;
	border-bottom: none;
	border-right: none;
	border-left: none;
	margin: 0 auto;
	border-radius: 0px;
}
.navbar-brand > img{
	width: 110%;
}
.header-row{
	padding: 20px 0px;
}
.navbar-collapse .row .header-residential, .navbar-collapse .row .header-info{
	margin-top: 5px;
}
.navbar-collapse .row .header-residential{
	padding: 0px;
	padding-left: 20px;
	margin-left: 20px;
}
.navbar-collapse .row .header-info{
	margin-left: -20px;
}
.navbar-collapse .row .header-residential p, .navbar-collapse .row .header-info p{
	text-align: center;
	font-family: 'Open Sans';
	font-weight: 400;
	color: #000;
	font-size: 16px;
	margin-bottom: 10px;
}
.navbar-collapse .row .header-info p{
	text-align: right;
	margin-bottom: 0px;
}
.navbar-collapse .row .header-info .header-number{
	font-weight: 700;
	font-family: 'Open Sans';
	float: right;
	text-align: right;
	font-size: 24px;
	margin: 0 auto;
}
/*.navbar-nav{
	float: right;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Open Sans';
    padding: 3px 0px 5px;
	margin: 10px 15px 0px;
}

.navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > li > a:hover {
	color: rgba(42, 78, 116, 0.8);
  }
.navbar-default .navbar-nav > .active > a,
 .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .active > a:hover {
    color: #2a4e74;
    background-color: transparent;
    font-weight: 700;
    border-top: 2px solid #2a4e74;
}
*/








/*------------------------ second navbar ------------------------*/
.second-nav{
	background-color: #2a4e74;
	padding: 10px 0px;
}
.second-nav-ul{
	margin: 0 auto;
	display: block;
	padding-left: 15px;
}
.second-nav-ul > li{
	display: inline-block;
	list-style: none;
	margin: 0 auto;
	margin-right: 2%;
}
.second-nav-ul li > a{
	color: #fff;
	font-size: 18px;
	font-family: 'Open Sans';
	font-weight: 400;
	transition: all 0.3s;
}
.second-nav-ul > li > a:hover{
	color: #c9c9c9;
	text-decoration: none;
}
.second-nav-ul > .active > a{
	color: #c9c9c9;
}

.second-nav-ul li .dropdown .dropdown-toggle{
	background-color: #2a4e74;
	border: none;
	color: #fff;
	font-size: 18px;
	font-family: "Open Sans";
}
.second-nav-ul li .dropdown .dropdown-toggle:hover,
 .second-nav-ul li .dropdown .dropdown-toggle:focus,
  .second-nav-ul li .dropdown .dropdown-toggle:active {
  	color: #c9c9c9;
}
.second-nav-ul li .dropdown .dropdown-menu{
	background-color: rgba(42, 78, 116, 0.7);
	margin-top: 8px;
	padding: 0px;
	border: 1px solid #2a4e74;
	border-radius: 0px;
	box-shadow: 2px 7px 10px -5px #2a4e74;
}
.second-nav-ul .dropdown-menu li{
	border-bottom: 1px solid #2a4e74;
	border-top: 1px solid #2a4e74;
}
.second-nav-ul .dropdown-menu li a{
	padding: 5px;
	background-color: transparent;
	color: #fff;
	transition: all 0.3s;
	font-size: 16px;
}
.second-nav-ul .dropdown-menu li a:hover,
 .second-nav-ul .dropdown-menu li a:focus,
  .second-nav-ul .dropdown-menu li a:active {
	padding-left: 8px;
	color: #c9c9c9;
	background-color: #2a4e74;
}
.caret-up {
    width: 0; 
    height: 0; 
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}





/*------------------------ banner ------------------------*/
.banner{
	background-image: url(../img/banner.jpg);
	background-size: cover;
}
.banner-heading-outer{
	margin: 0 auto;
	padding: 0px 6%;
}
.banner-heading{
	background-color: rgba(42, 78, 116, 0.7);
	margin-top: 350px;
}
.banner-heading h1{
	color: #fff;
	margin: 0 auto;
	line-height: 1.2em;
	font-size: 45px;
	font-weight: 700;
	text-align: center;
	font-family: 'allerb';
	padding: 10px 0px 15px;
	text-shadow: 1px 1px 3px #222;
}










/*------------------------ about ------------------------*/
.about-us{
	padding: 40px 0px 60px;
}
.about-heading{
	margin-bottom: 30px;
}
.about-text-outer{
	padding: 12px;
	background-color: #f1f1f1;
	margin-left: -40px;
	margin-top: 30px;
}
.about-text {
	border: 2px solid #fff;
	background-color: #f1f1f1;
	padding: 15px;
}
.about-text p{
	font-weight: 300;
	line-height: 1.6em;
	font-size: 18px;
	color: #222;
}







/*------------------------ links ------------------------*/
.links{
	background-color: #f1f1f1;
	padding: 40px 0px 30px;
}
.links-cols-outer{
	width: 80%;
	margin: 0 auto;
}
.links-col-anchor img{
	display: block;
	margin: 0 auto;
}
.links-col-anchor h4{
	text-align: center;
	color: #000;
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 24px;
	transition: all 0.5s;
	text-shadow: none;
	padding-bottom: 8px;
	border-bottom: 3px solid transparent;
}
.links-col-anchor:hover,
 .links-col-anchor:focus,
  .links-col-anchor:active {
  	text-decoration: none;
}
.links-col-anchor:hover > h4,
 .links-col-anchor:focus > h4,
  .links-col-anchor:active > h4 {
  	color: #2a4e74;
  	border-color: #2a4e74;
  }









/*------------------------ our rentals ------------------------*/
.our-rentals{
	padding: 20px 0px 40px;
}
.rental-slider-col{
	background-color: #f1f1f1;
}
.rental-slider-col h3{
	font-size: 30px;
	font-family: 'allerb';
	color: #2a4e74;
	margin: 35px 0px 25px;
}
.rental-slider-col > p{
	font-size: 18px;
	font-weight: 300;
	font-family: 'Open Sans';
	color: #222;
	width: 92%;
	margin-left: 0px;
	line-height: 1.78em;
	margin-bottom: 57px;
}

.rentals-row-one .col-md-4{
	padding: 10px 0px;
	height: 50px;
}
.rentals-row-one .col-md-4 img{
	margin: 0 auto;
	margin-left: 50px;
}
.rentals-row-one .col-md-4 p{
	position: absolute;
	top: 4px;
	left: 100px;
	font-size: 24px;
	color: #2a4e74;
}
.rentals-row-one .sqft-col, .rentals-row-one .bath-col{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.rentals-row-one .bed-col{
	border-top: 1px solid #fff;
}
.rentals-row-one .sqft-col img{
	margin-left: 40px;
}
.rentals-row-one .sqft-col p{
	left: 65px;
}
.rentals-row-one .bath-col img{
	margin-top: -5px;
	margin-left: 60px;
}
.rentals-row-two .col-md-6{
	padding: 10px 0px;
}
.rentals-row-two .dollar-col{
	background-color: #2a4e74;
}
.rentals-row-two .dollar-col p{
	color: #fff;
	font-size: 30px;
	font-weight: 400;
	text-align: center;
}
.rentals-row-two .button-col{
	background-color: #51779f;
	padding: 0px;
}
.rentals-row-two .button-col a{
	font-size: 30px;
	color: #fff;
	text-align: center;
	display: block;
	margin: 0 auto;
	text-decoration: none;
	transition: all 0.3s;
	padding: 10px 0px;
}
.rentals-row-two .button-col a:hover,
 .rentals-row-two .button-col a:focus,
  .rentals-row-two .button-col a:active {
	color: #c9c9c9;
	background-color: #2a4e74;
}
.rentals-right-col{
	padding: 0px;
}
.rentals-right-col img{
	width: 100%;
}







/*------------------------ testimonial ------------------------*/
.testimonial{
	background-color: #f1f1f1;
	padding: 40px 0px 50px;
}
.testimonial-content .row p{
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	color: #222;
	padding: 0px 5px;
}
.testimonial-row-two{
	margin-top: 50px;
	margin-bottom: 20px;
}
.testimonial-row-two img{
	float: right;
	margin-right: -15px;
	margin-top: 3px;
}
.testimonial-row-two h4{
	font-size: 20px;
	font-weight: 700;
	color: #2a4e74;
}
.testimonial-row-two h5{
	color: #222;
	font-size: 16px;
	font-weight: 300;
}
.slick-dots li button::before{
	font-size: 50px !important;
	color: #fff !important;
	border: 3px solid #2a4e74 !important;
	border-radius: 50px !important;
	width: 10px !important;
	height: 10px !important;
}






/*------------------------ contact us ------------------------*/
.contact{
	background-image: url(../img/contact.jpg);
	background-size: cover;
	overflow: hidden;
}
.contact-col{
	padding: 10px 50px 50px;
}
.contact-bgc{
	background-color: rgba(42, 78, 116, 0.7);
	transform: rotate(45deg);
	height: 370px;
	width: 370px;
	display: block;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 50;
}
.contact-heading {
	position: relative;
	z-index: 100;
}
.contact-heading::before{
	display: none;
}
.contact-heading h2 {
	margin-top: 50px;
	margin-bottom: 10px;
}
.contact-heading h2, .contact-heading p{
	color: #fff;
}
.get-started{
	margin: 0 auto;
}
.get-started a{
	margin: 0 auto;
	display: block;
	width: 40%;
	background-color: #2a4e74;
	color: #fff;
	margin-top: 25px;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	padding: 8px 0px;
	border: 2px solid #2a4e74;
	border-radius: 3px;
	transition: all 0.5s;
}
.get-started a:hover,
 .get-started a:focus,
  .get-started a:active {
	color: #2a4e74;
	background-color: #fff;
	text-decoration: none;
}








/*------------------------ last-panel ------------------------*/
.last-panel{
	background-image: url(../img/footer.jpg);
	padding: 0px;
}
.last-panel .container .col-3{
	padding: 20px 0px 0px;
}
.last-panel .sitemap-links h4,
 .last-panel .newsletter h4 {
	color: #fff;
	font-size: 24px;
	font-family: 'allerr';
	margin: 20px 0px 30px;
}
.sitemap-ul{
	padding-left: 10px;
	margin-top: -10px;
}
.sitemap-ul li{
	list-style: none;
	padding: 0px;
	margin-bottom: 12px;
	border-bottom: 1px solid #2a4e74;
	transition: all 0.3s;
}
.sitemap-ul li:hover,
 .sitemap-ul li:focus,
  .sitemap-ul li:active{
  	border-color: #c9c9c9;
  }
.sitemap-ul li a{
	color: #fff;
	padding: 8px 0px 5px;
	display: block;
	transition: all 0.3s;
}
.sitemap-ul li:hover > a,
 .sitemap-ul li:focus > a,
  .sitemap-ul li:active > a {
	color: #c9c9c9;
	padding-left: 8px;
	text-decoration: none;
}
.last-panel .col-4-first{
	background-color: #51779f;
	padding: 20px 0px 0px;
}
.newsletter{
	padding: 0px 30px;
}
.newsletter h4{
	text-align: center;
}
.footer-form .name{
	margin: 15px auto;
}
.footer-form .name span{
	width: 20%;
	float: left;
	background-color: #2a4e74;
	padding: 7px 0px;
}
.footer-form .name span img{
	display: block;
	margin: 0 auto;
}
.footer-form .name input{
	float: right;
	width: 80%;
	height: 50px;
	border-radius: 0px;
}
.footer-form .footer-btn{
	margin: 40px 0px 30px;
}
.footer-btn a{
	background-color: #2a4e74;
	font-size: 18px;
	color: #fff;
	font-family: 'Open Sans';
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	width: 50%;
	padding: 8px 0px;
	display: block;
	margin: 0 auto;
	transition: all 0.5s;
	border: 2px solid #2a4e74;
	border-radius: 3px;
}
.footer-btn a:hover,
 .footer-btn a:focus,
  .footer-btn a:active{
	text-decoration: none;
	color: #2a4e74;
	background-color: #fff;
}
.last-panel .col-4-second{
	padding-left: 30px;
	padding-top: 40px;
}
.col-4-second .follow {
 	margin: 0 auto;
}
.follow .name{
	margin-bottom: 20px;
}
.follow .name span{
	float: left;
	padding-right: 20px;
}
.follow .name span img{
	margin-top: 3px;
}
.follow .name p{
	color: #fff;
	margin-bottom: 5px;
}
.follow .name .domain{
	margin-top: 8px;
}
.col-4-second .follow h4{
	font-size: 30px;
	color: #fff;
	margin: 30px auto;
	font-weight: 400;
	margin-left: -15px;
}
.footer-social-ul{
	padding-left: 0px;
	margin-left: -15px;
}
.footer-social-ul li{
	list-style: none;
	display: inline-block;
	margin-right: 7px;
}





/*------------------------ footer ------------------------*/
.footer{
	background-color: #193048;
	padding: 20px 0px;
}
.footer-text p{
	text-align: center;
	color: #fff;
	font-weight: 300;
}








/*=================================================================
							inner pages
==================================================================*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
						   ABOUT US PAGE
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*------------------banner-------------------*/
.inner-page-banner{
	margin: 0 auto;
	background-image: url(../img/aboutbanner.jpg);
	background-size: cover;
	border-bottom: 5px solid #2a4e74;
}
.inner-page-banner-heading{
	margin: 0 auto;
}
.inner-page-banner-heading h2{
	margin: 0 auto;
	margin-top: 75px;
	margin-bottom: 75px;
	padding: 0px;
	text-align: left;
	color: #2a4e74;
	font-family: 'allerb';
	font-size: 45px;
}

/*------------------about info-------------------*/
.about-info{
	background-color: #fff;
	padding-top: 50px;
	padding-bottom: 40px;
	margin: 0 auto;
}
.about-info-left-col{
	padding-left: 0px;
}
.about-info-left{
	margin: 0 auto;
	padding: 0px;
}
.about-info-left p{
	margin: 0 auto;
	padding: 0px;
	font-size: 24px;
	color: #444;
	font-family: 'Open Sans';
	line-height: 1.45em;
	font-weight: 300;
	letter-spacing: 0px;
}
.about-info-left a{
	background-color: #2a4e74;
	color: #fff;
	font-size: 18px;
	border:1px solid #2a4e74;
	padding: 7px 0px;
	transition: all 0.5s;
	width: 30%;
	float: left;
	display: block;
	text-align: center;
	border-radius: 3px;
	margin-top: 20px;
}
.about-info-left a:hover,
 .about-info-left a:focus,
   .about-info-left a:active{
	background-color: #fff;
	color: #2a4e74;
	text-decoration: none;
}
.about-info-right-col{
	padding-right: 0px;
}
.about-info-right{
	margin: 0 auto;
	padding: 0px;
}
.about-info-right p{
	margin: 0 auto;
	padding: 0px;
	font-size: 16px;
	font-weight: 300;
	font-family: 'Open Sans';
	color: #898989;
	line-height: 1.7em;
}
.about-info-right button{
	margin: 0 auto;
	margin-right: 20px;
	padding: 12px 0px;
	background-color: #ffd000;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	font-family: 'roboto Slab';
	float: right;
	width: 36%;
	margin-top: 10px;
	border: none;
	border-radius: 3px;
	transition: all 0.7s;
}
.about-info-right button:hover{
	background-color: #000;
	color: #ffd000;
}

/*------------------what makes us different-------------------*/
.what-makes-different{
	margin: 0 auto;
	background-color: #f1f1f1;
	padding-top: 0px;
	padding-bottom: 10px;
}
.what-makes-different-heading::before{
	display: none;
}
.what-makes-different-heading{
	margin-bottom: 40px;
}
.what-makes-different-heading h2{
	margin-top: 30px;
}
.what-makes-different-content{
	margin: 0 auto;
	margin-left: 15px;
	padding-left: 50px;
	margin-bottom: 30px;
}
.what-makes-different-content img{
	float: left;
	margin-left: -50px;
}
.what-makes-different-content h3{
	font-size: 24px;
	font-family: 'allerr';
	color: #2a4e74;
	margin: 0 auto;
}
.what-makes-different-content p{
	margin: 0 auto;
	font-size: 16px;
	font-weight: 300;
	font-family: 'Open Sans';
	line-height: 1.7em;
	color: #000;
}
.what-makes-different .company-name{
	margin: 0 auto;
}
.what-makes-different .company-name h3{
	font-size: 26px;
	font-weight: 300;
	font-family: 'Open Sans';
	color: #000;
	text-align: center;
	display: block;
	margin-bottom: 30px;
}


/*------------------meet the team-------------------*/
.meet-the-team{
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 40px;
	background-color: #fff;
}
.meet-the-team-heading{
	margin-bottom: 30px;
}
.meet-team-john-heading{
	margin: 0 auto;
	padding: 0px;
}
.meet-team-john-heading h3{
	margin: 0 auto;
	padding-bottom: 10px;
	font-size: 24px;
	font-family: 'allerr';
	color: #2a4e74;
}
.meet-team-john-heading h3 span{
	font-family: 'Open Sans';
	font-weight: 300;
}
.meet-team-content{
	margin: 0 auto;
	padding: 0px;
}
.meet-team-content div{
	margin: 0 auto;
	padding: 0px;
}
.meet-team-content-left{
	margin: 0 auto;
}
.john-black{
	margin: 0 auto !important;
	padding: 0px !important;
	float: left;
	display: block;
	width: 85%;
}
.meet-team-content-left img{
	margin: 0 auto;
	margin-left: 25px;
	margin-right: -5px;
	margin-top: 10px;
}
.meet-team-content-right p{
	margin: 0 auto;
	margin-left: -15px;
	font-size: 16px;
	font-weight: 300;
	font-family: 'Open Sans';
	color: #000;
	line-height: 1.9em;
}
.meet-team-row-two{
	margin-top: 30px;
}




/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
						   CONTACT US PAGE
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.contct-us {
	margin: 50px 0;
}
.form-control {
	height: 50px;
	border-radius: 0;
	box-shadow: 1px 5px 4px -6px #222;
}
.contct-us a.btn {
	padding: 10px 30px;
	background-color: #51779f;
	color: #fff;
	text-align: center;
	display: block;
	font-size: 18px;
	width: 200px;
	margin-bottom: 50px;
	transition: all .3s ease;
	border-radius: 0;
}
.contct-us a.btn:hover {
	background-color: #2a4e74;
	text-decoration: none;
}
.contct-us h3 {
	font-size: 30px;
	font-weight: bold;
	color: #2a4e74;
}
.contct-us h3:first-child {
	margin-top: 0;
}
.contct-us p {
	color: #A0A0A0;
}
.contct-us p span a{
	display: block;
	color: #51779f;
}




/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
						   SERVICES PAGE
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*------------------banner------------------*/
.service-banner{
	margin: 0 auto;
	background-image: url(../img/servicebanner.jpg);
	background-size: cover;
}
.service-page-heading{
	margin: 0 auto;
	padding-top: 20px;
}
.service-page-heading h2{
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 60px;
	padding: 0px;
	text-align: left;
	color: #1362A9;
	font-family: 'uni-bold';
	font-size: 48px;
}

/*------------------service panel------------------*/
.service-panel{
	background-color: #f1f1f1;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 30px;
}
.service-panel-content{
	margin: 0 auto;
	padding: 0px;
	background-color: #fff;
	box-shadow: 3px 2px 10px -3px #888;
	overflow: hidden;
	margin-bottom: 20px;
}
.service-panel-one-left-area, .service-panel-two-right-area{
	padding-left: 20px;
	padding-top: 25px;
	margin: 0 auto;
}
.service-panel-one-left-area h3, .service-panel-two-right-area h3{
	margin: 0 auto;
	padding: 0px;
	font-size: 30px;
	font-family: 'allerb';
	color: #2a4e74;
	margin-bottom: 10px;
}
.service-panel-one-left-area p, .service-panel-two-right-area p{
	margin: 0 auto;
	padding: 0px;
	font-size: 16px;
	font-weight: 300;
	font-family: 'Open Sans';
	color: #898989;
	line-height: 1.8em;
}

.service-panel-one-right-area, .service-panel-two-left-area{
	margin: 0 auto;
}
.service-panel-two-left-area{
	padding-left: 0px;
 }
 .service-panel-one-right-area{
 	padding-right: 0px;
 }
.service-panel-one-right-area img, .service-panel-two-left-area img{
	margin: 0 auto;
	width: 100%;
}
.service-panel-two-left-area img{
	float: left;
}
.service-panel-one-right-area img{
	float: right;
}
.service-third-image{
	padding: 0px 55px;
}





/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
						   FAQ PAGE
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*------------------banner------------------*/
.faq-page-banner{
	margin: 0 auto;
	background-image: url(../img/contactbanner.png);
	background-size: cover;
	margin-top: 77px;
}
.faq-page-heading{
	margin: 0 auto;
	padding-top: 0px;
}
.faq-page-heading h2{
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 60px;
	padding: 0px;
	text-align: left;
	color: #1362A9;
	font-family: 'uni-bold';
	font-size: 48px;
}
/*------------------faq main------------------*/
.faq-main{
	background-color: #fff;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 30px;
}
.faq-full-panel{
	box-shadow: 2px 2px 4px -3px #777 !important;
	border: none !important;
	margin-bottom: 10px !important;
}
.faq-panel-heading{
	background-color: #444 !important;
	height: 50px !important;
	border-radius: 0px !important;
}
.faq-panel-heading h4{
	font-size: 20px !important;
	font-weight: 400 !important;
	font-family: 'Open Sans' !important;
	color: #fff !important;
	margin-top: 5px !important;
}
.faq-panel-body{
	border: 1px solid #444 !important;
	font-size: 16px !important;
	font-weight: 300;
	font-family: 'Open Sans';
	color: #444;
	line-height: 1.8em;
}
.faq-panel-heading::before{
	display: none;
}
.faq-panel-title a span{
	margin-right: 15px;
	color: #ccc;
}