h2 strong{
	color:#faa61a;
	font-size:16px;
	font-weight:500;
	display:block;
	margin-bottom:5px;
}

h3 strong{
	color:#faa61a;
	font-size:16px;
	font-weight:500;
	display:block;
	margin-bottom:5px;
}

.overlay{
	background:rgba(0,0,0,0.75);
	width:100%;
	height:100%;
	position:fixed;
	float:left;
	z-index:9998;
	display:none;	
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 9999 !important;
	width:100%;
	height:100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	text-align:center;
}

#status {
	position: relative;
	top: 50%;
	transform: translateY(-50%);	
	margin-top:-50px;
}

.cropit-preview {
	display: inline-block;
	position:  relative;
	background-image:url(../images/user/default.png);
	background-size: cover;
	float: left;
	width:100%;
	border-radius:200px;
	overflow:hidden;
	margin-bottom:20px;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}

.cropit-preview:before{
	content: "";
	display: block;
	padding-top: 100%; /* initial ratio of 1:1*/
}

.cropit-preview-image-container {
	cursor: move;
}

.cropit-information{
	font-size:12px; 
	line-height:18px !important;
	display:inline-block;
}

.cropit-image-zoom-input{
	width:100%;
}

#heading{
	width:100%;
	float:left;
	background-position:center !important;
	background-size:cover !important;
	position:relative;
	clear:both;
	margin-bottom:-65px;
}

#heading:before{
	content: "";
	display: block;
	padding-top: 31%; /* initial ratio of 1:1*/
}

#heading #headingoverlay{
	background:rgba(0,0,0,0.25);
	width:100%;
	height:100%;
	float:left;
	position:absolute;
	top:0;
	left:0;	
}

#heading .container{
	position:absolute;
	bottom:10%;
	left:8%;
}

#heading h2 strong{
	color:#faa61a;	
	font-size:30px;
	font-weight:400;
	margin-bottom:-5px;
}

#heading h2{
	color:#fff;
	font-size:60px;
	font-weight:400;
}

#container{
	padding-top:60px;	
	clear:both;
}

#padder{
	height:100px;
	width:100%;
	float:left;
	clear:both;	
	position:relative;
	z-index:-1;
	display:none;
}

#login-strip{
	background:rgba(255,255,0,0.4);
	border-radius:5px;
	border:1px dotted #faa61a;
	box-sizing:border-box;
	clear:both;
	float:left;
	padding:20px 3% 15px 3%;
	margin-bottom:20px;
	width:100%;
	text-transform:uppercase;
	letter-spacing:1px;
	line-height:normal;
	font-size:12px;
	font-weight:bold;
	word-spacing:2px;
}

#login-strip a{
	color:#faa61a;	
}

#login-strip a:hover{
	color:#000;
}

header{
	background:#235b74;
	border-bottom:5px solid #faa61a;
	width:100%;
	z-index:9999;
	float:left;
	clear:both;
	height:60px;
	padding:20px 0;
	top:0;
	left:0;
}

header .container,
header .columns{
	margin-top:0;
	margin-bottom:0;
	padding-top:0 !important;
	padding-bottom:0 !important;
}

header h1#logo {
	height:60px;
	width:400px;
	display:inline-block;
	margin:0 0 !important;
	padding:0;
	float:left;
	position:relative;
	z-index:9970;
}

header h1#logo a{
	display:block;
	float:left;
}

header h1#logo a:nth-of-type(2){
}

.sub-page-item img{
	width:100%;	
	margin-bottom:0;
}

.sub-page-item h4{
	width:100%;	
	font-size:18px;
	margin-bottom:0 !important;
}

.sub-page-item hr{
	float:left;
	margin-top:30px;
	background: #faa61a;
}

.persons .columns{
	margin-bottom:2%;
}

.persons .columns:nth-child(4n+1){
	margin-left:0;
	clear:both;
}

.persons .columns:nth-child(4n+1),
.persons .columns:nth-child(4n+3){
	position:relative;
	overflow:hidden;
	border-radius:400px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}

.persons .columns:nth-child(4n+1):before,
.persons .columns:nth-child(4n+3):before{
	content: "";
	display: block;
	padding-top: 100%; /* initial ratio of 1:1*/
}

.persons .columns:nth-child(4n+2){
	margin-right:4%;
}

