/* Enter Your Custom CSS Here */

.header_top .header-widget, .header_top .header-widget.widget_nav_menu ul.menu > li > a, .header_top .header-widget p, .header_top .header-widget a, .header_top .header-widget span:not(.q_social_icon_holder):not(.social_icon):not(.q_font_elegant_icon) {
    color: #193028 !important;
    font-size: 14px;
    font-weight: bold;
    padding-right: 12px;
}

.testimonials .testimonial_text_inner p:not(.testimonial_author):not(.testimonial_title) {
  font-family: courier new;
font-size: 20px;
line-height: 1.285714285714286em;
font-style: normal;
font-weight: 400;
  
}
#nav-menu-item-23245.booknowmenu {
    display: none;
}

.post-featured__title::before {
    background-color: #fff;
    content: "";
    display: none;
    height: 2px;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    top: -10px;
    width: 30px;
}

.post-featured__title {
    bottom: 0;
    color: #fff;
    font-family: "courier new",courier,monospace;
    font-size: 28px;
    font-weight: bold;
    left: 0;
    line-height: 110px;
    margin: 0 0 0px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: initial;
background: -moz-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
}

.light:not(.sticky):not(.scrolled) nav.main_menu > ul > li > a, .light:not(.sticky):not(.scrolled) nav.main_menu > ul > li.active > a, .light:not(.sticky):not(.scrolled) nav.main_menu > ul > li:not(:first-child)::before {
    color: #163024;
    font-family: "courier new",courier,monospace;
    font-size: 11.5px;
    font-weight: 800;
    padding: 0 11px!important;
}

.post-summary__date {
  
}

.blog-intro-text {
    font-size: 18px;
    margin: 0 auto 25px;
    max-width: 600px;
    padding: 15px;
    text-align: center;
}

.single_tags {
    display: none;
    margin: 35px 0 0;
}

.gallery_holder ul.v4 li, .wpb_gallery_slides .gallery_holder ul.v4 li {
    width: 24%;
    margin: 1% 0.5%;
}

.vc_col-xs-1, .vc_col-sm-1, .vc_col-md-1, .vc_col-lg-1, .vc_col-xs-2, .vc_col-sm-2, .vc_col-md-2, .vc_col-lg-2, .vc_col-xs-3, .vc_col-sm-3, .vc_col-md-3, .vc_col-lg-3, .vc_col-xs-4, .vc_col-sm-4, .vc_col-md-4, .vc_col-lg-4, .vc_col-xs-5, .vc_col-sm-5, .vc_col-md-5, .vc_col-lg-5, .vc_col-xs-6, .vc_col-sm-6, .vc_col-md-6, .vc_col-lg-6, .vc_col-xs-7, .vc_col-sm-7, .vc_col-md-7, .vc_col-lg-7, .vc_col-xs-8, .vc_col-sm-8, .vc_col-md-8, .vc_col-lg-8, .vc_col-xs-9, .vc_col-sm-9, .vc_col-md-9, .vc_col-lg-9, .vc_col-xs-10, .vc_col-sm-10, .vc_col-md-10, .vc_col-lg-10, .vc_col-xs-11, .vc_col-sm-11, .vc_col-md-11, .vc_col-lg-11, .vc_col-xs-12, .vc_col-sm-12, .vc_col-md-12, .vc_col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    box-sizing: border-box;
}


.home-lookbook-box {
    position: relative;
    background: #F3ECE4;
    overflow: hidden;
    z-index: 1
}

.home-lookbook-box:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 1;
    background-image: url("/wp-content/uploads/2016/02/Aer-3a.jpg");
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
      border: solid 2px #F3ECE4;
      -webkit-transition: all 300ms ease-out;  
    -moz-transition: all 300ms ease-out;  
    -o-transition: all 300ms ease-out;  
    -ms-transition: all 300ms ease-out;  
    transition: all 300ms ease-out; 
}

.home-lookbook-box:hover:after {
      opacity: 0.85;
    background-image: url("/wp-content/uploads/2016/02/Aer-3b.jpg");
}

.home-press-box {
    position: relative;
    background: #F3ECE4;
    overflow: hidden;
    z-index: 1;
}

.home-press-box:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 1;
    background-image: url("/wp-content/uploads/2016/02/Aer-2a.jpg");
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
      border: solid 2px #F3ECE4;
      -webkit-transition: all 300ms ease-out;  
    -moz-transition: all 300ms ease-out;  
    -o-transition: all 300ms ease-out;  
    -ms-transition: all 300ms ease-out;  
    transition: all 300ms ease-out; 
}

