/*********************************************/
/*         Home Page styles              */
/*********************************************/

/**************** Header *******************/
.site-header {
    position: fixed;
    float: none;
    width: 100%;
    height: 70px;
    line-height: 70px;
    background: rgba(0, 0, 0, 0.8);
    color: #FFF;
    padding: 0;
    z-index: 101;
    left: 0;
    top: 0;
}

.logo {
    position: relative;
    float: left;
    z-index: 102;
}

.main-navigation {
margin: 0!important;
float: right;
width: auto;
}

.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
border: none!important;
display: inline-block;
text-align: left;
width: 100%;
}


.main-navigation li a{
    color: #fff;
    font-weight: normal;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.3s ease;
}

.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {
color: #C0C0C0;
font-weight: normal;
}

.main-navigation li a:hover, .main-navigation li a:focus {
color: #C0C0C0;
}


.home .entry-header{display: none!important}



.page-header {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: -70px!important;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border:none!important;    
    border: none;
    
}

/*********************************************/
/*         Section1  - slider                          */
/*********************************************/
/**************** Section0 - slider *******************/


.parallax{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
    z-index: 1;
}


#section1{
    position: relative;  /*required!!! for sequence! */
    overflow: hidden;
    z-index: 1;
}

    /* Slider height */
    .page-header,
    .parallax,
    #section1{
        height: 1180px;/*It will be change on media queries*/
    }

.bootom_banner_arrow{
        position: absolute;
	display: block;
	bottom: 24%;
	left: 50%;
	z-index: 10;
	padding: 0;
	margin: 0;
	width: 131px;
	margin-left: -65px;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease;
        box-shadow: none!important;
        background: none!important;
        border: none!important;
}
.bootom_banner_arrow img{
    width: 100%;
}
.bootom_banner_arrow:hover{
	background: none;
	width: 120px;
	margin-left: -60px;
	bottom: 25%;
	-webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
}


/*********************************************/
/*              METASLIDER                    */
/*********************************************/

.metaslider-slider #main.wrapper{
    width: 100%;
    float: left;
}

.flexslider {
    float: left;
    width: 100%;
    margin: 0!important
}

/*Caption style*/
.metaslider .caption-wrap {
    top: 0%;
    background: none!important;
    opacity: 1!important;
}

.metaslider .caption {
    padding: 0!important;
    word-wrap: break-word;
    float: left;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    height: 100%;
}


.metaslider .video{
    float: left;
    margin-top: 50px;
    width: 45%;
    height: 208px;
    /*border: 12px solid #767676;*/
}

/*flowplayer plugin*/
.flowplayer {
	height: 100%;
        background: black;
}
.flowplayer .fp-engine, .flowplayer .fp-ui, .flowplayer .fp-message{
    margin: 0!important;
}

.flowplayer .fp-embed {
    top: 10px!important;
    left: 25px!important;
}

.fp-fullscreen{
    top: 10px!important;
    right: 25px!important;
}

.flowplayer .fp-time em {
    width: 38px!important;
}

.video iframe {
    margin: 0!important;
	width: 100%;
	height: 100%;
}

.metaslider .slide{
width: 100%;
float: left;
}

.metaslider .slide1 .description{
    float: right;
    margin-top: 15%;
    padding: 40px;
    width: 35%;
    position: relative;
    background: url('/wp-content/themes/corporatecars/images/welcome_massage_bg.png') no-repeat;
    background-size: 100% 100%;
	background: none;
	color: black;
	
}

.metaslider .slide1 .description p{
	color: black;
	
}

.metaslider .slide2 .description{
    float: none;
	 margin: auto;
    margin-top: 24%;
    width: 35%;
    position: relative;
	color: white;
	
}

.metaslider .slide3 .description{
    float: right;
	 margin: auto;
    margin-top: 24%;
    width: 35%;
    position: relative;
	color: black;
	
}

.metaslider .slide3 .description p{
	color: black!important;
	font-size: 29px;
   line-height: 35px;
	}
	
.metaslider .slide3 .description span{
	color: black!important;
	font-size: 35px;
   line-height: 40px;
}

