/*
	Theme Name: Bay Digtial - Destination Phillip Island
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

.col-3-full *{
	transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}

a {
	text-decoration:none;
}

a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}

input:focus {
	outline:0;
}

.fl-right{
	float: right;
}

.fl-left{
	float: left;
}

div.hidden {
    display: none
}


/* ------------------------------------
   STRUCTURE
  ------------------------------------*/


body, html{
	margin: 0;
	padding: 0;
}

.wrapper{
	width: 1100px;
	margin: 0 auto;
	position: relative;
}

#menu-cat{
	display: none;
}

/*------------------------------------*\
   IMAGE
\*------------------------------------*/

img{
	max-width: 100%;
}


.content img{
	-webkit-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.2);
	padding: 1px;
}

.content img.noshadow{
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 0 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 0 0 rgba(0,0,0,0.2);
	padding: 1px;
}

img.negative{
	margin-top: -150px!important;
}

.content a img{
 	-webkit-transition: opacity 1s; /* Safari */
    transition: opacity 1s;
}

.content a:hover img{
	opacity: 0.8;
}

/*------------------------------------*\
   SLIDER
\*------------------------------------*/

#top-image-wrapper{
	height: 500px;
	width: 100%;
	display: block;
}

#top-image{
	height: 100%;
	width: 100%;
	background: no-repeat center center; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
}

.royalSlider.rsUni .rsArrow{
	z-index: 9999;
}


.flex-prev:hover, .flex-next:hover{
	color: #333333;
}


.rsUni .rsArrowIcn{
	opacity: 0.9;
}

.home .rsUni .rsBullet.rsNavSelected span{
	background-color:#ffffff;
}

.home .rsUni .rsBullet, .home .rsUni .rsBullet span{
	height: 16px;
	width: 16px;
}
.home .rsUni .rsBullets{
	margin-top: -37px;
	text-align: left;
	margin-left: 10px;
}

/*------------------------------------*\
   HEADER
\*------------------------------------*/

#header-section{
	position: relative;
	background: #eeeeee;
}

#header{
	position: absolute;
	z-index: 9998;
	width: 100%;
	top: 0;
	background:rgba(0,0,0,0.5);
	height: 100px;
}

#header .wrapper{
	width: 1200px;
}

 /*------------------------------------*\
   LOGO
\*------------------------------------*/

a#logo{
	padding: 15px;
	display: block;
	background: #ffffff;
	float:left;
	position: relative;
	z-index: 9999;
}

a#logo img{
	max-width: 100%;
}

/*------------------------------------*\
    NAV / HEADER
\*------------------------------------*/


.nav{
	width:900px;
	margin-top: 15px;
	float: right;
}

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

.nav li, .nav{
	list-style: none;
	display: inline-block;
}

.nav a{
	color: #ffffff;
	text-transform: capitalize;
	display: inline-block;
	text-align: center;
	padding: 30px 13px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.nav li a:hover{
 color: #63c2f3;
}

/* NAV CHILD */

.nav ul ul {
    position:absolute;
    left:-9999px; 
 	width: 200px;
    z-index: 999999;
    margin: 0;
    background:rgba(0,0,0,0.7);
}

.nav ul ul li a{
 	width: 200px; 
 	display: block;
 	padding: 10px 15px;
 	text-align: left;
 	font-weight: 600;
 	font-size: 13px;
 	text-transform: capitalize;
}

.nav ul li:hover > ul {
 	left:auto;
}

.nav .menu-item-has-children > a:after {
	display: block !important;
	font-family: 'FontAwesome';
	font-size: 100%;
	margin-left: 10px;
	width: 10px;
	font-size: 16px;
	margin-top: -2px;
	content: "\f107" !important;
	float: right;
}


/*------------------------------------*\
    SEARCH
\*------------------------------------*/

input, textarea, select {
   -webkit-appearance: none;
}


#search-icon, #search-icon-m{
	float: right;
}

a#search-icon, a#search-icon-m{
	margin-top: -3px;
}

