@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
/*

font-family: 'Open Sans', sans-serif;

font-family: 'Roboto', sans-serif;

*/



* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	font-weight: normal;
	margin-top:-25px;
}
img {
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	/*color:#f7941e;

	font-weight:bold;

	font-family: 'Open Sans', sans-serif;*/
	color: #171f22;
	font-weight: 600;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 32px;
}
h4 {
	font-size: 18px;
}

h5 {
	font-size: 18px;
	margin-bottom: 15px;
}
h6 {
	font-size: 18px;
}
ul.wos-list-clear {
	margin: 0;
	padding: 0;
	list-style: none
}
a {
	color: #f7941e;
}
a:hover {
	color: #00a651;
}
.fleft {
	float: left
}
.fright {
	float: right
}
.cfix {
	clear: both;
}
.cfix:before, .cfix:after {
	content: "";
	clear: both;
	display: table
}
.pad-0{
	padding:0 !important
}
.pad-left-0{
	padding-left:0
}
.alignleft{
	display:table !important;
	margin-right:auto
}
.aligncenter{
	display:table !important;
	margin:0 auto
}
.alignright{
	display:table !important;
	margin-left:auto
}
/******** start 5 columns *********/

.col-xs-5ths,  .col-sm-5ths,  .col-md-5ths,  .col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
/*.col-xs-5ths {

    width: 20%;

    float: left;

}*/

.col-sm-5ths {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}
 @media ( max-width: 767px) {
.col-sm-5ths {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
}

/*@media (min-width: 992px) {

    .col-md-5ths {

        width: 20%;

        float: left;

    }

}

@media (min-width: 1200px) {

    .col-lg-5ths {

        width: 20%;

        float: left;

    }

}*/

/******** end 5 columns ********/



.form-control::-webkit-input-placeholder {
color: #939292;
}  /* WebKit, Blink, Edge */
 .form-control:-moz-placeholder {
color: #939292;
}  /* Mozilla Firefox 4 to 18 */
 .form-control::-moz-placeholder {
color: #939292;
}  /* Mozilla Firefox 19+ */
 .form-control:-ms-input-placeholder {
color: #939292;
}  /* Internet Explorer 10-11 */
 .form-control::-ms-input-placeholder {
color: #939292;
}  /* Microsoft Edge */
.space-40 {
	height: 40px
}
.siteForm {
	margin-bottom: 0;
}
.siteForm h3 {
	color: #fff;
	text-align: center;
}
.siteForm input[type=text], .siteForm input[type=file], .siteForm input[type=password], .siteForm input[type=email], .siteForm textarea {
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	background: #FFF;
	font-size: 14px;
	color: #232323;
	margin: 0;
	outline: 0;
	width: 100%;
}
.siteForm input[type=text], .siteForm input[type=file], .siteForm input[type=password], .siteForm input[type=email] {
	line-height: 100%;
	border-radius: 3px;
	border: 1px solid #e1e1e1;
	height: 47px;
	vertical-align: middle;
	padding: 0 10px;
	transition: border linear .2s, box-shadow linear .2s;
}
.siteForm select {
	width: 100%;
	height: 47px;
	line-height: 38px;
	background: #FFF;
	border: 1px solid #e1e1e1;
	font-size: 14px;
	color: #232323;
	padding: 5px 0 5px 10px;
	margin: 0;
	outline: 0;
	border-radius: 3px;
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
}
.searchForm .siteForm select {
	background: #fff;
	border: none;
	border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;
	color: #939292;
	font-size: 14px;
	height: 47px !important;
	line-height: 100%;
	margin: 0;
	outline: 0;
	padding: 5px 0 5px 10px;
	text-transform: none;
	transition: border .2s linear 0s, box-shadow .2s linear 0s;
	width: 100%;
}
#frmSearch.siteForm p {
	margin-bottom: 0;
	padding-bottom: 0;
	text-align:center;
}
.siteForm button, .siteForm input[type=button], .siteForm input[type=submit] {
	padding: 0 30px;
	cursor: pointer;
	margin: 10px 10px 0 0;
	height: 47px;
	line-height: 47px;
	font-family: "Open Sans", sans-serif;
	position: relative;
}
.wos-globalSearchWrapper .searchForm .siteForm select,
.wos-globalSearchWrapper .siteForm button, .wos-globalSearchWrapper .siteForm input[type=button], .wos-globalSearchWrapper .siteForm input[type=submit],
.wos-globalSearchWrapper .siteForm input[type=text], .wos-globalSearchWrapper .siteForm input[type=file], .wos-globalSearchWrapper .siteForm input[type=password],.wos-globalSearchWrapper .siteForm input[type=email]{
	height: 30px !important;
	line-height: 30px !important;
}
.button, .button:link, .button:visited {
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	-moz-border-radius: .25em;
	border-radius: .25em;
	box-shadow: 0 1px 0 0 rgba(0,0,0,.2), inset 0 -1px 0 0 rgba(0,0,0,.3);
	/*background: #f7941e url('linear-gradient(to bottom, #f38c12, #f7941e') repeat-x;*/
	background-color:#f7941e;
	background-repeat:repeat-x;
	background-image: -webkit-linear-gradient(top, #f38c12, #f7941e);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f38c12, endColorstr=#f7941e, GradientType=0)";
	color:#fff; text-align:center; font-size:16px; font-weight:bold; height:34px; line-height:33px; text-decoration:none; width:140px; max-width:100%; cursor:pointer; border:0 none; text-shadow:0 1px 0 rgba(0,0,0,.25); -webkit-transition:all linear .25s; -moz-transition:all linear .25s; -o-transition:all linear .25s; -ms-transition:all linear .25s; transition:all linear .25s; padding-left:9px; padding-right:9px; padding-top:0; padding-bottom:0; background-image:url('linear-gradient(to bottom, #f38c12, #f7941e')
}
.button.focus, .button.hover, .button:focus, .button:hover, .button:link.focus, .button:link.hover, .button:link:focus, .button:link:hover, .button:visited.focus, .button:visited.hover, .button:visited:focus, .button:visited:hover {
	-webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,.2), inset 0 -1px 0 0 rgba(0,0,0,.3), inset 0 12px 24px 2px #f38c12;
	-moz-box-shadow: 0 1px 0 0 rgba(0,0,0,.2), inset 0 -1px 0 0 rgba(0,0,0,.3), inset 0 12px 24px 2px #f38c12;
	box-shadow: 0 1px 0 0 rgba(0,0,0,.2), inset 0 -1px 0 0 rgba(0,0,0,.3), inset 0 12px 24px 2px #f38c12;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all linear .25s;
	-moz-transition: all linear .25s;
	-o-transition: all linear .25s;
	-ms-transition: all linear .25s;
	transition: all linear .25s;
	background-image: none;
	background-color: #00a04e !important;
}
.siteForm button, .siteForm input[type=submit] {
	border: none;
	font-size: 18px;
	color: #fff;
	background: #f7941e;
	-webkit-transition: .3s all ease-in-out;
	-moz-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
	font-weight: 700;
	border-radius: 3px;
	text-transform: uppercase;
}
/*.siteForm button:hover, .siteForm input[type=submit]:hover {

    background: #d75103;

    color: #fff;

}*/



.wos-align-right {
	display: table;
	margin-left: auto;
}
.wos-align-left {
	display: table;
	margin-right: auto;
}
.wos-align-center {
	display: table;
	margin: 0 auto;
}
.wos-list {
	margin: 0;
	padding: 0;
	list-style: none
}
.wos-list li {
	padding-left: 28px;
	position: relative;
	margin-bottom: 35px;
}
.wos-list li:before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #f7941e;
	position: absolute;
	top: 10px;
	left: 0
}
.container {
	width: 1300px;
	max-width: 100%
}
.wos-header {
	position: relative;
	z-index: 99999;
}
.wos-inner-header {
}

