/*
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; line-height: 125%; }


h1									{ font-size: 60px; }
h2									{ font-size: 40px; }
h3									{ font-size: 32px; }
h4									{ font-size: 18px; }
h5									{ font-size: 15px; }
h6									{ font-size: 13px; }
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
p:first-child						{ margin-top: 0; }

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

body, textarea, input{
	font-family: 'Alegreya Sans', sans-serif;

	font-size: 17px;
	line-height: 140%;

	color: rgb(113, 113, 113);
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6{
	color: rgb(113, 113, 113);
	font-weight: normal;
	font-family: 'Alegreya Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
}

a{
	color: #07cfbd;

	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: #009b8e;
}

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: 320px;
	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: transparent !important;
}

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

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

.center.head{
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
	max-width: 1400px;
}

.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,
.lcimg_wrap img,
.singlegallery_item img,
.function_item img,
.map img,
#owl_wrappper img,
#singlegallery_wrap img{
	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,
.lcimg_wrap img,
.singlegallery_item img,
.function_item img,
.map img,
#owl_wrappper img,
#singlegallery_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 */
}

/*----magnific Popup -----*/

/* Styles for dialog window */
#landing-popup,
#small-dialog {
	background: white;
	text-align: left;
	width: 80%;
	margin: 40px auto;
	position: relative;

	display: block;
}

#landing-popup{
	max-width: 800px;
}

#landing-popup img{
	width: 100%;
	height: auto;
}

#small-dialog iframe{
	width: 100%;
    height: 100%;
    display: block;
    min-height: 500px;
}

.mfp-bg{
	z-index: 99999999 !important;
}

.mfp-wrap{
    z-index: 999999999999999 !important;
}

.mfp-close-btn-in .mfp-close{
	color: white !important;
}

/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;



	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;

	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);

	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}



/**
 * Fade-move animation for second dialog
 */

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

	-webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );

}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 );
	-moz-transform: translateY(0) perspective( 600px ) rotateX( 0 );
	-ms-transform: translateY(0) perspective( 600px ) rotateX( 0 );
	-o-transform: translateY(0) perspective( 600px ) rotateX( 0 );
	transform: translateY(0) perspective( 600px ) rotateX( 0 );
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;

	-webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
	-moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
	-ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
	-o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
	transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;

	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}

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

body{
	background-color: white;
	overflow: hidden;
}

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

	background-image: url(images/corner.svg);
	background-position: left center;
	background-repeat: no-repeat;

	position: fixed;
	width: 100%;
	z-index: 999;

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

.page-template-page-home header{
	background-color: white;
}

header{
	background-color: white;
}

a#logo{
	display: block;
	text-align: center;
	margin-top: 0;
	float: left;
	max-width: 190px;

	opacity: 1;
	filter: alpha(opacity=1);

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

}

.page-template-page-home a#logo{
	opacity: 1;
}

.page-template-page-home .scroll_head  a#logo{
	opacity: 1;
}

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

a#logo:hover{
	opacity: 0.8;
}

.scrollToTop{
	position: fixed;
	z-index: 99999999;
	bottom: 15px;
	right: 15px;

	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color: black;
}

#cta{
	float: right;
    width: 16%;
    text-align: right;
    padding-top: 3px;
    color: white;
}



#cta{
	color: white;
}

#cta.res{
	display: none;
}

#cta p{
	color: #07CFBD;
    font-size: 20px;

	margin: 0;
	margin-right: 18px;
    margin-top: 2px;

    letter-spacing: 1px;
}

#cta p a{
	font-style: italic;
	color: #07CFBD;
	font-weight: bold;
	font-size: 14px;
	font-family: 'Alegreya Sans', sans-serif;
}



.scroll_head #cta p,
.scroll_head #cta p a{
	color: black;
}

#menu-btn{
	display: none;

	position: relative;
	right: 10px;
	top: 10px;

	display: block;
	float: right;

	z-index: 999999;
	font-size: 33px;
	cursor: pointer;
}

.fullhead_wrap.hide{
	top: -306px;
}

.fullhead_wrap{
	top: 0;

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

}

.res_menu {
	display: none;
}

