/*
Theme Name: Custom
Author: Thrive web design
Author URI: http://thriveweb.com.au/
*/

/*---------------------------- normalize ----------------------------*/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #f9ff51; color: black; text-shadow: none; }
::selection { background: #f9ff51; color: black; text-shadow: none; }

a { color: #00e; }
a:visited {  }
a:hover { color: #06e; }
a:focus { outline: none; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }




/*---------------------------- typography ----------------------------*/

h1, h2, h3, h4, h5, h6				{ position: relative; font-weight: normal;  margin-bottom: 10px; margin-top: 20px; }


h1									{ font-size: 62px; line-height: 65px; }
h2									{ font-size: 42px; line-height: 45px;}
h3									{ font-size: 34px; line-height: 38px;}
h4									{ font-size: 20px; line-height: 22px;}
h5									{ font-size: 17px; line-height: 18px;}
h6									{ font-size: 15px; line-height: 18px;}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
p:first-child						{ margin-top: 0; }

p{
	margin-top: 10px;
	margin-bottom: 35px;
	padding: 0;
}

body, textarea, input{
	font-family: "proxima-nova",sans-serif;

	font-size: 14px;
	line-height: 18px;
	color: #fff;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6{
	color: white;
	font-weight: normal;
	font-family: 'Chewy', cursive;
	-webkit-font-smoothing: antialiased;
}

a{
	color: white;

	cursor: pointer;
	text-decoration: none;
	outline: none;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a:hover{
	text-decoration: none;
	color: #B4D7EB;
}

blockquote{
	font-style: italic;
	font-size: 20px;
	line-height: 24px;
	color: gray;
	margin-left: 0;
	padding-left: 40px;
	border-left: dotted 2px silver;

}

/*-- Edit & 404 --*/

.four04{
	color: black !important;
	text-align: center;
}

h1.four04{
	margin-top: 100px !important;
	font-size: 300px;
	line-height: 350px;
}

.edit_link{
	position: fixed;
	top: 140px;
	z-index: 99999;

	background-color: white;
	color: #125a68;

	padding: 5px;
	padding-left: 20px;
	padding-right: 15px;

	display: inline-block;
	font-size: 11px;
}

.edit_link span{
	padding-left: 5px;
	margin-right: 5px;
	border-right: dotted 1px #eaede3;
}

.edit_link a{
	background-color: black;
}

/*---------------------------- helpers ----------------------------*/

.center{
	max-width:1100px;
	margin: 0 auto;
	text-align:left;
	position:relative;
}

.clear{
	clear:both;
}

.fright{
	float:right;
}

.taright{
	text-align:right;
}

.tacenter{
	text-align: center;
}

.fleft{
	float:left;
}

.fright{
	float:right;
}

.alignright{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.alignleft{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

/*--- Images ---*/

.content_style img,
.wp-caption,
.wp-post-image,
a#logo img,
.colimg_wrap img,
.owl img,
.cat_wrap img,
.special.fright img,
.attract.fleft img,
.rcol img,
.booknow_wrap img,
.brochure_wrap img{
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="wp-post-image"],
.wp-post-image,
a#logo img,
.colimg_wrap img,
.owl img,
.cat_wrap img,
.special.fright img,
.attract.fleft img,
.rcol img,
.booknow_wrap img,
.brochure_wrap img{
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.size-full{
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}

/*---------------------------- header and body ----------------------------*/

body{
	xbackground-color: #151515;
	background-color:#3F527A;
	overflow: hidden;
}

header{
	padding-top: 5px;
	padding-bottom: 5px;
}

a#logo{
	display: block;
	text-align: center;
	max-width: 250px;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 57px;
}

#head_cont{
	z-index: 600;
	position: relative;
}

a#logo:hover{
	opacity: 0.8;
}

#main{
	margin-top: 50px;
}

/*--- Res Nav ---*/

.res_top{
	display: none;
}

#res_nav_wrap.hide{
	height: 0;
	opacity: 0;
	overflow: hidden;

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#res_nav_wrap{
    xheight: 350px;
	opacity: 1;

	overflow: hidden;

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#res_nav_wrap nav{
	padding-top: 15px;
}

/* ----- Full Size Nav -----*/

nav{
	position:relative;

	z-index:600;
}

nav ul{
	line-height:40px;

	z-index:400;

	margin:0;
	padding:0;

	text-align: center;
}

nav ul li{
	list-style:none;
	position:relative;

	margin:0;
	padding:0;

	text-align: center;

	display: block;
}

nav ul li a{
	color:#cfcfcf;

	display: block;

	text-decoration:none;

	font-size:17px;

	line-height:17px;

	text-transform:uppercase;

	padding-top:25px;
	padding-bottom:25px;

	padding-left: 25px;
	padding-right: 25px;

	margin-bottom: 5px;
	xbackground-color: #151515;
	background-color: #384561;

	font-weight: 700;
}

nav ul li.book_now a{
	background-color: #B4D7EB;
	color: white;
}

nav ul li.book_now a:hover{
	background-color: #2F3950;
	color: white;
}

nav ul li.current_page_item a,
.current_page_parent a{
	color:#B4D7EB;
	background-color: #243656;
}

nav ul li a:hover,
nav ul li.sfHover a{
	text-decoration: none;
	color:#B4D7EB;
	background-color: #2F3950;
}

nav ul li.sfHover a{

}

nav ul li.current-menu-parent ul a{
	color:white;
	background-color: black;
}

nav ul li.current_page_item ul a,
nav ul li.current_page_parent ul a{
	color:white;
	background-color: black;
}

/*-- Content --*/

.content_style{

}

.content_style ul{
	margin: 0;
	padding: 0;
}

.content_style,
.content_style p,
.content_style li{
	font-size: 16px;
	line-height: 22px;
	list-style: none;
}

.content_style li:before{
	content: "\f192";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;

	color: #B4D7EB;
	font-size: 12px;
	padding-right: 0.5em;
}

.content_style ul,
.content_style ol{
	margin-left: 20px;
}

.content_style dl{
	background-color: #f5f5f5;
}

.content_style dt{
	color: black;
	padding-bottom: 5px;
	padding-top: 5px;

	clear: left;
	float: left;
	text-align: right;
	width: 27%;
	margin-right: 1em;

}

.content_style dd{
	border-bottom: 1px dashed #CCC;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-left: 0;

	clear: right;
	width: 70%;
	padding-left: 30%;
}

.content_style hr{
	  border-top: 1px solid #B3D7EB;
}

/*-- Content --*/

.fcol{
	margin: auto;
	width: 100%;
}

.scol{
	width: 80%;
	margin: auto;
}

.lcol{
	float: left;
	width: 45%;
}

.lcol.wide{
	width: 60%;
	position: relative;
	padding-left: 20px;
}

.page-template-page-home .lcol.wide{
	padding-left: 0px;
}

.lcol.tours{
	width: 100%;
	position: relative;
}

.rcol.small{
	width: 35%;
	position: relative;

    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.rcol{
	float: right;
	width: 45%;
}

.fcol{
	margin: auto;
	width: 100%;
}

.contact .lcol{
	float: left;
	width: 45%;
}

.contact .rcol{
	float: right;
	width: 45%;
}

.wcol.image{
	margin-bottom: 80px;
}

/*---------- Page Style ----------*/

#leftContainer{
	width: 20%;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;

	xbackground-color: black;
	background-color:#3F527A;
}

#rightContainer{
	width: 80%;
	float: right;
}

.lrg_orange_brush{
	background-image: url(images/brush-large-orange.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;

	padding: 18px;
	color: white;
	padding-left: 30px;

	margin-bottom: 50px;
}

.darkgrey_wrap{
	background-color: #242424;
	margin-top: 20px;
}

/*--- Social ---*/

ul.social{
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;

	margin-top: 30px;
}

ul.social li{
	margin: 0;
	padding: 0;

	list-style: none;
	display: inline-block;
}

ul.social li a{
	margin-left: 5px;
	margin-right: 5px;
	padding: 10px;

	border-radius: 25px;

	color: white;
	display: block;
	font-size: 20px;

	width: 25px;
	height: 25px;

	line-height: 29px;

	text-align: center;
}

ul.social li a{
	color: white;
}

ul.social li#facebook a{
	background-color: #537abb;
}

ul.social li#pinterest a{
	background-color: #e95554;
}

