/* THEME */
*,
*:before,
*:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html{
	height: 100%;
	width: 100%;
}
body{
	height: 100%;
	width: 100%;
    font-size: 12px;
    line-height: 1.42857143;
	background: no-repeat fixed url('images/page-bg.jpg') center top;
	background-size: cover;
	color: #ddd;
	font-family: 'Muli', 'Segoe UI', sans-serif;
	padding: 0;
	margin: 0;
}
img{
	max-width: 100%;
	vertical-align: middle;
}
img[class*="wp-image-"]{
	height: auto; /* Make sure images with WordPress-added height and width >attributes are scaled correctly */
}
a{
	outline: 0;
	color: #337ab7;
	text-decoration: none;
}
h1, h2, h3{
	margin-top: 20px;
	margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6{
	font-weight: 500;
	line-height: 1.1em;
	font-family: 'Titillium Web', sans-serif;
}

/* BOOTSTRAP MODIFICATIONS */

#wrapper{
	margin: 0 auto;
	width: 100%;
}
#wrapper:after{
	content: "";
	display: block;
	clear: both;
}
@media (min-width: 992px){
	#wrapper{
		width: 970px;
	}
}
@media (min-width: 1200px){
	#wrapper{
		width: 1170px;
	}
}
#header,
#page-contents{
	position: relative;
	min-height: 1px;
	float: left;
}
#header,
#header>div{
	position: relative;
}
@media (min-width: 992px){
	#header,
	#header>div{
		width: 250px;
		display: block;
	}
}
#page-contents{
	width: 100%;
	padding: 0 5%;
}
@media (min-width: 992px){
	#page-contents{
		width: 720px;
		padding: 0 30px;
	}
}
@media (min-width: 1200px){
	#page-contents{
		width: 920px;
		padding: 0 30px;
	}
}
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}

/* CUSTOM CLASSES */

.read-more,
.read-more:hover{
	text-decoration: none;
}

