@font-face {
	font-family: "Gill Sans";
	src: url("../fonts/gill-sans.eot"); /* IE9*/
	src: url("../fonts/gill-sans.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("../fonts/gill-sans.woff2") format("woff2"), /* chrome、firefox */
	url("../fonts/gill-sans.woff") format("woff"), /* chrome、firefox */
	url("../fonts/gill-sans.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url("../fonts/gill-sans.svg#Gill Sans") format("svg"); /* iOS 4.1- */
}
@font-face {
    font-family: 'gillsanslight';
    src: url('../fonts/gillsanslight.eot');
    src: url('../fonts/gillsanslight.eot') format('embedded-opentype'),
         url('../fonts/gillsanslight.woff2') format('woff2'),
         url('../fonts/gillsanslight.woff') format('woff'),
         url('../fonts/gillsanslight.ttf') format('truetype'),
         url('../fonts/gillsanslight.svg#gillsanslight') format('svg');
}

*{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	outline:none !important
}


body{
	font-family: 'gillsanslight';
	/*font-size:36px;*/
	font-size:22px;
	line-height:1.5;
	color:#000000;
	background-color:#fbfbfb;
}

.wos-space-100{
	height:100px
}


img{
	max-width:100%;
}

.imgalignleft{ float:left; margin-right:15px;margin-bottom:15px}
.imgaligncenter{
	display:table;
	margin:0 auto 15px;
}
.imgalignright{ float:right; margin-left:15px;margin-bottom:15px}
.imagefullwidth{ width:100%;}

h1, h2, h3, h4, h5, h6{
	font-family: "Gill Sans";
	font-weight:normal;
	margin-bottom:25px;
}

h1{
	font-size:1.5833333;
}
h2{
	font-size:1.35em;
}
h4{
	font-size:1em;
}
h5{
}

p{
	margin-bottom:25px;
}

.fleft{ float:left; }
.fright{ float:right; }
.cfix{ clear:both; }
.cfix:before, .cfix:after{
	content:"";
	clear:both;
	display:table
}

a{
	color:#008989;
}

.container{
	/*width:1893px;*/
	width:1208px;
	max-width:100%;
}



.wos-header{}
.wos-header-inner{}
.wos-header-bg-img{
	position:relative
}
.wos-header-bg-img img{
	width:100%;
}
.wos-header-overlay-wrapper{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:2;
}
.wos-header-overlay-content{
	text-align:center
}

.wos-brand-logo{
	width:21%;
	/*max-width:380px;*/
	display:table;
	margin:0 auto 30px
}
.wos-caption{
	font-size:3.2727272em;
	line-height:1.15em;;
	color:#ffffff;
	text-shadow:0 3px 8px rgba(0,0,0,0.67);-moz-text-shadow:0 3px 8px rgba(0,0,0,0.67);-webkit-text-shadow:0 3px 8px rgba(0,0,0,0.67);
}

.wos-header-right{
	position:absolute;
	top:0;
	right:50px;
	text-align:right;
	color: #26af85;
	font-family: "Gill Sans";
	z-index:4;
}
.wos-phone{
	font-size:1.6818181em;
	color:#000;
}
.wos-phone i{
	color:#26af85;
	font-size:1em;
	margin-right:16px;
}
.wos-header-right a{
	font-size:1.05em;
	color: #26af85;
	text-decoration:underline;
	text-shadow:0 2px 4px rgba(0,0,0,0.36);-moz-text-shadow:0 2px 4px rgba(0,0,0,0.36);-webkit-text-shadow:0 2px 4px rgba(0,0,0,0.36);
}


.wos-navigation-wrapper{
	padding:15px 0;
	background-color:#FFF;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.1);-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.navbar{
	background-color:transparent;
	border:0;
	border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;
	margin-bottom:0;
	
}
.navbar-brand{
	height:inherit;
	padding-top:0;
	padding-bottom:0;
}
.wos-primary-menu{
	margin-top:27px;
}
.navbar-default .navbar-nav>li{
	margin:0 0 0 28px
}
.navbar-default .navbar-nav>li>a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000;
	font-size:17.87px;
	padding:0;
	text-transform:uppercase;
	transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	color: #26af85;
	background-color:transparent;
}


.wos-content{
	padding:52px 0
}

.wos-heading{
	text-align:center;
	display:table;
	margin:0 auto 15px
}
.wos-heading h1,
.wos-heading p{
	margin-bottom:0;
}
.mb-120{
	margin-bottom:80px;
}
.wos-featured-box-wrapper{
	background: rgba(242,242,242,1);
	background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(50,153,101,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,242,242,1)), color-stop(100%, rgba(50,153,101,0)));
	background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(50,153,101,0) 100%);
	background: -o-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(50,153,101,0) 100%);
	background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(50,153,101,0) 100%);
	background: linear-gradient(to bottom, rgba(242,242,242,1) 0%, rgba(50,153,101,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#329965', GradientType=0 );
}
.wos-feature-box{
	padding: 25px 27px;
	text-align:center;
}
.wos-feature-ico{
	margin-bottom:30px;
}
.wos-feature-box .wos-feature-title{
	color:#26af85;
	text-transform:uppercase;
	margin-top:0;
	margin-bottom:20px;
	font-family: "Gill Sans";
	font-size:1.05em;
}
.wos-feature-content{
	font-size:0.8888888em;
}
.wos-feature-content p{
	margin-bottom:0;
}
.wos-feature-content ul{
	list-style-type:none;}
.wos-feature-content ul li{
	float:left;
	margin:12px 0 0 0;}
.wos-feature-content ul li>i{
	float:left;
	margin:0 0 0 0px;
	padding:0 8px;
	font-size:24px;
	color:#26af85;}
.wos-feature-content ul li a{
	font-size:18px;
	font-family:"Gill Sans";
	color:#26af85;
	text-decoration:none;}
.wos-feature-content ul li a:hover{
	color:#26af85;}
.wos-footer{
	background:url(../images/footer-bg.jpg) no-repeat 0 0;
	background-size:cover
}
.wos-footer-inner{
	padding:70px 0;
}
.wos-footer-inner > .row > .col-md-4{
	padding-left:20px;
	padding-right:20px;
}
.wos-footer-box{
	padding:20px;
	background-color:#FFF;
	min-height:384px;
	border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
}
.wos-footer-icon-wrapper{
	margin:25px 0
}
.wos-footer-icon-wrapper i{
	font-size:1.8em;
	color:#008989;
}
.wos-footer-box h2{
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	margin:0 0 25px;
	font-size:0.85em;
}
.wos-time-table{}
.wos-time-table .wos-row{}
.wos-time-table .wos-row span{
	width:50%;
	float:left;
	font-family: "gillsanslight";
	color:#7a7a7a;
	font-size:0.86em;
	font-weight:bold;
}
.wos-footer-content{
	font-family: "gillsanslight";
	color:#7a7a7a;
	font-size:0.86em;
	font-weight:bold
	
}

.wos-sm-vis{
	display:none
}
.wos-sm-hidden{
	display:block
}

.wos-tablet-header{
	background: rgba(59,168,137,1);
	background: -moz-linear-gradient(left, rgba(59,168,137,1) 0%, rgba(186,235,154,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(59,168,137,1)), color-stop(100%, rgba(186,235,154,1)));
	background: -webkit-linear-gradient(left, rgba(59,168,137,1) 0%, rgba(186,235,154,1) 100%);
	background: -o-linear-gradient(left, rgba(59,168,137,1) 0%, rgba(186,235,154,1) 100%);
	background: -ms-linear-gradient(left, rgba(59,168,137,1) 0%, rgba(186,235,154,1) 100%);
	background: linear-gradient(to right, rgba(59,168,137,1) 0%, rgba(186,235,154,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ba889', endColorstr='#baeb9a', GradientType=1 );
}
.wos-tablet-header-inner{
	padding:5px 0;
}
.wos-phone-sm{
	font-family: "Gill Sans";
	color:#fff;
	font-size:1.2em;
}
.wos-phone-sm a{
	color:#fff
}
.wos-phone-sm a:hover{
	text-decoration:none
}
.wos-top-right a{
	color:#26af85;
	text-decoration:underline;
	font-family: "Gill Sans";
	font-size:1em;
}


.wos-siderbar{
	font-family: "Gill Sans";
}
.widget{}
.widget-content{}
.widget ul{
	margin:0;
	padding:0;
	list-style:none
}
.widget li{
	font-family: "Gill Sans";
	font-size:0.9em;
	padding-left:17px;
	margin-bottom:4px;
}
.widget li:before{
	content:"\f111";
	font-family:FontAwesome;
	color:#000;
	font-size:9px;
	display:inline-block;
	margin-right:10px;
}
.widget li a{
	text-decoration:underline;
	color:#26af85;
}
.widget li a:hover{
	text-decoration:none
}

.wos-post{}
.wos-img{
	margin-bottom:30px;
}
.wos-post-title{
	margin-top:0;
	margin-bottom:30px;
}


.wos-info-box-wrapper{
	margin:100px 0 30px;
}
.wos-info-box{
	padding:70px 30px 35px;
	border:2px solid #ededed;
	border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;
	
	text-align:center;
	
	min-height:280px;
	
	background: rgba(255,255,255,0.03);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.03) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.03)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.03) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.03) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.03) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.03) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
	
	position:relative;
}
.wos-info-icon{
	position:absolute;
	left:calc(50% - 100px);
	top:0;
	width: 100px;
	height:68px;
	border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;
	text-align:center;
	background-color:#fbfbfb;
	transform:translate(50%,-60%);-moz-transform:translate(50%,-60%);-webkit-transform:translate(50%,-60%);
}
.wos-info-title{
	font-weight:bold;
	margin-bottom:22px;
	text-transform:uppercase;
}
.wos-info-content{
	line-height:1.25em;
}
.wos-info-content p:last-child{
	margin-bottom:0;
}
.wos-info-content a{
	color:#26af85
}