.home-press-box:hover:after {
      opacity: 0.85;
    background-image: url("/wp-content/uploads/2016/02/Aer-2b.jpg");
}

.homeslide1innernew h1 {
    color: #F3ECE4;
    font-size: 35px;
    line-height: 35px;
}

.homeslide1innernew h2 {
    color: #F3ECE4;
    font-family: "domaine black";
    font-size: 25px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 31px;
    text-transform: lowercase;

}

.homeslide1innernew {
    border-radius: -2px;
    margin-bottom: 75px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 120px;
    max-width: 460px;
    padding: 30px;
    border-radius: 10px;
    height: 297px;
    display: table;
    min-width: 357px;
}

.homeslide1innernewmiddle {
    vertical-align: middle;
    display: table-cell;
}

.homeslide1innernewmiddle .booknowbuttonservices {
    background-color: #F3ECE4 !important;
    border: none !important;
    border-radius: 22px;
    color: #193028 !important;
    font-family: "courier new",courier,monospace;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 23px;
    margin: 15px auto 28px;
    padding: 5px;
    text-transform: uppercase;
    width: 170px;
    border: none;
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}

.homeslide1innernewmiddle .booknowbuttonservices:hover {
    background-color: #dbd3cb !important;
    border: none !important;
    border-radius: 22px;
    color: #193028 !important;
    font-family: "courier new",courier,monospace;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 23px;
    margin: 15px auto 28px;
    padding: 5px;
    text-transform: uppercase;
    width: 170px;
    border: none;
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}

.homeslide1innernewmiddle .booknowbuttonservices a {
    color: #193028 !important;
}

.homeslide1innernewmiddle .booknowbuttonservices a:hover {
    color: #193028 !important;
}


.homeslide13innernew h1 {
    color: #F3ECE4;
    font-family: "courier new",courier,monospace;
    font-size: 19px;
    font-weight: bold;
    line-height: 22px;
    margin-top: 73px;
    text-transform: uppercase;
}

.homeslide1innernew p {
    color: #F3ECE4;
    font-family: courier, monospace;
    font-size: 17px;
    letter-spacing: -0.5px;
    margin: 12px auto 0;
    max-width: 445px;
  font-weight: bolder;
}

.home-about-box {
    position: relative;
    background: #F3ECE4;
    overflow: hidden;
    z-index: 1;
  min-height: 447px;
}

.home-about-box:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 1;
    background-image: url("/wp-content/uploads/2016/02/Aer-5a.jpg");
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
      border: solid 2px #F3ECE4;
      -webkit-transition: all 300ms ease-out;  
    -moz-transition: all 300ms ease-out;  
    -o-transition: all 300ms ease-out;  
    -ms-transition: all 300ms ease-out;  
    transition: all 300ms ease-out; 
}

.home-about-box:hover:after {
      opacity: 0.85;
    background-image: url("/wp-content/uploads/2016/02/Aer-5b1.jpg");
}

.home-event-box {
    position: relative;
    background: #F3ECE4;
    overflow: hidden;
    z-index: 1;
}

.home-event-box:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 1;
    background-image: url("/wp-content/uploads/2016/10/Aer-7c.png");
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
      border: solid 2px #F3ECE4;
      -webkit-transition: all 300ms ease-out;  
    -moz-transition: all 300ms ease-out;  
    -o-transition: all 300ms ease-out;  
    -ms-transition: all 300ms ease-out;  
    transition: all 300ms ease-out; 
}

.home-event-box:hover:after {
      opacity: 0.85;
    background-image: url("/wp-content/uploads/2016/10/Aer-7a.png");
}

.buzzlogo {
    padding: 20px 30px;
  max-width: 284px;
    text-align:center;
}

.buzzlogo a {
    color: #1F372D;
    font-family: "domaine black";
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: lowercase;
  text-align:center;
}



header {
    background-color: white;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100%;
    z-index: 110;
}

#wpadminbar {
    background: #23282d none repeat scroll 0 0;
    color: #ccc;
    direction: ltr;
    display: none!important;
    font: 400 13px/32px "Open Sans",sans-serif;
    height: 32px;
    left: 0;
    min-width: 600px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.headercontact {
    background-color: #193028;
    color: #efefef;
    font-family: domaine black;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 8px 18px 8px 0;
    text-align: right;
  display:none;
}

.gallery_holder ul li {
    display: block;
    float: left;
    overflow: hidden;
    position: relative;
    width: 10%;
}