/* STYLES */
#wrapper{
	height: 100%;
	min-height: 100%;
}
#header{
	height: 100%;
	/*overflow: hidden;*/
	text-align: center;
}
#header>div{
	/* overflow-y: auto;
	overflow-x: hidden; */
	padding: 1px 15px 20px 15px;
	height: 100%;
	position: fixed;
	z-index: 999;
	background: -moz-linear-gradient(top, rgba(10,10,10,1) 0%, rgba(10,10,10,0.9) 40%, rgba(10,10,10,0.2) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(10,10,10,1) 0%,rgba(10,10,10,0.9) 40%,rgba(10,10,10,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(10,10,10,1) 0%,rgba(10,10,10,0.9) 60%,rgba(10,10,10,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#99111111',GradientType=0 ); /* IE6-9 */
}
#header>div>h1{
	margin-top: 60px;
}
#ste-logo{
	width: 80%;
}
#mob-ste-logo{
	display: none;
}
#main-menu{
	width: 140px;
	list-style: none;
	margin-top: 40px;
	text-align: right;
	padding: 0;
	display: inline-block;
}
#main-menu li{
	position: relative;
}
#main-menu a{
	text-decoration: none;
	color: #dcdcdc;
	letter-spacing: 1px;
	display: block;
	vertical-align: middle;
}
#main-menu>li>a{
	text-transform: uppercase;
	line-height: 3em;
}
#main-menu>li>a:after{
	content: "";
	display: inline-block;
	height: 2em;
	width: 2em;
	vertical-align: middle;
	border-radius: 1em;
	margin-left: 20px;
	background: no-repeat url('images/lift-button.png') center center;
	background-size: 100% 100%;
	border: 1px solid #666;
}
#main-menu>li:hover>a{
	color: #8ec4e3;
}
#main-menu>li:hover>a:after{
	border: 1px solid #8ec4e3;
}
#main-menu>li>a.selected,
#main-menu>li.current_page_item>a,
#main-menu>li.current-menu-item>a,
#main-menu>li.current-menu-ancestor>a,
#main-menu>li.current-menu-parent>a,
#main-menu>li.current_page_parent>a,
#main-menu>li.current_page_ancestor>a{
	color: #8ed6ff;
	-webkit-text-shadow: 0 0 10px #00a2ff;
	-moz-text-shadow: 0 0 10px #00a2ff;
	text-shadow: 0 0 10px #00a2ff;
	/* For IE 6 - 9, CSS3 PIE */
	behaviour: ('css3pie/PIE.htc');
}
#main-menu>li>a.selected:after,
#main-menu>li.current_page_item>a:after,
#main-menu>li.current-menu-item>a:after,
#main-menu>li.current-menu-ancestor>a:after,
#main-menu>li.current-menu-parent>a:after,
#main-menu>li.current_page_parent>a:after,
#main-menu>li.current_page_ancestor>a:after{
	border: 1px solid #8ed6ff;
	-webkit-box-shadow: 0 0 12px -2px #00a2ff;
	-moz-box-shadow: 0 0 12px -2px #00a2ff;
	box-shadow: 0 0 15px -2px #00a2ff;
	/* For IE 6 - 9, CSS3 PIE */
	behaviour: ('css3pie/PIE.htc');
}
#main-menu ul{
	padding: 5px;
	width: auto;
	list-style: none;
	text-align: left;
	position: absolute;
	left: 195px;
	top: 0px;
	background: rgba(0,0,0,0.4);
	display: none;
}
#main-menu ul:before{
	content: "";
	display: block;
	height: 3em;
	width: 55px;
	position: absolute;
	left: -55px;
	top: 0px;
	background: no-repeat url('images/sub_menu_arrow.png') center center;
}
#main-menu>li:hover>ul{
	display: block;
}
#main-menu ul li{
	padding: 2px;
}
#main-menu ul a{
	background: #095886;
	line-height: 2em;
	padding: 0 5px;
	display: inline-block;
	white-space: nowrap;
}
#main-menu ul a:hover{
	color: #fff;
}
#main-menu ul>li>a.selected,
#main-menu ul>li.current_page_item>a,
#main-menu ul>li.current-menu-item>a{
	color: #000;
	background: #bbb;
}
/* Responsive header */
@media (max-width: 991px){
	#wrapper{
		padding-top: 50px;
	}
	#header,
	#header>div{
		width: 100%;
		display: block;
	}
	#header{
		height: 50px;
		margin-top: -50px;
		text-align: left;
		position: fixed;
		z-index: 999;
	}
	#header>div{
		padding: 0;
		height: 50px;
		position: static;
		background: #222;
	}
	#mob-menu-button{
		display: block;
		float: left;
		height: 50px;
		width: 50px;
		background: no-repeat #333 url("images/menu_icon.png") center center;
		background-size: 100% 100%;
	}
	#header>div>h1{
		margin: 0;
	}
	#header>div>h1:after{
		content: "";
		display: table;
		clear: both;
	}
	#ste-logo{
		display: none;
	}
	#mob-ste-logo{
		height: 40px;
		display: block;
		float: left;
		margin-left: 10px;
		margin-top: 5px;
	}
	#main-menu{
		width: 100%;
		margin-top: 0;
		padding: 2% 2%;
		text-align: left;
		display: none;
		background: #333;
	}
	#main-menu.display{
		display: block;
	}
	#main-menu li{
		position: relative;
	}
	#main-menu>li{
		border-bottom: 1px solid #444;
	}
	#main-menu>li:last-of-type{
		border-bottom: 0;
	}
	#main-menu>li>a{
		padding: 0 5px;
		display: block;
	}
	#main-menu>li>a:after{
		display: none;
	}
	#main-menu ul{
		padding: 5px;
		width: 98%;
		margin: 0 auto;
		list-style: none;
		text-align: left;
		position: relative;
		left: 0px;
		top: 0px;
		background: rgba(0,0,0,0.4);
		display: none;
	}
	#main-menu ul:before{
		content: "";
		display: none;
	}
	#main-menu>li:hover>ul{
		display: none;
	}
	#main-menu .menu-item-has-children>.sm-arw{
		display: inline-block;
		border-radius: 0;
		border: 0;
		height: 3em;
		width: 3em;
		background: no-repeat url('images/sub_menu_arrow.png') center 38%;
		position: absolute;
		right: 0;
		z-index: 1000;
		margin-left: 0;
		border-left: 1px solid #444;
		border-right: 1px solid #444;
	}
	#main-menu>li.expand>.sm-arw{
		border-bottom: 1px solid #444;
	}
	#main-menu>li.expand{
		padding-bottom: 10px;
		background: rgba(0,0,0,0.2);
	}
	#main-menu>li.expand>a{
		color: #8ec4e3;
	}
	#main-menu>li.expand>ul{
		display: block;
		background: transparent;
		list-style: disc;
		list-style-position: inside;
	}
	#main-menu ul li{
		padding: 2px;
	}
	#main-menu ul a{
		background: transparent;
		line-height: 2em;
		padding: 0 5px;
		display: block;
	}
	#main-menu ul a:hover{
		color: #fff;
		background: #095886;
	}
}