.persons .columns p{
	text-align:left;
	font-size:0.9em;
	line-height:20px;
	text-transform:uppercase;
}

.person-item{
	width:18%;
	margin:0 2% 2% 0;
	float:left;
	min-height:280px;
	text-align:center;
}

.person-item p{
	text-align:center;
	font-size:9px;
	line-height:12px;
	letter-spacing:1px;
	text-transform:uppercase;
}

.person-item:nth-child(5n+1){
	margin-right:0 !important;
}


.person-item:nth-child(5n+2){
	clear:both;
}

.person-item h5{
	margin:0 0 5px 0 !important;
	font-size:13px;
	line-height:12px;
	letter-spacing:1px !important;
	font-weight:bold;
	width:100%;
	clear:both;
}

.person-item .person-image{
	display: inline-block;
	position:  relative;
	float: left;
	width:76%;
	margin:0 0 8% 12%;
	border-radius:200px;
	overflow:hidden;
	margin-bottom:20px;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}

.person-item .person-image:before{
	content: "";
	display: block;
	padding-top: 100%; /* initial ratio of 1:1*/
}

.addthis_inline_share_toolbox{
	margin:0 0 20px -10px;	
}

#responsive-trigger{
	width:50px;
	height:50px;
	top:22px;
	right:22px;
	color:#faa61a;
	text-align:center;
	line-height:50px;
	position:absolute;
	display:none;
}

h2#page-title {
	background:url(../images/layout/sub-heading.jpg) no-repeat center;;
	background-size:cover;
	clear:both;
	color:#fff;
	width:100%;
	padding:25px 0;
	margin-bottom:0 !important;
	text-align:center;
	font-size:28px;
}

#page-title #breadcrumb{
	clear:both;
	font-size:13px;
}

#page-title #breadcrumb em{
	margin:0 5px !important;
	display:inline-block;
}

#intro{
	padding:80px 0 80px 0;
	float:left;
	width:100%;
}

#intro hr{
	margin:0 0 55px 0;
}

#intromedia hr{
	margin-top:0;
	margin-bottom:55px;
}

#intro .eight.columns p{
	margin-bottom:50px;
	text-align:left;
	width:90%;
}

#intro .four.columns blockquote{
	font-size:18px;
	line-height:25px;
	text-align:left;
	font-weight:400;
}

#intro .four.columns blockquote strong{
	font-size:80px;
	font-family:serif;
	float:left;
	color:#faa61a;
	width:100%;
}

#intro .four.columns p{
	line-height:16px;
	font-size:13px;
}

#intro .four.columns p strong{
	display:inline-block;
	width:100%;
}

#intro .four.columns .bx-wrapper li{
	padding-bottom:30px !important;
}

#intro .four.columns .bx-wrapper .bx-pager {
	text-align: left;
	margin:10px 0 0 -5px !important;
	float:left;
}

#uid-contact{
	padding:4%;
	width:42%;
	min-height:500px;
	float:left;
	margin-bottom:-80px;
}

#uid-map{
	background:#ccc;	
	padding:4%;
	width:42%;
	min-height:500px;
	float:right;
	margin-bottom:-80px;
}

.newspaper-content{
	column-count:2; 
	column-gap: 40px;
}

.newspaper-content.list-content p{
	display:inline-block;	
	margin-bottom:20px !important;
	width:100%;
}

.newspaper-content.list-content p big{
	display:inline-block;
	font-family: 'Oswald', sans-serif;	
	color:#119290;
	font-size:25px;
	width:40px;
}

.metland-content{
	margin:60px auto;
	display:inline-block;
	width:100%;
	float:left;
}

.textbox{
	width:94% !important;
	padding:3% !important;
	margin-bottom:15px !important;
	display:inline-block;
	background:#f2f2f2;	
	-ms-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box; 
	box-sizing:content-box;
}

select.textbox{
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
	background-image:url(../images/layout/select.png);
	background-repeat:no-repeat;
	background-position: 96% center;
}

textarea.textbox{
	height:130px;	
}

label.error{
	margin-top:-10px;
	margin-bottom:10px;
	color:#f00;
	font-style:italic;	
}

#simulation-result{
	display:none;	
}

#intro-posts{
	margin-bottom:80px !important;
	float:left;
	width:100%;	
}