.popup_menu:hover .line, .popup_menu:hover .line::after, .popup_menu:hover .line::before, .blog_holder article .post_text a.more-link span, .blog_holder article .post_social .post_comments i, .blog_holder article .post_social .blog_like i, .blog_holder article .post_social .social_share_holder > a > i, .blog_holder article.format-link .post_text .post_text_inner:hover, .blog_holder article.format-quote .post_text .post_text_inner:hover, .blog_holder.masonry article.format-quote .post_text_inner .qoute_mark, .blog_holder.masonry_full_width article.format-link .post_text .post_text_inner .link_mark, .blog_holder.masonry article.format-link .post_text .post_text_inner .link_mark, .blog_holder.masonry_full_width article.format-quote .post_text .post_text_inner .qoute_mark, .blog_holder article .post_image a .post_overlay, .latest_post_holder .boxes_image a .latest_post_overlay, .mejs-controls .mejs-time-rail .mejs-time-current, .mejs-controls .mejs-time-rail .mejs-time-handle, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .projects_holder article .portfolio_shader, .projects_masonry_holder article .portfolio_shader, .portfolio_slides .portfolio_shader, .q_accordion_holder.accordion.boxed .ui-accordion-header.ui-state-active, .q_accordion_holder.accordion.boxed .ui-accordion-header.ui-state-hover, .q_accordion_holder.accordion .ui-accordion-header.ui-state-active .accordion_mark, .q_accordion_holder.accordion .ui-accordion-header.ui-state-hover .accordion_mark, .q_dropcap.circle, .q_dropcap.square, .gallery_holder ul li .gallery_hover i, .highlight, .testimonials_holder.light .flex-direction-nav a:hover, .q_tabs .tabs-nav li.active a, .q_tabs .tabs-nav li a:hover, .q_message, .price_table_inner ul li.table_title, .price_table_inner .price_button, .q_icon_with_title.circle .icon_holder .icon_holder_inner, .q_icon_with_title.square .icon_holder .icon_holder_inner, .box_holder_icon_inner.circle .icon_holder_inner, .box_holder_icon_inner.square .icon_holder_inner, .q_icon_with_title.circle .q_font_elegant_holder.circle, .q_icon_with_title.square .q_font_elegant_holder.square, .box_holder_icon_inner .q_font_elegant_holder.circle, .box_holder_icon_inner .q_font_elegant_holder.square, .box_holder_icon_inner.circle .icon_holder_inner, .q_social_icon_holder .fa-stack, .footer_top .q_social_icon_holder:hover .fa-stack, .q_list.circle ul > li::before, .q_list.number.circle_number ul > li::before, .q_pie_graf_legend ul li .color_holder, .q_line_graf_legend ul li .color_holder, .q_team .q_team_social_holder, .animated_icon_inner span.animated_icon_back .animated_icon, .service_table_inner li.service_table_title_holder, .q_progress_bar .progress_content, .q_progress_bars_vertical .progress_content_outer .progress_content, .qbutton, .load_more a, .blog_load_more_button a, #submit_comment, .qbutton.white:hover, .qbutton.solid_color, .call_to_action .column2.button_wrapper .qbutton:hover, #wp-calendar td#today, aside.sidebar .widget h4, .qode_image_gallery_no_space.light .controls a.prev-slide:hover, .qode_image_gallery_no_space.light .controls a.next-slide:hover, input.wpcf7-form-control.wpcf7-submit, div.wpcf7-response-output.wpcf7-mail-sent-ok, .gform_wrapper input[type="button"], .gform_wrapper input[type="submit"] {
    background-color: #393939;
    font-size: 11px;
}

.footer_bottom, .footer_bottom span:not(.q_social_icon_holder):not(.fa-stack):not(.social_icon), .footer_bottom p {
    color: #193028!important;
    font-weight:bold;
}

.footer_bottom a, .footer_bottom span:not(.q_social_icon_holder):not(.fa-stack):not(.social_icon), .footer_bottom p a {
    color: #193028;
  font-weight:bold;
}

input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
    background-color: #193028;
    border: 2px solid #193028;
    border-radius: 30px;
    color: #f9f8ea;
    margin-top: -10px;
  font-size: 13px;
    letter-spacing: 0.5px;
  
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
        max-width: 100%;
}

nav.mobile_menu ul li a, nav.mobile_menu ul li h4 {
    color: #193028 !important;
    display: block;
    font-family: "courier new",courier,monospace;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 17px;
    padding: 9px 0;
    position: relative;
    text-transform: none;
}


body {
    font-family: "Courier New",Courier,monospace;
  color: #193028;

}

/* Footer */