#menu-btn{
	display: none;
}

.res_menu ul{
	margin: 0;
	padding: 0;

    background-color: #33353B;
}

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

	list-style: none;
	text-align: center;

	border-bottom: solid 1px black;
}

.res_menu ul li:last-child{
	border: none;
}

.res_menu ul li a{
	display: block;

	line-height: 33px;

	cursor: pointer;
}

.res_menu ul li ul{
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}

.res_menu ul li ul li{
	width: 33.3333%;
	float: left;

	border-right: solid 1px black;
	box-sizing: border-box;
	border-bottom: none;
}

.res_menu ul li ul li:last-child{
	border: none;
}

.res_menu ul li ul:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/*--- Sub Menu ---*/

.res_menu ul li.menu-item-has-children{
	position: relative;
}

.res_menu ul li.menu-item-has-children a:after{
    content: '\f067';
    font-family: fontAwesome;
    font-size: 9px;
    padding-left: 4px;
    display: inline-block;
    position: relative;
    top: -2px;
}

.res_menu ul li.sfHover a:after{
	content: '\f068';
}

.res_menu ul li.menu-item-has-children ul{
	position: relative;

    margin-left: 0;

    background-color: #000000;

    top: 0;
}

.res_menu ul li.menu-item-has-children ul li{
	padding: 0;
	margin: 0;

	display: block;
	width: 100%;
	text-align: center;
}

.res_menu ul li.menu-item-has-children ul li a{
	padding: 0;
	margin: 0;
	padding: 5px 10px;

	color: white !important;

	display: block;

	font-size: 15px;
    line-height: 20px;
}

.res_menu ul li.menu-item-has-children ul li a:hover,
.res_menu ul li.menu-item-has-children ul li.current-menu-item a{
	background-color: #07cfbd;
	color: white !important;
}

.res_menu ul li.menu-item-has-children ul li a:after{
	content: '';
}

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

nav{
	position:relative;

	z-index:600;
	float: left;

	width: 68%;
	text-align: center;
}

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: left;
	display: inline-block;;

	padding-top:15px;
	padding-bottom:15px;
	margin-left: 2%;
	margin-right: 2%;
}

nav ul li a{
	color:black;

	text-decoration:none;

	font-size:17px;

	display:inline-block;
	line-height:17px;

	text-transform:uppercase;
}

nav ul li.current_page_item a,
.current_page_parent a,
nav ul li a:hover{
	color:#07cfbd !important;
}

/*--- Sub Menu ---*/

nav ul li.menu-item-has-children{
	position: relative;
}

nav ul li.menu-item-has-children a:after{
    content: '\f067';
    font-family: fontAwesome;
    font-size: 9px;
    padding-left: 4px;
    display: inline-block;
    position: relative;
    top: -2px;
}

nav ul li.sfHover a:after{
	content: '\f068';
}

nav ul li.menu-item-has-children ul{
	position: absolute;
    margin-left: -85%;

    width: 200px;

    margin-left: -70px;

    background-color: white;
    top: 78px;
    display:none;
}

nav ul li.menu-item-has-children ul li{
	padding: 0;
	margin: 0;

	display: block;
	width: 100%;
	text-align: center;
}

nav ul li.menu-item-has-children ul li a{
	padding: 0;
	margin: 0;
	padding: 10px 20px 10px 20px;

	display: block;
}

nav ul li.current-menu-parent ul li a{
	color: black !important;
}

.page-template-page-home nav ul li.menu-item-has-children ul li a{
	color: black !important;
}

nav ul li.menu-item-has-children ul li a:hover,
nav ul li.menu-item-has-children ul li.current-menu-item a{
	background-color: #07cfbd;
	color: white !important;
}

nav ul li.menu-item-has-children ul li a:after{
	content: '';
}

/*-- Content --*/

.content_style{

}

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

.content_style,
.content_style p,
.content_style li{
	line-height: 160%;
}

.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 --*/

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

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

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

.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;
}

/*--- Res Tabs Default ---*/

.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    padding: 15px;
    display: none;
    padding-top: 150px;
    padding-bottom: 150px;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
}

/*---- Pop Up ----*/