.wos-topBar{background: #000;}
.wos-socialIcons{}
.wos-socialIcons a{
	margin-left:5px;
	display:inline-block;
	color:#fff;
}

.wos-inner-header .wos-main-menu-wrapper {
	background: rgba(0,0,0,1);
}
.wos-main-menu-wrapper {
	background: rgba(0,0,0,.5);
	z-index: 99999;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.wos-main-menu-wrapper.active {
	/*background-color: #1a1e24;*/
	background:transparent;
    width: 100%;
}
.wos-main-menu-wrapper.active .wos-headerBg {
	background-color: #1a1e24;
}
.wos-main-menu-content {
	background: transparent;
	padding-left: 0;
	padding-right: 0;
}
.wos-primary-menu {
}
.navbar-expand-lg .navbar-nav {
	position:relative
}
.navbar-expand-lg .navbar-nav:first-child {
	margin-left: 0;
}
.navbar-expand-lg .navbar-nav .nav-item {
	margin: 0 0 0 2px;
	position:relative
}
.navbar-expand-lg .navbar-nav .nav-item.megaMenuLink{
	position:static
}
.navbar-expand-lg .navbar-nav .nav-link {
	border-radius: 3px;
	color: #fff;
	display: block;
	font-size: 16px;
	height: 34px;
	line-height: 33px;
	padding: 0 9px;
	transition: all ease .3s;
	-moz-transition: all ease .3s;
	-webkit-transition: all ease .3s;
}
.navbar-expand-lg .navbar-nav .nav-link.post-your-add-btn {
	font-weight: bold;
	margin-left: 5px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link,  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover,  .navbar-nav .nav-item:hover > a {
	color: #fff;
	background: #f7941e;
}
.navbar-expand-lg .navbar-nav .nav-item.oneThird {
	position: relative;
}
.wos-sub-menu {
	margin: 0;
	padding: 10px 0 0;
	width: 180px;
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	background: rgba(0,0,0,0.9);
    z-index: 9999;
}
.wos-sub-menu li {
	border-bottom: 1px solid #333
}
.wos-sub-menu li:last-child {
    border-bottom: 0;
}
.wos-sub-menu li a {
	font-size: 13px;
	padding: 6px 12px;
	display: block;
	/*background-color: rgba(0,0,0,0.9);*/
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}
.wos-sub-menu li a:hover {
	color: #fff;
	/*background-color: #222;*/
	text-decoration: none;
}
.navbar-nav .nav-item:hover > .wos-sub-menu {
	display: block
}

ul.wos-sub-menu.wos-megaMenu {
    width: 100%;
    background: rgba(0,0,0,0.9);
	padding-top: 15px;
    padding-bottom: 15px;
}
.wos-megaMenu > li {
    width: 25%;
    display: inline-block;
	vertical-align:top;
    margin-right: -4px;
	padding:15px;
	border-right: 1px solid #333;
	border-bottom: 0;
}
.wos-megaMenu li > ul{
	margin:0;
	padding:0;
	list-style:none;
	/*min-height: 150px;*/
}
.wos-megaMenu h6 {
    color: #fff;
    font-size: 14px;
}
.wos-megaMenu li a{
	padding-left:0;
	padding-right:0px;
	font-size: 12px;
    padding: 5px 0;
	text-transform:capitalize
}
.wos-megaMenu > li:last-child{
	border-right:0;
}

.post-your-add-btn {
	background-color: #00a04e !important;
}
.homepage-slider {
}
.homepage-slider .main-graphic {
	height: 640px;
	position: relative;
	background-repeat: no-repeat;
}
.homepage-slider-container {
	left: 45%;
	position: absolute;
	top: 30%;
	transform: translate(-45%);
	text-align: center;
	z-index: 996;
}
.homepage-slider-container h2 {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	/*font-size: 47px;*/
	font-size: 36px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-moz-text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-webkit-text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	line-height: 44px;
	letter-spacing: -1px;
	font-weight: 700;
	padding-bottom: 30px;
}
.homepage-slider-container p {
	color: #fff;
	padding-bottom: 30px;
	font-size: 16px;
	font-weight: 400;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-moz-text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-webkit-text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.homepage-slider-container .button {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    padding: 10px 20px;
    line-height: inherit;
    height: inherit;
    width: auto;
}
/************ Sections ************/

.up-down-space {
	padding: 15px 0;
}
.sectionHeading, .select-optn {
	position: relative;
	text-align: center;
}
.sectionHeading {
	color: #171f22;
	font-size: 35px;
	font-weight: 400;
	padding-bottom: 40px;
}
.sectionHeading:after {
	border-bottom: 4px solid #e3e3e3;
	bottom: 23px;
	content: "";
	height: 4px;
	left: 50%;
	position: absolute;
	width: 100px;
	transform: translate(-50%);
	text-align: center;
}
.searchForm {
	background: #1a1e24;
	padding: 15px;
	z-index: 998;
}
.slider-search-form {
	background: rgba(0,0,0,0.8);
	border: 1px solid #222
}
.formTable td {
	padding-left: 15px;
	/*width: 30%;*/

	width: 33.3333333%;
}
.searchForm .siteForm td {
	vertical-align: top;
}
.formTable td:first-child {
	padding-left: 0;
}
.optns option {
	margin-bottom: 3px;
}
.select-optn option.optgroup {
	background: #eaeaea;
	font-style: italic;
	font-weight: 700;
	margin-top: 5px;
	padding: 2px;
}
.searchForm .siteForm input[type=submit] {
	margin-top: 0;
	width: 100%;
}
.wos-footer {
	background: #1a1e24;
	padding: 10px 0;
	color: #fff;
	font-size: 14px;
	text-transform:uppercase
}
.footer-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-menu li {
	float: left;
	padding: 0 15px;
	position: relative;
}
.footer-menu li:first-child {
	padding-left: 0;
}
.footer-menu li a {
	color: #fff;
	font-size: 12px;
	transition: all 0.3s ease;
}
.footer-menu li a:hover {
	color: #fb5d00;
	text-decoration: none
}
.footer-menu li:before {
	color: #fff;
	content: ".";
	font-size: 20px;
	position: absolute;
	right: 0;
	top: 7px;
	line-height: 0;
}
.footer-menu li:last-child:before {
	display: none
}
.copyright {
	display: block;
	float: left;
	padding-top: 10px;
	font-size:10px
}
.copyright a {
	color: #fff;
	font-size: 10px;
}
.wos-social-icons {
}
.wos-social-icons ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}
.wos-social-icons li {
	display: inline-block;
	padding-left: 15px;
}
.wos-social-icons li:first-child{
	padding-left:0
}
.wos-social-icons li a {
	display:block;
	font-size: 32px;
	color: #fff;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.wos-social-icons li a:hover {
	color: #fb5d00;
	text-decoration: none
}
.wos-social-icons.wos-topSocialIcons ul{
	margin-top:10px;
	text-align:left
}
.wos-social-icons.wos-topSocialIcons li a{
	font-size:24px;
	line-height:24px;
	color:#fff
}
.hornColor:hover{
	color:green !important
}
.fbColor:hover{
	color:#3b5898 !important
}
.wos-service-box {
	background: #222129;
	text-align: center;
	border-radius: 3px;
	position: relative;
	margin-bottom: 30px;
	width: 100%;
	min-height: 150px;
	color: #fff;
	overflow: hidden
}
.greenBox {
	background-color: #228d1c;
}
.orangeBox {
	background-color: #f7941e;
}
.brownBox {
	background-color: #957144;
}
.wos-service-box-inner {
	position: absolute;
	-ms-transform: translate(-50%);
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	text-align: center;
	left: 50%;
	z-index: 999;
	top: 25%;
	width: 100%;
}
.wos-service-box-inner-content {
}
.wos-service-box-inner-content>i {
	font-size: 2em;
	display: block;
	margin-bottom: 8px;
	position: relative;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	-moz-text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	-webkit-text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.wos-service-box-title {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
	padding: 0 15px;
	text-align: center;
	display: block;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	-moz-text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	-webkit-text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.wos-service-box:hover {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	transition: all .3s ease-in-out;
}
.wos-service-box:hover i.fa {
	transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
@media all and ( min-width: 768px ){
.wos-service-box:after {
	content: "";
	background: rgba(0,0,0,0.5);
	position: absolute;
 top:;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 2;
}
.wos-service-box:hover:after {
	display: block
}
}
.wos-custom-ico {
	position: relative;
	height: 33px;
}
.wos-custom-ico img {
	position: absolute;
	height: 33px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.wos-search-result-top-row {
	margin-bottom: 35px;
}
.block-link {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding: 10px 16px;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}
.block-link:hover,  .block-link.active {
	background-color: #222931;
	color: #fff;
	text-decoration: none;
}
.list-sortting-wrapper {
	float: right;
	width: 200px;
	max-width: 100%;
	position: relative
}
.list-sortting-wrapper select {
	width: 100%;
	height: 47px;
	line-height: 38px;
	background: #FFF;
	border: 1px solid #e1e1e1;
	font-size: 14px;
	color: #232323;
	padding: 5px 0 5px 10px;
	margin: 0;
	outline: 0;
	border-radius: 3px;
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
}
.list-sortting-wrapper:before {
	background: #fff;
	content: "";
	height: 47px;
	position: absolute;
	right: 1px;
	top: 0;
	width: 20px;
	z-index: 1;
}
.list-sortting-wrapper:before {
	border-left: 1px solid #d7d7d7;
	height: 45px;
	top: 1px;
	width: 35px;
	pointer-events: none;
}
.list-sortting-wrapper:after {
	font-family: FontAwesome;
	color: #ababab;
	content: "\f0d7";
	height: 11px;
	position: absolute;
	right: 14px;
	top: 11px;
	width: 8px;
	z-index: 99;
	pointer-events: none;
}
.wos-listing-wrapper {
}
.wos-listing-row {
	margin-bottom: 25px;
	border: 1px solid #afafaf;
	padding: 15px
}
.wos-listing-row-content {
	font-size: 14px;
	/*color: #a8a8a8;*/
	color:#333333;
}
.wos-listing-row-header {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #afafaf;
}
.wos-listing-row-header h3 {
	text-transform:uppercase;
	font-size:18px;
}
.wos-listing-row-header h3 span {
	display: inline-block;
	vertical-align: middle
}
.wos-listing-row-header h3 .wos-avator {
	margin-right: 4px;
}
.wos-listing-row-header p {
	margin-bottom: 0;
}
.wos-listing-row-footer {
}
.wos-listing-fetaure {
}
.wos-listing-fetaure ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.wos-listing-fetaure li {
	display: inline-block;
	vertical-align: middle;
/*	border-left: 1px solid #afafaf;
	padding: 2px 10px;*/
}
.wos-listing-fetaure li:first-child {
	border-left: 0;
	padding-left: 0;
}
.wos-listing-fetaure li > i {
	margin-right: 6px;
}
.wos-avoator-box {
	text-transform: capitalize;
}
.wos-list-short-details {
	font-size: 12px;
}
.wos-list-short-details ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid #afafaf;
	line-height:0;
}
.wos-list-short-details li {
	border-bottom: 1px solid #afafaf;
	background-color: #eee;
	line-height:normal
}
.wos-list-short-details li:last-child {
	border-bottom: 0
}
.wos-list-short-details li a {
	display: block;
	padding: 10px 10px;
	color: #333;
	transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
}
.wos-list-short-details li:first-child a {
    cursor: auto;
}
.wos-list-short-details li a i {
	margin-right: 5px;
}
.wos-list-short-details li a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #f7941e;
}
.pagination{
	display:table
}
.wos-pagination-wrapper {
	display: table;
	margin-left: auto;
	margin-right: auto
}
.page-item {
	margin: 0 5px 10px;
	display:inline-block
}
.page-link {
	color: #82858c;
	background-color: #f6f6f6;
	border-color: #ececec;
	padding: 8px 12px;
	font-size: 13px;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.page-item.active .page-link,  .page-link:hover {
	background-color: #f7941e;
	border-color: #f7941e;
	color: #fff
}
.widget {
	border: 1px solid #ccc;
	margin-bottom: 25px;
}
.widget-title,
.widget-title2 {
	background-color: #f7941e;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	padding: 15px 18px;
	margin-bottom: 0;
}
.widget-title2{
	font-size:14px;
}
.widget-content {
	padding: 15px
}
.widget .menu,  .widget .menu ul {
	margin: 0;
	padding: 0;
	list-style: none
}
.widget .menu li {
	font-size: 13px;
	font-weight: 500;
	color: #444444;
	position: relative;
	overflow: hidden
}
.widget .menu li a {
	color: #444444;
}
.widget .menu li a:hover {
	text-decoration: none;
}
.widget .menu li.big-menu-title {
	/*cursor: pointer*/
}
.widget .menu li.big-menu-title span {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 0;
	display: block;
	position: relative
}
.widget .menu li.big-menu-title i.fa {
	position: absolute;
	right: 0;
	top: 10px;
	cursor: pointer
}
.widget .menu li.big-menu-title span.wos-new {
    display: inline-block;
    font-size: 10px;
    background-color: #00a04e;
    vertical-align: middle;
    padding: 0;
    color: #fff;
    padding: 0px 3px;
    border-radius: 2px;
    letter-spacing: 1px;
	margin-left:4px;
}
.widget .menu li.big-menu-title > ul > li {
	color: #333;
	/*font-weight: bold;*/
	text-transform: uppercase;
	padding:3px;
}
.widget .menu li.big-menu-title > ul {
/*display:none*/

}
.widget .menu li.big-menu-title > ul > li > a {
	color: #333;
	display: inline-block;
	/*padding: 3px;*/
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.widget .menu li.big-menu-title > ul > li > a:hover,
.widget .menu li.big-menu-title > ul > li.active > a {
	color: #00a04e
}
.widget .menu li.big-menu-title > ul > li.active > a{
	font-weight:bold
}
.widget .menu li.big-menu-title > ul > li > ul {
	display: none
}
.widget .menu li.big-menu-title > ul > li > ul li {
	text-transform: capitalize;
	font-size: 13px;
}
.widget .menu li.big-menu-title > ul > li > ul li a {
	padding: 3px;
	margin-left: 20px;
	display: block;
}
.category-menu-wrapper {
	position: relative;
	height: 350px;
	overflow-y: auto;
	width: calc( 100% + 18px );
}
.ps-container .ps-scrollbar-y-rail, .ps-container .ps-scrollbar-y-rail {
	background-color: #eee;
	opacity: 0.9;
	filter: alpha(opacity = 90);
}
.breadcrumb {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background-color: #f1f1f1;
	box-shadow: 0 0 1px rgba(0,0,0,0.4);
	margin-bottom:0;
	padding:0.3rem 1rem
}
.breadcrumb .breadcrumb-item {
	font-size: 13px;
}
.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
 padding-right: .5rem;
 padding-left: .5rem;
	color: #000;
	content: "/";
}
.breadcrumb-item a {
	color: #000
}
.breadcrumb-item.active {
	color: #f7941e;
}
.pb-0 {
	padding-bottom: 0;
}
.short-up-down-space {
	padding: 15px 0
}
.wos-meta {
	font-size: 13px;
	color: #9e9d9d;
	margin-bottom: 25px;
}
.wos-meta strong {
	color: #333
}
.wos-meta p {
	margin-bottom: 0;
}
.wos-fetured-image {
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 25px;
}
.single-big-slider .content img {
	width: 100%
}

.slider-container{position:relative;display:block;}
.slider .owl-item img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    max-width: 100%;
}
.slider-container .slider .content img{width:100%;height:auto;}
.slider-container .slider-controls a{position:absolute;top:45%;z-index:100;color:#333333;}
.slider-container .slider-controls a.slider-left{left:-25px;}
.slider-container .slider-controls a.slider-right{right:-25px;}
.thumbnail-slider{opacity:1;display:block;width:calc(100% + 4px);margin-left:-2px;}
.thumbnail-slider-container {
	background-color: #f1f1f1;
	padding: 12px;
	margin-bottom: 25px;
}
.thumbnail-slider {
	position: relative;
}
.thumbnail-slider .owl-item {
	padding: 0 6px;
}
.thumbnail-slider .owl-item img {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	height:100px;
    object-fit: cover;-moz-object-fit: cover;-webkit-object-fit: cover;
}
.thumbnail-slider .owl-prev,
.slider .owl-prev {
	position: absolute;
	top: 50%;
	left: -12px;
	transform: translateY(-50%);
	width: 42px;
	height: 59px;
	background-color: #FFF;
	text-align: center;
	line-height: 59px;
	border-top-right-radius: 8px;
	-moz-border-top-right-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	box-shadow: 4px 0 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 4px 0 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 4px 0 5px rgba(0,0,0,0.5);
}
.slider .owl-prev{
	left:0
}
.thumbnail-slider .owl-next,
.slider .owl-next{
	position: absolute;
	top: 50%;
	right: -12px;
	transform: translateY(-50%);
	width: 42px;
	height: 59px;
	background-color: #FFF;
	text-align: center;
	line-height: 59px;
	border-top-left-radius: 8px;
	-moz-border-top-left-radius: 8px;
	-moz-border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	box-shadow: -4px 0 5px rgba(0,0,0,0.5);
	-moz-box-shadow: -4px 0 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: -4px 0 5px rgba(0,0,0,0.5);
}
.slider .owl-next{
	right:0
}
.wos-seprator {
	width: 100%;
	height: 1px;
	background-color: #eee;
	margin: 35px 0 25px
}
.wos-contact-box {
}
.wos-contact-box-img {
	max-width: 25%;
	float: left;
}
.wos-contact-box-img img {
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}
.wos-contact-box-info {
	float: right;
	width: 75%;
	padding: 0 5px 0 10px;
	font-size: 13px;
	margin-bottom: 15px;
}
.wos-contact-box-info ul {
	margin: 0;
	padding: 0;
	list-style: none
}
.wos-contact-box-info li {
	margin-bottom: 5px;
}
.wos-contact-box-info .wos-button-group {
	font-size:13px
}
.wos-button-group {
	text-align: center;
	clear:both
}
.wos-contact-box .wos-button-group {
	font-size:13px;
}
.wos-button-group .wos-small-btn {
	display: inline-block;
	width: 46%;
	margin-left: 5%;
}
.wos-button-group .wos-small-btn:first-child {
	margin-left: 0;
}
.wos-small-btn {
	border: 2px solid #f7941e;
	text-align: center;
	font-size: 15px;
	height: 40px;
	line-height: 36px;
	display: block;
	font-weight: 600;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.wos-small-btn:hover {
	background-color: #f7941e;
	color: #ffff;
	text-decoration: none;
}
.list {
	margin: 0;
	padding: 0;
	list-style: none
}
.list li {
	font-size: 14px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
	margin-bottom: 5px;
}
.list li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0;
}
.list .list-img {
	float: left;
	margin-right: 12px;
	width: 60px
}

.list-desc h5 {
	font-size: 13px;
	text-transform: capitalize;
}
.list-desc h5 a{
	color:#00a04e;
	/*text-decoration:underline;*/
	transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;
}
.list-desc h5 a:hover{
	color:#171f22;
	/*text-decoration:none*/
}


.list-desc h6 {
	font-size: 15px;
	text-transform: capitalize;
}
.list-desc h6 a{
	color:#171f22;
	transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;
}
.list-desc h6 a:hover{
	color:#00a04e;/*
	text-decoration:none*/
}
.page-title {
	margin-top: 5px;
	margin-bottom: 0;
}
.sub-title {
	font-weight: 500;
	font-style: italic;
	color: #494949;
	font-size: 14px;
}
.number-placeholder {
	background-color: #00a04e;
	height: 125px;
	line-height: 125px;
	font-size: 7em;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	text-align: center;
	color: #fff;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	text-transform: uppercase;
}
.number-placeholder a{
	color: #fff;
}
.number-placeholder a:hover{
	color: #fff;
	text-decoration:none;
}
.number-placeholder:hover {
	background-color: #f7941e;
}
.listing-res {
	text-align: center
}
.wos-search-res form {
	margin-bottom: 0;
}
.wos-search-res {
	margin: 8px 0 0;
	padding: 0;
	list-style: none;
	text-align: center
}
.wos-search-res li {
	display: inline-block;
	margin: 0 12px
}
.wos-search-res li a:hover {
	text-decoration: none;
}
.listing-res p {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
.sendPageLinkTable {
	display: none;
}
.single-page-title {
	margin-bottom: 35px;
}
.green-color {
	color: #00a651;
}
.wos-address i.fa {
	margin-right: 10px;
}
label {
	font-weight: 600;
}
put last in css.css  .button, .button:link, .button:visited {
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	-moz-border-radius: .25em;
	border-radius: .25em;
	box-shadow: 0 1px 0 0 rgba(0,0,0,.2), inset 0 -1px 0 0 rgba(0,0,0,.3);
	background: #f7941e url('linear-gradient(to bottom, #f38c12, #f7941e') repeat-x;
	background-image: -webkit-linear-gradient(top, #f38c12, #f7941e);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f38c12, endColorstr=#f7941e, GradientType=0)";
	color:#fff; text-align:center; font-size:15px; font-weight:700; line-height:1.1; text-decoration:none; min-width:80px; border:0 none; cursor:pointer; text-shadow:0 1px 0 rgba(0,0,0,.25); -webkit-transition:all linear .25s; -moz-transition:all linear .25s; -o-transition:all linear .25s; -ms-transition:all linear .25s; transition:all linear .25s; padding-left:20px; padding-right:20px; padding-top:12px; padding-bottom:12px; background-image:url('linear-gradient(to bottom, #f38c12, #f7941e')
}
.button.focus, .button.hover, .button:focus, .button:hover, .button:link.focus, .button:link.hover, .button:link:focus, .button:link:hover, .button:visited.focus, .button:visited.hover, .button:visited:focus, .button:visited:hover {
	color: #fff;
	background-image: none;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	background-color: #00a04e !important;
	text-decoration: none;
	-webkit-transition: all linear .25s;
	-moz-transition: all linear .25s;
	-o-transition: all linear .25s;
	-ms-transition: all linear .25s;
	transition: all linear .25s;
}
.error {
	color: #ff1212;
}
.list-sortting-wrapper {
}
.wos-ad img {
	width: 100%;
	margin-bottom: 25px;
}
.siteForm h5 {
	font-size: 16px;
}
.sm-vis {
	display: none !important
}
.sm-hide {
	display: block !important
}
.wos-single-wrapper {
	margin-bottom: 30px;
}
.ad-box .wos-ad img {
	margin-bottom: 0;
}
.footer-ads .ad-box .wos-ad img {
	margin-bottom: 25px;
}



.header-ads{
	margin-bottom:15px;
}

.mt-0-fix{
	margin-top:0 !important;
}

.fb_col:hover{
	color:#3b5898 !important;
}
.youtube:hover{
	color:#ff0000 !important;
}

.sub-phone input {
    display: inline-block;
}

.sub-phone label {
    display: block;
}

.input1 {
    width: 18%;
    float: left;
}

.input2 {
    /*width: 23%;*/
	width: 16%;
    float: left;
	margin-left: 7px;
}

.input3 {
    /*width: 52%;*/
	width: 62%;
    margin-left: 7px;
}

.cap-error{
	margin-bottom:5px;
	display:block;
	color:red;
	font-weight:bold;
}

.sub-thank{color:#00a04e;}


.homepage-slider-wrapper {
    position: relative;
}
.homepage-slider-container {
    position: absolute;
    width: 100%;
    top: 60%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);-mtransform: translateX(-50%) translateY(-50%);-webkit-transform: translateX(-50%) translateY(-50%);
}

.wos-error-page,
.wos-center-content {
    text-align: center;
}
.wos-error-page h1,
.wos-center-content h1 {
    /*font-size: 20em;*/
    font-weight: 700;
    
}
.green-color {
    color: #00a651;
}
span.orange-color {
    color: #f7941f;
}
.brown-color {
    color: #957144;
}
.wos-error-page p,
.wos-center-content p {
    font-size: 2em;
}

.single-slider-container i.fa,
.wos-list-short-details li a i.fa {
    width: 18px;
    text-align: center;
    margin-right: 5px;
}
.single-slider-container i.fa.fa-mobile,
.wos-list-short-details li a i.fa.fa-mobile{
	font-size: 19px;
	display: inline-block;
    vertical-align: bottom;
}

.widget-title{
	position:relative;
}
.widget-title i.fa {
	cursor:pointer;
    position: absolute;
    right: 15px;
	top: 50%;
	transform: translateY(-50%);-moz-transform: translateY(-50%);-webkit-transform: translateY(-50%);
}
/*.wos-left-sidebar .widget-title+.widget-content{
	display:none
}*/



.searchForm, .searchForm *{
}
.cfix{clear:both}
.cfix:before,
.cfix:after{
	content:"";
	clear:both;
	display:table
}
.searchForm {
	background: #1a1e24;
	padding: 10px;
	z-index: 998;
}
.slider-search-form {
	background: rgba(0,0,0,0.8);
	border: 1px solid #222
}
.white-text{
	color:#fff;
}
.searchForm .wos-site-form-inner .wos-col{
	padding-left: 15px;
	width: 24.6%;
	vertical-align: middle;
	display: inline-block;
	text-align:center;
}
.searchForm .siteForm .wos-col p{
	margin:0
}
.formTable td:first-child {
	padding-left: 0;
}
.select-optn option.optgroup {
	background: #eaeaea;
	font-style: italic;
	font-weight: 700;
	margin-top: 5px;
	padding: 2px;
}
.searchForm .siteForm input[type=submit] {
	margin-top: 0;
	width: 100%;
}
.slider-search-form .wos-site-form-inner .wos-col{
	width: 32.333333%;
}

.wos-check-list{
	margin:0;
	padding:0;
	list-style:none
}
.wos-check-list li{
	position:relative;
	padding-left: 20px;
    margin-bottom: 15px;
}
.wos-check-list li:before{
	content: "\f046";
	font-family:FontAwesome;
	position:absolute;
	left:0;
	top:0;
}

.wos-error-page,
.wos-center-content{
	padding:40px 0 0
}

.notvalid {
    color: #fff;
    padding: 5px 15px;
    margin-top: 15px;
    border: 1px solid #af0202;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
}

#wos-thankyou-msg{
	display:none
}

.widget .menu li.big-menu-title span.wos-count {
    display: inline-block;
	vertical-align:middle;
    font-size: 11px;
    color: #999;
	padding:0;
}
.widget .menu li.big-menu-title sup.wos-count{
	color: #999;
}
.wosNewRecordsCol sup{
	font-size:.75em;
	color:#777
}

.wos-error-msg{
	text-align:center;
}
.black-color{
	color:#171f22;
}
.search_form.mini-form{
	display:none;
	margin-top: 15px;
}
.search_form.mini-form .simpleForm.siteForm .wos-col {
    width: 32.333333%;
}

.input-29{
	width:29%;	
}
.input-48{
	width:48%;	
}

.sectionHeading{
	display:block !important
}

div.pp_overlay{
	z-index: 999999 !important;
}
div.pp_pic_holder {
    z-index: 9999998 !important;
}


.row:before, .row:after {display: none !important;}

.pdf-download-link{
	font-size: 70%;
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -3px;
}


/*@media ( min-width : 767px ){
.ps-container > .ps-scrollbar-y-rail {   opacity: 0.6 !important;
    display: inherit !important;}
	.ps-container .ps-scrollbar-y{
		min-height:80px
	}
}*/

.wos-img-gallery .col-md-4.col-sm-6{
	margin-bottom:15px;
}

.searchForm .siteForm select{
	color: #232323;
}

.search_form.mini-form {
    max-width: 100%;
    width: 480px;
    margin-left: auto;
    margin-right: auto;
}
.searchForm.wos-small-searc-box {
    padding-left: 0;
    padding-right: 0;
}
.search_form.mini-form .wos-small-searc-box .simpleForm.siteForm .wos-col {
    width: 100%;
	margin-bottom:15px;
}
.search_form.mini-form .wos-small-searc-box .simpleForm.siteForm .wos-col:last-child{
	margin-bottom:0;
}
.searchForm .wos-small-searc-box .wos-site-form-inner .wos-col{
	padding-left:0
}

.wos-sticky-fb-box{
	position:fixed;
	z-index:999990;
	
	margin: auto;
	
	bottom:0;
	
	 right: 0;
   /*-webkit-transform-origin: 100% 50%;
      -moz-transform-origin: 100% 50%;
       -ms-transform-origin: 100% 50%;
        -o-transform-origin: 100% 50%;
           transform-origin: 100% 50%;
   -webkit-transform: rotate(90deg) translate(50%, 50%);
      -moz-transform: rotate(90deg) translate(50%, 50%);
       -ms-transform: rotate(90deg) translate(50%, 50%);
        -o-transform: rotate(90deg) translate(50%, 50%);
           transform: rotate(90deg) translate(50%, 50%);*/
}
.wos-sticky-fb-box a{
	color: #fff;
    display: block;
    font-size: 14px;
    text-align: center;
    padding: 2px 10px;
    font-weight: bold;
	background-color:#4267b2;
	transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;
}
.wos-sticky-fb-box a:hover{
	text-decoration:none;
	background-color:#26488e;
}

.widget-title span.fa{
	display:none
}

.wos-body-overflow{
	overflow:hidden
}


/*@media all and ( max-width: 991px ) and ( min-width: 768px ){
	.wos-left-sidebar{
		position: fixed;
		z-index: 5;
		left: 0;
		top: 9%;
		background: #fff;
	}
	.wos-wid-title{
		display:none
	}
	.widget-title i.fa{
		display:none !important
	}
	.widget-title span.fa{
		display:block
	}
	.widget{
		position: fixed;
		top: 85px;		
		z-index: 5;		
		background: #fff;		
		left: 0;
	}
	.busi-widget{
	}
	.widget.gov-widget{
		top:135px;
		z-index:4
	}
}*/

@media all and ( max-width: 767px ){
	.sm-vis {
		display: block !important
	}
	.sm-hide,
	#wos-thankyou-msg{
		display:none !important
	}
	.navbar-expand-lg .navbar-nav .nav-link span{
		display:inline-block !important;
	}
}



/************ Popup **************/
.wosPopupModalBox .modal-content{
	border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;
	border:0
}
.wosPopupModalBox .modal-body{
	padding:0;
	background-color:transparent;
}
.wosPopupModalBox .close{
	position: absolute;
    top: 15px;
    right: 5px;
    font-size: 24px;
    background: red;
    line-height: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;-moz-border-radius: 50%;-webkit-border-radius: 50%;
	color:#fff;
	background-color:#000;
}
@media (min-width: 576px){
	.wosPopupModalBox .modal-dialog {
		max-width:600px;
	}
}
.wos-popup-wrapper{
	background:#fff;
	width:600px;
	max-width:100%;
	background:url(../images/popup-top-bg.png) no-repeat left top, url(../images/popup-bottom-strip.png) no-repeat left bottom;
	padding-top:88px;
	padding-bottom:60px;
	display:table;
	margin:0 auto;
	border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;
	text-align:center;
	padding-left:30px;
	padding-right:30px;
	position:relative
}
.wos-popup-wrapper h1{
	color:#000;
	padding:0 15px 25px;
	background:url(../images/border-line.png) no-repeat center bottom;
	margin-bottom:32px;
	font-weight:bold;
	text-transform:uppercase;
}
.wos-popup-wrapper h6{
	font-weight:bold;
	color:#8f6b29;
	text-transform:uppercase;
	margin-bottom:15px;
}
.wos-popup-btn{
	font-family: 'Roboto', sans-serif;
	font-size:19px;
	color:#fff;
	background-color:#7a2976;
	border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;
	padding:10px 16px;
	box-shadow:0 22px 0 rgba(255,255,255,0.1) inset;-moz-box-shadow:0 22px 0 rgba(255,255,255,0.1) inset;-webkit-box-shadow:0 22px 0 rgba(255,255,255,0.1) inset;
	transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;
}
.wos-popup-btn:hover{
	text-decoration:none;
	color:#fff;
	background-color:#631a5f;
}
.space-20{
	height:20px;
}
.wos-close{
	position:absolute;
	top:15px;
	right:5px;
	font-size:25px;
	font-weight:bold;
	z-index:9;
	cursor:pointer
}

.modal-backdrop{
	z-index:999997
}
.modal{
	z-index:999998;
}
.popup-modal-button{
	display:none; position:absolute;top:-50%;left:-50%;z-index:-1
}

.wos-sticky-adv-btn {
    position: fixed;
    top: calc( 50% - 20px );
    left: 0;
    /*background: green;*/
    color: #fff;
    text-align: center;
    width: 28px;
   	/*height: 28px;*/
    z-index: 999990;
    line-height: 28px;
    font-size: 18px;
}
.wos-sticky-adv-btn a{
	color:#fff;
	display:block;
	transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;
	margin-bottom:10px;
	width: 28px;
    height: 28px;
}
/*#popup-advertisiment-button{
	background: green;
}*/
.popup{
	background: green;
}
.wos-sticky-adv-btn:hover{
	/*background-color:#f6921f;*/
	color:#fff
}
.wos-fb-group-icon{
	background-color:#4267b2;
	transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;
}
.wos-fb-group-icon:hover{
	background-color:#26488e;
}
.wos-sticky-adv-btn a:last-child{
	margin-bottom:0;
}
/***** ADV Popup ******/
.wosPopupAdvModalBox{
}
.wosPopupAdvModalBox .modal-content{
	border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;
	border:0;
	background-color:transparent;
}
.wosPopupAdvModalBox .modal-body{
	padding:0;
	background-color:transparent;
}
.wosPopupAdvModalBox .close{
	position: absolute;
    top: -10px;
    right: -7.5px;
    font-size: 24px;
    background: red;
    line-height: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;-moz-border-radius: 50%;-webkit-border-radius: 50%;
	color:#fff;
	background-color:#000;
}
.wos-mob-tbox{
	width: 79%;
    float: right;
}

.wos-otherLocation{
	display:none
}


.homepage-slider-container p{
	color:#000;
	text-shadow:none;-moz-text-shadow:none;-webkit-text-shadow:none;
}
.homepage-slider-container h2 {
    color: #00a04e;
	text-shadow:none;-moz-text-shadow:none;-webkit-text-shadow:none;
}
.wos-header {
	background-color:#eee;
    border-bottom: 1px solid #eee;
}
.homepage-slider-container .searchForm.slider-search-form,
.homepage-slider-container .searchForm.slider-search-form p {
	color:#fff
}

.homepage-slider-container {
    top: 50%;
}
.homepage-slider .main-graphic {
    /*height: 340px;*/
	height: 140px;
}
.homepage-slider-container p{
	padding-bottom:0;
}
.homepage-slider-container h2{
	padding-bottom:10px;
}
.wos-static-banner img {
    width: 100%;
}

.slider.owl-carousel .owl-item{
	text-align: center;
    background: #eee;
	padding: 15px;
}
.slider .owl-item img {
	height:500px;
    max-height: 100%;
	object-fit: contain;-moz-object-fit: contain;-webkit-object-fit: contain;
}


/*.wos-weather-update{
	display: table;
    margin: 0 auto;
}*/
a.weatherwidget-io{
	height:0 !important
}

.wos-dis-table{
	display:table;
	margin:25px auto
}

#wos-weather-table iframe #main{
	background-color:#f7941f;
	color:#fff;
}
#wos-weather-table iframe * {
    color: #fff !important;
}


.wos-has-new{
	font-size:80%;
	display:none;
}
.wos-service-box .wos-has-new{
    position: relative;
    top: -3px;
    right: 1px;
	color:#ffbad2;
	background: url(../images/new-txt.png) no-repeat 0 0;
    text-indent: -999999px;
	width:29px;
	height:13px
}
.wos-service-box .wos-has-new{
	display:inline-block
}
/*.wos-service-box:hover .wos-count-no{
	display:none
}*/


.wos-smbt-business-points-box{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e3e3e3+0,ffffff+49 */
	background: #e3e3e3; /* Old browsers */
	background: -moz-linear-gradient(top, #e3e3e3 0%, #ffffff 33%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #e3e3e3 0%,#ffffff 33%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #e3e3e3 0%,#ffffff 33%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	
	
	padding: 25px;
    border-radius: 12px;
    box-shadow: 0 16px 14px -11px rgba(0,0,0,0.25), 0 0 45px rgba(0,0,0,0.15) inset, 0 0 1px rgba(0,0,0,1);
	
}

.breadCrumbAddContainer{
	margin-bottom:15px;
}

.wos-sep-shadow{
	text-align:center;
}


@media (min-width: 576px){
	.wosPopupAdvModalBox .modal-dialog {
		max-width:360px;
	}
}

.services-box-wrapper .col-6 > a{
	display:block
}

/*@media (min-width: 767px){
	body.wos-error-page-wrapper .wos-footer{
		position:fixed;
		width:100%;
		bottom:0
	}
}*/

.wos-weather-climate-table{
	max-width:100%;
	margin:35 auto 35px;
	
	font-size: 12.6px;
    background-color: rgb(248, 249, 250);
    color: rgb(34, 34, 34);
    margin: auto;
    border: 1px solid rgb(162, 169, 177);
    border-collapse: collapse;
    font-family: sans-serif;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-weight: 400;
    letter-spacing: normal;
    orphans: 2;
    text-indent: 0px;
    text-transform: none;
    white-space: normal;
    widows: 2;
    word-spacing: 0px;
    -webkit-text-stroke-width: 0px;
    text-decoration-style: initial;
    text-decoration-color: initial;
    width: auto;
    text-align: center;
    line-height: 1.2em;
}
.wos-weather-climate-table th{
	border: 1px solid rgb(162, 169, 177);
    padding: 0.2em 0.4em;
    background-color: rgb(234, 236, 240);
    text-align: center;
    height: 16px;
	vertical-align:middle
}
.wos-weather-climate-table td{
	color: rgb(0, 0, 0);
    border: 1px solid rgb(162, 169, 177);
    padding-left: 0.4em;
    padding-right: 0.4em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}
.rh-1{
	background-color:rgb(255, 56, 0);
}
.rh-2{
	color:#fff !important;
	background-color:rgb(255, 22, 0);
}
.rh-3{
	color:#fff !important;
	background-color:rgb(228, 0, 0);
}
.rh-4{
	color:#fff !important;
	background-color:rgb(192, 0, 0);
}
.rh-5{
	color:#fff !important;
	background-color:rgb(159, 0, 0);
}
.rh-6{
	color:#fff !important;
	background-color:rgb(158, 0, 0);
}
.rh-7{
	color:#fff !important;
	background-color:rgb(199, 0, 0);
}
.rh-8{
	color:#fff !important;
	background-color:rgb(221, 0, 0);
}
.rh-9{
	color:#fff !important;
	background-color:rgb(206, 0, 0);
}
.rh-10{
	color:#fff !important;
	background-color:rgb(220, 0, 0);
}
.rh-11{
	color:#fff !important;
	background-color:rgb(255, 3, 0);
}
.rh-12{
	background-color:rgb(255, 37, 0);
}
.rh-13{
	color:#fff !important;
	background-color:rgb(158, 0, 0);
}

.ah-1{
	background-color:rgb(255, 113, 0);
}
.ah-2{
	background-color:rgb(255, 92, 0);
}
.ah-3{
	background-color:rgb(255, 52, 0);
}
.ah-4{
	color:#fff !important;
	background-color:rgb(255, 17, 0);
}
.ah-5{
	color:#fff !important;
	background-color:rgb(253, 0, 0);
}
.ah-6{
	color:#fff !important;
	background-color:rgb(255, 8, 0);
}
.ah-7{
	background-color:rgb(255, 28, 0);
}
.ah-8{
	background-color:rgb(255, 35, 0);
}
.ah-9{
	background-color:rgb(255, 32, 0);
}
.ah-10{
	background-color:rgb(255, 29, 0);
}
.ah-11{
	background-color:rgb(255, 66, 0);
}
.ah-12{
	background-color:rgb(255, 104, 0);
}
.ah-13{
	background-color:rgb(255, 48, 0);
}

.al-1{
	background-color:rgb(255, 209, 164);
}
.al-2{
	background-color:rgb(255, 192, 129);
}
.al-3{
	background-color:rgb(255, 158, 62);
}
.al-4{
	
	background-color:rgb(255, 127, 0);
}
.al-5{
	
	background-color:rgb(255, 105, 0);
}
.al-6{
	
	background-color:rgb(255, 92, 0);
}
.al-7{
	
	background-color:rgb(255, 94, 0);
}
.al-8{
	
	background-color:rgb(255, 102, 0);
}
.al-9{
	
	background-color:rgb(255, 111, 0);
}
.al-10{
	background-color:rgb(255, 132, 9);
}
.al-11{
	
	background-color:rgb(255, 166, 78);
}
.al-12{
	background-color:rgb(255, 199, 144);
}
.al-13{
	background-color:rgb(255, 141, 27);
}


.rl-l{
	background-color:rgb(248, 248, 255);
}
.rl-2{
	background-color:rgb(252, 252, 255);
}
.rl-3{
	background-color:rgb(255, 223, 192);
}
.rl-4{
	background-color:rgb(255, 203, 151);
}
.rl-5{
	
	background-color:rgb(255, 155, 55);
}
.rl-6{
	
	background-color:rgb(255, 148, 41);
}
.rl-7{
	
	background-color:rgb(255, 138, 22);
}
.rl-8{
	
	background-color:rgb(255, 128, 2);
}
.rl-9{
	
	background-color:rgb(255, 144, 33);
}
.rl-l0{
	background-color:rgb(255, 182, 110);
}
.rl-l1{
	background-color:rgb(255, 244, 234);
}
.rl-l2{
	background-color:rgb(246, 246, 255);
}
.rl-l3{
	background-color:rgb(246, 246, 255);
}

.arm-1{
	background-color:rgb(253, 255, 253);
}
.arm-2{
	background-color:rgb(248, 255, 248);
}
.arm-3{
	background-color:rgb(247, 255, 247);
}
.arm-4{
	background-color:rgb(246, 255, 246);
}
.arm-5{
	background-color:rgb(249, 255, 249);
}
.arm-6{
	background-color:rgb(233, 255, 233);
}
.arm-7{
	background-color:rgb(170, 255, 170);
}
.arm-8{
	background-color:rgb(164, 255, 164);
}
.arm-9{
	background-color:rgb(222, 255, 222);
}
.arm-10{
	background-color:rgb(252, 255, 252);
}
.arm-11{
	background-color:rgb(251, 255, 251);
}
.arm-12{
	background-color:rgb(252, 255, 252);
}
.arm-13{
	background-color:rgb(232, 255, 232);
}


.mms-1{
	background-color:rgb(232, 232, 0);
}
.mms-2{
	background-color:;
}
.mms-3{
	background-color:rgb(234, 234, 1);
}
.mms-4{
	background-color:rgb(235, 235, 5);
}
.mms-5{
	background-color:rgb(238, 238, 10);
}
.mms-6{
	background-color:rgb(241, 241, 18);
}
.mms-7{
	background-color:rgb(235, 235, 5);
}
.mms-8{
	background-color:rgb(223, 223, 0);
}
.mms-9{
	background-color:rgb(227, 227, 0);
}
.mms-10{
	background-color:rgb(237, 237, 8);
}
.mms-11{
	background-color:rgb(240, 240, 15);
}
.mms-12{
	background-color:rgb(235, 235, 5);
}
.mms-13{
	background-color:rgb(232, 232, 0);
}


iframe {
    max-width: 100%;
}

ins{
    display: table !important;
    margin: 0 auto !important;
	/*width:100% !important;*/
}

ins, ins *, iframe {
    max-width: 100%;
}

#mainWrapper section:nth-child(odd) {
    background: #eee;
}

.table thead{
	color: #fff;
    background: #8b5e3c;
}
.table thead th{
	text-transform:uppercase;
}
.table thead th{
	text-transform:uppercase;
}/*
.table-striped tbody tr:nth-of-type(odd) {
    background: rgba(246, 146, 31, 0.5);
}
.table-striped tbody tr:nth-of-type(odd), .table-striped tbody tr:nth-of-type(odd) a {
    color: #000;
}*/
.table td {
    font-size: 13px;
    border: 1px solid #fff;
}
.table-striped tbody tr:nth-of-type(even) {
    background: rgba(0,0,0,0.1);
}
.table-striped tbody tr:nth-of-type(even), .table-striped tbody tr:nth-of-type(even) a {
    color: #000;
}
.wosNewRecords {
	overflow:hidden;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.04);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
}
.wosNewRecordsHeader {
    font-size: 14px;
}
.wosNewRecordsHeader:before,
.wosNewRecordsHeader:after{
	content:"";
	clear:both;
	display:table
}
.wosNewRecordsTitle,
.wosNewRecordsCol {
    float: left;
    width: 25%;
    padding: 5px;
    font-weight: 700;
}
.wosNewRecordsCol:first-child{
	width:35%
}
.wosNewRecordsCol:nth-child(2){
	width:30%
}
.wosNewRecordsCol:nth-child(3){
	width:20%
}
.wosNewRecordsCol:last-child{
	width:15%
}
.wosNewRecordsBody{
	font-size:13px;
	font-weight:normal
}
.wosNewRecordsBody, .wosNewRecordsBody * {
    font-size: 13px;
    font-weight: normal;
}
.wosNewRecordsBody .wosNewRecordsCol:first-child *{
	font-weight:600;
	text-transform:uppercase
}
.wosNewRecordsRow:nth-child(odd){
	background-color:#f9f9f9;
}
.wosNewRecordsRow:before,
.wosNewRecordsRow:after{
	content:"";
	clear:both;
	display:table
}
.wosNewRecordsCol{
	padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.wosNewRecordsBody {
    height: 258px;
    overflow-y: auto;
	position: relative;
    width: calc( 100% + 18px );
}

.wos-tags{
	margin:0;
	padding:0;
	list-style:none
}
.wos-tags li {
    display: inline-block;
}
.wos-tags li a {
    background: #00a04e;
    color: #fff;
	display:inline-block;
	margin-bottom:5px;
    padding: 4px 8px;
    font-size: 10px;
    border-radius: 4px;
	transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;
}
.wos-tags li a:hover {
	text-decoration:none;
	background-color:#f6921f;
}
.wos-tags li a:empty {
    display: none;
}

.wosAdvanceForm{
	background-color:#eee;
	padding:10px
}

.wos-title-below{
	font-size: 14px;
    margin-top: -15px;
    text-align: center;
}

.wos-titleGroup{}
.wos-titleGroup:before,
.wos-titleGroup:after{
	content:"";
	clear:both;
	display:table
}
.wos-titleGroup .widget-title2{
	width:48%;
	float:left;
	margin-right:4%;
	opacity:.8;
	position:relative;
	padding: 5px 10px;
}
.wos-titleGroup .widget-title2:last-child{
	margin-right:0;
	background: #00a04e;
}
.wos-mobileLeftSidebar .widget{
	border:0
}
.wos-mobileLeftSidebar ul.menu {
    display: none;
}

.wos-titleGroup .widget-title2.wos-mobWidgetActive{
	opacity:1
}
.wos-titleGroup .widget-title2 .wos-smallTitlte{
	display: block;
    font-size: 11px;
    font-weight: normal;
}
.widget-title2 span.fa{
	position:absolute;
	right:15px;
	top: 50%;
    transform: translateY(-50%);-moz-transform: translateY(-50%);-webkit-transform: translateY(-50%);
}
.wos-mobileLeftSidebar .widget-content{
	/*border:1px solid #eee;
	border-top:0*/
}

.wosSingleTitle{
	text-transform:uppercase;
}
.wos-success-msg h5.available-btn strong{
	color: #00a04e;
    font-size: 2em;
}

.wosNewRecordsCol {
    text-transform: capitalize;
}


.wos-fancyTable{
	font-size:13px
}
.wos-fancyTable .table td, .wos-fancyTable .table th{
	border-top:0
}
.wos-fancyTable .table td{
	border: 1px solid #fff;
}
.wos-imgBox {
    margin-bottom: 30px;
	overflow:hidden;
	position:relative
}
.wos-imgBox img {
    height: 150px;
    width: 100%;
	object-fit: cover;-moz-object-fit: cover;-webkit-object-fit: cover;
	transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;
}
.wos-imgBox:hover img {
    transform: scale(1.2,1.2);-moz-transform: scale(1.2,1.2);-webkit-transform: scale(1.2,1.2);
}
.wos-imgBox a{
	position:relative;
	display:block
}
.wos-imgBox a span{
	position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    color: #fff;
    text-transform: uppercase;
    transform: translate(-50%,-50%);-mtransform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
    font-weight: bold;
    font-size: 1.2em;
	opacity:0;
    width: calc( 100% - 50px );
	text-align:center;
	transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;
}
.wos-imgBox a:after {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    border: 5px solid rgba(255,255,255,0.6);
	transition: all 0.3s ease-in-out;
}
.wos-imgBox a:hover:after {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    background: rgba(0,0,0,0.6);
}
.wos-imgBox a:hover span{
	opacity:1
}
.wos-videoBox a:before{
	content:"\f04b";
	font-family:FontAwesome;
	font-size:2em;
	position:absolute;
	top:50%;
	left:50%;
	color:#fff;
	z-index:5;
	transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;
	transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);
}
.wos-videoBox a:before:before{
	font-size:2.5em
}
.wos-videoBox a:after{
	background: rgba(0,0,0,0.4);
}

.wos-lightBoxIframe{
	width: 100%;
    height: 450px;
}

.tele-form{
	display:block !important
}

.wos-eventsWrapper{
	padding:25px 0
}
.wos-eventsWrapper .slider .owl-item img {
     height: 300px; 
}
.wos-eventDateTime {
    font-size: 13px;
    background-color: #eee;
    padding: 1px 5px;
    display: table;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    font-weight: 600;
}
.wos-eventsDetails h4{
	text-transform:capitalize
}

.col-form-label{
	text-align:right;
	font-size:14px
}
.col-form-label span{
	display:block;
	font-size:13px;
	font-weight:normal
}

#wos-primary{
	margin-bottom:50px;
}

.wos-btnGroup{}
.wos-btnGroup .button {
    margin: 0 5px;
}


.widget .search_form.mini-form{
	margin-top:0
}


.searchForm.teleSearchForm .wos-site-form-inner .wos-col{
	width:32%
}
.teleSearchForm{
	margin-top:15px
}
.modal {
    z-index: 999999;
}

.breadcrumb{
	display: inherit;
    display: inherit;
    display: inherit;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
}
.breadcrumb ol{
	margin:0;
	padding:0;
	list-style:none;
	display:inline-table
}
.breadcrumb .breadcrumb-item{
	display:inline-block
}
.wos-pageViews,
.wos-page-views{
	float:right;
	font-size:13px;
	margin-top:3px;
	/*display:none*/
}
.wos-pageViews{
	display:none
}
.wos-globalSearchWrapper {
    background: rgba(119,119,119,0.9);
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.searchForm .searchForm {
    padding: 0;
}
.wos-globalSearchWrapper .siteForm button, .wos-globalSearchWrapper .siteForm input[type=submit]{
	background:#1a1e24;
	font-size:15px;
	text-transform: capitalize;
}
.wos-globalSearchWrapper .searchForm {
    background-color:transparent;
}
.wos-globalSearchWrapper .searchForm .wos-site-form-inner .wos-col{
	text-align:right;
	font-size:15px
}
.sm-hide.wos-inlineBlock{
	display:inline-block !important;
}
.wos-cursor {
    cursor: initial;
}

.wos-catLink{
	font-size: 13px;
    margin-top: 10px;
}

.wos-mb-0{
	margin-bottom:0
}

.list-desc h5{
	margin-bottom:0;
	font-weight:normal
}


.wos-expBtn{
	padding-top: 0 !important;
    padding-bottom: 0 !important;
    /* line-height: 33px !important; */
}

/********* Sticky Right side Menu *********/
#wos-rightToggleMenu {
    font-size: 30px;
    line-height: 30px;
    margin-left: 20px;
}

/*.wos-moveBody{
	transition: transform 0.5s ease 0s;-moz-transition: transform 0.5s ease 0s;-webkit-transition: transform 0.5s ease 0s;
}
.wos-moveBody.move-active{
	transform:translateX(-250px);-moz-transform:translateX(-250px);-webkit-transform:translateX(-250px);
}
.wos-moveBodyHeader{
	transition: transform 0.5s ease 0s;-moz-transition: transform 0.5s ease 0s;-webkit-transition: transform 0.5s ease 0s;
}
.wos-moveBodyHeader.move-active{
	right:inherit;
	left:-250px;
}*/

.wos-stickyRightMenu{
	/*display:none;*/
	position: fixed;
    top: 0;
    right: -300px;
    width: 250px;
    background: #333;
    height: 100%;
    z-index: 999990;
	transition: all 0.5s ease 0s;-moz-transition: all 0.5s ease 0s;-webkit-transition: all 0.5s ease 0s;
}
.wos-stickyRightMenu.active{
	right:0
}
.wos-stickyRightMenuContent{
	position: relative;
    overflow-y: auto;
    height: 100%;
	padding-top:5px;
	width: calc( 100% + 18px );
}
.wos-stickyMenu,
.wos-stickyMenu ul{
	margin: 0;
    padding: 0;
    list-style: none;
}
.wos-stickyMenu li{
	position:relative
}
.wos-stickyMenu li a,
.wos-stickyMenu ul li a {
    border-bottom: 1px solid #444;
    font-size: 13px;
}
.wos-stickyMenu li a{
	padding:5px 15px;
	display:block;
	position:relative;
}
.wos-stickyMenu ul li a{
	padding-left:30px
}
.wos-stickyMenu ul ul li a {
    padding-left: 45px;
}
.wos-stickyMenu ul,
.wos-stickyMenu ul ul{
	display:none;
}

.wos-stickyMenu > li > a {
    font-size: 16px;
    padding: 10px 15px;
}
.wos-stickyMenu li a:hover{
	text-decoration:none
}
.wos-stickyMenu li a i.fa {
    margin-right: 5px;
}
.wos-stickyMenu li .hasChildIcon{
    width: 25px;
    height: 25px;
	line-height:25px;
	text-align:center;
	color:#f7941e;
    display: block;
    position: absolute;
    top: 50%;
	right:25px;
    transform: translateY(-50%);-moz-transform: translateY(-50%);-webkit-transform: translateY(-50%);
}

.wos-mainOverlay{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	z-index:999
}

.overflowHidden{
	overflow:hidden
}

.wos-closeToggleMenu {
    position: absolute;
    left: -50px;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background: #444;
    font-size: 22px;
}
.form-inner .wos-col{
	margin-bottom:0
}

.page-title{
	text-transform:uppercase
}

sub, sup {
    font-size: 75%;
	font-weight:300
}
sup {
    top: -.5em;
}