/*
Theme Name:     corporatecars
Description:    Child theme for the Twenty Twelve theme - MASTER TEMPLATE
Author:         Zoran Markovic
Template:       twentytwelve                             
Version:        1.0

*/
@import url("../twentytwelve/style.css");

/* >>>>>>> RESET TEWNTY TWELVE STYLES <<<<<< */

/*
BODY
LAYOUT
FONTS
HEADINGS
MARGINS
CONTACT FORM
MAILPOET
BLOG PAGE
POST PAGE
POST FORMAT
SIDEBAR
METASLIDER
SKIDERKIT



*/

body,
body.custom-font-enabled{
    position: relative;
    font-family: 'Open Sans', Arial, sans-serif!important;
	text-rendering: auto;
    font-size: 14px;
    font-weight: 400;
    color: black;  
    background: none!important;
}

/* .site are centering the whole website in the center, We will use 100%;
    and use .wrapper for centering the page */

/*.site need to reset on all devices*/

body .site, /*do not change*/
.site{
    padding: 0!important;
    margin:0!important;
    box-shadow: none!important;
    background: none!important;
    width: 100%!important;
    max-width: 100%!important;
    float: left;
    overflow: visible;
    line-height: initial;
    background: none;
}

.home{ /* == body*/
    background: #000!important;
    color: #fff!important;
}

/*********************************************/
/*                  LAYOUT                    */
/*********************************************/

/* ======== Relative header ======== */

.site-header {
    position: relative;
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    background: whitesmoke;
}
.header_center_wrapper{
    position: relative;
    width: 80%;
    margin: 0 auto;
}

.booking_center_wrapper{
    position: relative;
    width: 1024px;
    margin: 0 auto;
}



#main.wrapper,
.center_wrapper{
    position: relative;
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}

.center_wrapper{
    margin-top: 0;
}

#main.wrapper,
.fullwidth-wrapper{
    position: relative;
    width: 98%;
    margin: 0 auto;
    margin-top: 50px;
}

.fullwidth-wrapper{
    margin-top: 0;
}

/* ======== If we want full width wrapper on HOMEPAGE ================ */
.home #main.wrapper {
    width: 100%;
    float: left;
    margin-top: 0;
}
/*Use center_wrapper inside page*/

/*reset styles - do not change */
.site-content article,
#content{
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none!important;
    min-height: 800px;
}

footer[role="contentinfo"] {
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    max-width: 100%!important;
    margin: 0 auto!important;
    padding: 0!important;
    font-size: 14px; 
    line-height: 1.714285714;
    border:none;
    background: #212121;
    z-index: 5;
    padding-top: 30px!important;
}

.footer_center_wrapper{
    width: 90%;
    margin: 0 auto;
}

footer[role="contentinfo"] a{
    -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;
}
footer[role="contentinfo"] a:hover {
    color: #fff!important;
    text-decoration: none;
    -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;
    
}


/*********************************************/
/*              FONTS                       */
/*********************************************/

a{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #000; 
    text-decoration: none;
    outline: none;
    -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;
}


a:focus,
a:hover{
    color: #C0C0C0;
    outline: none;
    -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;
    text-decoration: none!important
}