.footer_top a, .footer_top p, .footer_top li, .footer_top .textwidget, .footer_top .widget_recent_entries > ul > li > span {
    color: #a2a2a2;
    word-wrap: break-word;
    text-align: center;
}

.footer_top a, .footer_top p, .footer_top li, .footer_top .textwidget, .footer_top .widget_recent_entries > ul > li > span {
    color: #333;
    text-align: center;
    word-wrap: break-word;
}

.footer_bottom, .footer_bottom span:not(.q_social_icon_holder):not(.fa-stack):not(.social_icon), .footer_bottom p {
    color: #333;
}

.footer_top .widget h4 {
    color: #393939;
    font-size: 19px;
    font-weight: normal;
    letter-spacing: 0;
    text-align: center;
    text-transform: none;
}

.footer_top a:hover{
  color:#6b6b6b;}

/* End Footer */

.page-id-21743 .google_map_holder {
  display:none;
}

.wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper iframe {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
}

h1 {
    color: #f9f8ea;
    font-family: "domaine black";
    font-size: 66px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 71px;
    text-transform: lowercase;
}

h3 {
    color: #f9f8ea;
    font-family: "domaine black";
    font-size: 66px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 71px;
    text-transform: lowercase;
  font-style:normal;
}

.q_icon_with_title .icon_text_holder .icon_title {
    color: #393939;
    display: block;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.5px;
    margin: 0 0 2px;
    text-transform: none;
      font-family: "domaine black";
}

.icon_text_inner p {
      color: #163024;
    font-family: "courier New",courier,monospace;
    font-size: 14px;
    letter-spacing: -0.5px;
    margin: 14px auto 0;
    max-width: 445px;
}

nav.mobile_menu ul li a, nav.mobile_menu ul li h4 {
    color: #8d8d8d;
    display: block;
    font-family: "courier new",courier,monospace;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 17px;
    padding: 9px 0;
    position: relative;
    text-transform: none;
}

nav.mobile_menu > ul {
    margin-bottom: 25px !important;
}

.mobile_booknow_button {

    background-color: #193028;
    border-radius: 62px;
    color: #f3f2e7;
    display: none;
    float: right;
    font-family: "courier new",courier,monospace;
    font-size: 15px;
    font-weight: 800;
    height: 58px;
    line-height: 15px;
    margin-top: 23px;
    padding: 0 12px;
    text-align: center;

}


.mobile_booknow_button span {
color: #193028;
    cursor: pointer;
    display: table-cell;
    font-size: 14px;
    height: 17px;
    position: relative;
    vertical-align: middle;
    width: 19px;
    z-index: 50;
}

.mobile_booknow_button span a {
    color: #f3f2e7;
    cursor: pointer;
    display: table-cell;
    font-family: "courier new",courier,monospace;
    font-size: 14px;
    font-weight: bold;
    height: 17px;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    width: 19px;
    z-index: 50;
  text-transform:uppercase;
}

.mobile_booknow_button span a:hover {
color: #d6c4be;
    cursor: pointer;
    display: table-cell;
    font-size: 14px;
    height: 17px;
    position: relative;
    vertical-align: middle;
    width: 19px;
    z-index: 50;
}



.admin-bar header.sticky.sticky_animate, .admin-bar header.fixed {
    background-color: rgba(255, 255, 255, 0.6);
    padding-top: 32px !important;
}

.light:not(.sticky):not(.scrolled) nav.main_menu > ul > li > a, .light:not(.sticky):not(.scrolled) nav.main_menu > ul > li.active > a, .light:not(.sticky):not(.scrolled) nav.main_menu > ul > li:not(:first-child)::before 
 {
    color: #163024;
    font-family: "courier new",courier,monospace;
    font-size: 11.5px;
    font-weight: 800;
    padding: 0 14px;
}


header.scrolled nav.main_menu > ul > li > a, header.light.scrolled nav.main_menu > ul > li > a, header.dark.scrolled nav.main_menu > ul > li > a {
    color: #163024;
    font-family: "courier new",courier,monospace;
    font-size: 11px;
    font-weight: 800;
    padding: 0 16px;
}

.light:not(.sticky):not(.scrolled) .header_bottom_widget .q_social_icon_holder.with_link .simple_social {
    color: #163024 !important;
}

.light:not(.sticky):not(.scrolled) nav.main_menu > ul > li > a:hover, .light:not(.sticky):not(.scrolled) nav.main_menu > ul > li.active > a {
    color: #cfa886;
}

.light:not(.sticky):not(.scrolled):hover .header_bottom_widget:hover .q_social_icon_holder.with_link:hover .simple_social:hover {
    color: #cfa886 !important;
}

.header_inner_right {
    float: right;
    margin-left: 15px;
    position: relative;
    z-index: 110;
}

.qbutton, .qbutton.medium, #submit_comment, .load_more a, .blog_load_more_button a, .blog_holder article .post_text a.more-link span {
    background-color: #193028 !important;
    border: medium none;
    border-radius: 22px;
    color: #F9F8EA !important;
    font-family: "courier new",courier,monospace;
    margin-right: 20px;
}