a#search-icon:hover, a#search-icon-m:hover{
	color: #63c2f3;
}

#search-form, #search-form-m{
	width: 600px;
	position: absolute;
	right: 0;
	top: 100px;
	padding: 20px;
	background:rgba(0,0,0,0.6);
	display: none;
	transition: none;
  	-webkit-transition: none;
  	-moz-transition: none;
  	line-height: 20px;
}

#search-form input, #search-form-m input{
	width: 510px;
	background: transparent;
	border: none;
	font-size: 20px;
	float: left;
	color: #ffffff;
	padding-left: 20px;
}

#search-form ::-webkit-input-placeholder , #search-form-m ::-webkit-input-placeholder {
    color: #cccccc;  
}

#search-form :-moz-placeholder, #search-form-m :-moz-placeholder { /* Firefox 18- */
    color: #cccccc;   
}

#search-form ::-moz-placeholder, #search-form-m ::-moz-placeholder {  /* Firefox 19+ */
    color: #cccccc;  
}

#search-form :-ms-input-placeholder, #search-form-m :-ms-input-placeholder {  
   color: #cccccc;  
}

.search-icon-2{
	border-right: 1px solid #cccccc;
	width: 50px;
	float: left;
	font-size: 20px;
	color: #cccccc;
	 line-height: 20px;
	 padding: 13px 10px 10px 10px
}

#search-form input[type="search"]::-webkit-search-decoration,
#search-form input[type="search"]::-webkit-search-cancel-button,
#search-form input[type="search"]::-webkit-search-results-button,
#search-form input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

#search-form:hover .search-icon-2, #search-form:active .search-icon-2, #search-form:focus .search-icon-2,
#search-form-m:hover .search-icon-2, #search-form-m:active .search-icon-2, #search-form-m:focus .search-icon-2{
	color: #ffffff;
	border-color: #ffffff;
}

#search-form:hover .search-close,
#search-form-m:hover .search-close{
	opacity: 1;

}

.search-close:hover{
	background: #444444;
}

.search-close{
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	right: 25px;
	top: 25px;
	color: #111111;
	cursor: pointer;
	border: 2px solid #111111;
	text-align: center;
	line-height: 30px;
	border-radius: 3px;
	font-size: 15px;
	opacity: 0;
	transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/

.image-wrap img, .gallery li img{
	border: 3px solid #efefef;
}

a.image-wrap{
	margin-bottom: 10px;
	display: block;
}

.gallery ul, .gallery li{
	list-style: none;
	padding: 0;
	margin: 0;
}

.gallery li{
	float: left;
	margin-left: 12px;
	margin-bottom: 12px;
}

.gallery ul{
	margin-left: -12px;
}


/*------------------------------------*\
    COLUMNS
\*------------------------------------*/


.col-1 img, .col-1-2 img, .col-1-3 img{
	max-width: 100%;
	height: auto;
}


/* Full Width */

.col-1{
	width: 100%;
}

/* Half Width */

.col-1-2.first, .col-1-3.first, .col-2-3.first{
	margin-left: 0;
}

.col-1-2{
	width: 47%;
	margin-left: 5%;
	float: left;
}

/* Third Width */


.col-1-3{
	width: 31.3%;
	margin-left: 3%;
	float: left;
}

/* Two Thirds Width */

.image-2-3{
	margin-top: 0;
	display: block;
}


.col-2-3{
	width: 65.6%;
	margin-left: 3%;
	float: left;
}

.col-1 , .col-1-2 , .col-1-3, .col-2-3{
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
}

.col-1-3.images{
	margin-top: 30px;
}


/* Three Col FUll */

.col-3-full{
	background: #000000;
	width: 33.33333%;
	float: left;
	position: relative;
}

.col-3-full img{
	opacity: 0.9;
}

.col-3-full a{
	display: block;
}

#above-footer a:hover span{
	 background:rgba(0,0,0,0.4);
}


/*------------------------------------*\
   CONTENT
\*------------------------------------*/

