html, body{
	font-size: 100%;
	background:#fff;
	font-family: 'Oswald', sans-serif;
}
body a{
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
/*----start-container---*/
.banner{
	background:url(../images/banner.jpg) no-repeat 0px 0px;
	background-size: 100%;
	/*min-height:340px;*/
}
/*----start-header----*/
.header{
	background:rgba(246, 197, 112, 0.34);
	height:80px;
}
.logo{
	float: left;
	margin-top: 1.3em;
}
.top-menu{
	float:right;
}
.top-menu ul li{
	float:left;
	display: inline-block;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.top-menu ul li:nth-child(1){
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.top-menu ul li a{
	background:rgba(246, 197, 112, 0.34);
	margin: 2em 2.5em;
	display: block;
	color: #1bff00;
	font-weight:400;
	font-size:0.9em;
	text-decoration:none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.top-menu ul li a:hover,.top-menu ul li.active a{
	color:#E82806;
}
.banner-head{
	text-align:center;
	margin:5em 0;
	display:block;
}
.banner-head h1{
	font-size:2.3em;
	color:#fff;
	text-transform:uppercase;
	font-weight:400;
	margin-bottom:10px;
}
.banner-head h2{
	color:#fff;
	font-size:2em;
	font-weight:100;
	letter-spacing:1px;
}
.banner-links ul{
	background: rgba(255,198,0,0.9);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.banner-links ul li{
	border: 1px dashed #e0ab00;
	list-style: none;
	margin-top: -1px;
	margin-right: -1px;
}
.banner-links ul li.active a,.banner-links ul li a:hover{
	background: #5cbc6a;
	color:#fff;
}
.banner-links ul li a{
	display:block;
	color:#4e3b00;
	padding:1em 1.49em;
	font-size:1em;
	text-decoration:none;
}
/*--banner-ends*/
.content{
	background:url(../images/main-bg.jpg);
}
.content-grids {
	background: #fff;
}
.content-main{
	padding:20px;
}
.content-grid-head{
	background:#F9F4E2;
	padding:0.8em 1em;
}
.content-grid-head h3{
	float:left;
	color:#E9330C;
	font-size:1.1em;
}
.content-grid-head h4{
	float:right;
	color:#C3AEA3;
	font-size:0.85em;
	text-decoration:none;
	font-family: 'Source Sans Pro', sans-serif;
}
.content-grid-head h4 a{
	color:#EB5A41;
	text-decoration:none;
}
.content-grid-head h4 a:hover{
	color:#C3AEA3;
}
.content-grid-info,.content-grid-single{
	background:url(../images/cntnt-bg.jpg) repeat 0px 0px;
	background-size:100% 100%;
	padding:1em 18px;
}
.content-grid-info h3,.content-sec-info h3{
	font-size:1.5em;
}
.content-grid-info h3 a,.content-sec-info h3 a{
	color:#87655B;
	margin-bottom:0.5em;
	text-decoration:none;
	display:block;
	font-family: 'Oswald', sans-serif;
}
.content-grid-info h3 a:hover,.content-sec-info h3 a:hover{
	color:#EB5A41;
}
.content-grid-info p,.content-sec-info p{
	color:#BBA198;
	line-height:1.5em;
	width:80%;
	font-size:0.95em;
	font-family: 'Source Sans Pro', sans-serif;
	margin-bottom:1em;
}
.content-grid-info img,.content-sec-info img{
	width:100%;
}
a.bttn{
	color:#fff;
	background:#EB5A41;
	padding:0.7em 0.9em;
	text-decoration:none;
	font-size:1em;
	display:inline-block;
	margin-top:1em;
}
a.bttn:hover{
	color:#EB5A41;
	background:#FFC600;
}
.content-grid-sec{
	padding: 1em 18px 0 18px;
	margin-top:3em;
}
.content-sec-info h3{
	margin-bottom:8px;
}
.content-sec-info h4{
	color:#EE705A;
	font-weight:400;
	font-size:0.85em;
	text-decoration:none;
	font-family: 'Source Sans Pro', sans-serif;
	margin-bottom:1.3em;
	display:block;
}
.content-sec-info h4 a{
	color:#785F5D;
	text-decoration:none;
}
.content-sec-info h4 a:hover{
	color:#FFC600;
}
/*----*/
.pages{
	background:#F6F1E0;
	padding:1em;
	margin-top:1.5em;
}
.pages ul li{
	display:inline-block;
}
.pages ul li a{
	margin:0 8px;
	font-size:0.95em;
	color:#BDA497;
	font-family: 'Source Sans Pro', sans-serif;
}
.pages ul li.active a,.pages ul li a:hover{
	color:#E82806;
}
/*search*/
.search {
	background:#5cbc6a;
	padding: 1.8em;
}
.search h3{
	color:#fff;
	font-size:1.1em;
	margin-bottom:5px;
	letter-spacing:0.5px;
}
.search input[type="text"] {
	padding:7px 8px;
	font-weight: 300;
	color: #fff;
	border: none;
	outline: none;
	width: 100%;
	font-weight:400;
	font-size:1em;
	background: #6bef8e;
	font-family: 'Source Sans Pro', sans-serif;
}
.search input[type="submit"] {
	margin-bottom: -1.43em;
	background: url(../images/splits.png) no-repeat -202px -6px;
	border: none;
	padding: 0px 0 23px 0;
	outline: none;
	width: 43px;
}
.search h3 {
	font-size: 0.95em;
}
span.twitter-typeahead .tt-menu,
span.twitter-typeahead .tt-dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}
span.twitter-typeahead .tt-suggestion {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333333;
	white-space: nowrap;
	cursor: pointer;
}
span.twitter-typeahead .tt-suggestion.tt-cursor,
span.twitter-typeahead .tt-suggestion:hover,
span.twitter-typeahead .tt-suggestion:focus {
	color: #ffffff;
	text-decoration: none;
	outline: 0;
	background-color: #337ab7;
}
/*search*/
/*----*/
.content-main-right{
	padding:0;
}
.categories,.archives{
	background-color: #fefdff;
}
.categories{
	border-bottom:1px solid #fff;
}
.categories h3,.archives h3{
	color: #87655B;
	font-size: 1.3em;
	font-family: 'Oswald', sans-serif;
	margin-bottom:1.1em;
}
.categories li,.archives li{
	display:block;
	border-top:1px solid #D3CAB0;
}
.categories li:nth-child(3){
	border-bottom:0px solid #D3CAB0;
}
.categories li a,.archives li a{
	color:#A5877D;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:0.95em;
	text-decoration:none;
	padding: 6px 0;
	display:block;
	font-weight:400;
}
.archives li.active a,.categories li.active a,.categories li a:hover,.archives li a:hover{
	color:#EB5A41;
}
/*----*/
.fotter{
	background:#5cbc6a;
}
.fotter-info{
	border-right:1px solid rgba(255, 255, 255, 0.13);
	padding:0;
	padding-bottom:1.8em;
}
.fotter-info h3,.fotter-list h3,.fotter-media h3{
	color:#FFC600;
	font-size:1.1em;
	padding-top:2.5em;
}
.fotter-info p{
	color:#F4D0BF;
	line-height:1.5em;
	margin-top:1em;
	font-size:0.9em;
	font-family: 'Source Sans Pro', sans-serif;
	width:80%;
}
.fotter-list{
	border-right: 1px solid rgba(255, 255, 255, 0.13);
	padding-bottom: 1.1em;
}
.fotter-list ul li{
	display:block;
	border-bottom:1px solid rgba(255, 255, 255, 0.13);
	width:90%;
}
.fotter-list ul li a{
	padding:8px 0;
	color:#F4D0BF;
	text-decoration:none;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:0.9em;
	display:block;
}
.fotter-list ul li a:hover{
	color:#FFC600;
}
.fotter-list ul li:nth-child(1){
	margin-top:5px;
	padding-top:0;
}
.social-icons{
	margin-top:1.3em;
}
.social-icons a span {
	width: 43px;
	height: 40px;
	background: url('../images/splits.png') no-repeat 0px 0px;
	display: inline-block;
	margin: 0 5px;
}
.social-icons a span.fb{
	background-position: -9px -10px;
}
.social-icons a span.fb:hover{
	background-position:-9px -67px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.social-icons a span.twt{
	background-position: -67px -10px;
}
.social-icons a span.twt:hover{
	background-position: -67px -67px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.social-icons a span.in{
	background-position: -128px -10px;
}
.social-icons a span.in:hover{
	background-position: -128px -67px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.copywrite {
	background: #65443A;
	text-align: left;
	padding: 1em 0;
}
.copywrite p {
	color: #8A685F;
	font-size: 1em;
	font-family: 'Source Sans Pro', sans-serif;
}
.copywrite p a{
	color:#FFC600;
	font-family: 'Source Sans Pro', sans-serif;
}
.copywrite p a:hover{
	color:#DF553E;
}
/*--contact--*/
.contact,.terms{
	background: url(../images/main-bg.jpg);
	padding:2em 0;
}
.contact-left{
	padding-left:0;
}
.contact-head{
	border-bottom:3px solid #fff;
	padding-bottom:2em;
}
.contact-head h3,.terms h3{
	color: #87655B;
	font-size: 2em;
	margin-bottom: 1em;
	font-family: 'Oswald', sans-serif;
}
.contact form input[type="text"],.contact-right textarea {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #87655B;
	font-size: 1.2em;
	margin-bottom: 1.5em;
	color: #87655B;
	background:#EFEAD8;
	font-family: 'Source Sans Pro', sans-serif;
	outline: none;
	font-weight: 400;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.contact-right textarea{
	resize:none;
	height: 205px;
}
.contact form input[type="text"]:hover,.contact-right textarea:hover{
	border:1px solid #EB5A41;
}
.contact form input[type="submit"] {
	font-weight: 400;
	color: #87655B;
	outline: none;
	border: 1px solid #87655B;
	font-size: 1.2em;
	padding: 0.6em 3em;
	background:#EFEAD8;
	font-family: 'Source Sans Pro', sans-serif;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.contact form input[type="submit"]:hover{
	background:#87655B;
	border: 1px solid #87655B;
	color:#fff;
}
.address{
	padding:2em 0;
}
.address h3{
	text-align:center;
	color: #EB5A41;
	font-size:1.5em;
}
.locations{
	padding-left:0;
	margin-top:3em;
}
.locations ul{
	margin-bottom:2em;
}
.locations ul li{
	display:inline-block;
}
.locations ul li span {
	background: url(../images/find.png) no-repeat 0px 0px;
	vertical-align: super;
	width: 48px;
	height: 48px;
	display: inline-block;
	margin-right: 0.5em;
	padding-bottom: 7em;
}
.address-info  p{
	color: #A5877D;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1em;
	text-decoration: none;
	padding-bottom:1px;
	display: block;
	font-weight: 400;
}
.address-info p a{
	color: #EB5A41;
	font-family: 'Source Sans Pro', sans-serif;
}
.address-info h4 {
	color: #87655B;
	margin-bottom:8px;
	font-size:1em;
}
.address-info h5 a{
	color: #87655B;
	margin:5px 0;
	font-size:0.9em;
	display:block;
}
/*--terms--*/
.terms-sec-head{
	padding-bottom:1em;
}
.terms-sec-head p{
	color: #A5877D;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1em;
	line-height:1.5em;
	font-weight: 400;
}
.term{
	background:#fff;
	padding:1.2em 1.5em;
	margin-bottom:2em;
}
.term h4{
	color: #EB5A41;
	font-size: 1.1em;
}
.term p{
	color: #87655B;
	font-size: 1em;
	font-family: 'Source Sans Pro', sans-serif;
	line-height:1.6em;
	margin-top:0.8em;
}
.term li{
	color: #87655B;
	font-size:1em;
	font-family: 'Source Sans Pro', sans-serif;
	padding:5px 2em;
}
li.list{
	margin-top:1em;
}
p.agree{
	display:inline-block;
	color: #A5877D;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1em;
	font-weight: 400;
	margin-left: 0.5em;
}
.terms input[type="button"]{
	display:block;
	font-weight: 400;
	color: #87655B;
	outline: none;
	border: 1px solid #87655B;
	font-size: 1em;
	margin-top:1em;
	padding: 0.5em 2em;
	background: #EFEAD8;
	font-family: 'Source Sans Pro', sans-serif;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.terms input[type="button"]:hover{
	background: #87655B;
	border: 1px solid #87655B;
	color: #fff;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 14px;
	right: 3%;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	z-index:999;
	background: url(../images/to-top1.png) no-repeat 5px 10px #db5941;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
.content-grid-single h3{
	color: #87655B;
	margin-bottom: 0.5em;
	text-decoration: none;
	display: block;
	font-family: 'Oswald', sans-serif;
}
.content-grid-single span{
	color: #BBA198;
	line-height: 1.5em;
	font-size: 0.95em;
	font-family: 'Source Sans Pro', sans-serif;
	margin-bottom: 1em;
	display:block;
}
.content-grid-single p{
	color: #000000;
	line-height: 1.8em;
	font-size: 0.95em;
	font-family: 'Source Sans Pro', sans-serif;
	margin-top: 1em;
}
.content-form{
	margin-top:2em;
}
.content-form h3,.comments h3{
	color: #87655B;
	margin-bottom: 1em;
	text-decoration: none;
	display: block;
	font-family: 'Oswald', sans-serif;
}
.content-form form input[type="text"],.content-form form textarea{
	padding: 10px 15px;
	width: 80%;
	color: #333;
	font-size: 1em;
	border: 1px solid #F6F1DE;
	font-family: 'Source Sans Pro', sans-serif;
	background: #F6F1DE;
	outline: none;
	display: block;
	margin:10px 0;
}
.content-form form textarea{
	height:100px;
	resize:none;
}
.content-form form input[type="submit"] {
	color: #fff;
	background: #EB5A41;
	padding: 0.4em 1.5em;
	text-decoration: none;
	font-size: 0.9em;
	display: inline-block;
	margin-top: 1em;
	border:none;
	outline:none;
	border: 1px solid #EB5A41;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.content-form form input[type="submit"]:hover{
	background:transparent;
	color:#EB5A41;
	border: 1px solid #EB5A41;
}
.comments{
	margin-top:2em;
}
.comments img{
	float:left;
	width:15%;
	border:1px solid #87655B;
}
.comment-info{
	float:left;
	width:77%;
	margin-left:3%;

	background: #6a8e6624;
}
.comment-info h4 {
	font-size: 1em;
	color:#1b242f;
	margin: 10px;
	font-weight: 600;
	font-family: 'Source Sans Pro', sans-serif;
	margin-bottom:0.5em;
}
.comment-info p {
	color: #6b3f30;
	line-height: 1.5em;
	font-size: 0.95em;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0 0.5em 0;
}
.comment-info h5{
	color:#1b242f;
	font-size:0.85em;
	display:block;
	margin: 10px;
	font-family: 'Source Sans Pro', sans-serif;
}
.comment-info a{
	color:#87655B;
	background:transparent;
	padding: 0.5em 1.5em;
	text-decoration: none;
	font-size: 0.85em;
	display: inline-block;
	font-family: 'Source Sans Pro', sans-serif;
	border: 1px solid #87655B;
}
.comment-info a:hover{
	color: #fff;
	background: #EB5A41;
	border: 1px solid #EB5A41;
}
.comment-grid{
	margin-bottom:2.5em;
}
img.single-pic{
	width:100%;
}
/*-- focus-bazar --*/
.categories {
	padding: 10px 0;
}
.focus-grid a {
	text-decoration:none;
}
.focus-grid {
	margin-top: 30px;
}
.focus-grid h4{
	text-align:left;
	font-size: 2.5em;
	font-weight: 400;
	color: #323232;
}
.focus-grid h4 span {
	display: block;
	font-size: 0.5em;
	margin: 10px 0;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.focus-grid p {
	margin: 20px 0 0px 0;
	font-size: 1.2em;
	color: #797979;
	font-weight: 300;
	line-height: 1.9em;
}
.focus-border{
	border:1px solid #e7eaed;
}
.focus-layout{
	background:#FBFBFB;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.focus-layout{
	margin: 5px;
	padding: 20px 0;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-align: center;
}
.focus-layout:hover {
	background-color: #01a185;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.focus-layout h4{
	margin: 0 0 0 0;
	color:#4C4C4C;
	font-size: 18px;
	text-align:center;
	height: 35px;
	margin-top: 20px;
}
.focus-layout:hover h4.clrchg {
	color: #fff;
}
.focus-grids {
	margin-top: 5em;
}
.focus-image{
	text-align: center;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.focus-image i {
	font-size: 40px;
	color: #fff;
	background: #dd0908;
	border-radius: 50%;
	width: 90px;
	height: 90px;
	line-height: 95px;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.focus-layout:hover div.focus-image i{
	background:#FBFBFB;
	color:#000;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.focus-image i.fa-laptop {
	background:#ff9e29;
}
.focus-image i.fa-car {
	background:#3fb7d2;
}
.focus-image i.fa-motorcycle {
	background:#15c01c;
}
.focus-image i.fa-leaf {
	background:#077e17;
}
.focus-image i.fa-paw {
	background:#1963ce;
}
.focus-image i.fa-book {
	background:#c119ce;
}
.focus-image i.fa-asterisk {
	background:#7fbad8;
}
.focus-image i.fa-gamepad {
	background:#1ca39d;
}
.focus-image i.fa-shield {
	background:#f49ecf;
}
.focus-image i.fa-at {
	background:#070c1f;
}
.focus-image i.fa-home {
	background:#df8012;
}
.focus-layout:hover div.focus-image i.mobile{
}
i.laptop {
}
.focus-layout:hover div.focus-image i.laptop{
}
i.car {
}
.focus-layout:hover div.focus-image i.car{
}
i.bike {
}
.focus-layout:hover div.focus-image i.bike{
}
i.furniture {
}
.focus-layout:hover div.focus-image i.furniture{
}
i.pets {
}
.focus-layout:hover div.focus-image i.pets{
}
i.books {
}
.focus-layout:hover div.focus-image i.books{
}
i.fashion {
}
.focus-layout:hover div.focus-image i.fashion{
}
i.kids {
}
.focus-layout:hover div.focus-image i.kids{
}
i.services {
}
.focus-layout:hover div.focus-image i.services{
}
i.job {
}
.focus-layout:hover div.focus-image i.job{
}
i.real-estate {
}
.focus-layout:hover div.focus-image i.real-estate{
}
/*-- //focus-bazar --*/
/* LIST VIEW BAZAR*/
#container .list{
	width: 100%;
}
#container .list li {
	background: #F9F9F9;
	margin-bottom: 30px;
	padding: 20px;
	list-style-type: none;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	box-shadow: 0 0 0.6em #ccc;
	-webkit-box-shadow: 0 0 0.6em #ccc;
	-o-box-shadow: 0 0 0.6em #ccc;
	-moz-box-shadow: 0 0 0.6em #ccc;
	-ms-box-shadow: 0 0 0.6em #ccc;
}
#container .list li:hover {
	background:#fff;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
#container .list li img{
	float: left;
	margin-right: 0;
	padding-bottom: 0;
	border: 1px solid #D1E0EE;
	padding: 0;
	width: 20%;
	background-color: #fff;
}
#container ul.list li.alt{ background:gray; }
#container .list li p {
	overflow: hidden;
	word-wrap: break-word;
	color: #C1C1C1;
	font-size: 16px;
	margin-top: 15px;
}
#container .list li .title{
	overflow: hidden;
	word-wrap: break-word;
	font-size: 20px;
	text-decoration: none;
	color: #000000;
	font-weight: 500;
	letter-spacing: 1px;
}
#container .list li .adprice{
	display:block;
	font-size:22px;
	display: block;
	font-size: 22px;
	color: #ACD3F7;
	margin: 5px 0 0 0;
}
span.adprice {
	display: block;
	font-size: 22px;
	color: rgba(1, 161, 133, 0.57);
	margin: 5px 0 0 0;
}
#container .list li .list-left {
	width: 60%;
	margin-left: 3%;
	float: left;
}
#container .list li .list-right{
	width: 15%;
	float: right;
	text-align: right;
}
#container .list li .date{
	float: right;
	font-size: 11px;
	display: block;
	width: 100%;
	margin: 15px 0 5px 0;
	color: #404040;
	font-weight: 400;
}
#container .list li .cityname{
	display:block;
	color: #40404099;
}
span.cityname{
	display:block;
	color: #404040;
}
#container .list li .adprice {
	display: block;
	font-size: 22px;
	color: rgba(1, 161, 133, 0.57);
	margin: 10px 0 0 0;
}
#container .list li .list-right.title {
	overflow: hidden;
	word-wrap: break-word;
	font-size: 17px;
	text-decoration: none;
	color: #f3c500;
	font-weight: 700;
}
/*--//LIST VIEW BAZAR*/
/*-- single-page --*/
.single-page {
	padding:50px 0;
}
.product-view {
	padding: 15px;
	border: 1px solid #eee;
}
.product-view h2 {
	font-size: 28px;
	color: #000;
	line-height: 1.3;
}
.product-view p {
	font-size: 13px;
	color: #929292;
	margin:15px 0;
	word-spacing:3px;
}
.product-view p i {
	margin-right: 4px;
	color: #f3c500;
	font-size: 14px;
}
.product-view p a {
	margin-right: 4px;
	color: #01a185;
	font-size: 14px;
}
.product-desc {
	margin-top: 45px;
}
.product-details h4 {
	color:#000;
	font-size:18px;
	margin:15px 0;
}
.product-details h4 a {
	color:#f3c500;
	font-size:15.5px;
	text-decoration:none;
}
.product-details p {
	line-height: 1.8;
	color: #1b242fe3;
	font-size: 16px;
	margin: 8px 0;
}
.product-details p strong {
	font-weight: 400;
	color: #000;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 17px;
}
.item-price {
	border: 3px solid rgba(18, 161, 1, 0.43);
	margin-left: 15%;
	padding:0 15px;
	position:relative;
}
.item-price:before {
	content: '';
	position: absolute;
	z-index: 1;
	left: -52%;
	background-color: rgba(0,0,0,0);
	border: 105px solid rgba(0,0,0,0);
	border-right-color: rgba(18, 161, 1, 0.43);
	height: 0;
	width: 0;
	top: -3px;
	border-right-width: 80px;
}
p.p-price {
	float: left;
	width: 50%;
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	color: #424242;
	vertical-align: middle;
	margin-top:8px;
	margin-left: 20px;
}
h3.rate {
	float: left;
	color: #f3c500;
	font-size: 30px;
}
.condition h4,.itemtype h4 {
	margin: 0;
	floaT: left;
	font-size: 22px;
}
.condition p,.itemtype p {
	margin: 0;
	margin-left: 20px;
}
.product-price {
	padding: 20px 0;
}
.condition {
	padding: 20px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.itemtype {
	padding: 20px 0;
}
.interested {
	margin: 20px;
	padding: 40px 20px;
	background: rgba(251, 255, 13, 0.67);
	margin-left: 15%;
	margin-right: 0;
}
.interested  h4 {
	color:#000;
	font-size:19px;
}
.interested  p {
	color:#000;
	font-size:14px;
	margin:30px 0 0 0;
}
.interested p i {
	margin-right: 12px;
	color: #FFFFFF;
	font-size: 14px;
	background: rgba(0, 0, 0, 0.38);
	padding: 7px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	vertical-align: middle;
}
.tips {
	margin: 20px;
	padding: 40px 20px 15px;
	background: rgba(18, 161, 1, 0.43);
	margin-left: 15%;
	margin-right: 0;
}
.tips h4 {
	color: #000;
	font-size: 19px;
	margin-bottom: 15px;
}
.tips ol li a {
	display: block;
	text-decoration: none;
	color: #333333;
	margin: 5px 0;
	font-size: 13px;
	line-height: 30px;
}
/*-- //single-page --*/
/*--responsive-bazar--*/
@media (max-width: 1080px){
	.focus-image i {
		font-size: 35px;
		width: 85px;
		height: 85px;
		line-height: 85px;
	}
	.focus-grid {
		padding: 0 10px;
	}
	.focus-layout {
		margin: 3px;
		padding: 20px 0px 20px 0;
	}
	.col-md-3.biseller-column{
		padding: 0 10px;
	}
	.item-price:before {
		left: -60%;
		border-right-width: 68px;
	}
}
@media (max-width: 991px){
	.focus-grid {
		width: 25%;
		float: left;
	}
	.col-md-3.biseller-column{
		width:33.333%;
		float:left;
	}
	.col-md-3.biseller-column:nth-child(4){
		display:none;
	}
	.col-md-3.footer-grid {
		width: 50%;
		float: left;
	}
	.item-price {
		margin-left: 0;
		padding: 0 15px;
		margin-top: 15%;
	}
	.item-price:before {
		left: 33.5%;
		border-right-width: 90px;
		top: -205px;
		transform: rotate(90deg);
	}
	.interested,.tips {
		margin-left: 0;
		margin-right: 0;
	}
}
@media (max-width: 640px){
	.focus-layout h4 {
		font-size: 17px;
		height: 35px;
	}
	.categories {
		padding: 30px 0;
	}
}
@media (max-width: 480px){
	.focus-image i {
		font-size: 35px;
		width: 75px;
		height: 75px;
		line-height: 75px;
	}
	.focus-grid {
		width: 33.333%;
	}
	.focus-layout {
		padding: 16px 0px 16px 0;
	}
	.item-price:before {
		left: 31.5%;
		border-right-width: 60px;
		top: -190px;
	}
}
@media (max-width: 414px){
	.focus-grid {
		width: 50%;
	}
	.focus-layout {
		padding: 16px 5px 16px 5px;
	}
	.item-price:before {
		left: 27.5%;
		border-right-width: 49px;
		top: -185px;
	}
}
@media (max-width: 375px){
	.item-price:before {
		left: 24.5%;
		border-right-width: 44px;
		top: -182px;
	}
}
@media (max-width: 320px){
	.item-price:before {
		left: 20.5%;
		border-right-width: 37px;
		top: -179px;
	}
}
/*--//responsive-bazar--*/
/*--responsive--*/
@media (max-width: 1824px){
	.banner-links ul li a {
		padding: 1em 1.89em;
		font-size: 0.9em;
	}
}
@media (max-width: 1224px){
	.banner-links ul li a {
		padding: 1em 1.196em;
		font-size: 0.9em;
	}
}
@media (max-width: 1024px){
	.top-menu ul li a {
		margin:2em;
	}
	.banner-links ul li a {
		padding: 1em 1.196em;
		font-size: 0.9em;
	}
	.banner-head h1 {
		font-size: 2.2em;
	}
	.banner-head h2 {
		font-size: 1.7em;
	}
	.content-grid-head h3 {
		font-size: 1em;
	}
	.content-main {
		padding: 16px;
	}
	.content-grid-head h4 {
		font-size: 0.83em;
	}
	.content-grid-info h3, .content-sec-info h3 {
		font-size: 1.3em;
		margin-bottom: 0.4em;
	}
	.content-grid-info p, .content-sec-info p {
		width: 95%;
		font-size: 0.9em;
	}
	a.bttn {
		padding: 0.55em 0.9em;
	}
	.content-grid-sec {
		margin-top: 2em;
	}
	.content-sec-info h4 {
		margin-bottom: 1em
	}
	.fotter-info p {
		width: 93%;
	}
	.categories h3, .archives h3 {
		font-size: 1.2em;
		margin-bottom: 1em;
	}
	.contact-head h3, .terms h3 {
		font-size: 1.6em;
		margin-bottom: 1em;
	}
	.contact form input[type="text"], .contact-right textarea {
		padding: 8px 12px;
		font-size: 1em;
		margin-bottom: 1em;
	}
	.contact-right textarea {
		height: 153px;
	}
	.contact form input[type="submit"] {
		font-size: 1em;
		padding: 0.5em 2em;
	}
}
@media (max-width: 991px){
	.banner-links ul li a {
		padding: 1em 1.13em;
		font-size: 0.9em;
	}
}
@media (max-width: 768px){
	.logo{
		width:18%;
		margin-top: 0.9em;
	}
	.logo img{
		width:100%;
	}
	.header {
		height: 64px;
	}
	.top-menu ul li a {
		margin: 1.5em;
	}
	.banner-links ul li a {
		font-size: 0.9em;
	}
	.banner-head {
		margin: 3.46em 0;
	}
	.banner-head h1 {
		font-size: 2em;
		margin-bottom: 5px;
	}
	.banner {
		min-height: 294px;
	}
	.content-grid-info img, .content-sec-info img {
		width: 100%;
	}
	.pages {
		padding: 0.6em;
		margin-top: 1em;
	}
	.search input[type="submit"] {
		width: 43px;
	}
	.search input[type="text"] {
		width: 100%;
	}
	.categories, .archives {
		padding: 1.3em 18px 1em 18px;
	}
	.fotter-info h3, .fotter-list h3, .fotter-media h3 {
		font-size: 1.1em;
		padding-top: 1.6em;
		letter-spacing:1px;
	}
	.fotter-info {
		padding-bottom: 2em;
		width: 33%;
		float: left;
	}
	.fotter-list,.fotter-media{
		width: 33%;
		float: left;
	}
	.fotter-info p {
		overflow: hidden;
		height: 63px;
	}
	.fotter-list ul li {
		width: 97%;
	}
	.fotter-list {
		padding-bottom: 4.3em;
	}
	.contact-left,.contact-right {
		width: 50%;
		float: left;
	}
	.locations {
		width: 50%;
		float: left;
	}
	.content-form form input[type="text"], .content-form form textarea {
		width: 100%;
	}
	.content-form form textarea {
		height: 150px;
	}
	.content-grid-single p {
		overflow: hidden;
	}
	.comment-info p{
		height: 68px;
	}
}
@media (max-width: 765px){
	.banner-links ul li a {
		font-size: 0.9em;
	}
}
@media (max-width: 640px){
	.header {
		height: 58px;
	}
	.top-menu ul li a {
		margin: 1.3em;
	}
	.banner-links ul li a {
		padding: 0.8em 2.28em;
		font-size: 0.8em;
	}
	.banner-head h1 {
		font-size: 1.7em;
		margin-bottom: 3px;
	}
	.banner-head h2 {
		font-size: 1.5em;
	}
	.banner-head {
		margin: 2.57em 0;
	}
	.banner {
		min-height: 24px;
	}
	.content-main {
		padding: 15px;
	}
	.content-sec-info h3 {
		font-size: 1.1em;
	}
	.content-grid-head h3 {
		font-size: 0.95em;
	}
	.content-grid-info p, .content-sec-info p {
		font-size: 0.85em;
		line-height:1.3em;
	}
	a.bttn {
		padding: 0.55em 1em;
		font-size: 0.9em;
	}
	.content-grid-sec {
		margin-top: 1.5em;
	}
	.pages ul li a {
		font-size: 0.85em;
	}
	.search input[type="text"] {
		width: 100%;
	}
	.categories li a, .archives li a {
		font-size: 0.9em;
	}
	.categories h3, .archives h3 {
		font-size: 1.1em;
		margin-bottom: 0.6em;
	}
	.fotter-info p {
		font-size: 0.85em;
	}
	.fotter-list ul li a {
		font-size: 0.85em;
	}
	.fotter-list {
		padding-bottom: 2em;
	}
	.contact-left, .contact-right {
		width: 100%;
		float: left;
		padding:0;
	}
	.address-info p {
		font-size: 0.9em;
	}
	.address {
		padding-bottom:0;
	}
	.locations ul{
		margin-bottom: 1em;
	}
	.contact-head h3, .terms h3 {
		font-size: 1.4em;
		margin-bottom: 0.5em;
	}
	.terms p {
		font-size: 0.9em;
	}
	.term h4 {
		font-size: 1em;
	}
	.term {
		margin-bottom: 1em;
	}
	.terms input[type="button"] {
		font-size: 0.9em;
	}
	.term li {
		font-size: 0.9em;
		padding: 3px 2em;
	}
	.content-grid-single h3 {
		font-size: 1.3em;
	}
	.content-grid-single span {
		line-height: 1.3em;
		font-size: 0.9em;
	}
}
@media (max-width: 480px){
	.header {
		height: 48px;
	}
	.logo {
		width: 21%;
		margin-top: 0.8em;
	}
	.top-menu ul li a {
		margin: 1.1em;
		font-size: 0.83em;
	}
	.banner-head {
		margin: 1.69em 0;
	}
	.banner-head h1 {
		font-size: 1.2em;
		margin-bottom: 2px;
	}
	.banner-head h2 {
		font-size: 1em;
	}
	.banner-links ul li a {
		padding: 0.8em 1.91em;
		font-size: 0.8em;
	}
	.banner {
		/*min-height: 180px;*/
	}
	.content-grid-head {
		padding: 0.5em 1em;
	}
	.content-main {
		padding: 13px;
	}
	.content-grid-head h3 {
		font-size: 0.9em;
	}
	.content-grid-head h4 {
		font-size: 0.78em;
	}
	.content-grid-info h3, .content-sec-info h3 {
		font-size: 1.1em;
	}
	.content-grid-info p, .content-sec-info p {
		font-size: 0.82em;
		overflow: hidden;
		height: 37px;
		margin-bottom: 0.5em;
	}
	a.bttn {
		padding: 0.5em 1em;
		font-size: 0.8em;
	}
	.pages {
		padding: 0.4em;
	}
	.search h3 {
		font-size: 1em;
	}
	.categories h3, .archives h3 {
		font-size: 1.05em;
		margin-bottom: 0.6em;
	}
	.categories li a, .archives li a {
		font-size: 0.85em;
	}
	.categories,.archives {
		padding: 1.3em 18px 0.5em 18px;
	}
	.search input[type="text"] {
		width: 100%;
	}
	.fotter-info,.fotter-list, .fotter-media {
		width: 100%;
		border-right:none;
		padding: 0;
	}
	.fotter-info {
		padding-bottom: 0em;
	}
	.fotter-info p {
		height: 41px;
	}
	.social-icons {
		margin:1em 0 1.5em 0;
	}
	.copywrite p {
		font-size: 0.85em;
	}
	.contact form input[type="text"], .contact-right textarea {
		font-size: 0.9em;
	}
	.contact, .terms {
		padding: 1.5em 0;
	}
	.contact-right textarea {
		height: 130px;
	}
	.contact form input[type="submit"] {
		font-size: 0.85em;
	}
	.locations {
		margin-top: 2em;
	}
	.address h3 {
		font-size: 1.4em;
	}
	.locations {
		width: 100%;
	}
	.locations ul {
		margin-bottom: 2em;
	}
	.locations:nth-child(2){
		display:none;
	}
	.address {
		padding:1em 0 0 0;
	}
	.locations ul:nth-child(2){
		margin-bottom:0;
	}
	.terms p ,.term li{
		font-size: 0.85em;
	}
	.term:nth-child(7){
		display:none;
	}
	.content-grid-single h3 {
		font-size: 1.3em;
	}
	.content-form {
		margin-top: 1em;
	}
	.content-grid-single h3 {
		font-size: 1.15em;
	}
	.content-form form input[type="text"], .content-form form textarea {
		font-size: 0.9em;
		padding: 8px 11px;
	}
	.content-form form textarea {
		height: 121px;
	}
	.comment-info h4 {
		font-size: 0.9em;
	}
	.comment-info p {
		height: 59px;
		font-size: 0.85em;
	}
	.comment-grid {
		margin-bottom: 2em;
	}
	.content-grid-single span {
		font-size: 0.8em;
	}
	.content-grid-single p {
		line-height: 1.5em;
		font-size: 0.85em;
	}
	.comment-info p{
		overflow:hidden;
		height: 1.9em;;
	}
	.comment-info a {
		padding: 0.4em 1.3em;
		font-size: 0.8em;
	}
	.comments {
		margin-top: 1.5em;
	}
}
@media (max-width: 380px) {
	.banner-links ul li a {
		padding: 0.8em 0.36em;
		font-size: 0.8em;
	}
}
@media (max-width: 360px) {
	.banner-links ul li a {
		padding: 0.8em 1.41em;
		font-size: 0.8em;
	}
}
@media (max-width: 320px){
	.top-menu ul li a {
		margin: 0.9em 0.8em;
		font-size: 0.8em;
	}
	.header {
		height: 41px;
	}
	.logo {
		width: 25%;
		margin-top: 0.5em;
	}
	.banner-head h1 {
		font-size: 1em;
		margin-bottom: 1px;
	}
	.banner-head {
		margin: 1.05em 0;
	}
	.banner-links ul li:nth-child(2) {
		display: none;
	}
	.banner {
		min-height: 120px;
	}
	.banner-links ul li a {
		padding: 0.5em 0.6em;
		font-size: 0.7em;
	}
	.banner-head h2{
		display:none;
	}
	.content-main {
		padding: 10px;
	}
	.content-grid-head {
		padding: 0.5em;
	}
	.content-grid-head h3 {
		font-size: 0.8em;
	}
	.content-grid-head h4 {
		font-size: 0.8em;
		float: left;
		margin-top: 5px;
	}
	.content-grid-info {
		padding: 0.7em 12px;
	}
	.content-grid-info h3, .content-sec-info h3 {
		font-size: 1em;
		margin-bottom:5px;
	}
	.content-grid-info p, .content-sec-info p {
		font-size: 0.8em;
		height: 32px;
		margin-bottom: 5px;
		line-height: 1.2em;
	}
	.content-grid-sec {
		margin-top: 1em;
	}
	.content-sec-info h4 {
		margin-bottom: 0.65em;
		font-size: 0.8em;
	}
	a.bttn {
		padding: 0.4em 0.58em;
		font-size: 0.75em;
	}
	.content-grid-sec {
		padding: 0.5em 12px 0 12px;
	}
	.pages ul li a {
		margin: 0 4px;
		font-size:0.8em;
	}
	.categories, .archives {
		padding: 1em 15px 0.5em 15px;
	}
	.categories h3, .archives h3 {
		font-size: 1em;
		margin-bottom: 0.6em;
	}
	.categories li a, .archives li a {
		font-size: 0.8em;
		padding: 5px 0;
	}
	.fotter-info h3, .fotter-list h3, .fotter-media h3 {
		font-size: 1em;
		padding-top: 1.2em;
	}
	.fotter-info p {
		height: 34px;
		font-size: 0.8em;
		line-height: 1.3em;
		margin-top: 0.5em;
	}
	.fotter-list ul li:nth-child(1) {
		margin-top: 0px;
	}
	.fotter-list ul li a {
		font-size: 0.8em;
		padding: 5px 0;
	}
	.copywrite {
		padding: 0.5em 0;
	}
	.contact, .terms {
		padding: 1em 0;
	}
	.contact-head h3, .terms h3 {
		font-size: 1.2em;
	}
	.contact form input[type="text"], .contact-right textarea {
		font-size: 0.85em;
		padding: 6px 7px;
	}
	.contact-right textarea {
		height: 110px;
	}
	.contact form input[type="submit"] {
		font-size: 0.8em;
		padding: 0.4em 1.5em;
	}
	.contact-head {
		padding-bottom: 1em;
	}
	.address h3 {
		font-size: 1.2em;
	}
	.locations {
		margin-top: 1.5em;
	}
	.address-info h4 {
		margin-bottom: 5px;
		font-size: 0.9em;
	}
	.address-info p {
		font-size: 0.8em;
	}
	.locations ul {
		margin-bottom: 1.3em;
	}
	.terms p, .term li {
		font-size: 0.8em;
	}
	.terms-sec-head p{
		overflow:hidden;
		height:38px;
	}
	.term {
		padding:0.5em 8px;
	}
	.term h4{
		font-size:0.85em;
	}
	.terms-sec-head {
		padding-bottom: 0.5em;
	}
	.terms p {
		overflow: hidden;
		height: 42px;
	}
	.terms input[type="checkbox"]{
		float:left;
		width:5%;
	}
	p.agree{
		float:left;
		width:92%;
	}
	.terms input[type="button"] {
		font-size: 0.8em;
		padding: 0.4em 1.5em;
	}
	.content-grid-single h3 {
		font-size: 1em;
	}
	.content-grid-single span {
		overflow: hidden;
		height: 31px;
	}
	.content-grid-single p {
		font-size: 0.8em;
	}
	.content-form form input[type="text"], .content-form form textarea {
		font-size: 0.85em;
		padding: 6px 11px;
	}
	.content-form form textarea {
		height: 106px;
	}
	.content-form form input[type="submit"] {
		padding: 0.3em 1.3em;
		font-size: 0.8em;
	}
	.content-grid-single{
		padding:0.7em 12px;
	}
	.product-desc {
		margin-top: 20px;
	}
	.interested h4 {
		font-size: 17px;
	}
	.interested {
		padding: 40px 0px;
	}
	.comment-info {
		width: 82%;
	}
	.comments h3 {
		margin-bottom: 10px;
	}
	.comment-info h4 {
		font-size: 0.8em;
		margin-bottom:5px;
	}
	.comment-info h5 {
		font-size: 0.75em;
	}
	.comment-info p {
		height: 38px;
		font-size: 0.8em;
	}
	.comment-info a {
		padding: 0.3em 1em;
		font-size: 0.8em;
	}
}
/*----start-my_style---*/
.mytext{
	padding: 1em;
}
/*
.banner-right {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	padding: 0.69em;
	margin-bottom: -0.7em;
}
.text-banner{
	margin: 0;
	text-align: center;
	color: #fdfff4;
	margin-bottom: 0px;
}
*/

/* группируем картинки */
figure {
	margin: 0px;
}
/* position: relative; обязательно, остальное по вкусу */
figure.ink-image {
	position: relative;
	border: 1px solid #ffffff;
}
/* изображения резиновые */
figure.ink-image > img {
	border: 0px none;
	max-width: 100%;
	vertical-align: top;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* формируем подписи к картинкам */
figure.ink-image > figcaption {
	padding: 0.01em;
	line-height: 1.3;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
/* подпись поверх картинки сверху */
figcaption.over-top {
	background: rgba(255, 255, 255, 0.5);
	border: medium none;
	position: absolute;
	/*top: 0px; подпись вверху*/
	bottom: 0px;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
/* menu on */
.wrapper-menu{display: none}
@media (max-width: 550px) {
	.menu-d-none{
		display: none;
	}
	.wrapper-menu {
		display: block;
		margin: 0 auto;
		width: 100%;
		background-color:#fca802db;
		position: relative;
		color: white;
		text-align: center;
		height: 40px;
		font-family: 'Arial';
		z-index: 2;
	}

	.wrapper-menu #check-menu {
		display: none;
	}

	.wrapper-menu label {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		cursor: pointer;
		z-index: 2;
		line-height: 40px;
	}

	.wrapper-menu .burger-line {
		position: absolute;
		top: 8px;
		right: 10px;
		width: 35px;
		height: 2px;
		background-color: #fff;
		transition: .5s all;
	}

	.wrapper-menu .second, .wrapper-menu .third {
		top: 18px;
	}

	.wrapper-menu .fourth {
		top: 28px;
	}

	.wrapper-menu .main-menu {
		display: block;
		position: absolute;
		width: 100%;
		bottom: 0;
		left: 0;
		transform: translateY(100%);
		max-height: 0;
		font-size: 0;
		overflow: hidden;
		transition: .5s all;
	}

	.wrapper-menu a {
		display: block;
		width: 100%;
		padding: 10px;
		color: #E9330C;
		text-decoration: none;
		border-top: 1px solid rgba(255, 255, 255, .3);
		background-color: #FFC600;
	}

	.wrapper-menu a:hover {
		background-color: rgba(0, 0, 0, .9);
	}

	.wrapper-menu #check-menu:checked ~ .main-menu {
		max-height: 500px;
		font-size: 16px;
	}

	.wrapper-menu #check-menu:checked ~ .first {
		display: none;
	}

	.wrapper-menu #check-menu:checked ~ .second {
		transform: rotate(45deg);
	}

	.wrapper-menu #check-menu:checked ~ .third {
		transform: rotate(-45deg);
	}

	.wrapper-menu #check-menu:checked ~ .fourth {
		display: none;
	}
}
/* menu off */