/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
	padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

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

/*--- Helpers ---*/

.layout.home{
	width: 100%;
	height: 100%;

	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;

	background-repeat: no-repeat;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;

	min-height: 1000px;
	position: relative;
}

.bannerimage_wrap{
	margin-top: 80px;

	width: 100%;
	height: 100%;

	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;

	background-repeat: no-repeat;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;

	min-height: 500px;
	position: relative;
	overflow: hidden;
}

.bannerimage_wrap h1{
	position: absolute;
    bottom: 0;
    margin: 0;
    line-height: 41px;
    left: 120px;

	color: white;
	opacity: 0.5;
}

.blue_butt{
	border-radius: 7px;
	background-color: #07cfbd;

	color: white;

	font-weight: 700;

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

	display: inline-block;
}

.blue_butt:hover{
	background-color: #009b8e;
	color: white;
}

.middleman{
	text-align: center;
	margin-top: 60px;
}

.texture_section{
	background-image: url(images/white-texture.jpg);
	background-size: cover;

	padding-top: 80px;
	padding-bottom: 80px;
}

.grey_secton{
	background-color: #33353b;
	padding-top: 110px;
    padding-bottom: 120px;
}

.grey_secton.content_style h1,
.grey_secton.content_style h2,
.grey_secton.content_style h3,
.grey_secton.content_style h4,
.grey_secton.content_style h5,
.grey_secton.content_style h6,
.grey_secton.content_style p,
.grey_secton.content_style li{
	color: white;
}

/*--- OWL ---*/

.owl-carousel .owl-item{
	-webkit-backface-visibility: visible !important;
}

.owl_wrap{
	display: none;
}

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

#owl_wrappper .owl-controls{
	display: none;
}

#owl_wrappper.res{
	display: none;
    margin-top: 60px;
}

/*--- Scroll Header ---*/

header.scroll_head{
	background-color: white;
}

header.scroll_head a#logo{
	opacity: 1;2
}

Header.scroll_head nav ul li a{
	color: black;
}

/*--- Home ---*/

#owl_wrappper{
	position: relative;
}

#owl_cta{
	position: absolute;
	bottom: 0;
	width: 100%;

	text-align: center;
	z-index: 200;

	background-color: #212224;
	padding-top: 15px;
	padding-bottom: 15px;
}

#owl_cta h3{
	margin: 0;
	font-size: 21px;

	color: #11dfcc;
}

.texture_section h2{
	text-align: center;
}

.texture_section{

}

.bordercon{
	text-align: center;
	display: block;

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

.bordercon img{
	width: 40px;
	height: auto;
}

#level_title{
	text-align: center;
	margin-bottom: 70px;

	position: relative;
	z-index: 2;
}

.greysection_inner.home:after,
.greysection_inner.home:before{
    z-index: 1;
}

.greysection_inner{
	position: relative;
}

.greysection_inner.home:before{
	content: '';
	background-image: url(images/fish-left.jpg);
	background-repeat: no-repeat;
	width: 332px;
	height: 205px;

	position: absolute;
	top: -90px;
	left: -320px;

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

.greysection_inner.fish_function:before,
.greysection_inner.fish_function:after{
	content: '';
	display: none;
}

.greysection_inner.home.anime:before{
	left: 0;
}

.greysection_inner.home:after{
	content: '';
	background-image: url(images/fish-right.jpg);
	background-repeat: no-repeat;
	width: 332px;
	height: 205px;

	position: absolute;
	top: -90px;
	right: -320px;

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

.greysection_inner.home.anime:after{
	right: 0;
}

.levelcol{
	width: 25%;
	float: left;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
}

.lcimg_inner{
	position: relative;
}

.lcimg_inner img{
	border: solid 2px white;
	box-sizing: border-box;
}

.hoverlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);

	background-image: URL(images/corner.svg);
	background-repeat: no-repeat;
	background-position: left -45px top;

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

	-webkit-backface-visibility: visible !important;

	opacity: 0;
}

.hoverlay_inner{
	padding-top: 30%;
}