.blue{color:#24A8CF }

/*********************************************/
/*              HEADINGS                       */
/*********************************************/

/*Hide page title */
.section_title{
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    color: #585757;
    font-size: 32px;
    line-height: 42px;
    text-transform: uppercase;

}
h1,h2,h3,h4,h5,h6,
h1 a, h2 a,h3 a,h4 a,h5 a,h6 a{
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    color: #585757;
    text-align: left;
    margin-bottom: 10px;
    width: 100%;

}

.archive-title,
.entry-title,
h1,
h1 a,
.entry-content h1,
.comment-content h1 {
    font-size: 30px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: 600;
}

h2,
h2 a,
.entry-content h2,
.comment-content h2,
.mu_register h2 {
    font-size: 26px;
    line-height: 28px;
}

h3,
h3 a,
.entry-content h3,
.comment-content h3 {
    font-size: 22px;
    line-height: 24px;
}

h4,
h4 a,
.entry-content h4,
.comment-content h4 {
    font-size: 16px;
    line-height: 18px;
}

h5,
h5 a,
.entry-content h5,
.comment-content h5 {
    font-size: 14px;
    line-height: 16px;
}

h6,
h6 a,
.entry-content h6,
.comment-content h6 {
    font-size: 12px;
    line-height: 14px;
}

div,p,span,h1,h2,h3 {
    -moz-hypens:none!important;
    -ms-hypens:none;
    -webkit-hyphens: none;
    hypens:none;
}

.site-title, .site-description {
    clip:auto!important
}

.archive-header,
.entry-header{
    margin-top: 50px;
    margin-bottom: 30px;
}

.archive-title,
.entry-title{
    margin: 0;

}

/*********************************************/
/*              MARGINS                       */
/*********************************************/


* { 
    margin:0; 
    padding:0;
}

.section_title{
    margin: 70px 0 30px 0;
    line-height: initial;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}



.sub_title {
    font-size: 18px;
    text-align: center;
    line-height: 24px;
    float: left;
    text-align: center;
    width: 100%;
}

.entry-content h1, 
.comment-content h1{
    margin: 50px 0 30px 0;
    line-height: initial;
    display: block;
    float: left;
    text-align: center;
}

.entry-content h2, 
.comment-content h2, 
.entry-content h3, 
.comment-content h3, 
.entry-content h4, 
.comment-content h4, 
.entry-content h5, 
.comment-content h5, 
.entry-content h6, 
.comment-content h6 {
    margin: 30px 0 20px 0;
    line-height: initial;
    display: block;
    float: left;
}


.entry-content img, 
.comment-content img, 
.widget img, 
img.header-image, 
.author-avatar img, 
img.wp-post-image {
    border-radius: 0;
    box-shadow: none;
}


img.alignleft,
img.aligncenter,
.site-content{margin: 0}

.entry-content p{
    clear: both;
    float: left;
    text-align: left;

}

/*Image and content next to each other */

.image_left_to_text{
    float: left; 
    margin: 0px 15px 15px 0px;
}

.text_left_to_image p{
    clear: none;
    float: none;
}

ul li{
    list-style: none!important;
    display:block;
}

h1.site-headline {
	padding-top: 40px;
	text-align: center;
	color: #EFE7DA;
	font-size: 51px;
	font-weight: 300;
}


/*********************************************/
/*          MAILPOET plugin in widget         */
/*********************************************/
#mailpoet-widget .widget_wysija_cont {
    float: left;
    width: 100%;
}
.wysija-paragraph .wysija-input, #form-validation-field-0 {
    background: none repeat scroll 0 0 #7e7e7e;
    border: medium none !important;
    border-radius: 0;
    color: #fff;
    float: left;
    font-size: 12px;
    font-style: italic;
    margin: 0;
}
.widget_wysija_cont .wysija-submit {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #000;
    display: block;
    float: left;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    text-transform: uppercase;
}
.widget_wysija_cont .wysija-submit:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #30c1d0;
}
.formError .formErrorContent {
    background: none repeat scroll 0 0 #ff044b;
}
form#form-wysija-3 {
    position: relative;
}
.form-validation-field-0formError.parentFormform-wysija-3.formError {
    font-size: 14px;
    left: 0 !important;
    margin-top: 0;
    opacity: 0.87;
    padding: 10px 10px 10px 0;
    top: 50px !important;
}
.widget_wysija_cont .updated, .widget_wysija_cont .login .message {
    background: none repeat scroll 0 0 #ff044b;
    border: medium none;
    color: #fff;
    float: left;
    padding: 2%;
    width: 96%;
}

/*********************************************/
/*                  BLOG PAGE                */
/*********************************************/


.blog .entry-header{
    display: block;
    width: 100%;
}

.blog .entry-header .entry-title{text-transform: uppercase;}

.archive-header{

}

.archive-title{
    font-weight: bold;
    text-transform: uppercase;
    color: #636363;
}

.archive-meta {
    color: #757575;
    font-size: 14px;
    line-height: 14px;
    margin-top: 22px;
}

.blog article{
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #000;
    background: whitesmoke;
}


.postmetadata {
    margin-bottom: 35px;
}

.postmetadata li{
    width: auto;
    display: block;
    float: left;
}

.postmetadata .author{margin-bottom: 25px; width: 100%}

.postmetadata .author a{
    color:#D54F04!important;
    font-size: 20px;
}

.postmetadata .author span{color:black}

.postmetadata .date {
    clear: both;
    margin-right: 20px;
}

.entry-content {
    float: left;
    width: 100%;
    margin-bottom: 50px;/*for all pages*/
}

.home .entry-content{
    margin-top: 0;
}


.type-post .entry-content img{
    margin-bottom: 20px;
}


.more-link {
    width: 100%;
    float: left;
    margin-top: 20px;
    color: #D54F04;
}


.attachment-post-thumbnail{display: none}


/* bootstrap booking form on home page */
#select_service {
display: block;
position: absolute;
top: 0;
left: 0;
width: 78px;
height: 97px;
background: url('images/select_service.png') no-repeat;
background-size: 100%;
}

#active_service{display:none}


.nav-tabs {
    border-bottom: none!important;
    float: left;
    width: 100%;
    clear: both;
}