.metaslider .caption-wrap span {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 33px;
    line-height: 40px;
    margin-bottom: 10px;
	text-align: center;
	font-style: italic;
   font-weight: 200;

}

.metaslider .caption-wrap p{
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
    font-size: 19px;
    line-height: 24px;
    color: white;
    margin-bottom: 0;
	font-style: italic;
   font-weight: 200;
}

.metaslider .description a{
    direction: block;
    position: absolute;
    right: 20px;
    bottom: -11px;
    font-size: 11px;
    color: white;
    background: #9436c5;
    padding: 5px;
}

/*metaslider arrows navigation*/


.flex-direction-nav a {
/*
width: 70px!important;
height: 70px!important;
margin: 0!important;
background:none;
*/
opacity: 1!important;
}


.flex-direction-nav .flex-prev {
    left: 50px!important;
    /*
    background: url('../images/slider_left_arrow.png')!important;
    background-repeat: no-repeat;
    */
}


.flex-direction-nav .flex-next {
    right: 50px!important;
    /*
    background: url('../images/slider_right_arrow.png')!important;
    background-repeat: no-repeat;
    */
}

/*metaslider dots navigation*/

.flex-control-nav {
bottom: 0!important;
}

#section1 .slide1 .logo_animate {
    display: none;
    position: absolute;
    top:10%;
    left: 0;
    right: 0;
    margin-left: auto!important;
    margin-right: auto!important;
    width: 480px;
    z-index: 1;
}

/* Content wrapper */

.page-wrapper{
    clear:both;
    float:left;
    width:100%;
    z-index: 3;
    position: relative;
   /* overflow: hidden;*/
}


/* =============== section2 - Setvices ============== */

#section2{
 position: relative;
 z-index: 2;
 background: url('../images/services_section_bg.jpg') no-repeat;
 background-size: 100%;
 background-color: #000;
}

#section2 .section_title{
    color: #eac100;
}

#section2 .sub_title{
    color: #A7A5A0;
	font-size: 16px;
	line-height: 16px;
	font-style: italic;
	font-weight: 300;
	text-align: center; 
}

#section2 .sub_title.last{
    padding-bottom: 80px;
}

#section2 .services{
list-style: none!important;
float: left;
width: 100%;
margin-bottom: 0px;
}

#section2 .services li {
float: left;
clear: none;
position: relative;
width: 25%;
margin: 0;
}

#section2 .services li:nth-child(4n+1) {
clear: both;
}

#section2 .services .title {
position: absolute;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.8);
color: #FFF;
font-size: 18px;
font-weight: 300;
padding: 10px 20px 10px 20px;
}

#section2 .services img {
width: 100%;
float: left;
}

#section2 .services .desc {
position: absolute;
top: 0px;
left: 0px;
padding: 4px;
background: #e67e25;
color: #fff;
background-color: rgba(0, 0, 0, 0.7);
font-size: 12px;
width: 100%;
height: 100%;
display: none;

}

#section2 .services .desc p {
	font-size: 15px;
	line-height: 24px;
	font-style: italic;
	font-weight: 300;
	text-align: center;
	padding: 20%;
}




/* =============== section3 - booking home on home page ============== */

#section3{
    position: relative;
    padding-bottom: 100px;
    background: url('../images/booking_section_bg.jpg') no-repeat;
    background-size: 100%;
    z-index: 3;
}

#sticky_div{
    float: left;
    width: 100%!important;

}

#section3 .section_title{
    color: #fff;
}

#section3 .sub_title{
    color: #C3C3C3;
    width: 40%;
    clear: both;
    margin: auto;
    float: none;
    display: block;
    margin-bottom: 30px; 
   overflow: auto;	
}
#section3 .sub_title p{
    color: #c3c3c3;
    font-size: 15px;
    line-height: 23px;
    font-style: italic;
    font-weight: 300;
    text-align: center;
    width: 100%;
	.display: none;
    
}




/* =============== section4 - about ============== */


#section4{
    position: relative;
    background: #000;
    z-index: 4;
}

#section4 .section_logo{
    margin: 0 auto;
    display: block;
    margin-top: 100px;
    margin-bottom: 60px;
}