.lcimg_inner:hover .hoverlay{
	opacity: 1;

	background-position: left top;
}

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

	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);

	display: inline-block;

	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;

	-webkit-backface-visibility: visible !important;

	opacity: 0;
}

.lcimg_inner:hover .lc_hovcont{
	opacity: 1;
}

.lcimg_inner a{
	display: block;

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

#banner_wrap{
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 1000px;

	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);

	display: inline-block;

	z-index: 200;
}

#banner_wrap img{
	width: 100%;
	height: auto;
}

/*--- TABS ---*/

#responsiveTabs ul{
	text-align: center;

	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;

}

#responsiveTabs ul li.hoverlay{
	opacity: 1;
	margin: 0;
	padding: 0;
	z-index: 1;
	position: absolute;
}

#responsiveTabs ul li{
	margin-left: 2%;
	margin-right: 2%;

	position: relative;
	z-index: 200;
}

#responsiveTabs ul li a.name_tab{
	padding: 15px;
	padding-left: 35px;
	padding-right: 35px;

	border: solid 2px white;
	color: white;
	display: block;

	background-image: url(images/corner.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: left -20px top;
	background-color: black;
}

#responsiveTabs ul li a.name_tab:hover{
	background-color: white;
	color: black;
	background-position: left top;
}

#responsiveTabs ul li.r-tabs-state-active a.name_tab{
	background-color: white;
	color: black;
	background-position: left top;
}

#responsiveTabs ul li.r-tabs-state-active a.name_tab i,
#responsiveTabs ul li a.name_tab:hover i{
	color: black;
}

#responsiveTabs ul li a h4{
	margin: 0;

	font-size: 24px;
}

#responsiveTabs ul li a h4 i{
	color: white;
}

ul#singlegallery_wrap{
	margin: 0;
	padding: 0;
	text-align: center;
}

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

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

    width: 32.3333333%;
    padding: 10px;

    box-sizing: border-box;

    position: relative;
    vertical-align: top;
}

ul#singlegallery_wrap li a{
	display: block;
}

ul#singlegallery_wrap li a:hover{
	opacity: 0.6;
}

#gallery_content{
	background-color: #f8f8f8;
	border: solid 1px #d5d5d5;

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

#gallery_content.content_style ul{
	margin: 0;
	padding: 0;

	margin-top: 25px;
}

#gallery_content.content_style li{
	text-align: left;
	list-style: none;
	padding-left: 20px;
	margin: 0;

	margin-bottom: 10px;
}

#gallery_content.content_style li:last-child{
	margin-bottom: 0;
}

#gallery_content.content_style li:before {
	font-family: FontAwesome;
	content: "\f111";
	display: inline-block;
	width: 20px;
	margin-left: -20px;
	color: #07cfbd;
	font-size: 9px;
}

.mfp-image-holder .mfp-content{
	max-width: 1000px;
}

.menuwrap{
	padding: 40px;
	box-sizing: border-box;

	border: solid 1px #b7b7b7;
}

.menu_icon{
	text-align: center;
}

.menu_icon img{
	margin: 0;
	margin-bottom: 30px;
}

.menu_icon{
	margin-bottom: 50px;
}

.menuwrap .lcol{
	text-align: left;
	width: 70%;
}

p.section_title{
	margin-bottom: 20px;
	color: black;
}

.menuwrap .rcol{
	text-align: right;
	width: 30%;
}

.menuwrap .rcol p{
	color: black;
	font-weight: bold;
}

.menuitem{
	margin-bottom: 15px;
}

.menusection{
	margin-bottom: 55px;
	padding-bottom: 40px;

	border-bottom: solid 1px #939393;
}

.menu_section{
	margin-bottom: 40px;
	padding-bottom: 50px;
	border-bottom: solid 1px #b7b7b7;
}

.menu_section:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.r-tabs-panel{
	opacity: 0;

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

.r-tabs-panel.r-tabs-state-active{
	opacity: 1;

}

#singlegallery_wrap .popup-with-zoom-anim{
	position: relative;

}

#singlegallery_wrap  .map_icon{
	position: absolute;
	z-index: 100;
	bottom: 10px;
	left: 10px;
}

#singlegallery_wrap .map_icon img{
	width: 25px;
    height: 25px;

    display: inline-block;
}