.content{
	padding: 60px 0;
}

#content-bg{
	-webkit-box-shadow: 0 10px 26px -6px #777;
	-moz-box-shadow: 0 10px 26px -6px #777;
	box-shadow: 0 10px 26px -6px #777;
	z-index: 99;
	position: relative;
}


/*------------------------------------*\
   PAGE
\*------------------------------------*/

.home .content .col-1{
	margin-bottom: 40px;
}


.home .content h1{
	  font-size: 34px;
  	line-height: 37px;
  	margin-bottom: 25px;
  	margin-top: -15px;
}

.home.page #title-bg{
	display: none;
}

#title-bg{
  position: absolute;
  z-index: 99;
  width: 100%;
  bottom: 0;
  background: rgba(0,0,0,0.4);
  height: 85px;


}

h1.title{
	margin-top: -120px;
	position: absolute;
	color: #ffffff;
	z-index: 99;
	font-size: 34px;
}

.page-template-default h1.title{
	
}


/*------------------------------------*\
   SIDEBAR TEMPLATE
\*------------------------------------*/


#sidebar-content{
	padding-left: 50px;
	border-left: 1px solid #efefef;
}

#sidebar{
	padding-right: 50px;
}

#sidebar ul, #sidebar li{
	padding: 0;
	margin: 0;
	list-style: none;
}

#sidebar ul ul{
	margin-left: 20px;
	z-index: 9999;
}


#sidebar li.current_page_item a{
	color: #488abc;
}

#sidebar li a .fa{
	padding-right: 10px;
}

#sidebar a{
	color:#868282;
	padding:13px;
	border-bottom: dotted 1px #d4cece;
	display: block;
	font-weight: 600;
	font-size: 15px;
	text-transform: capitalize;
}

#sidebar a:hover, #sidebar li a:hover .fa{
	color: #656363;
}

/*------------------------------------*\
    ABOVE FOOTER
\*------------------------------------*/

.wrapper-above-footer{
	width: 1500px;
	margin: 0 auto;
}

#above-footer{
	height: 350px;
	overflow: hidden;
	background: #eeeeee;
}

#above-footer span{
	display: block;
	position: absolute;
	bottom: 30px;
	left: 30px;
	color: #ffffff;
	border: 2px solid #fff;
	padding: 10px 15px;
	width: 210px;
	text-align: center;
}


/*------------------------------------*\
    FOOTER
\*------------------------------------*/


#footer{
	
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #fefefe 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#fefefe 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#fefefe 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#fefefe 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */
} 

#footer .wrapper{
	border-bottom: 1px solid #e0dada;
	padding: 70px 0 70px 0;
	width: 1200px;
}

#copyright{
	float: left;
}

#footer li, #footer ul{
	margin: 0;
	padding: 0;
}

#footer ul.sub-menu{
	padding-top: 10px;
}

#footer ul > li{
	width: 143px;
	padding: 3px 2px;
	display: inline-block;
	vertical-align: text-top;
}

#footer li li{
	margin-left: 0;
}

#footer li a:hover{
	color: #3a8cca;
}

#footer ul ul li:before{
}

#footer li a, #footer p{
	font-size: 15px;
	color:#333333;
}

#footer li a{
	font-size: 13px;
	font-weight: bold;
}

#footer li li a{
	font-weight: normal;
}

#footer h3{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e0dada;
}

#footer .hide{
	display: none;
}

li.current_page_item > a{
	font-weight: 600;
}

/* Site Map */

#site-map, #contact-details{
	float: left;
}

#site-map{
	width: 890px;
}

/* Contact Details */

#contact-details{
	width: 230px;
	margin-left: 80px;
}

#contact-details span{
	display: inline-block;
	text-align: right;
	margin-right: 15px;
	font-weight: 600;
	height: 30px;

}

#contact-details p{
	margin: 0 0 10px 0;
	display: inline-block;
	width: 200px;
	vertical-align: text-top;
}