header.light:not(.sticky):not(.scrolled) .header_bottom_right_widget_holder a.qbutton {
      background-color: #193028 !important;
    border: medium none;
    border-radius: 22px;
    color: #F9F8EA !important;
    font-family: "courier new",courier,monospace;
    margin-right: 20px;
}

/* HOME PAGE */


.booknowbuttonservices {
    background-color: #193028 !important;
    border: medium none;
    border-radius: 22px;
    color: #f9f8ea !important;
    font-family: "courier new",courier,monospace;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 23px;
    margin: 15px auto 28px;
    padding: 5px;
    text-transform: uppercase;
    width: 150px;
    border: 2px solid #193028;
          -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}

.booknowbuttonservices:hover {
 background-color: rgba(0,0,0,0)!important;
  border: 2px solid #193028!important;
  color: #193028 !important;
}

.booknowbuttonservices a:hover {
      color: #193028 !important;
}

.booknowbuttonservices a {
      color: #f9f8ea !important;
}


/* SECTION 1 */

.intropanel {
  margin-top:122px;
}

.intropanel2 {
  margin-top:0px;
}

.homeslide1 {
  
}

.homeslide1inner h1 {
    color: #163024;
    font-size: 30px;
    line-height: 35px;
}

.homeslide1inner {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 64px;
    margin-bottom: 300px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 300px;
    max-width: 500px;
    padding: 10px;
}

.homeslide13inner h1 {
    color: #163024;
    font-family: "courier new",courier,monospace;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    margin-top: 73px;
    text-transform: uppercase;
}

.homeslide1inner p {
    color: #163024;
    font-family: courier, monospace;
    font-size: 14px;
    letter-spacing: -0.5px;
    margin: 14px auto 0;
    max-width: 445px;
}

/* ABOUT */


.homeslide11inner {
    margin-bottom: 200px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
    max-width: 500px;
}

.homeslide11inner h1 {
    color: #163024;
    font-size: 30px;
    line-height: 35px;
}

.homeslide11inner p {
    color: #163024;
    font-family: courier, monospace;
    font-size: 14px;
    letter-spacing: -0.5px;
    margin: 14px auto 0;
    max-width: 445px;
}

/* ABOUT ANUSHKA */

.homeslide2 {
  
}

.homeslide2inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    padding-bottom: 88px !important;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 100px;
}

.homeslide2inner h1 {
    color: #163024;
    font-size: 30px;
    line-height: 35px;
}

.homeslide2inner p {
    color: #163024;
    font-family: "courier new", courier, monospace;
    font-size: 14px;
    letter-spacing: -0.5px;
    margin: 14px auto 0;
    max-width: 445px;
}

.anushkapic {
  padding-left:0px;
  max-width:510px;
  margin: auto;
}

/* LOOKBOOK SECTION */

.homeslide3 {
  
}

.homeslide3inner {

    margin-bottom: 200px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
    max-width: 330px;
    padding: 42px;
}

.homeslide3inner:hover {

}

.homeslide3inner h1 {
    color: #163024;
    font-size: 30px;
    line-height: 35px;
}

.homeslide3inner h1 a {
    color: #163024;
    font-size: 30px;
    line-height: 35px;
}

.homeslide3inner h1 a:hover {
    color: #163024;
    font-size: 30px;
    line-height: 35px;
}

.homeslide3inner p {
    color: #163024;
    font-family: courier, monospace;
    font-size: 14px;
    letter-spacing: -0.5px;
    margin: 14px auto 0;
    max-width: 445px;
}

/* LOOKBOOK PAGE */

.homeslide333 {
  
}

.homeslide333inner {

    margin-bottom: -20px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    max-width: 560px;
    padding: 42px;
    text-align: center;
}

.homeslide333inner:hover {

}

.homeslide333inner h1 {
    color: #163024;
    font-size: 30px;
    line-height: 35px;
}

.homeslide333inner h1 a {
    color: #163024;
    font-size: 30px;
    line-height: 35px;
}

.homeslide333inner h1 a:hover {
    color: #163024;
    font-size: 30px;
    line-height: 35px;
}

