@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:16px;

	line-height:1.5;

	color:#444;

	font-weight:normal;

}



img{

	max-width:100%;
    height: 40px;

}
.wos-login-logo img{
	height:125px
}



h1, h2, h3, h4, h5, h6{

	/*color:#c08d4d;

	font-weight:bold;

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

	

	color: #171f22;

    font-weight: 600;

}

h1{

	font-size:40px;

}

h2{

	font-size:36px;

}

h3{

	font-size:32px;

}

h4{

	font-size:26px;

}

h5{

	font-size:22px;

	margin-bottom:15px;

}

h6{

	font-size:18px;

}



ul.wos-list-clear{

	margin:0;

	padding:0;

	list-style:none

}



a{ color:#c08d4d; }

a:hover{

	color:#414143;

}



.fleft{ float:left}

.fright{ float:right}

.cfix{ clear:both; }

.cfix:before,.cfix:after{

	content:"";

	clear:both;

	display:table

}



/******** 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: #c08d4d; }  /* WebKit, Blink, Edge */

.form-control:-moz-placeholder { color: #c08d4d; }  /* Mozilla Firefox 4 to 18 */

.form-control::-moz-placeholder { color: #c08d4d; }  /* Mozilla Firefox 19+ */

.form-control:-ms-input-placeholder { color: #c08d4d; }  /* Internet Explorer 10-11 */

.form-control::-ms-input-placeholder { color: #c08d4d; }  /* Microsoft Edge */



.space-40{

	height:40px

}



.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;

    color: #939292;

    font-size: 14px;

    height: 47px;

    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%;

}



.siteForm button, .siteForm input[type=button], .siteForm input[type=submit] {

    padding: 0 30px;

    cursor: pointer;

    margin: 10px 10px 0 0;

    height: 47px;

    line-height: 43px;

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

    position: relative;

}

.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: repeat-x #c08d4d;

    background-image: -webkit-linear-gradient(top,#c08d4d,#c08d4d);

    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#c08d4d', endColorstr='#c08d4d', GradientType=0)";

    background-image: linear-gradient(to bottom,#c08d4d,#c08d4d);

    color: #fff;

    text-align: center;

    font-size: 14px;

    font-weight: 700;

    padding: 12px 10px;

    line-height: 1.1;

    text-decoration: none;

    min-width: 80px;

    border: 0;

	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;

}

.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;

	background-color:#414143 !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;

}



.siteForm button, .siteForm input[type=submit] {

    border: none;

    font-size: 18px;

    color: #fff;

    background: #c08d4d;

    -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:#c08d4d;

	position:absolute;

	top:10px;

	left:0

}





.container{

	width:1300px;

	max-width:100%

}



.wos-header {

    position: relative;

    z-index: 99999;

}

.wos-inner-header{}

.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;-m

	transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;

}

.wos-main-menu-wrapper.active{

	background-color:#000;

}

.wos-main-menu-content{ background:transparent;padding-left:0; padding-right:0;}



.wos-primary-menu{}

.navbar-expand-lg .navbar-nav{

	

}

.navbar-expand-lg .navbar-nav:first-child{

	margin-left:0;

}

.navbar-expand-lg .navbar-nav .nav-item{

    margin: 0 0 0 2px;

}

.navbar-expand-lg .navbar-nav .nav-link{

	border-radius: 3px;

    color: #fff;

    display: block;

    font-size: 16px;

    height: 25px;

    line-height: 25px;

    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: #c08d4d;

}

.navbar-expand-lg .navbar-nav .nav-item{

	position:relative;

}

.wos-sub-menu{

	margin:0;

	padding:10px 0 0;

	width:180px;

	list-style:none;

	position:absolute;

	top:100%;

	left:0;

	display:none

}

.wos-sub-menu li{

	border-bottom:1px solid #333

}

.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

}





.post-your-add-btn{

	background-color:#414143 !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;

	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 {

    color: #fff;

    font-size: 18px;

    font-weight: 600;

    line-height: 25px;

    padding: 10px 20px;

}





/************ Sections ************/

.up-down-space {

    padding: 40px 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: 30px;

    z-index: 998;

}

.slider-search-form{

	background: rgba(0,0,0,0.8);

	border:1px solid #222

	

}

.formTable td {

    padding-left: 15px;

    width: 30%;

}

.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;

}





.wos-footer {

    background: #1a1e24;

    padding: 20px 0;

	color:#fff;

	font-size:14px;

}

.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: 14px;

	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: 15px;

}

.copyright a {

    color: #fff;

    font-size: 14px;

}

.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:5px;

}

.wos-social-icons li a{

	font-size:20px;

	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-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:#c08d4d;

}

.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;

}

.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;

}

.wos-listing-row-header{

	margin-bottom:10px;

	padding-bottom:10px;

	border-bottom:1px solid #afafaf;

}

.wos-listing-row-header h6{}

.wos-listing-row-header h6 span{

	display:inline-block;

	vertical-align:middle

}

.wos-listing-row-header h6 .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;

}

.wos-list-short-details li{

	border-bottom:1px solid #afafaf;

	background-color:#eee;

}

.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 a i{

	margin-right:5px;

}

.wos-list-short-details li a:hover{

	text-decoration:none;

	color:#fff;

	background-color:#c08d4d;

}

.wos-pagination-wrapper{

	display:table;

	margin-left:auto;

	margin-right:auto

}

.page-item{

	margin:0 5px

}

.page-link{

	color:#82858c;

	background-color:#f6f6f6;

	border-color: #ececec;

	padding: 8px 18px;

	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:#c08d4d;

	border-color:#c08d4d;

	color:#fff

}



.widget{

	border:1px solid #ccc;

	margin-bottom:25px;

}

.widget-title{

	background-color:#c08d4d;

	color:#fff;

	text-transform:uppercase;

	font-weight:bold;

	font-size:18px;

	text-align:center;

	padding:15px 10px;

	margin-bottom:0;

}

.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 > ul > li{

	color:#000000;

	font-weight:bold;

	text-transform: uppercase;

}

.widget .menu li.big-menu-title > ul{

	/*display:none*/

}

.widget .menu li.big-menu-title > ul > li > a{

	color:#000000;

	display: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{

	color:#414143

}

.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);

}













/*breadcrumbs*/
ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #eee;
}

/* Display list items side by side */
ul.breadcrumb li {
    display: inline;
    font-size: 13px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
    /*color: #0275d8;*/
    text-decoration: none;
}



/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
    color: darkblue;
    /*color: #0275d8;*/
    text-decoration: underline;
}






.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%

}

.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;

}

.thumbnail-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);

}

.thumbnail-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);

}



.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-button-group{

	text-align:center

}

.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 #c08d4d;

	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:#c08d4d;

	color:#ffff;

	text-decoration:none;

}



.list{

	margin:0;

	padding:0;

	list-style:none

}

.list li{

	font-size:14px;

	padding-bottom:15px;

	border-bottom:1px solid #eee;

	margin-bottom:15px;

}

.list li:last-child{

	padding-bottom:15px;

	border-bottom:0;

	margin-bottom:0;

}

.list .list-img{

	float:left;

	margin-right:12px;

	width:60px

}

.list-desc h6{

	font-size:15px;

}



.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:#414143;

	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;

}

.number-placeholder:hover{

	background-color:#c08d4d;

}





.single-page-title{

	margin-bottom:35px;

}

.green-color{

	color:#00a651;

}

.wos-address i.fa{

	margin-right:10px;

}

label{

	font-weight:600;

}





.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%);

}