ul.social li#instagram a{
	background-color: #696969;
}

ul.social li#twitter a{
	background-color: #78caee;
}

ul.social li#youtube a{
	background-color: #e96349;
}

/*--- Home ---*/

.rel {
	position: relative;
}

.dog {
	position: absolute;
    z-index: 1000;
    background: #B3D7EB;
    border-radius: 85px;
    text-align: center;
    right: 10px;
    top: 10px;
    width: 170px;
}

.dog h5 {
    margin-top: 6px;
    margin-bottom: 16px;
    color: #3F527A;
}
.owl_wrap{
	display: none;
	max-height: 600px;
    overflow: hidden;
}

.owl_wrap .owl-loaded{
	display: block;
}

.owl-dots{
	display: none !important;
}

.owl-nav{
	position: absolute;
	bottom: 50%;
	width: 100%;
}

.owl-prev,
.owl-next{
	position: absolute;
	width: 80px;
	background: transparent !important;
	margin: 0 !important;
	text-indent: -99999px;

	background-repeat: no-repeat !important;
	background-position: center center !important;
}

.owl-prev{
	left: 0;
	background-image: url(images/owl-left.svg) !important;
}

.owl-next{
	right: 0;
	background-image: url(images/owl-right.svg) !important;
}

.home #main{
	  padding-top: 110px;
	  margin-top: -100px;

	  background-image: url(images/brush-horizontal-one.svg);
	  background-repeat: repeat-x;
	  background-position: center top;

	  position: relative;
	  z-index: 300;
	  background-size: 240%;
}

.owl{
	position: relative;
}

.promo_text{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60%;

	text-align: center;
	color: white;
	margin: 0;
	padding: 0;

	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	display: inline-block;
}

h2.promo_text {
  font-size: 38px;
  line-height: 39px;
}


.home .wcol{
	margin-top: 20px;
}



.htitle.fleft{
	width: 70%;
	float: left;

	padding-left: 10px;
	box-sizing: border-box;

	margin-top: 13px;
}
.home_title {
	margin: 0 auto;
	width: 80%;
	max-width: 600px;
	text-align: center;
}
.home_title h3,.htitle.fleft h3{
	color: #B4D7EB;
}

.home_title a, .htitle.fleft a{
	background-color: #B4D7EB;
	color: white;
font-family: 'Chewy', cursive;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;

	background-image: url(images/brush-top.svg), url(images/brush-bottom.svg);
	background-position: center top, center bottom;
	background-repeat: no-repeat;
	background-size: 107%;

	display: inline-block;
	line-height: 35px;
	margin-left: 25px;
	font-size: 26px;
}