.homeslide333inner p {
    color: #163024;
    font-family: courier,monospace;
    font-size: 14px;
    letter-spacing: -0.5px;
    margin: 14px auto 0;
    max-width: 495px;
}

/* SERVICES TITLE */


.homeslide12inner {
    margin-bottom: 20px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 120px;
    max-width: 500px;
}

.homeslide12inner h1 {
    color: #163024;
    font-size: 30px;
    line-height: 35px;
}

.homeslide12inner p {
    color: #163024;
    font-family: courier, monospace;
    font-size: 14px;
    letter-spacing: -0.5px;
    margin: 14px auto 0;
    max-width: 445px;
}

/* SERVICES LIST */


.homeslide13inner {
    margin-bottom: 100px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    max-width: 500px;
}


.homeslide13inner h1 {
    color: #163024;
    font-size: 19px;
    line-height: 22px;
    margin-top: 73px;
  text-transform: uppercase;
}

.homeslide13inner h3 {
    color: #163024;
    font-size: 25px;
    line-height: 32px;
    margin-top: 73px;
}

.homeslide13inner p {
    color: #163024;
    font-family: "courier New",courier,monospace;
    font-size: 14px;
    letter-spacing: -0.5px;
    margin: 14px auto 0;
    max-width: 445px;
}

.homeslide13inner h2 {
    color: #163024;
    font-family: "courier New",courier,monospace;
    font-size: 12px;
    font-style: italic;
    letter-spacing: -0.5px;
    margin: 60px auto 0;
    max-width: 445px;
    text-transform: none;
}

/* GIFTS &amp; BUZZ SECTION */

.homeslide31 {
  
}

.homeslide31inner {

    margin-bottom: 100px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    max-width: 330px;
    padding: 42px;
}

.homeslide31inner:hover {

}

.homeslide31inner h1 {
    color: #163024;
    font-size: 30px;
    line-height: 35px;
}

.homeslide31inner h1 a {
    color: #163024;
    font-size: 30px;
    line-height: 35px;
}

.homeslide31inner h1 a:hover {
    color: #163024;
    font-size: 30px;
    line-height: 35px;
}

.homeslide31inner p {
    color: #163024;
    font-family: courier, monospace;
    font-size: 14px;
    letter-spacing: -0.5px;
    margin: 14px auto 0;
    max-width: 445px;
}

/* Lookbook */

.lookbooktop {
    max-width:650px;
  margin:auto;
}

#stylewrap {
	width: 100%;
  display:inline-block;
}

#style {
	width: calc(100% / 3);
	float: left;
  box-sizing: border-box;
  position:relative;
  margin-bottom:-8px;
  background-color:#F3F2E7!important;
}

#style img {
  width:100%;
      transition-delay: 0.2s;
    transition-duration: 0.2s;
}

#style .overbox {  
    position: absolute;
	bottom:0;
  color: #fff;  
    z-index: 100;  
    -webkit-transition: all 300ms ease-out;  
    -moz-transition: all 300ms ease-out;  
    -o-transition: all 300ms ease-out;  
    -ms-transition: all 300ms ease-out;  
    transition: all 300ms ease-out;  
    opacity: 0;  
	  width: 100%;
  	padding:0;
  text-align:center;
    bottom:8px;
   background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
	
}  

#style:hover .overbox {  
    opacity: 1;
}

#style .overtext {
	-webkit-transition: all 300ms ease-out;  
    -moz-transition: all 300ms ease-out;  
    -o-transition: all 300ms ease-out;  
    -ms-transition: all 300ms ease-out;  
    transition: all 300ms ease-out;
	transform: translateY(40px);
	-webkit-transform: translateY(40px);
}

#style .title {
    background-color: rgba(0, 0, 0, 0);
    border: 0 none;
    bottom: 0;
    color: #193028;
    font-family: "Domaine Black";
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0.5px;
    margin-bottom: -60px;
    opacity: 0;
    text-align: center;
    text-transform: lowercase;
    transition-delay: 0.1s;
    transition-duration: 0.2s;
  padding-top:20px;
}

#style:hover .title, .style:focus .title {  
    opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

#style .tagline {
    color: #193028;
    font-family: "Courier New",Courier,monospace;
    font-size: 15px;
    font-weight: normal;
    line-height: 17px;
    margin-bottom: 9px;
    opacity: 0;
    padding: 15px 54px 20px;
    text-align: center;
    text-shadow: 0 0 3px #fff;
    transition-delay: 0.2s;
    transition-duration: 0.2s;

}