ul#tabs {
    width: 100%;
}

.nav-tabs > li {
    margin: 0!important;
    margin-left: 3%!important;
    width: 12%;
    background-position: top center!important;
    background-size: 70%!important;
    -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;
}
.nav-tabs > li:hover {
    background-position: top center!important;
    background-size: 80%!important;
    -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;
}

.nav-tabs > li a:hover {
    background-color: rgba(0, 0, 0, 0)!important;
}

.nav-tabs .airport_icon{
    background: url('icons/airport_transfer_icon.png') no-repeat;
    margin-left: 10%!important;
}

.nav-tabs .city_icon{
    background: url('icons/city_transfer_icon.png') no-repeat;
}

.nav-tabs .corporate_icon{
    background: url('icons/corporate_travel_icon.png') no-repeat;

}

.nav-tabs .hotel_icon{
    background: url('icons/hotel_transfer_icon.png') no-repeat;
}

.nav-tabs .event_icon{
    background: url('icons/special_events_icon.png') no-repeat;
}

.nav-tabs .document_icon{
    background: url('icons/document_delivery_icon.png') no-repeat;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 0;
}

.nav-tabs > li > a {
    margin-right: 0!important;
    border: none!important;
    border-radius: 0!important;
    padding: 0!important;
    font-size: 14px;
    line-height: 14px!important;
    padding-top: 58px!important;
    float: left;
    color: #fff;
    width: 100%!important;
    text-align: center;
}


.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #eac100!important;
    background: none!important;
    border: none!important;

}

/*********************************************/
/*        booking form       */
/*********************************************/

form{
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    padding: 3%;
    background-color: rgba(0, 0, 0, 0.85);
    border: 1px solid rgb(129, 129, 129);
    margin-top: 20px;
    color: #fff;

}

.form-control{
    height: 28px!important;
    border: none!important;
    box-shadow: none!important;
    padding: 6px 12px !important;/*need important for firefox*/
}

.form-control:focus {
border: none!important;
outline: 0;
box-shadow: none!important;
}

button, input, textarea, select, option, a { 
outline: none!important;
border: none!important;

}

button, input, select, textarea {
    border: none!important;
    border-radius: 0!important;
}
@-moz-document url-prefix() { 
    button, input, select, textarea{
        padding: 0!important;
    }
}

select{
    border: none!important;
    box-shadow: none!important;
    cursor: pointer!important;
}
select:active,
select:hover,
select:focus {
border: none!important;
box-shadow: none!important;
}

.form-group {
margin-bottom: 5px!important;
float: left;
width: 27%;
margin-right: 3%;
margin-left: 3%;
}

/*
.input-group {
    display: block!important;
}
*/

.tab_title {
    float: left;
    width: 94%;
    font-size: 20px;
    text-transform: uppercase;
    color: #eac100;
    margin: 0 3%;
    margin-bottom: 20px;
}

span#service_type_name {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	.width:100%;
	margin-bottom:20px;
}

.booking_info,
.customer_info  {
    clear: both;
    float: left;
    width: 100%;
}

.booking_info {
    margin-top: 0px;
	padding-bottom: 20px;
}


.flight_info{
    float: left;
    width: 100%;
    margin-bottom: 0px;
}

.destination_info,
.pickup_address_info {
    float: left;
    width: 100%;
    margin-left: 0;
	background: url('images/form_section_bg.png') no-repeat;
	background-size: 100%;
    padding-top: 20px;
}


.booking_info .entry-title {
   font-size: 20px;
    line-height: 20px;
    color: #eac100;
    margin: 0 3%;
    margin-bottom: 10px;
    float: left;
    width: 94%;
    padding-top: 20px;
}

.date_wrapper {
float: left;
width: 27%;
margin-right: 3%;
margin-left: 3%;
}

.date_wrapper .form-group {
width: 48%;
margin-right: 0;
margin-left: 4%;
}

.date_wrapper .form-group:first-child{margin-left: 0}



.return_info {
    float: left;
    width: 100%;
    border-top: 1px solid rgb(129, 129, 129);
    padding-top: 20px;
}

.return_info h2 {
text-transform: uppercase;
font-size: 25px!important;
}

.return_info .entry-title {
    float: left;
	width: 100%;
	color: #eac100;
	margin-bottom: 15px;
}

label {
    font-size: 18px;
    font-weight: 300!important;
    font-family: 'Open Sans',sans-serif;
    font-style: italic;
}

.form-control {
    color: #fff!important;
    background-color: #494645!important;
    background-image: none!important;
    border: none!important;
    border-radius: 0!important;
}

.return{
    position: absolute;
    left: 5%;
    bottom: -32px;
    margin: 0;
    width: 105px
}