.home_title a i, 
.htitle.fleft a i{
	
	padding: 5px;
	border-radius: 20px;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	border: solid 2px white;
	position: relative;
	left: 2px;
	margin-left: 10px;

	font-size: 18px;
	top: -3px;
}

.htitle.fright{
	width: 30%;
	float: right;


	padding-right: 10px;
	box-sizing: border-box;
}

.htitle.fright h3{
	background-color: #B4D7EB;
	color: white;
	padding: 10px;
	margin: 0;

	padding-top: 10px;

	background-image: url(images/brush-top.svg);
	background-position: center top -7px;
	background-repeat: no-repeat;
	background-size: 110%;
}

.htitle.fright a{
	background-color: #cccccc;
	display: block;

	color: #3F527A;

	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;

	padding: 10px;
	padding-top: 15px;
	padding-bottom: 15px;

	background-image: url(images/orange-arrow.svg);
	background-repeat: no-repeat;
	background-position: left 15px top;
}

.htitle.fright a i{
	padding: 5px;
	border-radius: 20px;

	width: 15px;
	height: 15px;

	line-height: 15px;
	text-align: center;
	border: solid 2px #3F527A;
	position: relative;
	left: 2px;
	margin-left: 10px;

	font-size: 18px;

	margin-left: 5%;
}

.home_wrap{
	margin-top: 15px;
}


#because {
	margin-left: 20px;
}

.home .cat_wrap{
	float: left;
	width: 33.3333333%;
	 margin-bottom: 50px;
}
.page-template-page-accomodation .cat_wrap{
	float: left;
	width: 33.3333333%;
	 margin-bottom: 00px;
}

.catinner{
	padding: 10px;
	position: relative;
	text-align: center;

}

.cattitle_wrap{
	background-color: #888C94;
	color: white;
	padding: 10px;

	padding-bottom: 20px;
    min-height: 95px;
}

.cattitle_wrap h3,
.cattitle_wrap p{
	color: white;
	xfont-family: "proxima-nova",sans-serif;

	margin: 0;
}

.cattitle_wrap h3{
	font-size: 23px;
}

.cattitle_wrap p{

}

.black_bottom{
	background-image: url(images/brush-bottom.svg);
	background-repeat: no-repeat;
	background-size: 101%;
	background-position: center center;

	width: 100%;
	height: 26px;

	display: block;
	position: relative;
	top: -23px;
	z-index: 400;
}

.learn_more{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 1px;
	background-color: #A7AEBB;
}

.learn_more a{
	display: inline-block;

	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;

	background-color: #B4D7EB;
	border-radius: 20px;
}

.learn_more a:hover{
	background-color: #3F527A;
}

.learn_more h4{
	margin: 0;
}

.learn_more p {
	color: #384561;
	font-size: 10px;
	line-height: 12px;
}


#featured {
  text-align: center;
  background-color: #537ABB;
  border-radius: 23px;
  padding: 10px 14px;
  margin-top: 6px;
  max-width: 60px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 20px;
}

#homebott_titlewrap h3{
	color: white;
	margin: 0;
}

.home_bottom{
	xbackground-color: #242424;
	xbackground-color: #384561;
}

.newbottom {
	padding: 30px;
	xpadding-left: 33%;
	background: #3F527A;
	height: 200px;
	color: white;
}

.newbottom h3 {
	color: white;
}


.fom_butt{
	display: block;
	border-top: solid 3px #3F527A;
	color: #3F527A;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
}

#home_feature{
	margin-left: 10px;
}

#home_cont{
	position: absolute;
	top: 27px;
	max-width: 290px;
	right: 30px;

	padding-bottom: 6px;

}

#home_cont p{
	color: white;
}

#home_cont #fom_butt{
	display: block;
	border-top: solid 3px #B4D7EB;
	color: #B4D7EB;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
}

#home_cont #fom_butt i{
	padding: 5px;
	margin-left: 30px;
	margin-left: 10px;
	font-size: 18px;
	border-radius: 20px;
	width: 15px;
	height: 15px;

	line-height: 15px;
	text-align: center;

	border: solid 2px #B4D7EB;
	color: #B4D7EB;

	position: relative;
	left: 2px;
}

#home_cont #fom_butt:hover{
	opacity: 0.7;
}

#mc_wrap{
	padding-top: 55px;

	background-image: url(images/grass-2.svg);
	background-position: top left;
	background-repeat: repeat-x ;

	position: relative;
	top: -55px;
	z-index: 300;
}

.page-id-64 #mc_wrap{

	top: 0px;

}


.page-template-page-accomodation-php #mc_wrap{
	padding-top: 55px;

	background-image: url(images/grass-2.svg);
	background-position: top left;
	background-repeat: repeat-x ;

	position: relative;
	top: 6px;
	z-index: 300;
}


#mc_inner{
	background-color: #384561;
	border-bottom: solid 4px #B4D7EB;
	padding-bottom: 10px;
}

#mc_title{
	float: left;
	margin: 0;

	font-size: 18px;
	line-height: 30px;

	margin-right: 20px;
	margin-left: 20px;

	color: white;
}

.mc-field-group{
	float: left;
}

.required.email{
	float: left;
	border: solid 2px #B4D7EB;
	background-color: black;
	color: #B4D7EB;
	box-sizing: border-box;
}

#mc-embedded-subscribe{
	background-color: #B4D7EB;
	color: black;
	padding: 8px;
	margin-left: 10px;
}

/*--- Wooldshed ---*/