/*------------------------------------*\
    BELOW FOOTER
\*------------------------------------*/

.below-footer{
	background: #fefefe;
	padding-top: 5px;
	padding-bottom: 40px;
}

.below-footer a, .below-footer p{
	color: #353739;
	font-size: 13px;
}


/*------------------------------------*\
    FORMS
\*------------------------------------*/

div.wpcf7{
	margin-top: 70px;
	display: block;
}

.wpcf7 i{
	display: block;
	position: absolute;
	z-index: 9999;
	padding: 11px;
	color: #666666;
}

input, textarea{
	width: 85%;
	border: 1px solid #ddd;
	background-color: #ffffff;
	padding: 10px 10px 10px 50px;
	display: block;
	border-radius: 2px;
	background-image: url(img/contact-inputs-bg.png);
	background-position: left top;
	background-repeat: repeat-y;
	color:#aaaaaa;
	font-size: 14px;
}

input[type=submit]{
	width: 150px;
	background: #572120;
	color: #444444;
	padding: 13px 30px;
	float: left;
	border-radius: 4px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f7f7f7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f7f7f7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */

}


/*------------------------------------*\
    BUTTONS
\*------------------------------------*/

a button.blue{
	border: none;
	margin: 10px 0;
	padding: 17px 30px;
	border-radius: 3px;
	color: #ffffff;
	font-size: 17px;

	background: #488abd; /* Old browsers */
	background: -moz-linear-gradient(top,  #488abd 0%, #1e6ca8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#488abd), color-stop(100%,#1e6ca8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #488abd 0%,#1e6ca8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #488abd 0%,#1e6ca8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #488abd 0%,#1e6ca8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #488abd 0%,#1e6ca8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#488abd', endColorstr='#1e6ca8',GradientType=0 ); /* IE6-9 */

}

a button.blue:after{
	display: block !important;
	font-family: 'FontAwesome';
	width: 10px;
	font-size: 22px;
	margin: 0 0 0 10px;
	content: "\f105" !important;
	color: #aad4f4;
	float: right;
}

a button:hover{
	cursor: pointer;
}

a button.blue:hover{
	background: #488abd; /* Old browsers */
	background: -moz-linear-gradient(top,  #488abd 0%, #0d4b96 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#488abd), color-stop(100%,#0d4b96)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #488abd 0%,#0d4b96 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #488abd 0%,#0d4b96 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #488abd 0%,#0d4b96 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #488abd 0%,#0d4b96 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#488abd', endColorstr='#0d4b96',GradientType=0 ); /* IE6-9 */
}


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/


html,
button,
input,
select,
textarea,
p, h1, h2, h3, h4{
    color: #2d2d2d;
    font-family: 'Open Sans', sans-serif;
}

strong{
	font-weight: bold;
}

p, span, body{
	font-size: 15px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a{
	margin: 0;
	padding:0;
	font-weight: normal;
	color: #868282;
}

h1{
	font-size: 38px;
	line-height: 39px;
}

h2{
	font-size: 26px;
	line-height: 27px;
}

h3{
	font-size: 22px;
	line-height: 23px;
}

h4{
	font-size: 18px;
}

h5{
	font-size: 14px;
}


a {
	color:#3a8cca;
	text-decoration:none;
	border-style:none;
}

a:hover {
	color:#276ca1;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	max-width:96%;
	text-align:center;
}

.wp-caption img{
}

.wp-caption.alignnone {
	margin:0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	height:auto;
	margin:0;
	max-width:100%;
	width:auto;
}

.wp-caption{
	position: relative;
}

.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

.wp-caption .wp-caption-text{
	display: block;
	margin: 5px;
	padding: 10px;
	background:rgba(0,0,0,0.8);
	color: #ffffff;
	position: absolute;
	font-size: 16px;
	opacity: 0;
}

.sticky {

}
.bypostauthor {

}

a.linkIconpdf{
	display: block;
	background: #f6f6f6;
	padding: 10px 20px;
	border-radius: 2px;
}

.linkIconpdf:after {
	display: block !important;
	font-family: 'FontAwesome';
	font-size: 100%;
	width: 30px;
	font-size: 16px;
	content: "\f1c1" !important;
	float: left;
}



/*------------------------------------*\
    MEDIA QURIES
\*------------------------------------*/

@media only screen and (max-width:1500px) {
	
	/* Above Footer */

	.wrapper-above-footer{
		width: 100%;
	}

	#above-footer{
		height: 285px;
		overflow: hidden;
	}

	.col-3-full{
		height: 285px;
	}
}


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

	/* Header */

	#header .wrapper{
		width: 100%;
		margin: 0;
		padding: 0;
	}	

	/* Logo */

	a#logo{
		padding: 15px;
		width: 220px;
	}

	/* Nav */

	.nav{
		width: auto;
		margin-right: 60px;
	}

	.nav a{
		padding: 30px 7px;
	}


	/* Wrapper */

	.wrapper, .wrapper-above-footer, #contact-details, #site-map{
		width: 100%;
		margin: 0;
	}

	.wrapper{
		padding: 0 40px;
	}

	#contact-details, #site-map{
		padding: 0 40px;
	}

	/* Above Footer */


	#above-footer, #above-footer .col-3-full{
		height: 255px;
		overflow: hidden;
	}


}

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


	#footer .wrapper{
		width: 100%;
		margin: 0;
	}

}

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


	/* Wrapper */

	.wrapper, .wrapper-above-footer, #contact-details, #site-map{
		width: 100%;
		margin: 0;
	}

	.wrapper{
		padding: 0 40px;
	}

	/* Above Footer */

	#above-footer, #above-footer .col-3-full{
		height: 250px;
		overflow: hidden;
	}




}

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

	/* Nav Menu */

	.nav{
		display: none;
	}

	#menu-cat{
		display: block;		
	}

	#menu-dropdown{
		position: absolute;
		top: 100px;
		background:rgba(0,0,0,0.8);
		width: 50%;
		z-index: 999;
		display: none;
	}

	 #search-form-m{
	 	background:rgba(0,0,0,0.8);
	 	padding: 30px 20px;
	 }

	#menu-dropdown > ul{
		margin: 8px 0 0 ;
		padding: 0;
		list-style:none;
		width: 100%;
	}

		#menu-dropdown > ul li{
			float: left;
			width: 100%;
		}

	#menu-dropdown > ul li a{
		padding: 15px;
		display: block;
		color: #ffffff;
		width: 80%;
		float: left;
	}

	#menu-dropdown ul li a:hover{
		color:#9fd4ff;
	}

	#menu-dropdown ul ul{
		padding: 0 0 15px 30px;
	
	}

	#menu-dropdown ul ul li{
		border: none;
	}

	#menu-dropdown > ul li a{
		padding: 23px 15px;
	}

	#menu-dropdown li li a{
		padding: 15px;
	}

	#menu-dropdown ul li.menu-item-has-children:before{
		display: block !important;
  font-family: 'FontAwesome';
  width: 18%;
  height: 58px;
  font-size: 20px;
  padding: 15px;
  background: #333333;
  color: #ffffff;
  content: "\f105" !important;
  float: right;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  margin: 2% 2% 2% 0%;
  border: 1px solid #3b3b3b;
  line-height: 26px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.35);