.wos-fancy-txt{
	margin:50px 0 65px;
	color:#444545;
	text-align:center;
	font-size:2.1em;
	text-shadow:0px 2px 5px rgba(0,0,0,0.23);
}


.wos-contact-wrapper{
	background-color:#FFF;
	box-shadow:5px 5px 23px rgba(0,0,0,0.11);
	-moz-box-shadow:5px 5px 23px rgba(0,0,0,0.11);
	-webkit-box-shadow:5px 5px 23px rgba(0,0,0,0.11);
	padding:36px;
	margin-bottom:85px;
}

.page-title{
	font-size:1.3636363em;
}

.wos-contact-form{}
label{
	font-size:14px;
	text-transform:uppercase;
	font-family: "Gill Sans";
	font-weight:bold;
}
label span.wos-required{
	color:#c60000;
	margin-left:1px;
}
.form-control{
	height:50px;
	line-height:50px;
	background-color:#e8e8e8;
	border:2px solid #e1e1e1;
	font-size:22px;
	margin-bottom:30px;
}
textarea.form-control{
	line-height:normal;
}

.btn{
	color:#fff;
	font-family: "Gill Sans";
	font-size:1em;
	text-align:center;
	padding:12px 0;
	min-width:195px;
	box-shadow:0 0 5px -40px rgba(255,255,255,0.3) inset;
	background:url(../images/btn-shadow.png) no-repeat left 0 bottom 0 #26af85;
	float:right
}