#section4 .sub_title{
    text-align: center!important;
	font-weight: 400;
	font-style: italic;
	line-height: 26px;
	color: rgb(185, 185, 185);
	width: 80%;
	margin-left: 10%;
	font-size: 16px;
}

#section4 .about_car_image {
padding: 50px 0;
text-align: center;
width: 100%;
float: left;
}

/*Contact page*/
.payment #page, 
.privacy #page, 
.contact #page {
    background: #000 url('../images/contact_page_bg.jpg') no-repeat!important;
    background-size: 100%!important;
    color: white;
}

.payment .entry-header, 
.privacy .entry-header,
.contact .entry-header{
    display: none;
}

.contact .section_title{
    color: white;
}

.contact .right{
    float: left;
    width: 60%;
}

.contact .left{
    float: left;
    width: 40%;
}

.block.right p {
margin-bottom: 0;
}

div#mapp0_layout {
clear: both;
width: 90%!important;
margin-top: 20px;
}

.contact p {
width: 100%;
}

.contact .contact_wrapper{
position: relative;
clear: both;
float: left;
width: 100%;
padding: 5%;
background-color: rgba(0, 0, 0, 0.7);
border: 1px solid rgb(129, 129, 129);
margin-top: 20px;
color: #fff;
}

.contact_wrapper .right span {
font-size: 20px;
}

.contact_wrapper .left p {
font-style: italic;
}

/*********************************************/
/*         CONTACT FORM                    */
/*********************************************/

.wpcf7-form {
    margin-top: 5px!important;
    float: left;
    width: 100%;
    font-family: 'Open Sans', Times;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    background: none;
    border: none;
    padding: 0;
}

.wpcf7-response-output {
    border: none!important;
    color: #F00;
    float: left;
    margin: 0!important;
    padding: 0!important;
}

span.wpcf7-not-valid-tip {
    font-size: 0.8em;
}
span.wpcf7-form-control-wrap {
float: left;
width: 100%;
}

.wpcf7 input,
.wpcf7 textarea{
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff!important;
    background-color: #494645!important;
    background-image: none!important;
    border: none!important;
    border-radius: 0!important;
    width: 100%;
    float: left;
}

.contact_wrapper .wpcf7-submit {
width: 100px;
background-color: #E99E00!important;
color: #000!important;
}

.wpcf7 textarea:focus, 
.wpcf7 input:focus{
    font-size: 16px;
    outline: none;
    border: 1px solid #000!important;
    -moz-appearance:none;
}

.contact .wpcf7 p {
width: 100%;
font-size: 18px;
font-weight: 300!important;
font-family: 'Open Sans',sans-serif;
font-style: italic;
text-transform: none;
}

.wpcf7-submit {
    float: left;
}

.wpcf7-submit:hover{
    color: white;
}


/*********************************************/
/*         FOOTER                           */
/*********************************************/

footer .section_logo{
margin: 0 auto;
display: block;
position: absolute;
left: 0;
right: 0;
top: 30px;
}


#footer-nav1-widget {
width: 10%;
float: left;
}

#footer-nav2-widget {
width: 10%;
float: left;
}

.social-links {
float: right;

}

.social-links a {
margin-left: 40px;
font-size: 24px;
line-height: 24px;
}

footer .phone {
float: right;
clear: both;
margin: 0;
color: #919191;
font-size: 18px;
}

.site-info{
    background: url('/wp-content/themes/corporatecars/images/footer_bg.png') no-repeat;
    background-position: bottom center;
    height: 102px;
    width: 100%;
    float: left;
    clear: both;
    height: 102px;
    font-weight: 300;
    
}

.copyright {
        float: left;
        width: 100%;
        text-align: center;
        text-transform: uppercase;  
        margin-top: 10px;
		color: #FFF;
    }
	.web-design {
        float: left;
        width: 100%;
        text-align: center;
        color: #9F9F9F;
        text-transform: uppercase;  
	font-size:11px;
        line-height: 11px;
    }
    
    .web-design a{
        font-size:11px;
        line-height: 11px;
        color: #9F9F9F!important;
    }

/*********************************************/
/*         booking admin page                 */
/*********************************************/