.page-template-page-woolshed .lcol.wide{
	padding-bottom: 80px;
}

.ws.rcol.small{

}

.ws.rcol.small .ws_inner{
	padding: 20px;
	background-color: #384561;

	border-radius: 10px;
}

a#downlaod_menu{
	display: block;
	text-align: center;

	color: white;
	background-color: #B4D7EB;

	padding: 15px;
	margin-top: 20px;

	border-radius: 10px;
	font-size: 20px;
}

a#downlaod_menu:hover{
	background-color: #c3670a;
}

#specials_wrap{
	xxpadding-top: 30px;
	padding-bottom: 30px;

	background-image: url(images/black-arrow.svg);
	background-repeat: no-repeat;
	background-position: left 30px top;
}

#specials_wrap h3{
	position: relative;
	top: -50px;
	left: 0;
	padding: 0;
	margin: 0;
	color: #e3d1b9;
	padding-left: 10px;
	z-index: -100;
}

.special_item{
	width: 50%;
	float: left;
	padding: 10px;
	box-sizing: border-box;
}

.special_inner{
	padding: 15px;
	background-color: #1b1b1b;
	min-height: 230px;
}

.special.fleft{
	width: 49%;
}

.special.fright{
	width: 49%;
}

/*--- Attractions ---*/

.quick_links p{
	margin: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}


p#qlinks{
	color: #B4D7EB;
	font-size: 20px;
	padding-bottom: 8px;
	margin-bottom: 10px;
	border-bottom: solid 1px #d3ccc2;
	text-transform: uppercase;
	margin-top: 0;
}

#attract_wrap{
	margin-top: 60px;
	margin-bottom: 60px;
}

.attract_item{
	margin-bottom: 20px;

	background-color: #243656;

	position: relative;
}

.attract.fleft{
	width: 50%;
}

.attract.fright{
	width: 50%;

	padding: 10px;
	box-sizing: border-box;
}

.attract.fright .bnow{
	position: absolute;
	right: 10px;
	top: 10px;

	color: white;
	background-color: #B4D7EB;

	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;

	border-radius: 7px;
	text-transform: uppercase;
}

.attract.fright .bnow:hover{
	background-color: #c3670a
}

.attract.fright h4{
	width: 70%;
	display: inline-block;
	color: #B4D7EB;

	margin: 0;
	margin-bottom: 10px;
	margin-top: 10px;
}

.accord_rm{
	font-size: 18px;

	color: #B4D7EB;

	margin-top: 15px;
	margin-bottom: 10px;
	display: block;

	cursor: pointer;
}

.ui-state-hover .accord_rm{
	color: #c3670a;
}

.accord_rm i{
	vvfont-size: 20px;
	margin-right: 10px;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.ui-accordion-header-active .accord_rm i{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}

.ui-state-focus{
	outline: none;
}

.ui-accordion-content{
	margin-top: 20px;
}

.tours .content_style p {
	padding-left: 20px;
}

/*--- Facilities ---*/

.fac_list_wrap{
	background-color: #243656;
	margin-bottom: 0px;

	padding: 10px;
    box-sizing: border-box;
}

.fac_list_wrap .lcol{
	padding: 15px;
	box-sizing: border-box;

	width: 50%;
}

.fac_list_wrap .rcol{
	width: 50%;
}

.fac_item{
	float: left;
	width: 50%;

	min-height: 50px;
	margin-bottom: 30px;
}

.fac_item img{
	width: 20%;
	float: left;
}

.fac_item p{
	float: right;
	width: 77%;

	margin: 0;

	line-height: 150%;
}

.fac_item p span{
	display: block;
	font-weight: 600;
	color: #e3d1b9;
}

.booknow_wrap a{
	display: block;
	margin-bottom: 50px;
	margin-top: 0px;
}

.booknow_wrap a:hover{
	opacity: 0.8;
}

/*--- About ---*/

.becauslide{
	max-height: 700px;
	max-width: 700px;
	text-align: center !important;
	  margin: 0 auto;
}

/*---------- Accom Booking Form   ------------*/

.page-id-447 form  {
	margin-bottom: 34px;
}


/*-------------------  slider css ------------------*/

#s_main_wrap{
	margin-bottom: 50px;
}

.royalSlider{
	max-height: 750px;
	z-index: 10;
	display: none;
}

/*---  .no-js css ---*/
.no-js .royalSlider{
	max-height: inherit;
	height: auto;
	xtext-align:center;
}

.no-js .royalSlider > * {
	float: none;
}

.no-js .rsDefault .rsTmb {
	display: inline;
}

img.rsImg{
	max-width: 100%;
	height: auto;
}

.visibleNearby {
  width: 100%;
  background: #141414;
  color: #FFF;
  padding-top: 25px;
}
.visibleNearby .rsGCaption {
  font-size: 16px;
  line-height: 18px;
  padding: 12px 0 60px;
  background: #141414;
  width: 100%;
  position: static;
  float: left;
  left: auto;
  bottom: auto;
  text-align: center;
}
.visibleNearby .rsGCaption span {
  display: block;
  clear: both;
  color: #bbb;
  font-size: 14px;
  line-height: 22px;
}

.rsDefault .rsThumb.rsNavSelected {
	background-color: transparent;
}

.rsDefault .rsThumb.rsNavSelected img {
	opacity: 1;
}

.rsDefault .rsThumb img {
	opacity: 0.4;
}