#endorsement{
	background:#235b74;	
	float:left;
	width:100%;
	padding:50px 0;
	margin-bottom:5%;
}

#endorsement .person-item{
	clear:none !important;
	width:18% !important;
	margin:1% !important;
}

#endorsement .person-item .person-image{
	width:80%;
	margin:0 0 8% 10% !important;
}


.post-list .post-item:nth-child(3n+1){
   clear:both;
   margin-left:0;
}

.post-item{
	width:25%;
	float:left;
	-o-transition:.5s; 
	-ms-transition:.5s; 
	-moz-transition:.5s; 
	-webkit-transition:.5s;
	background:#fff;
}

.post-item:hover{
	opacity:1;
	margin-top:-30px;
	margin-bottom:30px;	
	-webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    0px 5px 30px 0px rgba(0, 0, 0, 0.25);
	box-shadow:         0px 5px 30px 0px rgba(0, 0, 0, 0.25);
}

.post-item small{
	text-transform:uppercase;
	font-size:9px;	
	letter-spacing:1px;
	position:absolute;
	bottom:0;
	left:0;
}

.post-item small strong{
	background:#faa61a;
	padding:0 8px;
	margin-right:10px;
	color:#fff;
	display:inline-block;
	font-weight:normal;
}

.post-item a.post-thumbnail{
	float:left;
	width:100%;
	overflow:hidden;
	position:relative;
}

.post-item a.post-thumbnail:before{
	content: "";
	display: block;
	padding-top: 66%; /* initial ratio of 1:1*/
}

.post-item a.post-thumbnail img{
	width:100% !important;	
	position:absolute;
	top:0;
	left:0;
}

.post-item .post-excerpt{
	width:84%;
	height:170px;
	margin:8%;
	float:left;
	position:relative;
}

.post-item .post-excerpt h4{
	margin-bottom:10px !important;
	letter-spacing:0;
	min-height:70px;
}

.post-item .post-excerpt h4 a{
	color:#000;
}









.video-item{
	padding:0;
	float:left;
	margin-bottom:5%;
	position:relative;
}

.video-item a.video-thumbnail{
	float:right;
	height:100%;
	width:100%;
	overflow:hidden;
	position:relative;
	background-repeat:no-repeat;
	background-size:cover;
	text-align:center;
}

.video-item a.video-thumbnail:before{
	content: "";
	display: block;
	padding-top: 75%; /* initial ratio of 1:1*/
}

.video-item a.video-thumbnail .play{
	width:100%;
	height:100%;
	float:left;
	background:#cc0 url(../images/layout/play.png) no-repeat center;
}

.video-item h4{
	background:#fff;
	width:90%;
	padding:5%;
	text-transform:none;
	left:0;
	float:left;
	text-align:center;
}

.video-item h4 a{
	color:black;	
}














.gallery-item{
	min-height:auto !important;	
	background-size:cover;
	width:25%;
	margin:0 0 0 0;
	position:relative;
}

.gallery-item.gallery-title{
	background:#faa61a;
}

.gallery-item.gallery-title h3 strong{
	color:#fff;
}

.gallery-item.gallery-title h3{
	font-size:24px;
	line-height:28px;
}

.gallery-item.gallery-title div{
	position:absolute;
	top:0;
	left:0;
	padding:10%;
	width:80%;
	height:80%;
}

.gallery-item:hover{
	opacity:1;
	margin:0;
	width:25%;
	-webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 5px 30px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 5px 30px 0px rgba(0, 0, 0, 0.5);
}

.gallery-item:before{
	content: "";
	display: block;
	padding-top: 100%; /* initial ratio of 1:1*/
}





#panorama{
	width: 100%;
	float:left;
	height:400px;
}

.pdf-item{
	width: 100%;
	float:left;
	position: relative;
	height:500px;
	border:1px solid #333;
}

p#product-buttons{
	clear:both;	
	margin-top:20px !important;
	float:left;
	clear:both;
}

p#product-buttons a.button{
	clear:both;	
	min-width:150px;
	text-align:center;
	margin-bottom:5px;
}

footer{
	padding-top:30px !important;
	display:block !important;
	background:#235b74;
	float:left;
	width:100%;
	color:#fff;
	margin-top:50px;
}

footer nav li{
	margin:0;
	padding:0;
	background:none;	
	width:50%;
	float:left;
}