.form-group.note {
width: 100%;
margin: 20px 0;
}

.submit_form{
    clear: both;
    float: right; 
    margin: 0;
    width: 100%;
    margin: 0;
    margin-top: 0px;
}



#span_button_from,
#span_button_to {
    display: block;
    float: left;
    margin-right: 4%;
    font-weight: 800;
    color: black;
    line-height: 14px;
    padding: 5px 10px!important;
     background: #7b7a7a; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdiN2E3YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzMzMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #7b7a7a 0%, #333333 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7b7a7a), color-stop(100%,#333333)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #7b7a7a 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #7b7a7a 0%,#333333 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #7b7a7a 0%,#333333 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #7b7a7a 0%,#333333 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b7a7a', endColorstr='#333333',GradientType=0 ); /* IE6-8 */
}

#span_button_from.active,
#span_button_to.active{
    background: #f0d249; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZDI0OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY0JSIgc3RvcC1jb2xvcj0iI2VhYzEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWMxMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #f0d249 0%, #eac100 64%, #eac100 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0d249), color-stop(64%,#eac100), color-stop(100%,#eac100)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f0d249 0%,#eac100 64%,#eac100 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f0d249 0%,#eac100 64%,#eac100 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f0d249 0%,#eac100 64%,#eac100 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f0d249 0%,#eac100 64%,#eac100 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0d249', endColorstr='#eac100',GradientType=0 ); /* IE6-8 */
} 

#button_from,
#button_to{
    padding: 0!important;
    border: none!important;
    border-radius: 0!important;
    box-shadow: none!important;
    background: none!important;
    font-size: 14px;
    color: black;
    float: left;
    color: black;
    line-height: 20px;
    margin-right: 10px;
    font-weight: 600;
}

.or {
	float:left;
	margin-right:10px;
}

.select-option {
	float: left;
	margin-right: 10px;
	clear: both;
	margin-right:20px;
	text-transform:none;
	font-size:18px;
}

.status-info {
    float:right;
    color:silver;
}

.status-info-lmargin{
    float:right;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #eac100;
}

.status-info span,
.status-info-lmargin span{
    color:silver;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
}

.status-info p,
.status-info-lmargin p{
    color: #eac100;
    font-size: 22px;
    line-height: 22px;
    text-transform: uppercase;
}

.alert-cls span{
	color: red;
	font-weight: bold;
}
.alert-cls p{
	color: #ffc100;
	font-weight: bold;
}
.page-id-116 {
    background: grey!important;
}

textarea.comment {
	height:auto!important;
	width:100%!important;
}

.left-form-column, .right-form-column {
	float:left;
	width:45%;
}


.left-form-column {
	margin-right:4%;
}
.left-form-column .form-group {
	float:none;
	width:100%;
        margin: 0!important;
}
.right-form-column .form-group {
	float:none;
	width:100%;
        margin: 0;
}

.pickup_address_info .right-form-column .form-group:first-child {
margin-top: 10px;
}

.left-form-column .input-group {
width: 100%;
float: left;
margin: 0;
}

.right-form-column .input-group span.input-group-addon {
background-color: #494645!important;
background-image: none!important;
border: none!important;
border-radius: 0!important;
padding-left: 5px!important;
}

/*form custom buttons*/
.add_return {
    float: left;
    padding: 0!important;
    border: none!important;
    border-radius: 0!important;
    background: url('images/yellow-button-bg.png') no-repeat!important;
    background-position: center!important;
    background-size:100% !important;
    height: 85px;
    font-size: 15px!important;
    color: #373536!important;
    text-align: center!important;
    text-transform: uppercase;
    font-weight: 600!important;
    line-height: 17px!important;
    white-space: normal!important;
    width: 104px;
    padding: 10px!important;
}

.add_return span{
    margin-top: -20px;
    display: block;
}

.remove_return_bg{
    background: url('images/yellow-button-bg-reverse.png') no-repeat!important;
    background-position: center!important;
    background-size:100% !important;
}

.remove_return_bg span{
    display: block;
    padding-top: 45px!important;
    
}


.booking_submit {
    float: right;
    padding: 0!important;
    border: none!important;
    border-radius: 0!important;
    box-shadow:none!important;
    background: url('images/button_arow.png') no-repeat!important;
    background-position: right center!important;
    background-size: auto 50% !important;
    width: auto;
    height: 45px;
    margin-left: 2%;
    font-size: 20px!important;
    line-height: 21px!important;
    color:#eac100!important;
    font-weight: 500!important;
    text-transform: uppercase;
    padding-right: 30px!important;
}


/*********************************************/
/*          BOOKING FORM TIME/DATE PICKER                    */
/*********************************************/
.glyphicon-calendar,
.glyphicon-time {
    font-size: 20px;
}


