@charset "UTF-8";

/** Generated by FG **/
/*
Theme Name: Akuna by Giant Media
Description: Custom responsive theme for Akuna
Version: 1.0
Author: GiantMedia.com.au
*/
/*  RESET ALL  ============================================================================= */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

/*  Standard styling site wide  ============================================================================= */
body, textarea{font-family: 'Montserrat', sans-serif; line-height:1.5; font-size:16px; color:#3a302d; font-weight: 300; background: #fcf6ec;}
p { font-family: 'Montserrat', sans-serif; margin-bottom:20px; color:#3a302d; line-height:1.8; font-size:16px; font-weight:300; }
ol {font-family: 'Montserrat', sans-serif; margin:10px 0px; color:#3a302d; margin-left:30px; font-weight:400; line-height:1.5; font-size:16px;}
ul { font-family: 'Montserrat', sans-serif; margin:10px 0px; color:#3a302d; margin-left:30px; font-weight:400;line-height:1.5; font-size:16px; }
li {font-family: 'Montserrat', sans-serif; line-height:1.5; font-size:16px; font-weight:400; margin-bottom: 5px;}
a { color:#3a302d; text-decoration:none; font-weight:400; }
a:hover { color:#000; }
a img { -webkit-transition: all 500ms; transition: all 500ms;  }
/*  stops iphone changing color of phone numbers
============================================================================= */

hr { margin:23px 0px; padding:0px;  border: 0; height: 2px; background-image: linear-gradient(to right, #fff, #20b6b3, #fff); }

a[href^=tel] {text-decoration:inherit; color:inherit;}
/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {	width: device-width; }
@viewport {	width: device-width; }
/* headings  ================================================== */
h1,h1 a { font-family: 'Stardos Stencil', cursive; margin:13px 0px 13px 0px; color:#405952; font-size:38px; text-decoration:none; font-weight:400; padding-bottom:8px; text-transform:capitalize;  line-height:1.1; white-space: normal!important;  }
h2, h2 a { font-family: 'Stardos Stencil', cursive; margin:10px 0px; color:#405952; font-size:33px; text-decoration:none; -webkit-transition: all 500ms; transition: all 500ms; font-weight:400; padding-bottom:13px; text-transform:capitalize; line-height:1.2; white-space: normal!important; }
h3, h3 a { font-family: 'Stardos Stencil', cursive; margin:5px 0px; color:#405952; font-size:28px; text-decoration:none; -webkit-transition: all 500ms; transition: all 500ms; font-weight:400; padding-bottom:13px; text-transform:capitalize; line-height:1.2;  white-space: normal!important; }
h4, h4 a { font-family: 'Stardos Stencil', cursive; margin:12px 0px; color:#405952; font-size:22px; text-transform:capitalize; text-decoration:none; font-weight:400;  white-space: normal!important;}
h5, h5 a {  margin:4px 0px; color:#405952; font-size:18px; text-transform:uppercase;  text-decoration:none; font-weight:400; }


h2:after {
	   content: "";
    display: block;
    height: 2px;
    width: 130px;
    background-color: #5e9a87;
    margin-top: 20px;
    text-align: left;
  
}

/* responsive block elements. Make sure images etc squash down */
iframe { max-width:100%!important; display:block; margin:0px auto; }
img  { max-width:100% !important; height:auto; display:block; }
textarea {
   font-family: inherit;
   font-size: inherit;
}
small { font-size:12px; }

/*  HEAD  ============================================================================= */

.header {z-index:1000;height:auto;display: flow-root;padding: 0px!important;position: absolute;top:0px;background:tranparent;padding:0px!important;overflow: visible;}
.home .header:after {content:'';/* background:url(images/fade.png) repeat-x; *//* background-size:contain; */display: block;height:121px;width:100%;position: absolute;top:0;left:0;z-index: 0;}

#logo { display:inline-block; float:none; position: relative; top:0px; left:0px; margin:0px auto; padding:0px 0px; z-index:10000; overflow:visible; text-align:center; -webkit-transition: all 500ms; transition: all 500ms;  }
#logo img { max-width:  85% !important; width:auto; height:auto; overflow:visible; -webkit-transition: all 500ms; transition: all 500ms; padding: 19px 0px 0px; margin:0px!important; -webkit-transition: all 500ms; transition: all 500ms;  }
.mobicall { position:fixed; bottom:0px; left:0px; display:none; color:#fff!important; background:#a70d25; border-radius: 0px 9px 0px 0px;    }
.mobicontact { position:fixed; bottom:0px; right:0px; display:none; color:#fff!important; background:#a70d25;border-radius: 9px 0px 0px 0px;   }
.mobicall p, .mobicontact p { margin:0px; }
.mobicall a, .mobicontact a { padding: 4px 6px; display: inline-block; color:#fff; }
.footer-logo { padding:13px 0px!important; }

.h-log { width:350px; float: left; -webkit-transition: all 500ms; transition: all 500ms; }
.h-right { width:70%; width:calc(100% - 350px); float: right; }


.logged-in .header { padding-top:32px!important; }

/* */

::-webkit-input-placeholder { color:#666; font-weight:400; }
::-moz-placeholder { color:#666; font-weight:400; } /* firefox 19+ */
:-ms-input-placeholder { color:#666; font-weight:400; } /* ie */
input:-moz-placeholder { color:#666; font-weight:400; }


/*  HOME  ============================================================================= */

.activ { position: relative; }
.activ .content { opacity:0; position: absolute; top:0; left:0; width:100%; height:100%; padding: 50px; text-align: center; -webkit-box-sizing:border-box; box-sizing:border-box; z-index:100; background: url(images/overlay.png) repeat; -webkit-transition: all 500ms; transition: all 500ms; }
.activ .content p { color: #fff; }
.activblock:hover .content { opacity:1; }

ul {
    list-style-image: url('images/bullet.png');
}

.sld h1 {
	font-size: 56px!important;
	line-height: 60px!important;
}

.h-news h3 {
	    position: absolute;
    display: block;
    bottom: 0;
    padding: 10px 30px;
    color: white;
}

.arrow {
background: url('/wp-content/uploads/2017/10/arrowdown.png') no-repeat;
	    position: absolute;
    bottom: 13px;
    z-index: 999;
    right: 50%;
	height: 20px;
	width: 20px;
}

.titlebox ul{
	display: inline-block;
	width: 35%;
}

.titlebox ul:nth-child(3) {
	width: 45%!important;
	display: inline-block;
}

.titlebox ul li {
	line-height: 2.5;
}

.h-news h3 span {
	    font-size: 16px;
    display: block;
}


.reviews h2 {
	text-align: center;
}

.reviews h2:after {
	text-align: center;
	margin: 0 auto;
	margin-top: 23px;
}


#dynamic-select {width: auto;float: right;background-color: #ff5a5f;color: rgba(255, 255, 255, 0);border: 1px solid #ff5a5f;border-radius: 3px;margin-top: 29px;margin-left: 30px;z-index: 9999;position: relative;background-image: url(images/akuna-airbnb-button.png);background-size: contain;cursor: pointer;padding: 13px 36px;background-repeat: no-repeat;}
#dynamic-select option {
  color: #fff;
  padding-left: 0px;
 margin-left: 0px;
}



.page-template-page-paintings .innerbox {
  position: absolute;
    bottom: 0;
    width: 100%;
}



/*  EVENTS ============================================================================= */


.reviews #wprev-slider-1 .wprev_preview_bg1_T4 {
    background: rgb(255 255 255);
    box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
}
.reviews img.wpproslider_t4_IMG_2.wprevpro_avatarimg {
    margin: 0 auto;
}

/*  BODY/PAGE/CONTENT  ============================================================================= */

.boxright {
	     padding: 20px 160px 20px 0;
    display: block;
    position: relative;
    right: -100px;
    background-color: #fcf6ec;
     top: 90px;
    height: 420px;
}

.boxleft {
	    padding: 20px 0px 20px 110px;
    display: block;
    position: relative;
   left: -100px;
    background-color: #fcf6ec;
    top: 85px;
}

.h-news a {
	display: block;
		-webkit-transition: all 300ms; transition: all 300ms;
}

.h-news a:hover {

    transform: scale(1,1.1);
    box-shadow: -8px 11px 36px rgba(33, 26, 26, 0.35);
}

.foot {
    background-color: #fff3e0;
}

.foot iframe {
	    box-shadow: -8px 11px 36px rgba(33, 26, 26, 0.35);
}

.owl-carousel .owl-nav .owl-next {
        right: 170px;
    background-image: url(images/slideright.png);
}
.owl-carousel .owl-nav .owl-prev {
    right: 0;
    background-image: url(images/slideleft.png);
}
.owl-carousel.owl-loaded {
    display: block;
    left: 170px;
	    cursor: pointer;
}

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    opacity: 1!important;
		-webkit-transition: all 300ms; transition: all 300ms;
}

.owl-carousel .owl-nav .owl-next:hover, .owl-carousel .owl-nav .owl-prev:hover {
        background-color: #ff974f;
		-webkit-transition: all 300ms; transition: all 300ms;
	
}


#gallery-2 {
    display: block;
    left: -170px;
    cursor: pointer;
}


#gallery-2 .owl-prev {
	left: 170px;
}

#gallery-2 .owl-next {
	right: 0px;
}

.sect2 {
	padding-top: 50px!important;
}



.header:after {
	
content: '';
	
/* background: url(images/fade.png) repeat-x; */
	
background-size: contain;
	
display: block;
	
height: 121px;
	
width: 100%;
	
position: absolute;
	
top: 0;
	
left: 0;
	
z-index: 0;
}

/*  buttons  ============================================================================= */



.button {background:#ff974f;color:#fff!important;border: 1px solid #ff974f;border-radius: 50px !important;padding: 15px 38px !important;margin:0;display:inline-block;font-size: 19px;font-weight: 300;vertical-align: middle;-webkit-transition: background 500ms;transition: background 500ms!important;text-align: center;line-height: 1;height: auto;margin-top: 9px!important;}

.button:hover, .button:focus, .button:active {
	cursor:pointer;  
    color:#ff974f!important;
	background:transparent;!important;
	border: 1px solid #ff974f;
}

.button a {
	padding: 0px!important;

}

.button1 a {
	padding: 13px 27px;
	border: 1px solid white;
	border-radius: 50px;
	color: white;
	-webkit-transition: all 300ms; transition: all 300ms;
	font-size: 18px;
}

.button1:hover a{
	color:white;
	border: 1px solid #ff974f;
	background-color: #ff974f;
}
.button1 {
	-webkit-transition: all 300ms; transition: all 300ms;
}



.navigation { }
.previous a{float:left;padding:8px 23px;border: 1px solid #ff974f;border-radius: 13px;color: #ff974f;}
.next a {float:right;padding:8px 23px;border: 1px solid #ff974f;border-radius: 13px;color: #ff974f;}
.previous a:hover, .next a:hover {background: #ff974f;color:#fff;}

.banner {padding: 0px !important;position: relative;overflow: hidden;background-size:100% auto;}

.banner h1 {padding: 220px 0px 90px 0px;color: #fff !important;text-align: left;max-width: 100%;margin: auto;font-size: 60px;}

.scrolled .h-log {
	width: 150px!important;
}

.feedOne {
	padding: 30px 0px 40px 0px!important;
}






/*  WOO ============================================================================= */


/* ============================================================================= */
/* rusable elements below */
.page-numbers { font-size:20px; padding:23px 5px; color:#666; text-decoration:none; display:inline-block; }
 .page-numbers:hover { color:#ccc; text-decoration:none; }
 .current:before { content: "["; } 
 .current:after { content: "]"; } 
#breadcrumbs { margin:0px; color:#dddddd; text-shadow:1px 1px 1px rgba(0,0,0,0.5); }
#breadcrumbs a { text-decoration:none; font-weight:300; color:#f1f1f1; text-shadow:1px 1px 1px rgba(0,0,0,0.5); }
.sitemap li a { text-decoration:none; font-size:22px; }
.sitemap li a:hover { color:#666; }
.page_link { font-size: 22px;
text-align: left;
display: block;
color: #333;
border-bottom: 1px solid;
margin-bottom: 13px;
padding-bottom: 13px;
float: left;
width: 98%;
margin: 13px 0; 
}
.page_link:hover { color:#666; border-bottom:1px solid; }
.copy { line-height:1.4; font-weight:300; }
.img-date { position:absolute; top:0px; left:0px; padding:13px; border-radius:0px 0px 8px 0px; color:#fff; background:#67a8bd; }
.odd { background:#fbf9f9; }
.Ilink { margin-top: -60px;        /* Size of fixed header */
  padding-bottom: 60px; 
  display: inline-block; overflow:hidden; }
form { }
form p { width:100%; margin:3px auto; }
form .col { margin-top:0; margin-bottom:0; }
input[type="email"], select, input[type="password"], input[type="text"], .form-phone , textarea, input[type="tel"]{
    background:#fff;
    color: #333;
    padding: 8px 20px;
    width: 100%;
    box-sizing: border-box;
    margin:5px auto;
    border:0px solid #e1e1e1;
    display: inline-block;
    font-size:16px;
    border-radius:3px;
    font-family:inherit;
border: solid 1px #ccc;
}
textarea { height:120px; }

/* button */
input[type="submit"] {background:#fff;color: #405952!important;border-radius:3px!important;border: 2px solid #405952!important;padding: 13px 0px !important;margin:13px 0px;display:block;border-radius: 50px!important;font-size:14px;font-weight:500;vertical-align: middle;-webkit-transition: all 300ms;transition: all 300ms;text-align: center;line-height: auto;height: auto;width: 100%;text-transform:uppercase;}

input[type="submit"]:hover {
     cursor:pointer;
     background: #405952!important;
     color:#fff!important;
} 

.subscribe form input[type="submit"] {
margin:0px!important;
background:#004158 !important;
color:#fff!important;
border-radius:3px!important;
border:1px #004158 solid !important;
padding: 14px 0px !important;
height: 70px;
}

.subscribe form input[type="text"], .subscribe form input[type="email"] {
    background: #fff;
    color: #333;
    border-radius:3px;
    padding: 13px 20px;
    border:1px solid #ccc;margin: 0px;
}


/*  SLIDE & FLEX ============================================================================= */

#sliderBlk { position:relative; background:url(images/sliderbkg.jpg); padding:0px 0px 0px 0px; }
.slider-title { padding:18px 23px!important; background:#00349a; color:#fff; font-size:32px; font-weight:700px; display:block;}
#sliderBlk h1 { text-shadow:0px 0px 9px #333; font-size:46px!important; text-align:center; }



/*  FOOT  ============================================================================= */


#footer_wrap {background: white;z-index: 2;background-size:cover;padding: 110px 0px 0px!important;position:relative;}
#footer_wrap h2 { margin-top:0px;  color:#fff; }
#footer_wrap h3 { color:#fff; }
#footer_wrap td { min-width:130px; }
#footer_wrap p {color: #405952;font-size:12px;}
#back-to-top { cursor: pointer;}
#back-to-top span { margin-left: 10px;}
#footer_wrap ul { 
text-align: left;
float: left;

width: suto;
margin: 0px auto;
display: inline-block; }

#footer_wrap li { 
display: inline-block;
margin: 0px 0px 5px 23px;
width: auto;
text-align: left;
padding: 0px;
float: left;
}

#footer_wrap ul li a {  
display: block;
text-decoration: none;
color: #fff;
text-transform: uppercase;
font-size: 13px;
padding: 0px 13px 0px 0px;
margin: 0px;
font-weight: 400;
-webkit-transition: all 500ms;
transition: all 500ms;
text-align: left;
font-family: 'montserrat',sans-serif;
letter-spacing: 0.04rem;
}

#footer_wrap ul li:last-child { }

#footer_wrap ul li ul li:last-child {  }
#footer_wrap li a:hover{ color:#333!important; text-decoration: none;  }
#footer_wrap ul li ul { display:block; position:relative; top:0px; left:0px; float:none; min-width:100px; margin: 13px 0px 0px !important; padding:0px; width:100%;   }
#footer_wrap ul li ul li { display:block; width:100%; padding:0px; float:none; line-height: 1; margin: 0!important; padding: 0!important;}
#footer_wrap ul li ul li a{ font-size:12px !important; text-transform:capitalize; display:block; width:100%; padding:5px 0px; color:#858585; background:none; font-weight: 400; line-height: 1;}
#footer_wrap .current_page_item a {   }
#footer_wrap .current_page_item ul li a { text-decoration:none!important; }
#copy-foot { text-align: center; padding:35px 0px;  }
#copy-foot a {text-decoration:none;font-size:12px;color: #405952;}
#copy-foot p { font-size:12px;}
#copy-foot a:hover { color:#999; }
.social img { display:block; float:left; padding:2px 5px; -webkit-transition: all 2s;transition: all 2s; width: 40px;}
.social img:hover { transform: rotateY(360deg); }
#footer_wrap .button-green { clear:both; margin:23px 0px!important; float:left; }
#footer_wrap .button-green:hover { clear:both; margin:23px 0px!important; float:left; background:#fff; color:#3f7bab; }
.major { width:100%; color:#fff; font-size:22px; margin:13px 0px 23px; display:block;  }
.minor { width:100%; color:#fff; font-size:18px; margin:4px 0px; display:block; }
.footer-form h2 { color:#00aeef!important; margin:0px 23px; }
#footer_wrap .men-phone {
display:none;
}

#footer_wrap .bookbutton {
	display: none!important;
}



/*  SECTIONS  ============================================================================= */
.wrapper { width:100%; padding:80px 0px; clear: both;}
.div_row { margin:0px auto!important; max-width:1500px !important; position:relative; }
.fullwidth { width:100%!important; max-width:100%!important;  }
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
/*  GROUPING  ============================================================================= */
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}
/*  GRID COLUMN SETUP   ==================================================================== */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */
/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col { margin: 1% 0 1% 0%;}
}
/*  GRID OF TWELVE   ============================================================================= */
.span_12_of_12 { width: 100%; }
.span_11_of_12 { width: 91.53%; }
.span_10_of_12 { width: 83.06%; }
.span_9_of_12 {	width: 74.6%; }
.span_8_of_12 {	width: 66.13%; }
.span_7_of_12 {	width: 57.66%; }
.span_6_of_12 {	width: 49.2%; }
.span_5_of_12 {	width: 40.73%; }
.span_4_of_12 {	width: 32.26%; }
.span_3_of_12 {	width: 23.8%; }
.span_2_of_12 {	width: 15.33%; }
.span_1_of_12 {	width: 6.86%; }

.span_1_of_5 {
    width: 18.72%;
}

.fourty{ width:40%; float:left; }
.sixty{ width:60%; }

.quater { width:25%; float:left;  }
.half{ width:50%; float:left;  }
.third { width:33%; float:left; width:calc(100% \ 3)!important; }
.two-thirds { width:70%; float:left; }

#pic1 { 
display:block;
width:100%;
height:auto;
}
#pic2 {
display:block;
width:100%;
height:auto;
}
#pic3 { 
display:block;
width:100%;
height:auto;
}
/*  Animations  ============================================================================= */
.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		opacity: 0.2;
	}
	50% {
		opacity: 1;	
	}	
	100% {
		opacity: 0.2;
	}			
}

@-webkit-keyframes pulse {
	0% {
		-webkit-opacity: 0.2;	
	}
	50% {
		-webkit-opacity: 1;	
	}	
	100% {
		-webkit-opacity: 0.2;
	}			
}

/*  SUNDRIES  ============================================================================= */
.inlineblock { display: inline-block!important; }
.absolute { position:absolute; top:0px; left:0px; }
.fr { float:right; }
.fl { float:left; }
.base { margin:0px 18px 18px 0px; }
.tl { text-align:left; }
.tr { text-align:right; }
.padd1 { padding:23px 0px!important; }
.big { font-size:26px!important; padding-bottom:13px; }
.clBottom { margin-bottom:0px!important; padding-bottom:0px!important; }
.white { color:#fff!important; text-decoration:none; border-color:#fff!important; }
.black { color:#333!important; text-decoration:none; border-color:#333!important; }
.grey { color:#655e4e!important; }
.pink{ color:#ff3692!important; }
.light-orange { color:#f58220!important; }
.green { color:#2e7a32!important; }
.center { text-align:center!important; }
.upper { text-transform:uppercase; }
.no_style { text-decoration:none; }
.fb { position:relative; top:-14px; }
.clear { clear:both; }
.bgwhite { background:#fff; }
.nopadd { padding:0px!important; }
.rounded { border-radius:9px; }
.inline { display:inline-block; }
strong { font-weight:700!important; }
.ML0 { margin-left:0px!important; }
.ML2 { margin-left:2em!important; }
.M0 { margin:0px!important; }
.M1 { margin:13px!important; }
.MR0 { margin-right:0px!important; }
.MR2 { margin-right:2em; }
.MT0 { margin-top:0px!important; }
.MT65 { margin-top:65px!important; }
 .MB0 { margin-bottom:0!important;}
 .MBhalf { margin-bottom:0.5em!important;}
 .MB1 { margin-bottom:8px!important;}
 .MB2-5 { margin-bottom:2.5em!important;}
 .MB3 { margin-bottom:3.0em!important;}
 .MB5 { margin-bottom:5.0em!important;}
 .MR0 { margin-right:0!important;}
  .MR1 { margin-right:1em!important;}
 .ML1 { margin-left:1.0em!important;}
 .PB0 { padding-bottom:0!important;}
 .PB0-5, .minPad { padding-top:0.5em!important;}
 .PB1 { padding-bottom:1.0em!important;}
 .PB2 { padding-bottom:2.0em!important;}
 .PB4 { padding-bottom:4.0em!important;}
 .PT0 { padding-top:0!important;}
  .PT1 { padding-top:1em!important;}
  .PT2 { padding-top:2em!important;}
 .PT2-5 { padding-top:2.5em!important;}
 .aCenter {text-align:center;}
 .aLeft { text-align:left;}
 .aRight { text-align:right!important;}
.bb1 { border-bottom:1px solid #666; margin-bottom:13px!important; padding-bottom:13px; }
.bt1 { border-top:1px solid #ccc; }
.br1 { border-right:1px solid #bdbdbd; margin:0px; }
.bl1 { border-left:1px solid #c5c5c5; margin:0px; }
.m-only { display:none; }
.alignright { float:right; margin: 0px 0px 13px 13px;}
.alignleft {  }
.aligncenter {margin: auto; }
.no_padd { padding:0px!important; }
.bgnone { background:none!important; }
.cap { text-transform:capitalize; }
.Borange { background:#f8951d!important; }
.Bblue { background:#0aa6c7!important; }
.padd2 { padding:43px 0px 3px 0px; }
.padd3 { padding:55px 0px; }
.dark { color:#303b42!important; }
.rel { position:relative; }
.minh300 { min-height:300px; }
.minh250 { min-height:250px; }
.bkgw { background:#fff!important; }
.whitebkg { background:#fff!important; }
.padder {
padding: 45px;
display: block;
border-radius: 6px; 
}
.padder h3 { margin:0px !important; }
.small { font-weight:300; font-size:16px; }
.plain {  }
.max-250 { max-width:450px!important; }
/* Required */

.hidden{ opacity: 0!important; }
.visible{ opacity: 1!important; }



/*  MENU  reverse size check,  this is the mobile menu ================== */
/* ===================================================================== */
.main-nav { display:none; }
#trigger-overlay { display:block; padding: 13px 0px; } 
.menu-toggle {
	cursor: pointer;
	font-size: 0;
	height: auto;
	overflow: hidden;
	text-align: left;
	max-width: 50px!important; 
	display:block;
	margin: 0px 0px 0px !important;
	padding: 0px;
	background:none;
	float: right;
        margin-top: 8px !important;
}
.menu-toggle img { 
margin-top:0px; 
max-width: 50px!important; position: relative;
z-index: 1000;
}
.primary-navigation.toggled-on {
}
.primary-navigation .ddsmoothmenu {
	
}
.primary-navigation.toggled-on  .ddsmoothmenu {
	display: inline-block;
width: 100%;
}
   .ddsmoothmenu { position:relative; }
   .ddsmoothmenu ul { list-style-type:none;  position:relative; right:0px; top:0px; width:100%; z-index:1000; border-radius:0; margin: 0px; }
   .ddsmoothmenu ul li{ position:relative; display:block; width:auto; width:100%;  padding:0px; margin:0px; }
   .ddsmoothmenu ul li:after {
   content: "";
} 
      .ddsmoothmenu ul li:first-child {  }
    .ddsmoothmenu ul li.last { margin-right:0; }
   .ddsmoothmenu ul li a {   display: block; text-decoration: none;  color:#2f2c2c; text-transform:capitalize; padding:0px; margin:20px 0; height:auto; font-size:16px; font-weight:400;  text-align:center; 
-webkit-transition: all 0.5s;transition: all 0.5s; }
   .ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li a.selected {   }

   .ddsmoothmenu ul li ul{ margin: 0px 0px 0px; position: relative; display: block; width:100%; padding:0; z-index:200; top:0px; background:none; border:none; overflow:hidden; -webkit-transition: all 0.5s;transition: all 0.5s; }
   .ddsmoothmenu ul li:hover ul li { height:25px;  overflow:hidden; }

   .ddsmoothmenu ul li ul li{  overflow:hidden; display: list-item; float: none; margin:0!important; width:100%; height:0px;  padding:0!important; font-size:13px!important; line-height:15px!important; border:0; -webkit-transition: all 0.5s;transition: all 0.5s }
   .ddsmoothmenu ul li ul li a{ width: 100%; padding:8px 0%; margin:0; height:auto; text-transform:none; font-size:14px!important;  color:#303b42; text-align:center; }
   .ddsmoothmenu ul li ul li a:hover { text-decoration:underline; }
   .ddsmoothmenu ul li ul:last-child li a {   }
   
   
@media screen and (min-width:780px) {
/* reverse screen size menu check - this is the main menu style */
#trigger-overlay { display:none; } 
.main-nav { display:block; } 
.main-menu { display: block; margin-top: 0px; width: auto; padding:0px; }
.top-menu {  }
.header-main { padding-right: 0; }
#primary-navigation { padding-top: 0px;
width: auto;
display: inline-block;
float: right; }
.primary-navigation .menu-toggle { display: none; padding: 0; }
  .ddsmoothmenu {display: inline-block;text-align:right;float: right;margin-top: 24px;}
   .ddsmoothmenu ul { background: transparent; list-style-type: none; position: relative; margin:0px; padding:0px; border-radius:0; border:none; top:0px; width:auto;  }
   .ddsmoothmenu ul li{ position:relative; display:inline-block; width:auto; margin:0px; padding:0px; text-align:left; vertical-align: middle;     margin-left: 20px;}
   .ddsmoothmenu ul li a {display: block;text-decoration: none;color: #fff;font-size: 15px;padding: 8px 0px 8px 23px;border-radius: 0px;text-align:center;margin:0px;}
   .ddsmoothmenu ul li:last-child a {padding: 13px 23px;border-radius: 50px;background: #ff974f;color: #fff!important;border: 1px solid #ff974f;}
   .ddsmoothmenu ul li ul li:last-child a { }
 .ddsmoothmenu ul li a:hover {  
color:#ff974f;
 }
.current_page_item a { 
color:#ff974f!important; 
}


.current_page_item ul li a{ text-decoration:none;  border:none!important; color:#000;
font-weight:700;  }
.current_page_item .sub-menu li a {  text-decoration:none; font-weight:400; border:none!important;  }
ul ul .current_page_item a { background:none;  text-decoration:none; font-weight:400; border:none!important;  }

.ddsmoothmenu ul li a.selected { text-decoration:none; color:#ea843f; font-weight:400;  }
   .ddsmoothmenu ul li ul{ position: absolute; left:23px !important; top:100%; margin:0px; display: none; padding:0px 0px; height:auto; z-index:200200; background:none; width:auto; min-width:300px; background: #f9f9f9; }   
   .ddsmoothmenu ul li:hover ul { display:block;  }
   .ddsmoothmenu ul li ul li{ display: block; float: none; margin:0!important; height:auto!important; padding:0!important; font-size:14px!important; border:0; }
   .ddsmoothmenu ul li ul li:last-child a {   }
   .ddsmoothmenu ul li ul li a{ 
width: auto;
padding: 11px 20px;
height: auto;
text-transform: none;
color: #fff!important;
text-align: left;
font-style: normal;
font-size: 13px;
display: block;
border-radius: 0px;
background: #11a0db;
border: none;
text-shadow: 0px 0px 0px;
margin: 0px; }
   .ddsmoothmenu ul li ul li a:hover { 
background:none!important; background:#666!important; color:#fff!important;  text-decoration:none; border-radius:0px; border:none; 
}


#logoblue { display:none; -webkit-transition: all 500ms !important; transition: all 500ms !important; }
.inner {}
.inner #logoblue {}
.inner #logomain {display: block;}

.inner .ddsmoothmenu ul li a {color: #fff;}
.inner .ddsmoothmenu ul .bookbutton a { color:#fff!important;
 }
.inner .ddsmoothmenu ul li ul li a { 
color: #fff!important;
}

.scrolled {
	
}
	.scrolled:after { display: none !important; }




.scrolled .ddsmoothmenu ul li a {
    padding: 13px 0px 8px 23px !important;
}

.scrolled  .ddsmoothmenu ul .bookbutton a { 
padding: 13px !important;
}




}


@media only screen and (max-width: 1700px) {

	.boxright {
    padding: 20px 30px 20px 0px!important;
    display: block;
    position: relative;
    right: -100px;
    background-color: #fcf6ec;
    top: 53px!important;
	}
	
	.boxright p {
		font-size: 14px;
	}
	
	.h-copy .fullwidth img {
		    height: 600px;
	}
	
	.boxleft p {
    font-size: 14px;
}
	
	
}

@media only screen and (max-width: 1580px) {
	.h-copy span { font-size:150%;}
.div_row{ width: 90%!important; }
.fullwidth { 
width: 100% !important;
margin: 0px !important;
}



}

@media only screen and (max-width: 1300px) {

.ddsmoothmenu ul li a {
    font-size: 12px!important;
    padding: 30px 0px 8px 4px;
}
	.header {
		position: absolute;
	}
	
		.h-log {
		width: 175px;
	}
	
	.h-right {
		    width: calc(100% - 175px);
	}
	
	.ddsmoothmenu {
    display: block!important;
    text-align: right;
    float: none;
    margin-top: 10px;
}
	
	.header:after {

 background: none;

}
  #dynamic-select {
    margin-top: 20px;
    
  }
      
	
	.home .header:after {
    content: '';
    background: none;
	}	
	
	
		.boxright {
    padding: 20px 30px 20px 0px!important;
    display: block;
    position: relative;
    right: -57px;
    background-color: #fcf6ec;
    top: 53px!important;
	}
	
	

}


@media only screen and (max-width: 1140px) {

.ddsmoothmenu ul li a {
    font-size: 12px!important;
    padding: 30px 0px 8px 4px;
}
	
		.h-log {
		width: 175px;
	}
	
	.h-right {
		    width: calc(100% - 175px);
	}
	

}


/* RESPONSIVE ipad */ 
@media (max-width: 1080px) { 
	h1, h2 { font-size: 30px; }
    .header .div_row{ width: 90%!important; margin:0px 5%!important; }
.row { text-align:right; margin:13px 0px; display: inline; width:auto; clear:none; }
.fullwidth { 
width: 100% !important;
margin: 0px !important;
}
	
	.header {
    z-index: 1000;
    height: auto;
    display: fixed;
    padding: 0px!important;
    position: absolute;
    top: 0px;
    background: tranparent;
    padding: 0px!important;
    overflow: visible;
}
	
	.boxleft {
    padding: 30px;
    display: block;
    position: relative;
    left: 0;
    background-color: #fcf6ec;
    top: -20px;
}
	
	
	.foot iframe {
    box-shadow: -8px 11px 36px rgba(33, 26, 26, 0.35);
    width: 400px;
    height: 400px;
   
    right: 0;
    bottom: -208px;
	}
	
	.h-log {
		width: 125px;
	}
	
	.h-right {
		    width: calc(100% - 125px);
	}
	
	.h-copy .fullwidth img {
    height: auto;
    position:  relative;
    display:  block;
}
	
	.boxright {
    padding: 30px!important;
    display: block;
    position: relative;
    right: 0;
    background-color: #fcf6ec;
    top: 0!important;
    height: auto;
    position:  relative;
 }
	
	.h-copy {
		padding-bottom: 20px!important;
    padding-top: 20px;

	}
	
	.things .span_3_of_12 {
		width: 48%!important;
		margin-left: 10px!important;
	}
	

	.owl-carousel.owl-loaded {
    display: block;
    left: 0px;
    cursor: pointer;
}
	
	.owl-carousel .owl-nav .owl-next {
    right: 0px;
    background-image: url(images/slideright.png);
}
	
	#gallery-2 {
		display: none;
	}
	
	.titlebox {
		    padding: 20px 40px;
	}
	
	
	.boxleft p {
		font-size: 14px;
	}
	
}

/* RESPONSIVE ipad */ 
@media (max-width: 980px) { 
#footer_wrap .span_3_of_12 { width:100%; margin:23px 0px 0px!important; }
#footer_wrap .span_9_of_12 { width:100%; margin:23px 0px 0px!important; }
.ddsmoothmenu ul li a {}


}


/* RESPONSIVE ipad */ 
@media (max-width: 860px) { 


}


/*  GO FULL WIDTH AT LESS THAN 780 PIXELS */
@media only screen and (max-width: 780px) {
.MR2  { margin-right:0; } 
   .div_row{ width: 90%!important; margin:0px 5%!important; }
   .span_12_of_12, .span_11_of_12, .span_10_of_12, .span_9_of_12, .span_8_of_12, .span_7_of_12, .span_6_of_12, .span_5_of_12, .span_3_of_12, .span_4_of_12, .span_2_of_12, .span_1_of_12, .span_1_of_5, .homeU { width: 100%!important; margin:8px 0px!important; }

.fullwidth { 
width: 100% !important;
margin: 0px !important;
}

	#menu-menu-1 {
		display: none;
	}
	
	#logo img {
		    padding: 10px 0px 0px;
	}
	.h-log {
		width: 125px;
	}
	
	.sld h1 {
	    line-height: 1.3!Important;
    font-size: 37px!important;

	
}
  
  
  #dynamic-select {
    display: none;
  }
	
	.banner h1 {
    padding: 150px 0px 90px 0px;
    color: #fff !important;
    text-align: left;
    max-width: 100%;
    margin: auto;
    font-size: 45px;
}
	
	
	#footer .h-log {
    width: 100%;
}
	
	#footer #logo {
		display: block;
	}
	#footer #logo img {
    margin: 0 auto!important;
    padding: 10px 0px 0px;
}
	
	
	.things {
		    padding-top: 20px!important;
	}
	
	.ispage  {
		padding-top: 20px!important;
	}
	
	.sect2 {
		padding-top: 20px!important;
	}
	li.button.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-23 a {
    /* margin-top: 24px!important; */
    width: 50%;
    padding: 10px 20px!Important;
    margin: 9px auto!Important;
    border: 1px solid;
    background-color: #ffffff;
    /* box-shadow: 0px 0px 7px rgba(255, 255, 255, 0.64); */
       color: #ffa05e;
    border-radius: 52px;
}
	
	
	.overlay ul .button {
		background: none;
    color: none;
    border: none;
    border-radius: 50px !important;
    padding:none!important;
    margin: 0;
    display: inline-block;
    font-size: 19px;
    font-weight: 300;
    vertical-align: middle;
    -webkit-transition: background 500ms;
    transition: background 500ms!important;
    text-align: center;
    line-height: 1;
    height: auto;
    margin-top: 9px!important;
	}

}


@media only screen and (max-width: 480px) {
  .span_12_of_12, .span_11_of_12, .span_10_of_12, .span_9_of_12, .span_8_of_12, .span_7_of_12, .span_6_of_12, .span_5_of_12, .span_4_of_12, .span_3_of_12, .span_2_of_12, .span_1_of_12, .homeU { width: 100%!important; margin:13px 0px; padding:0px; }

.quater { width:100%; float:left; }
.fullwidth { 
width: 100% !important;
margin: 0px !important;
}
	
	.things .span_3_of_12 {
    width: 100%!important;
    margin: 8px 0px!important;
}

	
		.fpimg {
		display:none;
	}

	.sld h1 {
	    line-height: 1.3!Important;
    font-size: 37px;
    font-size: 32px!important;

}
	
	.foot iframe {
			display: none;
}
	
	.foot {
		    text-align: center;
	}
	
	.foot h2:after {
  
    margin: 0 auto;
}
	
	.h-copy2 img{
		display: none;
	}
	
	.things {
		    padding-top: 200px;
	}
	
}


/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 151, 79, 0.9);
	z-index:11111;
}

/* Overlay closing cross */
.overlay .overlay-close {
	width: 80px;
	height: 80px;
	position: absolute;
	right: 10px;
	top: 10px;
	overflow: hidden;
	border: none;
	background: url(images/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
	cursor: pointer;
}

/* Menu style */
.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}

.overlay ul li {
	display: block;
	min-height: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
padding: 0!important;
margin: 0!important;
}

.overlay ul li a {
	font-weight: 300;
	display: block;
	color: #fff;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	padding: 6px 0px;
    line-height: 1;
    font-size: 22px!important;
    margin: 0;
}

.overlay ul li ul {
display:none;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #ccc;
}

/* Effects */
.overlay-slidedown {
	visibility: hidden;
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	opacity: 0;
}

.overlay-slidedown.open {
	visibility: visible;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	opacity: 1;
}

.overlay-slidedown ul li a {
	      transform: translateX(100px);
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.overlay-slidedown ul li:nth-child(even) a {
	      transform: translateX(-100px);
    visibility: hidden;
    transition: all 1s ease-in-out;
}

.overlay-slidedown.open ul li a {
    visibility: visible;
    transform: translateX(0px);
    transition: all 1s ease-in-out;
}

.overlay-slidedown.open ul li: a {
    visibility: visible;
    transform: translateX(0px);
    transition: all 1s ease-in-out;
}



@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 34px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}


@media only screen and (max-width: 375px) {
.titlebox ul:nth-child(3) {
    width: 100%;
    display: inline-block;
    float: left;
	}
	
	.titlebox ul {
    display: inline-block;
    width: 100%;
}
	
	.titlebox ul li {
    line-height: 1.3;
}
	
}



@media only screen and (max-width: 320px) {
	.things {
    padding-top: 329px;
}
}