.wos-contact-sidebar{
	font-size:15px;
	color:#4b4b4b;
	border:1px solid #26af85;
	padding:34px;
	background:url(../images/wos-contact-sidebar.jpg) repeat 0 0;
	min-height:90vh
}
.green-color{
	color:#26af85;
	text-transform:uppercase;
}

.contact-page .wos-content{
	padding-bottom:0;
}
.map-wrapper{
	line-height:0;
}
.map{ position:relative}
.scrolloff {
	pointer-events: none;
}


#wos-team{
	position:relative;
	background-color:#FFF;
	box-shadow:5px 5px 23px rgba(0,0,0,0.11);
	-moz-box-shadow:5px 5px 23px rgba(0,0,0,0.11);
	-webkit-box-shadow:5px 5px 23px rgba(0,0,0,0.11);
	padding:15px 25px;
	margin-bottom:85px;
}
#wos-team-holder {
    font-size: 0;
    margin-bottom: 20px;
    margin-top: 20px;
	padding:0;
	position: relative;
    text-align: center;
}
#wos-team .member {
    display: inline-block;
    font-size: 13px;
    opacity: 0;
    overflow: hidden;
	padding:15px;
    text-align: center;
    vertical-align: top;
    width: 33.3333333%;
	font-family: "Gill Sans";
}
#wos-team .member .images {
    position: relative;
}
#team .member img {
    left: 0;
    top: 0;
    width: 100%;
	display:inline-block;
	vertical-align: middle;
	height: auto;
    max-width: 100%;
}
#wos-team .member .name {
    border-bottom: 1px dotted #ccc;
    font-size: 1.5em;
    letter-spacing: 0;
    margin-bottom: 0;
    opacity: 0;
    padding: 0;
}
#wos-team .member span {
	font-size:1.2em;
	font-family: 'gillsanslight';
}
.wos-invisible {
    display: none;
}