.edit-booking .sub_title{
    color:white
}

.panel,
.panel-default,
.panel-default > .panel-heading {
color: #333!important;
background:none!important;
border:none!important;
border-radius: 0!important;
}

.panel.panel-default {
clear: both;
margin-top: 0;
float: left;
width: 100%;
margin-bottom: 10px;
}

.panel-default > .panel-heading {
float: left;
background: #636467!important;
color: #fff!important;
text-transform: uppercase;
padding: 20px 30px;
}

.panel-default > .panel-heading h3{
    margin: 0!important;
    width: auto;
}

.pagination_limit {
float: left;
display: block;
margin-left: 20px;
}

.pagination_limit label {
border-left: 2px solid #976d00;
padding-left: 20px;
font-style: normal;

}

#selectPaginationLimit {
background: #ecad00!important;
border: none!important;
font-size: 18px;
color: #fff!important;
padding: 0!important;
border-radius:0!important;
cusror:pointer;
}

#selectPaginationLimit:focus{
    border: none!important;
}

#selectPaginationLimit .form-control {
color: #fff!important;
background-color: #ecad00!important;
}

.panel-body {
padding: 0;
clear: both;
float: left;
width: 100%;
}

form[name="booking_filter"] {
background: #424347;
color: #e2e2e2;
margin-top: 0;
padding: 0%;
}

form[name="booking_filter"] label {
font-size: 14px;
line-height: 34px;
font-weight: 500!important;
margin-bottom: 0;
font-style: normal;
text-transform: none;
}

form[name="booking_filter"] .form-group {
margin-bottom: 0!important;
}

form[name="booking_filter"] li{
    
    margin-left: 2%;
}



.status_filter {
width: 48%;
float: left;
}

.status_filter .form-group{
    float: left;
    width: 20%; 
    margin-right: 5%;
    margin-left: 0;
}

input[type="checkbox"] {
margin: 0;
display: inline-block;
float: right;
width: 20px;
margin-left: 10px;
}

form[name="booking_filter"] span {
display: block;
float: left;
width: 100%;
text-transform: uppercase;
padding: 10px 0;
font-size: 14px;
line-height: 14px;
margin-top: 20px;
}

form[name="booking_filter"] .date_filter span.input-group-addon {
right: 3px;
top: -26px;
}

form[name="booking_filter"] .form-control{
    background-color: #c7c7c7!important;
    color: #000!important;
}

.date_filter {
width: 48%;
float: left;
}

.date_filter .form-group{
    float: left;
    width: 40%; 
    margin-right: 5%
}

.date_filter .date label{
    float: left;
    width: 20%;
}

.date_filter .date .form-control {
float: left;
width: 80%;
display: inline-block;
}

.date_filter .date .input-group-addon:last-child{padding-top: 0!important;}

.date_filter span.input-group-addon {
position: absolute;
right: 0;
top: -22px;
width: auto!important;
float: right!important;
display: block!important;
margin-top: 0!important;
z-index: 100!important;
}

.date_filter .glyphicon-calendar:before {
content: "\e109";
color: black;
}

.select_filter,
.other_filter{
    clear: both;
    float: left;
    width: 96%;
}

.select_filter .form-group,
.other_filter .form-group {
	width: 21%;
	float: left;
	margin-left: 0%;
	margin-right: 0;
	margin-right: 4%;
}

.select_filter .form-group:first-child,
.other_filter .form-group:first-child {
margin-left: 0;
}

.select_filter select{
clear: both;
float: left;
width: 100%;
background-color: #c7c7c7!important;
color: #000;
}


.filter-submit {
   float: right;
   padding: 2% 4%;
   margin-right: 0%;
}

 .filter_submit {
float: right;
padding: 0!important;
border: none!important;
border-radius: 0!important;
background: url('../images/filter_submit.png') no-repeat!important;
width: 92px;
height: 32px;
text-indent: -9999px;
}

.bookings_list #selection_form {
padding: 0%;
background: none;
border: 0px;
margin: 0px;
width: 100%;
}

.bookings_list #selection_form  input[type="checkbox"]{
width: 15px;
margin-left: 0px;
}
.bookings_list {
margin-top: 0!important;
}