#page-contents{
	font-size: 1.3em;
	line-height: 1.5em;
}
.page-title{
	font-family: 'Titillium Web', sans-serif;
	font-size: 2.4em;
	line-height: 1.3em;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	margin: 50px 0;
	position: relative;
	color: #ededed;
}
.page-title:after{
	content: '';
	display: block;
	height: 2px;
	width: 120px;
	background: #3e9ed4;
	margin: 0 auto;
}
.page-desc{
	font-style: italic;
	line-height: 1.3em;
	color: #cdcdcd;
}
#page-contents p,
#page-contents ul{
	margin-bottom: 2em;
}
#page-contents .attachment-post-thumbnail{
	width: auto;
	max-height: 400px;
	margin: 0;
}

/* ABOUT */
#page-contents .about-content{
	margin-top: 5em;
}
#page-contents .su-row{
	margin: 0;
}

/* GALLERY */
#page-contents .gallery{
	text-align: center;
	padding: 1%;
	margin: 1em 0 2em;
	background: rgba(255,255,255,0.1);
}
#page-contents .gallery .gallery-item dd{
	display: none;
}
#page-contents .gallery .gallery-item{
	float: none;
	width: auto;
	display: inline-block;
	margin: 0;
	padding: 2px;
}
#page-contents .gallery-columns-1 .gallery-item{
	max-width: 100%;
}
#page-contents .gallery-columns-2 .gallery-item{
	max-width: 50%;
}
#page-contents .gallery-columns-3 .gallery-item{
	max-width: 33.33333%;
}
#page-contents .gallery-columns-4 .gallery-item{
	max-width: 25%;
}
#page-contents .gallery-columns-5 .gallery-item{
	max-width: 20%;
}
#page-contents .gallery-columnn-6 .gallery-item{
	max-width: 16.6666%;
}
#page-contents .gallery-columns-7 .gallery-item{
	max-width: 14.2857%;
}
#page-contents .gallery-columns-8 .gallery-item{
	max-width: 12.5%;
}
#page-contents .gallery-columns-9 .gallery-item{
	max-width: 11.11111%;
}
#page-contents .gallery-item dt a img{
	border: 1px solid transparent;
	margin-bottom: 0;
}
#page-contents .gallery-item dt a img:hover{
	border: 1px solid #fff;
}

/* Lightbox special styling */
#pbCaption .pbCaptionText>.title{
	background: #000;
	padding: 2px 5px;
	opacity: 0.85;
	font-size: 16px;
	font-family: Calibri, 'Segoe UI', sans-serif;
	font-weight: 100;
}
#pbOverlay #pbCaption .pbCaptionText>.counter{
	display: none;
}


/* Products list on Products page */
#page-contents .products-list{
	/*padding-top: 1em;*/
}
#page-contents .products-list:after{
	content: "";
	display: block;
	clear: both;
}
#page-contents .products-list>.product{
	width: 100%;
	float: left;
	padding: 1em;
}
@media (min-width: 992px){
	#page-contents .products-list>.product{
		width: 50%;
	}
}
#page-contents .products-list>.product>a h3{
	font-family: 'Titillium Web', sans-serif;
	color: #3e9ed4;
	font-size: 1.3em;
	margin-bottom: 1em;
	letter-spacing: 1px;
}
#page-contents .products-list>.product>a:hover h3{
	color: #7ACAF6;
}