#singlegallery_wrap .map_icon span{
	font-size: 14px;
	color: white;
}

.tablogo{
	margin-top: 60px;
}

.tablogo img{

}

.tablogo #cta{
	float: none;
	width: auto;
	display: inline-block;
}

.tablogo img{
	display: block;
    margin: auto;

    margin-bottom: 20px;
}

#cta a.ctatel{
	color: #07cfbd;
}

.menuprices_wrap{
	text-align: right;
}

.menuprices{
	margin-left: 15px;
}

/*--- Functions ---*/

.function_item{
	margin-bottom: 80px;
	position: relative;
}

.function_item:last-child{
	margin-bottom: 0;
}

.funtion_image{
	position: relative;
}

.imageoverlay{
	position: absolute;
    right: -1px;
    bottom: -1px;

    width: 100%;
    height: 100%;

    background-image: url(images/function-border.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 100%;
}


.function_item .blue_butt{
	padding: 5px 40px 4px 40px;
	margin-top: 50px;
    text-align: center;
}

.outside_link{
	position: relative;
    top: -100px;
    display: block;
}

/*--- Contact ---*/

.map img{
	border: solid 1px #959595;
}

/*---------------------------- 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: #000;
	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 ----------------------------*/

.blog_feature{
	margin-bottom: 30px;
}

.blog_contwrap{
	margin-bottom: 30px;
}

article{
	margin-bottom:40px;
}

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

article h2 a,
article h2 a:visited{
	text-decoration: none;
	color: black;
	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;
}

/*---------------------------- 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 -----*/

.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;
	background: #00303A !important;
}

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

input:hover,
input:focus,
input:active,
textarea:hover,
textarea:focus,
textarea:active{
	background: #FAFFFC;
	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{
	background-image: url(images/dark-texture.jpg);
}

footer{
	padding-top: 60px;
	overflow: hidden;
	padding-bottom: 60px;
}

.footcol{
	width: 33.33333%;
	float: left;
}

.footcol a{
	text-align: left;
}

.footcol a.blue_butt{
	color: black;
	padding-left: 40px;
	padding-right: 40px;
}

.footcol.b{
	text-align: center;
}

.footcol.c{
	text-align: right;
}

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

footer p{
	color: white;
}

.footermarg{
	margin-bottom: 60px;
}

.footermarg.gift{
	margin-bottom: 35px;
}

ul#social{
	margin-bottom: 80px;
}

footer #copy{
	text-align: center;
	margin-top: 50px;
	font-size: 12px;
	color: gray;
}

#copy a{
	color: gray;
}

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

	list-style: none;
	text-align: left;
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
}

ul#social a{
	color: #acacac;
	width: 40px;
	height: 40px;
	line-height: 45px;
	text-align: center;
	border: solid 1px #acacac;

	display: block;

	border-radius: 60px;
}

ul#social a:hover{
	background-color: #acacac;
	color: black;
}

.mc-field-group input{
	 height: 45px;
    width: 50%;
	box-sizing: border-box;
	margin: 0;
}

.mc-field-group input#mce-EMAIL{
	background-color: rgba(255, 255, 255, 0.2);
	border: solid 1px rgba(255, 255, 255, 0.3);

	color: #9d9d9d;
}

.mc-field-group input#mc-embedded-subscribe{
	float: right;
	padding-left: 35px;
	padding-right: 35px;

	background-color: #07cfbd;
	color: black;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;

	border: none;
}

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

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

input,
textarea,
select{

  	-webkit-transition-property: -webkit-box-shadow, background;
  	-webkit-transition-duration: 0.25s;

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


	background-color: rgb(235, 245, 245);

	margin-bottom: 10px;

	color: #125a68;
}

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

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

.wpcf7 p{
	font-size: 26px;
	color: #7f7f7f;
}

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

.wpcf7 textarea,
.wpcf7-text{
	width: 100%;
}

.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;
}

/*--- Placeholder ---*/