.bookings_list .panel-heading {
    
float: left;
background: #ecad00!important;
color: #000!important;
text-transform: uppercase;
width: 100%;
padding: 1% 2%;
}

.bookings_list .custom_table thead{
    background: #ecad00!important;
    color: #000!important;
    text-transform: uppercase;
}

.bookings_list .custom_table thead th {
font-size: 14px!important;
color: #000!important;
line-height: 14px;
font-weight: 400;
border: none!important;
vertical-align: bottom;
position: relative;
}

@-moz-document url-prefix() { 
    .bookings_list .custom_table thead th {
        min-width: 117px;
    }
}

.ie10 .bookings_list .custom_table thead th {
     min-width: 133px;
}

.panel.panel-default.bookings_list .fa {
position: absolute;
top: 8px;
left: -7px;
}

.bookings_list .custom_table thead th:first-child {
padding-left: 15px!important;
}

.bookings_list .custom_table thead th:first-child .fa {
left: 1px;
}

.bookings_list .custom_table {
border:none;
color: #000;
font-size: 14px;
line-height: 14px;
margin: 0 0 24px;
margin: 0 0 1.714285714rem;
width: 100%;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #000;
}

.bookings_list .custom_table a {
text-transform: none;
color:#79a15b;
font-weight: bold;
}

.bookings_list .custom_table tbody td {
    vertical-align: middle;
    padding: 3px 10px;
}

.bookings_list .custom_table .price {
text-align: center;
}

.bookings_list .list_airport_icon{
    background: url('../icons/list_airport_transfer_icon.png') no-repeat;
    background-size: 60%;
background-position: center;
    text-indent: -9999px;
    width: 86px;
    height: 40px;
    
}

.bookings_list .list_alert_icon{
    background: url('../icons/error_icon.png') no-repeat;
    background-size: 90%;
	background-position: center;
    width: 25px;
    height: 40px;
}

.bookings_list .list_city_icon{
    background: url('../icons/list_city_transfer_icon.png') no-repeat;
    background-size: 60%;
    background-position: center;
    text-indent: -9999px;
    width: 86px;
    height: 60px;
}

.bookings_list .list_corporate_icon{
    background: url('../icons/list_corporate_travel_icon.png') no-repeat;
    background-size: 60%;
background-position: center;
    text-indent: -9999px;
    width: 86px;
    height: 60px;

}

.bookings_list .list_hotel_icon{
    background: url('../icons/list_hotel_transfer_icon.png') no-repeat;
    background-size: 60%;
background-position: center;
    text-indent: -9999px;
    width: 86px;
height: 60px;
}

.bookings_list .list_event_icon{
    background: url('../icons/list_special_events_icon.png') no-repeat;
    background-size: 60%;
background-position: center;
    text-indent: -9999px;
    width: 86px;
height: 60px;
}

.bookings_list .list_document_icon{
    background: url('../icons/list_document_delivery_icon.png') no-repeat;
    background-size: 60%;
    background-position: center;
    text-indent: -9999px;
    width: 86px;
    height: 60px;
}


/*pagination*/
.pagination_wrapper { 
    float: left!important;
    clear: both!important;
    width: 100%!important;
    margin-top: 30px!important;
    margin-bottom: 50px!important;
    background: #424347;
}

.pagination_wrapper .pagination {
display: table;
width: auto;
margin: 0 auto;
float: none;
list-style: none!important;
border-radius: 0!important;
}


.pagination_wrapper li span { line-height:45px; font-weight:bold;}
.pagination_wrapper li {
margin:0 0 0 0;
float:left;
font-size:16px;
text-transform:uppercase;
color: white;
}
.pagination_wrapper li a {
text-decoration:none;
text-align:center;
display:block;
border: none!important;
color: #9fa1a8;
background: #424347;
}

.pagination > li:first-child > a{
    border: none!important;
}

.pagination > li > a:hover,
.pagination > .active > a{
    color: white;
    background: #424347!important;
    border: none!important;
}
/*
.pagination_wrapper li:last-child a:hover { background:none; color:#7f8588;}
.pagination_wrapper li:first-child a:hover { background:none;color:#7f8588;}
.pagination_wrapper li a:hover {
color:#fff;
text-decoration: none;
display: block;
padding:10px 0 0 0; width:33px; height:33px;
}
*/