.glyphicon {
    font-size: 20px;
}

.input-group-addon {
    padding: 0!important;
    font-size: 20px!important;
    font-weight: normal!important;
    line-height: 20px!important;
    color: #C0C0C0!important;
    text-align: center!important;
    background-color: rgba(0, 0, 0, 0)!important;
    border: 0px solid #CCC!important;
    border-radius: 0px!important;
}

/* bootstrap calendar style */
.date .input-group-addon {
border-left: 0;
border: none!important;
position: absolute;
width: auto;
right: 10px;
top: 32px;
z-index: 100;
}

@-moz-document url-prefix() { 
    	.date .input-group-addon{ top: 34px; }
}

.input-group.date .input-group-addon span {
width: 20px!important;
height: 20px!important;
}

.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
background: none!important;
color:silver!important;
}

.dropdown-menu{
    background-color: #dbb804!important;
}

.datepicker-days table thead {
    background: #000;
    color: #fff;
}

.bootstrap-datetimepicker-widget td, .bootstrap-datetimepicker-widget th {
    text-align: center;
    border-radius: 0!important;
}

.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
    background-color: #000;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

.timepicker-picker a,
.bootstrap-datetimepicker-widget .picker-switch a {
    color: #000!important;
}

.timepicker-picker .btn-primary,
.timepicker-picker .btn-primary:hover, .timepicker-picker .btn-primary:focus, .timepicker-picker .btn-primary:active, .timepicker-picker .btn-primary.active, .timepicker-picker .open > .dropdown-toggle.btn-primary,
.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover,
.bootstrap-datetimepicker-widget td.day:hover, .bootstrap-datetimepicker-widget td.hour:hover, .bootstrap-datetimepicker-widget td.minute:hover, .bootstrap-datetimepicker-widget td.second:hover {
    background: #000!important;
    color: #fff!important;
    border: none!important;
}

.bootstrap-datetimepicker-widget td span:hover{
    background: none!important
}

.bootstrap-datetimepicker-widget td span {
width: auto!important;
height: auto!important;
line-height: inherit!important;
margin: 0!important;
border-radius: 0!important;
}

.bootstrap-datetimepicker-widget a[data-action] {
padding: 0!important;
}

.bootstrap-datetimepicker-widget td {
height: auto!important;
line-height: inherit!important;
width: auto!important;
}
.bootstrap-datetimepicker-widget td > span {
width: 100%!important;
}

.timepicker .bootstrap-datetimepicker-widget a[data-action] {
background: none!important;
box-shadow: none!important;
border: none!important;
border-radius: 0!important;
padding: 6px 0;

}

.timepicker span{
    
}


#ascrail2000 {
    z-index: 1001!important;
}

/*mappress*/
/*
#mapp0 .gm-style-iw
 {
   display: block!important;
   overflow: visible;
}
*/
/*
#mapp0 .mapp-title,
#mapp0 .mapp-body {
    font-family: arial;
}


.mapp-layout {
        margin: 0px;
}
.mapp-iw, .mapp-iw * {
text-align: center;
}
*/

/*********************************************/
/*        Fancy Box         */
/*********************************************/

#ascrail2000 {
z-index: 1001!important;
}

#fancybox {
line-height: inherit;
float: left;
width: 94%;
padding: 3%!important;
}

.fancybox-wrap {
position: absolute;
top: 0;
left: 0;
z-index: 8020;
background: #FFF;
color: #4B4B4B;
text-shadow: none;
-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); 
-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
 box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); 
}

.fancybox-skin {
padding: 0!important;
background:none!important;
border:none!important; 
box-shadow: none!important; 
}


.fancybox-skin .img {

}

#fancybox .img img {
    margin-left:10%; 
    width: 80%;
    margin-bottom:15px;
}

#fancybox span {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 40px;
    float: left;
    width: 100%;
	text-align:center;
        display: block;
}
#fancybox p{
    display: block;
    float: left;
    clear: both;
    width: 100%;
    
}

.g-recaptcha {
	float:right;
	margin-right: 4%;
}

form#frm_edit_booking {
  background-color: rgba(0, 0, 0, 0.85);
}

#invoice_details {
    background-color: rgba(0, 0, 0, 0.85);
    padding-left: 20px;
}

/*Hide EDIT link on all pages for admin*/

.entry-meta .edit-link{display: none!important}

/*Landing Page*/

.booking-lp .banner {
  background: url('../../uploads/banner-chronis-mail1.jpg') no-repeat;
  background-size: 1960px;
  background-position: center top;
    position: relative;
  top: 0px;
  color: #FFF;
  overflow: hidden;
  padding-top: 159px;
  padding-bottom: 86px;
}