/* Scaling transforms */
.visibleNearby .rsSlide img {
  opacity: 0.45;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;

  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.visibleNearby .rsActiveSlide img {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* Non-linear resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 900px) {
  #gallery-1 {
    padding: 12px 0 12px;
  }
  #gallery-1 .rsOverflow,
  .royalSlider#gallery-1 {
    height: 400px !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 500px) {
  #gallery-1 .rsOverflow,
  .royalSlider#gallery-1 {
    height: 300px !important;
  }
}

/*------------------- Responsive Syling ------------------*/

/* less that 1220px */
@media screen and (max-width: 1420px) {

	.rsDefault .rsThumbsHor {
		margin-top: 30px !important;
	}
}

/*--- Contact ---*/

.col_item{
	width: 33.333333%;
	float: left;

	padding: 10px;
	box-sizing: border-box;
}

ul#contact_list{
	margin: 0;
	padding: 0;
}

ul#contact_list li{
	margin: 0;
	padding: 0;

	list-style: none;
	margin-bottom: 20px;
}

ul#contact_list li img{
	width: 10%;
	float: left;
}

ul#contact_list li p.cont_info{
	width: 85%;
	float: right;

	font-size: 16px;
	font-weight: 600;

	margin: 0;
}

ul#contact_list li p.cont_info span{
	display: block;
}

ul#contact_list li.cont_single p.cont_info{
	line-height: 160%;
}

#wscont{
	margin: 0;
	margin-top: 40px;

	font-size: 18px;
	font-weight: 600;
	color: #B4D7EB;
}

#wsblurb{
	margin: 0;
	margin-top: 5px;
	margin-bottom: 10px;
}

/* map */
#map_canvas{
	height: 410px;
	color: black;
	margin-top: 50px;
}


/*--- Listing ---*/

.list_item{
	margin-bottom: 30px;
}

.list_item img{
	float: left;
	margin-right: 20px;
}

.list_info{

}


/*---------------------------- sub pages ----------------------------*/

.attachment-subpage_thumbnail {
    float: left;
	margin-right:20px;
	margin-bottom:20px;
    padding: 5px;
    background:#FFF;
    background-image: url(images/diag.png);
    padding: 10px;
}
.description {
	overflow: hidden;
	margin-bottom:10px;
}

.description a{
	color: black;
	text-decoration: none;
	font-weight: bold;
}

.description  h3 a{
	padding-top:0;
}

.border{
	border-top:1px #E9E9E9 solid;
	margin-bottom: 20px;
}


/*------------------------- blog header ------------------------*/

#blog_head{
	text-align: right;
	padding-bottom: 70px;
	line-height: 45px;
}

.sres{
	font-style: italic;
}

#searchbox{
	display: inline-block;
	position: relative;
	margin-right:20px;
}

#searchbox form{
	width:100%;
	box-sizing: border-box;
}

.is_webkit select {
  /* Tweaks for Safari + Chrome. */

}

select{
	-webkit-appearance: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid;
	border: none;
	color: #B4D7EB;
	outline: 0;
	padding: 6px;
	font-size: 12px;

	/* IE7 */
	*padding-top: 2px;
	*padding-bottom: 1px;
	*height: auto;
}

h2.btitle{
	font-size: 22px;
	text-transform: uppercase;
	width: 45%;
	float: left;
	background-color: white;
	color: #125a68;
	text-align: center;
}


/*---------------------------- blog format ----------------------------*/

.tours .rsImg{
	margin: 0 !important;
}

.tours .rsDefault .rsThumb{
	width: 70px;
	height: 70px;
}

.tours .rsGCaption{
	padding: 0;
}

.tours .visibleNearby{
	padding: 0;
}

.tours .rsImg{
  width: 100% !important;
  height: auto !important;
}

.tours .rsDefault .rsThumbsHor{
	margin: 0 !important;
}

ul#booking_icons{
	margin: 0;
	padding: 0;

	margin-top: 40px;
}

ul#booking_icons li{
	margin: 0;
	padding: 0;
	padding-top: 7px;

	list-style: none;

	padding-left: 60px;
	box-sizing: border-box;

	background-repeat: no-repeat;
	background-position: left top 5px;
	line-height: 100%;

	min-height: 45px;
	margin-bottom: 5px;
	position: relative;
}

ul#booking_icons li p{
	margin: 0;
	padding-left: 0;
}
ul#booking_icons li b{
	color: #b4d7eb;
}

ul#booking_icons li:before{
	content: '';
	display: none;
}

ul#booking_icons li#bedding{
	background-image: url(images/book-icon-1.svg);
}

ul#booking_icons li#linen{
	background-image: url(images/book-icon-2.svg);
}

ul#booking_icons li#kitchen{
	background-image: url(images/book-icon-3.svg);
}

ul#booking_icons li#bathroom{
	background-image: url(images/book-icon-4.svg);
}

ul#booking_icons li#air_conditioning{
	background-image: url(images/book-icon-5.svg);
}

ul#booking_icons li#television{
	background-image: url(images/book-icon-6.svg);
}

.article_top{
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 2px solid #fff;
}

.article_top h2{
	float: left;
	width: 70%;
	color: #e3d1b9;
}

.article_top a{
	float: right;
	background-color: #B4D7EB;
	padding-left: 20px;
	padding-right: 20px;
}

.article_top a h3{
	margin: 0;
	font-size: 16px;
}

article{
	margin-bottom:40px;
	background-color: #243656;
	padding: 20px;

}

article h2{
	word-wrap: break-word;
	overflow:hidden;
}

article h2 a,
article h2 a:visited{
	text-decoration: none;
	opacity: 0.99;
}