.wpcf7 .watermark {
    color: #125a68 !important;
}
::-webkit-input-placeholder {
    color: #9d9d9d !important;
}
:-moz-placeholder {
    color: #9d9d9d !important;
}
::-moz-placeholder {
    color: #9d9d9d !important;
}
:-ms-input-placeholder{
    color: #9d9d9d !important;
}

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

.wpcf7-form{

}

.wpcf7-form .wpcf7-validation-errors{
   border:none;
   background-color: #125a68;
   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: #125a68;
    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: #125a68;
    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: #125a68 !important;
   	width: auto !important;
   	right: 15px;
   	left: auto !important;
   	font-size: 24px;
	top: 30% !important;
	position: absolute;
}

.ajax-loader{
	display: none;
}

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

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

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

	#cta{
		padding-top: 2px;
	}

	#cta a{
	    font-size: 16px;
	}

	#responsiveTabs ul li a h4{
		font-size: 16px;
	}

}

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

	nav{
		width: 63%;
	}

	nav ul li{
		margin-left: 1.5%;
		margin-right: 1.5%;
	}

	#cta a{
	    font-size: 13px;
	}

	#cta p{
	    margin-right: 7px;
        font-size: 15px;
	}

	#cta p a{
		font-size: 12px;
	}

}

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

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

	nav{
		width: 62%;
	}

	nav ul li {
	    margin-left: 1.5%;
	    margin-right: 1.5%;
	}


	nav ul li a{
		font-size: 14px;
	}

	a#logo{
		max-width: 170px;
		margin-top: 4px;
	}

	#cta{
		width: 19%;
	}

	#banner_wrap{
		width: 80%;
	}

}

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

	#responsiveTabs ul li{
		margin-left: 1%;
		margin-right: 1%;
		width: 47%;
	}

}

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

	nav{
		display: none;
	}

	#cta{
		width: auto;
	}

	/*-- Nav --*/

	header{
		position: relative;
	}

	.fullhead_wrap{
		position: fixed;
		width: 100%;
		z-index: 99999;

		background-color: white;
	}

	 a#logo {
	    max-width: 130px;
	}

	#full_nav{
		display: none;
	}

	.res_menu{
		display: block;
	}

	#cta{
		display: none;
	}

	#menu-btn{
		display: block;
	}

	.page-template-page-home a#logo{
		opacity: 1;
	}

	.bannerimage_wrap {
    	margin-top: 61px;
    }

}

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

	#responsiveTabs ul li a.name_tab{
		padding-left: 20px;
		padding-right: 20px;
	}

	#owl_wrappper{
		display: none;
	}

	#owl_wrappper.res{
		display: block;
	}

	#owl_cta h3{
		font-size: 16px;
	}

}

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

	#cta.res{
		display: block;
	    position: relative;

	    bottom: 0;
	    right: 0;

	    z-index: 999;

		width: 100%;
	    line-height: 35px;

		text-align: center;

	    padding: 0;

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

	#cta.res .cta.left,
	.cta.location{
		max-width: 300px;
		text-align: center;
		display: block;

		margin: auto;
		margin-bottom: 30px;
	}

	.cta.location{
		margin-top: 30px;
	}

	#cta.res a{
		display: block;
		text-transform: uppercase;

		text-align: center;

		color: white;
		background-color: #11dfcc;

		font-size: 18px;

		border-radius: 7px;
	}

	#cta.res a:hover{
		color: #11dfcc;
		background-color: #212224;
	}

	.footcol a.blue_butt.gift{
		box-sizing: border-box;
		text-align: center;
		text-transform: uppercase;

		border-radius: 7px;
		background-color: #07cfbd;
		color: white;
		font-weight: 500 !important;
	}

	.gift,
	#cta.res .cta.right{
		max-width: 300px;
		text-align: center;
		display: block;

		margin: auto;
	}

	.footcol.a,
	.footcol.b,
	.footcol.c{
		width: 100%;
		float: none;
		text-align: center;
	}

	ul#social {
	    margin-bottom: 30px;
	    margin-top: 30px;
	}

	.mc-field-group{
		max-width: 277px;
		margin: auto;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.footermarg {
	    margin-bottom: 30px;
	}

}

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

	.levelcol {
	    width: 50%;
	}

	#small-dialog{
		width: 100%;
	}

	#landing-popup{
		width: 100%;
		max-width: 100%;
	}

}

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


	/*-- Page Layout --*/

	h1	{ font-size: 38px; }
	h2	{ font-size: 32px; }
	h3	{ font-size: 28px; }
	h4	{ font-size: 24px; }
	h5	{ font-size: 15px; }
	h6	{ font-size: 13px; }

	#banner_wrap {
	    width: 100%;
	}

	#main{
		margin-top: 50px;
	}

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

	.funtion_image{
	    margin-bottom: 20px;
	}

	.rcol{
		width: 100%;
	}

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

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

		box-sizing: border-box;
	}

	.menuwrap .rcol{
		text-align: right;
		width: 30%;
		float: right;
	}

	.menuwrap .lcol{
		text-align: left;
		width: 70%;
		float: left;
		margin-top: 0;
	}

	.bannerimage_wrap{
	    min-height: 180px;
	}

	.bannerimage_wrap h1{
		bottom: -9px;
	    line-height: 41px;
		left: 10px;
		font-size: 34px;
	}

	/*--- Blog ---*/

	h2.btitle{
		float: none;
		width: 100%;
		font-size: 17px;
		text-align: center;
	}

}

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

	.center.head{
		padding-left: 10px;
		padding-right: 10px;
	}

	#header_wrap.center.head {
		padding-left: 30px;
	}

	.r-tabs .r-tabs-panel{
		padding-left: 0;
		padding-right: 0;
	    padding-top: 50px;
	    padding-bottom: 70px;
	}

	.r-tabs-accordion-title a{

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

		border: solid 2px white;
		color: white;
		display: block;

		background-image: url(images/corner.svg);
		background-repeat: no-repeat;
		background-size: 20px;
		background-position: left -20px top;
		background-color: black;

		text-align: center;

	}

	.r-tabs-accordion-title a:hover{
		background-color: white;
		color: black !important;
		background-position: left top;

		border: solid 2px black;
	}

	.r-tabs-accordion-title a:hover h4{
		color: black;
	}

	.r-tabs-accordion-title.r-tabs-state-active a{
		background-color: white;
		color: black;
		border: solid 2px black;
		background-position: left top;
	}

	.r-tabs-accordion-title.r-tabs-state-active a i,
	.r-tabs-accordion-title a.name_tab:hover i{
		color: black;
	}

	.r-tabs-accordion-title h4{
		display: inline-block;
	}

	.r-tabs-accordion-title.r-tabs-state-active h4:after,
	.r-tabs-accordion-title h4:after{
	   font-family: FontAwesome;
	   font-weight: normal;
	   font-style: normal;
	   margin:0px 0px 0px 10px;
	   text-decoration:none;
	   font-size: 12px;
	}

	.r-tabs-accordion-title.r-tabs-state-active h4:after{
		content: '\f068';
		color: black;
	}

	.r-tabs-accordion-title h4:after{
		content: '\f067';
	}

	.r-tabs-accordion-title h4{
		margin: 0;
		color: white;
	}

	ul#singlegallery_wrap li{
		width: 32%;
		padding: 5px;
		margin: 0;
	}

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

	.menuwrap{
		margin-left: 1%;
		margin-right: 1%;
	}

}

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

	#banner_wrap{
		display: none;
	}

	.greysection_inner.home.anime:before {
	    left: -150px;
	}

	.greysection_inner.home.anime:after{
		right: -150px;
	}

	.anime .center.head {
    	padding-left: 10px;
    	padding-right: 10px;
    }

    .levelcol{
	    padding: 10px;
    }

    .mc-field-group input{
		width: 50%;
	}

}

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

	.menuwrap {
    	padding: 10px;
    	padding-top: 30px;
    	padding-bottom: 30px;
    }

    .menu_section {
		margin-bottom: 40px;
		padding-bottom: 20px;
	}

	/*--Contact--*/

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

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

	/*--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;
	}

	footer.center.head{
		padding-left: 10px;
		padding-right: 10px;
	}

	/*--- 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: 550px) {

	ul#singlegallery_wrap li {
    	width: 49%;
    }

}