-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.35);
box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.35);

	}

	#menu-dropdown ul li.menu-item-has-children.menu-dropdown-down:before{
		content: "\f107" !important;
	}

	#menu-dropdown > ul li:first-child a{
		border: none;	
	}

	.sub-menu{
		list-style: none;
		display: none;
	}

	#menu-dropdown-toggle, .mobile a#search-icon-m{
		color: #333333;
		font-size: 30px;
		padding: 16px;
		text-align: center;
		cursor: pointer;
		margin-top: 10px;	
		display: block;
		width: 70px;
		height: 70px;
		float: right;
		line-height: 36px;
		margin-right: 10px;
		background: #ffffff;
		z-index: 99999999;
		border-radius: 3px;
		-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.35);
-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.35);
box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.35);

	}

	#menu-dropdown-toggle{
		margin-right:25px;
	}

	#menu-dropdown{
		right: 25px;
	}

	/* Logo */

	a#logo{
		padding: 10px;
		width: 250px;
		margin-left: 25px;
	}

	/* Search From */

	#search-form-m{
		width: 100%;
	}

	/* Above Footer */


	#above-footer .col-3-full{
		height: 170px;
	}

	#above-footer{
		height: 170px;
		overflow: hidden;
	}

	#above-footer span{
		left: 20px;
	}


	/* Footer */

	#footer{
		padding: 30px;
	}

	#footer .wrapper{
		padding: 0;
	}

	#site-map{
		margin-bottom: 40px;
	}

	.below-footer .fl-right{
		width: 100%;
		display: block;
	}

}


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

	/* Three Column */

	.col-1-3{
	  width: 47%;
	  margin-left: 3%;
	}

	.col-1-3.third, .col-1-3.images, .col-2-3{
		margin-left: 0;
		width: 100%;
	}

	/* Contact Details */

	#footer ul > li{
		width: 100%;
	}


	.rsDefaultInv .rsArrow, .rsUni.rsHor .rsArrowRight, .rsUni.rsHor .rsArrowLeft{
		display: none!important;
	}

	#slider-full{
		pointer-events: none;
	}



}


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

	.content img.noshadow{
		display: none;
	}

}


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

	/* Above Footer */

	.col-3-full, .col-3-full img{
		width: 100%;
	}

	#above-footer .col-3-full{
		height: 350px;
	}

	.col-1-3.third, .col-1-3.images, .col-2-3, .col-1-3, .col-1-2, .col-1-2.first{
		margin: 0;
		width: 100%;
	}

	#above-footer{
		height: auto;
	}

		/* Content */

	.col-1-3.first{
		padding-bottom: 25px;
	}

	#sidebar{
		padding-right: 0;
	}

	#sidebar-content{
		border: none;
		padding-left: 0;
	}


}


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

	/* Search Form */

	#search-form input, #search-form-m input{
		width: 90%;
	}

	.search-icon-2{
		width: 10%;
	}

}

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

	/* Slider */

	#new-royalslider-1{
		 pointer-events: none;
	}

	.rsSlide{
		display: none;
	}

}


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

	.content img.noshadow{
		display: block;
	}

	#logo{
		-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.35);
		-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.35);
		box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.35);

	}

	h1.title{
		font-size: 22px;
		margin-top: -90px;
	}

	.content{
		padding: 30px 0;
	}


	/* Header/Logo */

	#header{
		height: 85px;
	}

	a#logo{
		width: 200px;
	}

	/* Nav Menu */

	#menu-dropdown-toggle, .mobile a#search-icon-m{
		font-size: 22px;
		height: 60px;
		width: 60px;
		line-height: 27px;
	}

	#menu-dropdown{
		position: absolute;
		top: 100px;
		background: #2b2b2b;
		width: 100%;
		z-index: 999;
		display: none;
		right: 0;
		top: 85px;
	}

	#menu-dropdown ul li{
		border-bottom: 1px solid #282828;
		width: 100%;
		float: left;
	}


	/* Search Form */

	#search-form-m{
		top: 85px;
	}

	#slider{
		height: 300px;
		overflow: hidden;
	}

	/* Above Footer */

	#above-footer .col-3-full{
		height: 250px;
	}

}


@media only screen and (max-width:410px) {
	
	h1.title{
		font-size: 16px;
	}


	.mobile a#search-icon-m{
		display: none;
	}

	#menu-dropdown-toggle{
		margin-right: 20px;
	}

	/* above footer */

	#above-footer .col-3-full{
		height: 200px;
	}

	/* Contact Details */

	#contact-details, #site-map{
		padding-left: 0;
	}



}