#style .tagline img {
   width:auto;
  margin-top:10px;
      transition-delay: 0.2s;
    transition-duration: 0.2s;
}  

#style .tagline a {
   width:auto;
  line-height:46px;
      transition-delay: 0.2s;
    transition-duration: 0.2s;
}  
  
#style:hover .tagline, .style:focus .tagline {  
    opacity: 1;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
}

#style .booknow {
    background-color: #193028;
    color: white;
    font-size: 17px;
    line-height: 28px;
    margin-top: 0px;
    opacity: 0;
    padding: 0;
    text-decoration: none;
    transition-delay: 0.2s;
    transition-duration: 0.2s;
  text-align:center;
}

#style .booknow a {  
  color:white;
  text-decoration:none;
  font-family: "Domaine Black";
  letter-spacing:0;
  text-transform:lowercase;
      text-shadow: none;
}

#style:hover .booknow, .style:focus .booknow {  
    opacity: 1;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
}

#style {
	background: #fff;
  border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
}

#style.last {
	background: #fff;
    border-right: none;
}




/* !!!RESPONSIVE DESIGNS!!! */


/* for 1000px or less */

@media screen and (max-width: 1000px) {
  
#nav-menu-item-23245.booknowmenu {
    display: inline;
}
  
  #nav-menu-item-23245.booknowmenu a {
    color: red;
}
  
  #nav.mobile_menu ul li.booknowmenu a {
        color: red;
}
  
  .Blog {
    background: #efefef none repeat scroll 0 0;
    margin-top: 0;
    padding: 20px 0;
}
  

  
  
  header {
width: 100%!important;
position: fixed !important;
z-index: 110!important;
top: 0px !important;
left: 0px !important;
    background-color: #fff;
}

.content {
padding-top: 100px!important;
}
  
  header .header_top_bottom_holder {
    background-color: #fff!important;
}
  
  
.mobile_booknow_button {
    display: table;
}

  
  
  .header_bottom_widget .q_social_icon_holder {
display:none;
}

  
  header.light:not(.sticky):not(.scrolled) .header_bottom_right_widget_holder a.qbutton {
    margin-right: 0px;
    display:none;
}
  
.intropanel {
  margin-top:0px;
}
  
.anushkapic {
	text-align: center!important;
}  
  
  .homeslide2inner {
    padding-bottom: 80px !important;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px!important;
    max-width: 500px;
    padding: 0 20px; 
}
 
  
  /* SERVICES LIST */
  
  .homeslide13inner h2 {
    color: #163024;
    font-family: "courier New",courier,monospace;
    font-size: 14px!important;
    font-style: italic;
    letter-spacing: -0.5px;
    margin: 60px auto 0;
    max-width: 445px;
    text-transform: none;
    padding:0 40px;
}
  
  /* LOOKBOOK PAGE */
  
    #style .title {
    margin-bottom:0px;
        opacity:1;
    padding-top: 25px;
  }
  
#style .tagline {
    font-size: 13px;
    line-height: 15px;
    padding: 6px 50px;
    opacity:1;
        margin-bottom: 9px;
}
    
  #style .booknow {
    font-size: 13px;
    line-height: 15px;
    padding: 6px 50px;
        opacity:1;
  }
  
  .homeslide333inner {
    margin-bottom: -20px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: -65px;
    max-width: 560px;
    padding: 42px;
    text-align: center;
}
  
  .homeslide31inner {
    margin-top:60px;
  }
 
 
  #style .overbox {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    bottom: 8px;
    color: #fff;
    opacity: 1;
    padding: 0;
    position: absolute;
    text-align: center;
    transition: all 300ms ease-out 0s;
    width: 100%;
    z-index: 100;
}
  
  #style {
	width: calc(100% / 3);
	float: left;
  box-sizing: border-box;
  position:relative;
  margin-bottom:-8px;
  background-color:#fff;
}
  
#style .overtext {
	-webkit-transition: all 300ms ease-out;  
    -moz-transition: all 300ms ease-out;  
    -o-transition: all 300ms ease-out;  
    -ms-transition: all 300ms ease-out;  
    transition: all 300ms ease-out;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

  
}


/* for 767px or less */

@media screen and (max-width: 767px) {
  

  
 .anushkapic {
    margin-top: -100px;
    max-width: 550px;
}
  
  	#style {
		width: auto;
		float: none;
	}
  
  #style .overbox {  
    opacity: 1;
}
  
  
  .gallery_holder ul.v4 li {
    width: 49%!important;
  
  
}




/* for 600px or less */