footer nav li a{
	color:#ccc;
	font-size:15px;
	line-height:22px;
}

footer h4{
	color:#faa61a;
	font-size:16px !important;
	margin-top:20px;
	margin-bottom:20px !important;
	display:inline-block;
}

footer address,
footer p{
	color:#ccc;
	font-size:15px;
	line-height:22px;
	margin-bottom:25px;
}

footer .columns.right{
	text-align:right;	
}

footer #footer{
	margin-top:30px;
	padding-top:7px;
	padding-bottom:7px;
	width:100%;
	float:left;
	font-weight:500;	
	background:#faa61a;
}

footer #footer p{
	color:#235b74 !important;	
	line-height:18px;
	margin:0;
}

footer #social{
}

footer #social a{
	background:rgba(255,255,255,0.15);
	height:40px;
	width:40px;
	display:inline-block;
	line-height:40px;
	text-align:center;
	border-radius:40px;
	color:#faa61a;
	margin-right:10px;
}

footer #social a:hover{
	background:rgba(255,255,255,0.20);
}

form#mc-embedded-subscribe-form{
	position:relative;
	padding-bottom:0 !important;
}

form#mc-embedded-subscribe-form input[type=email]{
	width:50%;
	padding:15px 15px 15px 0;
	margin:0 !important;
	display:inline;
	color:#fff;
	font-size:14px !important;
	background:none;
	border-bottom:2px solid #faa61a;
}

form#mc-embedded-subscribe-form input[type=submit]{
	background:none;
	border-bottom:2px solid #faa61a;
	padding:15px 0 15px 15px;
	margin:0 !important;
	display:inline;
	color:#faa61a;
	font-size:14px !important;
}

form#mc-embedded-subscribe-form input[type=submit]:hover{
	margin:0 !important;
}

.addthis_widget{
	margin:10px 0 40px -10px;	
}

#post-information{
	border-top:1px solid #fcc929;
	float:left;
	width:100%;
	padding-top:20px;
	margin-top:20px;
	margin-bottom:15px;
}

#post-information.post-information-top{
	border-bottom:1px solid #fcc929;
	border-top:none;
	padding-bottom:15px;
	margin-bottom:30px;
}

#post-information .addthis_sharing_toolbox{
	float:right;
}

#post-information p{
	float:left;
}

.row{
	margin-bottom:15px;
	width:100%;
	display:inline-block;
}

.row .full-width{
	width:96% !important;
	padding:2% !important;
	margin:0;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	border:1px solid #333;
	font-size:16px;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

.row textarea.full-width{
	height:300px !important;
}

.row .full-width.birthday{
	margin-right:10px;
	float:left;
}

.row textarea.full-width{
	height:120px;
}

.eight .row .full-width{
	width:96% !important;
	padding:2% !important;
}

.row input:disabled,
.row select:disabled,
.row textarea:disabled{
	background: #e6e6e6 !important;
}

.row.row2{
	margin-top:20px;
	text-align:center;
}

.post-categories{
	border:1px solid #000;
	padding:0;
	margin-top:2% !important;
}

.post-categories h3{
	background:#119290;
	color:#fff;	
	text-transform:none;
	font-size:15px;
	line-height:16px;
	padding:4%;
	width:92%;
	margin:0;
}

.post-categories ul,
.post-categories li{
	margin:0;
	padding:0;
	width:100%;	
	background:none !important;
}

.post-categories a{
	width:92%;
	padding:4%;
	display:inline-block;
	line-height:15px !important;
	font-size:13px;
}

.post-categories a:hover,
.post-categories a#active{
	background:#f4f4f4;
	opacity:1;	
}

.searchbox{
    position:absolute;
	top:60px;
	left:30px;
    min-width:40px;
    height:40px;
    float:right;
	z-index:9999;
	display:none;
}

.searchbox-input{
    top:0;
    right:0;
    border:0;
    outline:0;
    width:180px !important;
    height:30px !important;
    margin:0 0 0 0 !important;
    padding:5px 10px 5px 0 !important;
	background:#fff !important;
	border-radius:0 !important;
	float:left;
	border-bottom:1px solid #000 !important;
}