article h2 a:hover{
	opacity: 0.6;
}

.date_box p{
	margin: 0;
	padding: 0;
	text-shadow: none;
	position: relative;
	top:2px;
}

.date_box{
	background-color: #E9E9E9;

	padding:10px;
	height:18px;

	margin-bottom:20px;
	margin-top: 10px;
}

.date_box a{

	font-style:italic;
}

.search .date_box .stats{
	font-size: 20px;
}

.date_box .stats{
	float:left;
}

.date_box .date{
	float:right;
	text-align:right;
}

#info_box{
	background-color: #8c1016;
	border-radius:10px;
	margin-bottom:20px;
	padding: 10px;
}

#info_box h2,
#info_box h5{
	color: white;
	text-shadow: none;
	margin: 5px;
}

a.archive_book{
	color: white;
	background-color: #B4D7EB;

	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;

	margin-top: 50px;
	display: inline-block;

	border-radius: 7px;
	text-transform: uppercase;
}

a.archive_book:hover{
	background-color: #B4D7EB;
}


.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs {
    background: #243656;
    color: #FFF;
}


/*---------------------------- Blog Dets ----------------------------*/

.dets_wrap{
	float: none;
	width: 100%;
	text-overflow:clip;
}

.dets{

}

.dets h2{
	text-align: center;
}

.dets ul #perm a{
	background:none;
}

.dets ul a:hover.
.dets .edit_link a:hover{
	text-decoration: underline;
}

.dets ul i{
	font-size: 18px;
}

.dets ul i:hover{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}

.dets ul{
	padding-left: 0;
}

.dets li{

}

.dets li,
.dets .edit_link{
	line-height: 22px;
	list-style: none;
	text-align: center;
}

.dets li.perm a{
	background: none;
}

.dets li a:hover{
	text-decoration: underline;
}

.dets li.perm a:hover{
	background: none;
}

/*---------------------------- paging ----------------------------*/

.navigation {
	display: block;
	text-align: left;
	margin-bottom: 20px;
	font-size:80%;
	padding-top:20px;
	margin-top:20px;
	width: 100%;
}

.nav-previous,
#pn_next{
	float: left;
	text-align: left;
	width: 50%;
}

.nav-next,
#pn_next{
	width: 50%;
	float: right;
	text-align: right;
}

.navigation .nav-previous a,
.navigation .nav-next a,
#pn_next a,
#pn_prev a{
	display: inline-block !important;
	width: auto !important;
}

/*---------------------------- comments ----------------------------*/

div#comments{
	position:relative;
}

#comments textarea{
	width:600px;
}

#comments .author{
	float:left;
	font-weight:bold;
	line-height: 30px;
}

#comments .time{
	color:#a5a5a5;
	float:right;
}

#comments em{
	padding-bottom:15px;
	display:block;
}

#comments #comments_num{
	position:absolute;
	left:-260px;
	top:0;
	margin:0;
}

article #comments #comments_num{
	display:none;
}

#comments .commentlist{
	margin:0;
	padding:0;
}

#comments .comment {
	padding-bottom:5px;
	border-top:solid 1px #cfcfcf;
	list-style:none;
	padding-bottom: 5px;
}

#comments #respond{
	margin-top:20px;
}

#comments input{
	padding:5px;
}

#comments .avatar{
	margin-right: 10px;
	float:left;
}

#comments .children{
	padding-left: 0;

}

#comments .children li{
	margin-left:60px;
}

p.author, p.time{
	margin-bottom: 0;
}

.commentlist li{

}

.commentlist li:before{
	content: ' ';
	padding: 0;
}

/*----- Genral Button Styles -----*/

.btn {
	padding: 10px;
    background: #B3D7EB;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 10px;
}

.btn:hover {
    background: #6d8b9b;
}

.button,
.navigation a,
.post-next,
.post-prev{
	padding: 0;
	margin: 0;

	border: none;

	-moz-box-shadow: none;
	-webkit-box-shadow: none;

	background-color: #99D0D4;

	color: #fff;

	text-transform: uppercase;


	font-size: 18px;
	line-height: 40px;

	padding-left: 15px;
	padding-right: 15px;

	width: 100%;
	height: 40px;
	text-align: center;
	display: block;
	box-sizing: border-box;
}

.navigation a:hover,
.navigation a.current,
.post-next:hover,
.post-prev:hover,
.post-next:active,
.post-prev:active{
	color: white;
}

/*----- Genral Input Styles -----*/

input:hover,
input:focus,
input:active,
textarea:hover,
textarea:focus,
textarea:active{
	outline: none;
}

#Searchform,
#cat{

	display: inline-block;
	position: relative;

	width:120px;

	padding-left:5px;
	padding-right: 25px;
	padding-top: 3px;
	padding-bottom: 3px;

	background-image:url(images/search.png);
	background-position:125px 5px;
	background-repeat:no-repeat;

	font-size: 12px;
}

#cat{
	padding-top: 6px;
	padding-bottom: 4px;
	background-image: url(images/drop.png);
	background-repeat: no-repeat;
	background-position: right 11px;

	width: 140px;

	font-size: 12px;
}


/*---------------------------- footer ----------------------------*/

#foot_wrap{
	xbackground-color: #0e0e0e;
	background-color:#3F527A;
}

footer{
	padding-top: 40px;
	overflow: hidden;
	padding-bottom: 40px;
	padding-left: 10px;
	box-sizing: border-box;
}

.fot_col{
	width: 33.3333%;
	float: left;
	text-align: left;
}