.booking-lp {
  background-color: #000!important;
}

.wrapper {
  width: 1170px;
  margin: auto;
}

.booking-lp .left {
  width: 50%;
  clear: both;
}

.booking-lp .form-wrapper {
  position: absolute;
  width: 40%;
  right: 0px;
  top: 0px;
  background: rgba(203, 0, 77, 0.9);
  padding: 43px;
  border-radius: 10px;
  border: 1px solid #19202A;
}

.booking-lp .form-wrapper p {
  font-size: 20px;
}

.booking-lp .form input {
  font-family: 'Lato',sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #6E6E6E!important;
  background-color: #FFF!important;
  background-image: none!important;
  border: none!important;
  border-radius: 7px!important;
  height: 45px!important;
  float: left;
  margin-bottom: 22px;
  margin-top: 12px;
  padding-left: 10px;
}

.booking-lp .mc4wp-form #news-sign {
  font-family: 'Open Sans',sans-serif;
  font-size: 27px;
  color: #282E3C!important;
  background-color: #FFD100!important;
  background-image: none!important;
  border: 1px solid #1B1F22!important;
  border-radius: 27px!important;
  height: inherit;
  margin-bottom: 22px;
  margin-top: 12px;
  text-transform: uppercase;
  width: auto;
  padding-left: 25px!important;
  padding-right: 25px!important;
  font-weight: 700;
  display: table;
  margin: auto;
  float: none;
  margin-top: 20px;
}

form {
  background: none;
  border: none;
  width: 100%!important;
}

.booking-lp .title {
  font-size: 81px;
  font-weight: 700;
  line-height: 76px;
  position:relative;
}

.booking-lp .title  img{
  position: absolute;
  right: -66px;
  top: 36px;
  width: 55px!important;
}

.booking-lp .call-us-title {
  font-weight: 700;
  font-size: 22px;
  margin-top: 9px;
  float: right;
  width: 100%;
  line-height: 27px;
  text-align: center;
}

.booking-lp .call-us-title span {
  font-weight: 700;
  font-size: 35px;
  margin-top: 30px;
  color: #FFD100;
}

.booking-lp .call-us .phone {
  font-weight: 700;
  font-size: 48px;
  margin-top: -19px;
  position: relative!important
;
  width: 100%;
  float: left;
  right: 0;
  text-align: center;
}

.booking-lp .desription {
  margin-top: 22px;
  float: left;
}

.booking-lp #main.wrapper,
.booking-lp .fullwidth-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 0px;
}

.booking-lp .main-navigation {
  display: none;
}

.booking-lp .phone {
  float: right;
  clear: both;
  margin: 0;
  color: #FFF;
  font-size: 18px;
  position: fixed;
  top: 10px;
  right: 185px;
  z-index: 1000;
}

.booking-lp .phone span {
  color: #FFF;
  font-weight: 600;
  font-size: 30px;
}

.booking-lp .phone i {
  float: left;
  color: #FFCB00;
  border: 2px solid #FFCB00;
  border-radius: 50%;
  padding: 7px 10px 5px 9px;
  font-size: 31px;
}

.booking-lp .phone p {
  float: left;
  color: #FFF;
  font-size: 29px;
  font-weight: 600;
  margin-left: 10px;
  padding-top: 4px;
}

.booking-lp footer[role="contentinfo"] {
  z-index: 10000;
  overflow: hidden;
  margin-top: 100px!important;
}


.booking-lp .banner .wrapper {
  position: relative;
  color: #FFF;
  left: 51%;
  margin-left: -585px;
}

.booking-lp .title-wrapper {
  width: 690px;
  background: rgba(0, 0, 0, 0.5);
  padding: 60px 124px 44px 55px;
}

.booking-lp .title span {
  font-size: 84px;
  line-height: 59px;
  color: #FFD100;
  font-weight: 800;
}

.booking-lp .subtitle {
  font-size: 54px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 64px;
  border-bottom: 1px solid #F5CD15;
  padding-bottom: 23px;
}

.booking-lp #section3 {
  position: relative;
  padding-bottom: 100px;
  background: url('./images/booking_section_bg.jpg') no-repeat;
  background-size: 100%;
  z-index: 3;
  float: left;
  width: 100%;
  padding-top: 100px;
}

.booking-lp .footer_center_wrapper {
  width: 90%;
  margin: 0 auto;
  display: none;
}

.booking-lp footer[role="contentinfo"] {
  background: none;
  display: none;
}