@media screen and (max-width: 600px) {
    

    
.post-featured__title {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 0.5) 100%) repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    font-family: "courier new",courier,monospace;
    font-size: 15px;
    font-weight: bold;
    left: 0;
    line-height: 45px;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: initial;
}
    
    .gallery_holder ul.v4 li {
    width: 49%!important;
  
.fancybox-wrap, fancybox-desktop, fancybox-type-html, fancybox-opened {
    height: auto;
    left: 0px!important;
    opacity: 1;
    overflow: visible;
    position: absolute;
    top: 246px;
    width: 90%!important;
        margin-left: 5%!important;
}  

.fancybox-skin {
    width:100%!important;
    padding:0px!important;
  }
  
  .fancybox-inner {
        width:100%!important;
  }
  
  .fancybox-content-inside {
    height: auto!important;
    margin: 0!important;
    padding: 0 !important;
    width: 100%!important; 
  }
    
#style .title {
    background-color: rgba(0, 0, 0, 0);
    border: 0 none;
    bottom: 0;
    color: #193028;
    font-family: "Domaine Black";
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0.5px;
    margin-bottom: 0px;
    opacity: 1;
    text-align: center;
    text-transform: lowercase;
    transition-delay: 0.1s;
    transition-duration: 0.2s;
}
  
#style .tagline {
    font-family: "Courier New",Courier,monospace;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0px;
    opacity: 1;
    padding: 13px 70px;
    text-shadow: 0 0 3px #fff;
    transition-delay: 0.2s;
    transition-duration: 0.2s;
}
  
  
  #style .overtext {
	-webkit-transition: all 300ms ease-out;  
    -moz-transition: all 300ms ease-out;  
    -o-transition: all 300ms ease-out;  
    -ms-transition: all 300ms ease-out;  
    transition: all 300ms ease-out;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}
  
  
/* HOME PAGE */

/* SECTION 1 */

.homeslide1inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    padding: 80px 25px;
    border-radius: 0px;
    margin-top: 0px!important;
    margin-bottom: 0px!important;
}
  
.homeslide1inner h1 {
    color: #163024;
    font-size: 25px;
    line-height: 30px;
}
  
  
  
/* About */

/* SECTION 1 */


  
.homeslide1inner h1 {
    color: #163024;
    font-size: 25px;
    line-height: 30px;
}
  
  /* ABOUT */

.homeslide11inner {
    margin-bottom: 80px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    max-width: 500px;
    padding: 0 20px; 
}
  
.homeslide11inner h1 {
    color: #163024;
    font-size: 25px;
    line-height: 30px;
}
  
  
  
/* ABOUT ANUSHKA */

.homeslide2inner {
    padding-bottom: 80px !important;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
    max-width: 500px;
    padding: 0 20px; 
}
  
.homeslide2inner h1 {
    color: #163024;
    font-size: 25px;
    line-height: 30px;
}
  
.anushkapic {
	text-align: center!important;
}
  

  
  /* LOOK BOOK SECTION */
  
.homeslide3inner {

    margin-bottom: 175px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 175px;
    max-width: 260px;
    padding: 15px;
}
  
.homeslide3inner h1 a, .homeslide3inner h1 a:hover  {
    color: #163024;
    font-size: 25px;
    line-height: 35px;
}
  
    /* LOOK BOOK PAGE */
  
.homeslide333inner {
    margin-bottom: -20px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: -65px;
    max-width: 560px;
    padding: 42px;
    text-align: center;
}
  
.homeslide333inner h1 a, .homeslide3inner h1 a:hover  {
    color: #163024;
    font-size: 25px;
    line-height: 35px;
}
  
    /* GIFTS &amp; BUZZ SECTION */
  
.homeslide31inner {

    margin-bottom: 175px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    max-width: 260px;
    padding: 15px;
}
  
.homeslide31inner h1 a, .homeslide3inner h1 a:hover  {
    color: #163024;
    font-size: 25px;
    line-height: 35px;
}
  
  /* SERVICES TITLE */


.homeslide12inner {
    margin-bottom: 0px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 75px;
    max-width: 500px;
}
  
  /* SERVICES LIST */


.homeslide13inner {
    margin-bottom: 80px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    max-width: 500px;
}
  
  .homeslide13inner p {
padding:0 40px;
}
  
  .homeslide13inner h2 {
    color: #163024;
    font-family: "courier New",courier,monospace;
    font-size: 14px!important;
    font-style: italic;
    letter-spacing: -0.5px;
    margin: 60px auto 0;
    max-width: 445px;
    text-transform: none;
    padding:0 40px;
}
  
  

  

}