/* Contacts */
#page-contents .contacts-list{
	margin-bottom: 2em;
}
#page-contents .contacts-list:after{
	content: "";
	display: block;
	clear: both;
}
#page-contents .contacts-list .address,
#page-contents .contacts-list .contacts{
	display: block;
	float: left;
	position: relative;
	width: 100%;
	padding: 1em;
}
@media (min-width: 721px){
	#page-contents .contacts-list .address,
	#page-contents .contacts-list .contacts{
		width: 50%;
	}
}
@media (min-width: 992px){
	#page-contents .contacts-list .address,
	#page-contents .contacts-list .contacts{
		width: 50%;
	}
}

#page-contents .contacts-list .address{
	text-align: center;
}
#page-contents .contacts-list .address img{
	margin-bottom: 0.2em;
}
#page-contents .contacts-list .address h3{
	font-weight: 700;
}
#page-contents .contacts-list .contacts img{
	margin-bottom: 0;
}
#page-contents .contacts-list .contacts table{
	border: 0;
	padding: 0;
	margin: 0;
	width: 100%;
}
#page-contents .contacts-list .contacts td{
	padding: 0.8em 0.5em;
}
#page-contents .contacts-list .contacts .email{
	color: inherit;
}
#page-contents .contacts-list .contacts .email:hover{
	text-decoration: underline;
}
#page-contents .contacts-list .contacts .social-items:after{
	content: "";
	display: block;
	clear: both;
}
#page-contents .contacts-list .contacts .social-items a{
	width: 25%;
	display: block;
	float: left;
	opacity: 0.6;
	text-align: center;
}
#page-contents .contacts-list .contacts .social-items a:hover{
	opacity: 1;
}

/* Enquiry Form */
#enquiry-form{
	margin: 0 -30px;
	padding: 15px 30px 30px;
	background: rgba(80,80,80,0.2);
}
#enquiry-form h2{
	color: #3e9ed4;
	margin: 0 0 10px;
	font-size: 1.3em;
	letter-spacing: 1px;
}
#enquiry-form form{
	display: block;
}
#enquiry-form span.clearfix{
	display: block;
}
#enquiry-form input,
#enquiry-form textarea{
	color: #ddd;
	border: 0;
	background: #383838;
	line-height: 20px;
	font-family: 'Calibri', sans-serif;
	font-size: 14px;
	padding: 5px 10px;
	display: block;
	border-radius: 2px;
	width: 100%;
	margin: 0 0 20px;
	outline: 0;
}
#enquiry-form textarea{
	resize: none;
	height: 130px;
}
#enquiry-form input.half{
	float: left;
	margin: 0 0 20px 0;
}
#enquiry-form .send-button{
	width: 150px;
	text-align: center;
}
#enquiry-form .send-button{
	width: 150px;
	text-align: center;
	color: #bbb;
	padding: 10px;
	margin-bottom: 5px;
}
#enquiry-form .send-button:hover{
	background: #3e9ed4;
	color: #fff;
}
@media (min-width: 992px){
	#enquiry-form span.clearfix{
		margin-left: -30px;
	}
	#enquiry-form input.half{
		width: 315px;
		margin-left: 30px;
	}
}
@media (min-width: 1200px){
	#enquiry-form input.half{
		width: 415px;
		margin-left: 30px;
	}
}
#enquiry-form input[required],
#enquiry-form textarea[required]{
	padding-left: 9px;
	border-left: 1px solid #3e9ed4;
}
#enquiry-form .nb{
	font-size: 12px;
	color: #888;
}
#enquiry-form .nb span{
	color: #3e9ed4;
}

/* Inbox-link */
#inbox-link{
	text-align: right;
	font-size: 12px;
	padding: 10px 0 0;
}

/* Tablepress */
.tablepress tfoot th,
.tablepress thead th{
	background: #3e9ed4;
	border: 0;
}
.tablepress .odd td{
	background: #222;
}
.tablepress .even td{
	background: #111;
}
.tablepress tbody td{
	border: 0;
}