.fot_col ul{
	margin: 0;
	padding: 0;
}

.fot_col ul li{
	margin: 0;
	padding: 7px 0px;

	list-style: none;
	line-height: 16px;
}

.fot_col ul li:before{
	content: '';
}

#copy {
	font-size: 12px;
}

p .orng {
	color: rgba (219, 145, 39, 1) !important;
	font-weight: bold:
}

/*------------------ Forms ---------------------*/

span.wpcf7-form-control-wrap{
	width: 100%;
}

input,
textarea,
select{

  	-webkit-transition-property: none;
  	-webkit-transition-duration: 0.25s;
  	appearance: none;
  	-webkit-appearance: none;

  	padding: 6px;
  	padding-left: 10px;
  	padding-right: 8px;

	border: solid 1px #B4D7EB;

	background-color: black;

	margin-bottom: 10px;


	font-size: 15px;
	line-height: 21px;


	border-radius: 7px;

	width: 100%;
	box-sizing: border-box;
}

input:hover{
	background-color: rgba(212, 238, 238, 1);
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select,
.wpcf7-date{
	font-size: 15px;
	line-height: 21px;

	border: solid 1px #B4D7EB;
	background-color: #384561;

	border-radius: 7px;

	position: relative;
}

.wpcf7 p{
	font-size: 15px;
	color: #fff;
	margin: 0;
}

.wpcf7 .watermark {
	color: #c3c3c3 !important;
}

.wpcf7 textarea,
.wpcf7-text,
.wpcf7 select,
.wpcf7-date{
	width: 100%;
	box-sizing: border-box;
}

.wpcf7-date{
	height: 40px;
	line-height: 40px;

	background-image: url(images/drop.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
}

.wpcf7 select{

}

.wpcf7-checkbox label{
	border-radius: 4px;
	border: 1px solid #DBDBDB;

	padding: 10px;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-top: 15px;
}

span.wpcf7-list-item {
	margin: 0 !important;
}

input.checkout-button{
	border-radius: 5px;
}

.wpcf7-submit{
	width: 100%;
	background-color: #B4D7EB !important;
	color: white;
	text-transform: uppercase;
	font-weight: 800;
	display: block;
}

td:first-child {
	width: 30%;
}

/*--- Placeholder ---*/

.wpcf7 .watermark {
    color: #B4D7EB !important;
}
::-webkit-input-placeholder {
    color: #B4D7EB !important;
}
:-moz-placeholder {
    color: #B4D7EB !important;
}
::-moz-placeholder {
    color: #B4D7EB !important;
}
:-ms-input-placeholder{
    color: #B4D7EB !important;
}

/*---------------------------- CF7 Notices ----------------------------*/

.wpcf7-form{

}

.wpcf7-form .wpcf7-validation-errors{
   border:none;
   background-color: #c3670a;
   margin:0;
   padding:10px;
   padding-top:5px;
   padding-bottom:5px;
   text-shadow: none;
   color:#FFF;
   font-size: 16px;
}
.wpcf7-form .wpcf7-mail-sent-ok{
    border:none;
	background-color: #c3670a;
    margin:0;
    padding:10px;
	padding-top:5px;
   	padding-bottom:5px;
    text-shadow: none;
	color:#FFF;
	font-size: 16px;

}
.wpcf7-form .wpcf7-mail-sent-ng{
    border:none;
	background-color: #c3670a;
    margin:0;
    padding:10px;
	padding-top:5px;
	padding-bottom:5px;
    text-shadow: none;
    color:#FFF;
	font-size: 16px;

}
.wpcf7-form span.wpcf7-not-valid-tip{
    border:none;
   	background-color: transparent !important;
   	color: #c3670a !important;
   	width: auto !important;
   	right: 15px;
   	left: auto !important;
   	font-size: 24px;
	top: 7px !important;
	position: absolute;
}

.ajax-loader{
	display: none;
}

.wpcf7-form-control-wrap.event{
	margin-right:5px;
}

/*------------------- Responsive Syling ------------------*/


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

	ul.social li a{
		width: 15px;
		height: 15px;

		line-height: 15px;
		font-size: 14px;

		margin-left: 2px;
		margin-right: 2px;
	}

}

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

	#main{
		padding-left: 10px;
		padding-right: 10px;
	}

	#mc_wrap{
		top: -45px;
	}

}

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

	.home_bottom {
	}

	.htitle.fleft a{
		margin: 0;
	}

	.ws.rcol.small .ws_inner .content_style a{
		font-size: 12px;
	}

}

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

	#home_cont {
	    position: absolute;
	    top: -20px;
	    max-width: 290px;
	    right: 0;
	    padding-bottom: 6px;
	}

	.attract.fright .bnow{
		position: relative;
		bottom: 0;
		left: 0;
		display: inline-block;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.attract.fright h4 {
	    width: 70%;
	}
}

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

	#leftContainer{
		display: none;
	}

	#rightContainer {
	    width: 100%;
	    float: none;
	}

	.res_top{
		display: block;
		padding: 10px;
	}

	a#logo{
		display: none;
		float: left;
	}

	#menu_btn{
		float: right;
	    padding: 11px;
	    cursor: pointer;
	}

	#menu_btn i{
		color: #B4D7EB;
		font-size: 30px;
	}

	#menu_btn:hover i{
		color: #4a88af;
	}

	a#res_logo{
		display: inline-block;
		width: 250px;
	}

	a#res_logo img{
		width: 100%;
		height: auto;
	}

	nav ul li a{
		font-size: 15px;
		line-height: 13px;

		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}

	ul#social li a{
		width: 20px;
		height: 20px;
		line-height: 20px;
	}

	.lcol.wide{
		padding: 0;
	}

	.htitle.fleft{
		margin-bottom: 40px;
	}

	h1	{ font-size: 36px; line-height: 42px; }
	h2	{ font-size: 32px; line-height: 36px;}
	h3	{ font-size: 28px; line-height: 32px;}
	h4	{ font-size: 18px; line-height: 22px;}
	h5	{ font-size: 15px; line-height: 18px;}
	h6	{ font-size: 13px; line-height: 18px;}

}

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

	.blog_contwrap.wide.lcol,
	.article_gallery.small.rcol{
		width: 100%;
		float: none;
	}

	.article_gallery.small.rcol{
		margin-top: 50px;
	}

	.htitle.fleft {
		width: 51%;
	}

	.htitle.fright {
		width: 40%;
	}
}

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

 	/*-- Logo--*/

	a#logo{
		text-align: center;
		width: 100%;
	}

	/*-- Nav --*/

	#full_nav{
		display: none;
	}

	/*-- Page Layout --*/

	#main{
		margin-top: 50px;
	}

	.lcol{
	  width: 100%;
	  margin-bottom: 20px;
	  margin-top: 30px;
	}

	.lcol.wide{
		margin: 0;
	}

	.rcol{
		width: 100%;
	}

	.scol{
		margin: 0;
		width: 100%
	}

	.lrg_orange_brush{
		background-size: auto;
		font-size: 23px;
		text-align: center;
	}

	.fac_list_wrap .rcol,
	.fac_list_wrap .lcol{
		width: 100%;
		float: none;
	}

	.wpcf7 td{
		display: block;
		width: 100%;
	}

	.wpcf7 table{
		width: 100%;
	}

	/*-- Accom Page --*/
	.cat_wrap {
	  float: left;
	  width: 50%;
	}

}

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

	.fot_col{
	    width: 100%;
	    float: none;
	    text-align: center;
	    margin-bottom: 30px;
	}

    #TA_cdswritereviewnew622 {
        width: 240px;
        margin: auto;
    }

	.special_item {
		width: 100%;
		float: none;
	}

	.newbottom {
    padding: 30px;
    }

	#because {
		margin-top: 20px;
	}
}

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

	.home #main{
		background-size: auto;
	}

	.htitle.fleft,
	.htitle.fright {
		width: 100%;
		float: none;
		margin-bottom: 40px;
	}


	.home #main {
    	margin-top: -35px;
    	padding-top: 38px;
	}

	.htitle.fleft, .htitle.fright {
	    text-align: center;
	}

	.home #main {

}

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

	/*--Contact--*/

	.contact .lcol{
	float: left;
	width: 100%;
	}

	.contact .rcol{
		float: right;
		width: 100%;
	}

	/*--Home--*/
	
	.home .cat_wrap {
    	float: none;
	    width: 100%;
	    max-width: 400px;
	    margin: 0 auto;
	}

	/*--Blog--*/

	.dets_wrap{
		width: 100%;
		float: none;
		border-bottom: solid 1px #ECECEC;
		margin-bottom: 20px;
	}

	.dets{
		border-right: none;
		padding: 0;
	}

	article .content_wrap{
		width: 100%;
		float: none;
	}

	#blog_head{
		text-align: center;
	}

	.wide.lcol,
	.small.rcol{
		width: 100%;
		float: none;
	}

	.wide.lcol{
		margin-bottom: 50px;
	}

	.small.rcol{
		text-align: center;
	}

	.attract.fleft,
	.attract.fright{
		float: none;
		width: 100%;
	}

	.attract.fleft img{
		width: 100%;
		height: auto;
	}

	#specials_wrap h3{
		top: -90px;
	}

	#specials_wrap{
		margin-top: 120px;
	}


	.tours .content_style p {
	    padding-left: 0px;
	}

	/*--- Footer ---*/

	#copy{
		width: 100%;
		float: none;
		margin: 0;
		text-align: center;

	}

	ul#social{
		width: 100%;
		float: none;
		text-align: center;
		margin-top: 20px;
	}

}

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

	.col_item {
	    width: 100%;
	}


	.dog img {
		width: 65px;
	}

	.dog {
		width: 105px;
	}
	#mc_wrap {
	    top: -35px;
	}

}

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

	a#res_logo {
	    width: 190px;
	}

	#menu_btn{
		padding-top: 5px;
		padding-bottom: 5px;
	}

	nav{
		padding-top: 20px;
	}

	.cat_wrap{
		width: 100%;
	}

	.fac_item {
    	float: none;
    	width: 100%;
    }

    .special.fleft,
    .special.fright{
	    width: 100%;
	    float: none;
	}
	.home .cat_wrap {
    float: left;
    width: 100%;
    margin-bottom: 0px;
}

}

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

	.ws.rcol.small .ws_inner {
    	padding: 5px;
    }

}

/*------ Height Responsive -------*/

@media screen and (max-height: 880px) {

	a#logo{
		width: 170px;
	}

	nav ul li a {
		padding-top: 9px;
		padding-bottom: 9px;
		font-size: 14px;
	}

	ul#social li a {
		margin-left: 2px;
		margin-right: 2px;
		padding: 10px;
		border-radius: 25px;
		color: white;
		display: block;
		font-size: 15px;
		width: 15px;
		height: 15px;
		line-height: 15px;
		text-align: center;
	}


}