.pagination_wrapper li.activepage a { 
color:#fff;
text-decoration: none;
padding: 10px 0 0 0; }

/*********************************************/
/*        edit booking         */
/*********************************************/

.edit-booking #page{
background: #000 url('../images/booking_section_bg.jpg') no-repeat!important;
background-size: 100%!important;
}

.edit-booking #content{
    padding-bottom: 100px;
}

.edit-booking h1{
    margin: 50px auto;
    color: white;
    text-transform: uppercase;
    text-align: center;
}

.edit-booking #select_service{
    top: auto;
    left:auto;
    position: relative;
    float: left;
    margin-right: 3%;
    width: 7%;
}

.edit-booking ul#tabs {
width: 80%;
float: left;
clear: none;
margin: 0;
}


.edit-booking .nav-tabs .airport_icon{
    background: url('../icons/airport_transfer_icon.png') no-repeat;
    margin-left: 0!important;
    background-size: 100%;
}

.edit-booking .nav-tabs .city_icon{
    background: url('../icons/city_transfer_icon.png') no-repeat;
    background-size: 100%;
}

.edit-booking .nav-tabs .corporate_icon{
    background: url('../icons/corporate_travel_icon.png') no-repeat;
    background-size: 100%;

}

.edit-booking .nav-tabs .hotel_icon{
    background: url('../icons/hotel_transfer_icon.png') no-repeat;
    background-size: 100%;
}

.edit-booking .nav-tabs .event_icon{
    background: url('../icons/special_events_icon.png') no-repeat;
    background-size: 100%;
}

.edit-booking .nav-tabs .document_icon{
    background: url('../icons/document_delivery_icon.png') no-repeat;
    background-size: 100%;
}

/* booking invoice */
#select_invoice{
    padding: 0!important;
    border: none!important;
    border-radius: 0!important;
    box-shadow: none!important;
    float: left;
    width: 7%;
    background: url('../images/invoice_button.png') no-repeat;
    background-size: 100%;
    height: 97px;
    text-indent: -9999px;
 }



.checkbox_wrapper {
float: left;
clear: both;
width: 100%;
margin-bottom: 20px;
}

.checkbox_wrapper .form-group {
float: left;
width: 100%;
margin: 0!important;
}

.checkbox_wrapper label {
font-size: 14px;
line-height: 27px;
font-weight: 500!important;
margin-bottom: 0;
font-style: normal;
text-transform: none;
margin-left: 5px;
}

.checkbox_wrapper .form-control {
background-color: #c7c7c7!important;
color: #000!important;
float: left;
margin-left: 0;
}
/*
.edit_invoice{
    display: none;
}
*/
#invoice_details .entry-title{
    border:none;
    margin-left: 0;
}

.view_invoice .view_invoice_link{
    float: left;
    line-height: 45px!important;
}

.view_invoice .booking_submit{
    float: left;
}

#frm_edit_invoice .submit_form {
float: right;
width: auto;
clear: none;
}

.form-group.view_invoice {
margin-left: 0;
}

/*********************************************/
/*              FAQ page                    */
/*********************************************/
.f-a-q .entry-header{display: none}

.f-a-q .section_title {
color: white;
}

.f-a-q #page {
background: #000 url('../images/contact_page_bg.jpg') no-repeat!important;
background-size: 100%!important;
color: white;
}

.f-a-q .faq_wrapper {
position: relative;
clear: both;
float: left;
width: 100%;
padding: 5%;
background-color: rgba(0, 0, 0, 0.7);
border: 1px solid rgb(129, 129, 129);
margin-top: 20px;
color: #fff;
margin-bottom: 150px;
}

.f-a-q .faq_wrapper span{
    display: block;
    float: left;
    clear: both;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 20px;
    line-height: 20px;
    color: #e99e00;
}

.f-a-q .faq_wrapper p{
    display: block;
    float: left;
    clear: both;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    font-size: 14px;
}