.testamonials {
  padding-top: 86px;
  padding-bottom: 86px;
  background: #F4CE24;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod?EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f4ce24 0%, #f6cb00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F4CE24), color-stop(100%,#F6CB00));
  background: -webkit-linear-gradient(top, #F4CE24 0%,#F6CB00 100%);
  background: -o-linear-gradient(top, #f4ce24 0%,#f6cb00 100%);
  background: -ms-linear-gradient(top, #f4ce24 0%,#f6cb00 100%);
  background: linear-gradient(to bottom, #F4CE24 0%,#F6CB00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4ce24', endColorstr='#f6cb00',GradientType=0 );
}

.testamonials .left {
  width: 40%;
  float: left;
}

.testamonials .right {
  width: 56%;
  float: left;
  margin-left:4%;
}

.testamonials .left .title {
  font-size: 68px;
  font-weight: 700;
  line-height: 59px;
  color: #070A0F;
}

.testamonials .right p {
  font-style: italic;
  line-height: 23px;
  margin-bottom: 42px;
}

.testamonials .right span span {
  font-weight:600;
}

.testamonials .left .title span {
  font-size: 46px;
  line-height: 45px;
  display: inline-block;
  color: #000;
}

.booking-lp .subcribe {
    display: table;
    margin: auto;
    position: relative;
}

@media screen and (max-width: 1440px){

	
	.booking-lp .banner .wrapper {
	  top: 147px;
	  color: #FFF;
	  left: 51%;
	  margin-left: -585px;
	}
	
	.booking-lp .banner {
  background: url('../../uploads/banner-chronis-mail1.jpg') no-repeat;
  background-size: 1698px;
  background-position: center top;
    position: relative;
  top: 0px;
  color: #FFF;
  overflow: hidden;
  padding-top: 9px;
  padding-bottom: 231px;
}

}

@media screen and (max-width: 1200px){
    .wrapper {
	  width: 90%;
	  margin-left: 5%;
	}
	
	.booking-lp .banner {
  background: url('../../uploads/banner-chronis-mail1.jpg') no-repeat;
  background-size: 1497px;
  background-position: center top;
    position: relative;
  top: 0px;
  color: #FFF;
  overflow: hidden;
  padding-bottom: 86px;
  padding-top: 1px;
}
	
	.booking-lp .banner .wrapper {
	  top: 54px;
	  color: #FFF;
	  left: 4%;
	  margin-left: 0px;
	  line-height: 22px;
	  width: 92%;
	  display: inline-block;
	}
	
	.booking-lp .title span {
	  font-size: 111px;
	}
	
	.booking-lp .title-wrapper .subtitle {
	  font-size: 31px;
	  color: #FFCB00;
	}
	
	.booking-lp .phone {
	  float: right;
	  clear: both;
	  margin: 0;
	  color: #FFF;
	  font-size: 18px;
	  position: absolute;
	  top: -57px;
	  right: 57px;
	  z-index: 1000;
	}
	
	.booking-lp .title {
	  font-size: 55px;
	  font-weight: 700;
	  line-height: 47px;
	  position: relative;
	}
	
	.booking-lp .title span {
	  font-size: 69px;
	  clear: both;
	  display: inline-block;
	}
	
	.booking-lp .subtitle {
	  font-size: 42px;
	  color: #FFF;
	  text-transform: uppercase;
	  font-weight: 700;
	  line-height: 53px;
	  border-bottom: 1px solid #F5CD15;
	  padding-bottom: 23px;
	}
	
	.booking-lp .call-us .phone {
	  font-weight: 700;
	  font-size: 48px;
	  margin-top: 72px;
	  position: relative!important;
	  width: 100%;
	  float: left;
	  right: 0;
	  text-align: right;
	}
	
	.booking-lp .desription {
	  margin-top: -4px;
	  float: left;
	}
	
	.booking-lp .left {
	  width: 48%;
	  clear: both;
	}
	
	.booking-lp .title img {
	  position: absolute;
	  right: -70px;
	  top: 36px;
	  width: 55px!important;
	}
	
}

@media screen and (max-width: 767px){


	
	.booking-lp .banner .wrapper {
	  position: relative;
	  top: 18px;
	  color: #FFF;
	  display: inline-block;
	}
	
	.booking-lp .banner {
  background: url('../../uploads/banner-chronis-mail1.jpg') no-repeat;
  background-size: 430%;
  background-position: center top;
    position: relative;
  color: #FFF;
  overflow: hidden;
  padding-bottom: 86px;
}
	
	.booking-lp .title span {
	  font-size: 111px;
	}
		
	.booking-lp .subtitle {
	  font-size: 24px;
	  color: #FFCB00;
	
	  float: left;
}
		
	.booking-lp .phone {
	  color: #FFF;
	  font-size: 18px;
	  position: absolute;
	  top: -57px;
	  z-index: 1000;
	
	  display: block;
	  width: 232px;
	  left: inherit;
	  margin-left: 0px;
	  right: 5%;
	  float: right;
}
		
	.booking-lp .menu-toggle {
	  display: none!important;
	}
	
	.booking-lp .logo {
	  position: relative;
	  width: 70%;
	  margin-left: 5%;
	  margin-top: 10px;
	  left: 0;
	}

	.booking-lp .site-header {
	  height: 146px;
	  line-height: 75px;
	}
	
	.testamonials .left {
	  width: 100%;
	  float: left;
	}

	.testamonials .right {
	  width: 100%;
	  float: left;
	  margin-left: 0%;
	  margin-top: 30px;
	}

	.testamonials {
	  padding-top: 40px;
	  padding-bottom: 18px;
	  background: #F4CE24;
	  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod?EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	  background: -moz-linear-gradient(top, #f4ce24 0%, #f6cb00 100%);
	  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F4CE24), color-stop(100%,#F6CB00));
	  background: -webkit-linear-gradient(top, #F4CE24 0%,#F6CB00 100%);
	  background: -o-linear-gradient(top, #f4ce24 0%,#f6cb00 100%);
	  background: -ms-linear-gradient(top, #f4ce24 0%,#f6cb00 100%);
	  background: linear-gradient(to bottom, #F4CE24 0%,#F6CB00 100%);
	  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4ce24', endColorstr='#f6cb00',GradientType=0 );
	}

	.testamonials .left .title {
	  font-size: 29px;
	  font-weight: 700;
	  line-height: 36px;
	  color: #070A0F;
	}
	
	.booking-lp #section3 {
	  position: relative;
	  padding-bottom: 0px;
	  background: url('./images/booking_section_bg.jpg') no-repeat;
	  background-size: 100%;
	  z-index: 3;
	  float: left;
	  width: 100%;
	  padding-top: 12px;
	}
	
	.testamonials .left .title span {
	  font-size: 21px;
	  line-height: 34px;
	  display: inline-block;
	}
	
	.booking-lp .book-now p {
	  float: left;
	  color: #282828;
	  font-size: 30px;
	  line-height: 37px;
	  margin-right: 10px;
	}
	
	.booking-lp .title {
	  font-size: 55px;
	  font-weight: 700;
	  line-height: 47px;
	  position: relative;
	}
	
	.booking-lp .title span {
	  font-size: 69px;
	  clear: both;
	  display: inline-block;
	}
	
	.booking-lp .subtitle {
	  font-size: 42px;
	  color: #FFF;
	  text-transform: uppercase;
	  font-weight: 700;
	  line-height: 53px;
	  border-bottom: 0px solid #F5CD15;
	  padding-bottom: 23px;
	}
	
	.booking-lp .call-us .phone {
	  font-weight: 700;
	  font-size: 48px;
	  margin-top: 72px;
	  position: relative!important;
	  width: 100%;
	  float: left;
	  right: 0;
	  text-align: center;
	}
	
	.booking-lp .desription {
	  margin-top: -4px;
	  float: left;
	}
	
	.booking-lp .left {
	  width: 100%;
	  clear: both;
	
}
	
	.booking-lp .title img {
	  position: absolute;
	  right: -70px;
	  top: 36px;
	  width: 55px!important;
	}
	
	.booking-lp .form-wrapper {
	  position: relative;
	  width: 100%;
	  right: 0px;
	  top: 0px;
	  background: rgba(203, 0, 77, 0.9);
	  padding: 43px;
	  border-radius: 10px;
	  border: 1px solid #19202A;
	  float: left;
	
	  margin-bottom: 20px;
}



}

@media screen and (max-width: 480px){

.booking-lp .title {
  font-size: 39px;
  font-weight: 700;
  line-height: 17px;
  position: relative;
}

.booking-lp .title span {
  font-size: 43px;
  clear: both;
  display: inline-block;
}

.booking-lp .subtitle {
  font-size: 25px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 10px;
  border-bottom: 0px solid #F5CD15;
  padding-bottom: 23px;
}

.booking-lp .form-wrapper {
  position: relative;
  width: 100%;
  right: 0px;
  top: 0px;
  background: rgba(203, 0, 77, 0.9);
  padding: 21px;
  border-radius: 10px;
  border: 1px solid #19202A;
  float: left;
  margin-bottom: 20px;
}

.booking-lp .call-us-title span {
  font-weight: 700;
  font-size: 35px;
  margin-top: 1px;
  color: #FFD100;
  display: inline-block;
}

.booking-lp .subcribe {
    display: table;
    margin: auto;
    position: relative;
}


.payment #page,
.privacy #page {
 background: #000 url("./images/contact_page_bg.jpg") no-repeat scroll 0 0 / 100% auto !important;
 color: white;
}


}