/*@media all and ( max-width: 2100px ){
	body{
		font-size:30px;
	}
	.wos-brand-logo {
		width: 15%;
	}
	.wos-caption {
		font-size: 2.33333em;
		line-height: 1.1em;
	}
	.wos-feature-ico {
		display: table;
		margin:0 auto 40px;
		max-width: 55%;
	}
	.wos-feature-box .wos-feature-title {
		margin-bottom: 30px;
	}
}
@media all and ( max-width: 1920px ){
	body{
		font-size:28px;
	}
	.wos-brand-logo {
		width: 13%;
	}
	.wos-footer-box {
		min-height: 500px;
	}
}
@media all and ( max-width: 1600px ){
	body{
		font-size:25px;
	}
	.wos-phone{
		font-size:1.2em;
	}
	.wos-phone i {
		color: #26af85;
		display: inline-block;
		font-size: 1.2em;
		vertical-align: bottom;
		margin-right:0;
	}
	.wos-header-right a {
		color: #26af85;
		font-size: 0.75em;
	}
	.wos-brand-logo{
		margin-bottom:20px;
	}

	.navbar-default .navbar-nav > li > a{
		font-size:19px;
	}
	.wos-primary-menu {
		margin-top: 60px;
	}
	.wos-footer-box {
		min-height: 480px;
	}
	h1, h2, h3, h4, h5, h6, p{
		margin-bottom:36px;
	}
	.mb-120{
		margin-bottom:40px;
	}
}
@media all and ( max-width: 1366px ){
	body{
		font-size:21px;
	}
	.navbar-default .navbar-nav > li {
		margin: 0 0 0 40px;
	}
	.navbar-default .navbar-nav > li > a{
		font-size:16px;
	}
	.wos-footer-box {
		min-height: 420px;
	}
	.wos-header-right{
		right:30px
	}
}*/
@media all and ( max-width: 1600px ){
	body{
		font-size:20px;
	}
	.wos-brand-logo {
		width: 17%;
	}
	.wos-phone i{
		margin-right:2px;
	}
	.wos-caption{
		line-height:1.02em;
	}
	.wos-footer-box {
		min-height: 320px;
	}
}
@media all and ( max-width: 1366px ){
	body{
		font-size:18px;
	}
	.wos-brand-logo {
		width: 15%;
		margin-bottom:15px;
	}
	.mb-120{
		margin-bottom:60px;
	}
	.wos-space-100{
		height:85px
	}
}
@media all and ( max-width: 1280px ){
	.wos-content{
		padding:36px 0
	}
	.wos-caption {
    	font-size: 2.8em;
	}
	.navbar-default .navbar-nav > li > a{
		font-size:17px;
	}
	.wos-space-100{
		height:70px
	}
	.wos-contact-sidebar{
		min-height:723px;
	}
}
@media all and ( max-width: 1024px ){
	body{
		font-size:19px;
	}
	.wos-caption{
		font-size:2em;
	}
	.wos-brand-logo {
		width: 14%;
	}
	.wos-footer-inner > .row > .col-md-4 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.wos-footer-box {
		min-height: 380px;
		padding: 20px 20px;
	}
	.wos-content{
		padding:40px 0
	}
	.wos-feature-box {
		padding: 45px 0;
	}
	.wos-footer-icon-wrapper i{
		font-size:2.25em;
	}
	.wos-footer-icon-wrapper,
	.wos-footer-box h2 {
		margin: 30px 0;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 14px;
	}
	.wos-footer-inner{
		padding:46px 0
	}
	.wos-footer-box {
		min-height: 325px;
		padding: 20px;
	}
	.wos-feature-box{
		padding-bottom:25px;
	}
	.wos-header-right {
    	right: 15px;
	}
	.wos-space-100{
		height:55px
	}
	.wos-contact-sidebar{
		padding:20px
	}
	.wos-contact-wrapper{
		padding:20px
	}
}
/****** mobile menu for tablets *******/
@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
	.navbar-toggle,
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
		background-color:transparent;
		border:0;
		padding:0;
		box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;
	}
	.navbar-toggle img{
		height:50px
	}
	.wos-space-100{
		height:40px
	}
}
@media all and ( max-width: 992px ){
	.wos-featured-box-wrapper{
		background:none;
	}
	.wos-featured-box-wrapper{
		width:460px;
		max-width:100%;
		margin:0 auto 36px
	}
	.wos-feature-box{
		padding:0
	}
	.wos-feature-box .wos-feature-title,
	.wos-feature-content{
		font-size:18px;
		margin-bottom:5px;
	}
	.wos-feature-ico{
		max-width:100%
	}
	.wos-footer-box {
		display: block;
		margin: 0 auto 50px;
		max-width: 100%;
		min-height: 340px;
		padding: 20px 38px;
		width: 380px;
	}
	.wos-footer-inner{
		padding-bottom:0px;
	}
	p{
		margin-bottom:12px;
	}
	.wos-sm-vis{
		display:block
	}
	.wos-sm-hidden{
		display:none
	}
	.navbar-brand {
		padding-bottom: 0;
		padding-top: 0;
	}
	.navbar-brand {
		max-width: 250px;
	}
	.wos-time-table .wos-row span:last-child{
		text-align:right;
		
	}
	.wos-feature-box{
		margin-bottom:35px;
	}
	
	.wos-fancy-txt{
		font-size:1.6em;
	}	
	.wos-team{
		padding:10px 20px;
	}
}
@media all and ( max-width: 767px ){
	.navbar-brand {
		max-width: 200px;
	}
	.navbar-toggle{
		margin-top:0;
		margin-bottom:0;
	}
	.wos-navigation-wrapper {
		background-color: #fff;
		padding: 0;
	}
	.wos-navigation-wrapper .navbar{
		padding:15px 0
	}
	.wos-primary-menu{
		margin-top:0;
		border:0
	}
	.navbar-default .navbar-nav > li {
		margin: 0;
		padding: 7.5px 15px;
	}
	.wos-feature-content {
		font-size: 18px;
		margin-bottom: 30px;
	}
	.wos-footer-box{
		display:block
	}
	.wos-fancy-txt{
		font-size:1.2em;
		margin:25px 0
	}
	.btn{
		float:none;
		display:table;
		margin:0 auto 25px;
	}
	.wos-contact-sidebar{
		min-height:inherit
	}
	.map iframe{
		height:280px
	}
	#wos-team{
		margin-bottom:40px;
	}
	.wos-team{
		padding:5px 15px;
	}
	#wos-team .member{
		width:100%
	}
	#wos-team .member{
		padding:0
	}
	.wos-sidebar{
		margin-bottom:35px;
	}
	.wos-info-box{
		min-height:inherit;
		margin-bottom:80px
	}
	.wos-info-box-wrapper .col-sm-4:last-child .wos-info-box{
		margin-bottom:0
	}
}
@media all and ( max-width: 479px ){
	.navbar-brand {
		max-width: 180px;
	}
}