.searchbox-submit{
    width:40px !important;
    height:41px !important;
    display:block !important;
    font-size:20px !important;
    right:0 !important;
    padding:0 !important;
    margin:0 !important;
    line-height:40px !important;
    text-align:center;
    cursor:pointer;
    color:#000 !important;
	background:none !important;
	border-bottom:1px solid #000 !important;
}

table.show-on-mobile{
	display:none !important;
}

table.table{
	width:100%;		
	margin-bottom:3% !important;
	border-left:1px solid #119290;
	border-top:1px solid #119290;
}

table.table td,
table.table th{
	padding:7px 10px 5px 10px !important;
	border-right:1px solid #119290;
	border-bottom:1px solid #119290;
}

table.table th{
	text-align:left !important;
	font-weight:bold;
	background:#119290;
	color:#fff;
}



table.table2{
	width:100%;		
	margin-bottom:3% !important;
	border:none !important;
	border-left:1px solid #fcc929 !important;
}

table.table2 td,
table.table2 th{
	border:none;
	padding:3px 10px !important;
	border-right:1px solid #fcc929;
	border-bottom:1px solid #fcc929;
}

table.table2 th{
	border:none;
	text-align:left !important;
	font-weight:bold;
	background:#fcc929;
	padding:3px 8px !important;
}

.table.specification{
	border:0;
	border-bottom:1px solid #333;
}

.table.specification td{
	border-right:0;
	border-bottom:0;
	border-top:1px solid #333 !important;
	padding:5px 5px 5px 0 !important;
}

.table-specification-wrapper table{
	border:0;
	margin-top:20px;
	width:100%;
	border-bottom:1px solid #333 !important;
}

.table-specification-wrapper table td{
	border-right:0;
	border-top:1px solid #333 !important;
	padding:5px 5px 5px 0 !important;
}

.table-specification-wrapper table td:first-child{
	font-weight:bold;
}

.table-specification-wrapper .specification-icons{
	margin-top:10px;	
}

.table-specification-wrapper .specification-icons i{
	color:#ccc;
}

.table-specification-wrapper .specification-icons span{
	margin-right:20px;	
}

#back-to-top {
    position: fixed;
    bottom: 65px;
    left: 3%;
    z-index: 7000;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: url(../images/layout/icon-back-to-top-01.png);
	background-size:100%;
    color: #444;
    cursor: pointer;
    border: 0;
	font-size:0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
}
#back-to-top.show {
    opacity: 1;
}

p.tags{
	margin:10px 0 20px 0;	
}

p.tags a{
	border: 1px solid #119290;
	font-size:11px;
	text-transform:uppercase;
	padding:8px 10px 5px 10px;
	margin-bottom:5px;
	line-height:normal;
}

@media only screen and (max-width: 768px) {
	header{
		position:relative !important;	
	}
	
	header h1 img{
		padding-top:5px;
		height:50px;	
	}
	
	h4{
		margin-top:10px;	
	}
	
	.bx-controls-direction{
		display:none;	
	}
	
	#intro{
		padding:40px 0;
	}
	
	#intro p{
		margin-bottom:20px;
	}
	
	.table.specification tr td:first-child{
		font-weight:bold;
	}
	
	ul.tabs-menu li.current {
    	margin-top:0 !important;
	}
	
	ul.tabs-menu{
		border-bottom:none !important;
	}
	
	ul.tabs-menu .current a {
		padding:7px 7px 4px 7px;
	}
	
	h3.tab-section{
		//display:block !important;	
	}
	
	.post-item{
		width:50% !important;
	}
	
	.post-item .post-excerpt{
		height:200px;
	}
	
	.post-item small{
		font-size:8px;	
	}
	
	#uid-map{
		width:100%;
		height:350px;	
	}
	
	#uid-contact{
		width:92% !important;
	}
	
	#uid-contact table{
		clear:both;
	}
	
	.gallery-item{
		width:50%;
	}
	
	#responsive-trigger{
		display:block;
	}
	
	#heading{
		padding:70px 0 20px 0;
		clear:both;
	}
	
	footer a{
		margin:0 5px;
	}
	
	.persons .columns:nth-child(4n+1),
	.persons .columns:nth-child(4n+3){
		width:150px !important;
	}
	
	.person-item{
		width:46%;
		margin:2%;
		float:left;
		min-height:250px;
		text-align:center;
	}
	
	footer .columns.right{
		text-align:left;
	}


}