@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700);

ul,li {
margin:0;
padding:0;
list-style-type:none;
}

body {
	font-family: Tahoma, Geneva, sans-serif;
	background-repeat: repeat-x;
	background-color: #333;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	color: #333;
	min-width: 946px;
	background-image: url(../images/bg.png);
}
a {
	color: #B61B8C;
	text-decoration: none;
}

a:hover {
	color: #8D8A8A;
}

a img {
border-top-style:none;
border-right-style:none;
border-bottom-style:none;
border-left-style:none;
margin:0;
padding:0;
}
.wrapper {
	margin-right: auto;
	margin-left: auto;
}
.header {
	overflow: hidden;
	clip: rect(auto,auto,auto,auto);
	margin-top: 10px;
}
.logo {
	float: left;
	margin-top: 5px;
}
.position {
	float: left;
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	margin-left: 20px;
}

ul.range {
	display: block;
	float: left;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #666666;
	margin-left: 25px;
	margin-top: 2px;
}
ul.range li {
	display: block;
	float: left;
}
ul.range li a {
	height: 36px;
	display: block;
	line-height: 36px;
	padding-right: 8px;
	padding-left: 8px;
	background-color: #CCCCCC;
	color: #000;
	font-weight: bold;
}
ul.range li a:hover {
	background-color: #333333;
	color: #CCC;
}
ul.range li a.active{
	background-color: #FF3300;
}
ul.range li a.bordered{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
.share {
	float: left;
}


#search {
	width:258px;
	float:right;
	margin-top: 2px;
	position: relative;
}

#search_text {
	width: 197px;
	font-size: 13px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	border: 0 none;
	height: 36px;
	margin-right: 0;
	color: #FFF;
	outline: none;
	float: right;
	box-sizing: border-box;
	transition: all .15s;
	background-color: #333333;
	padding-right: 0;
	padding-left: 20px;
}

::-webkit-input-placeholder {
/* WebKit browsers */
color:#FFF;
}

:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
color:#FFF;
}

::-moz-placeholder {
/* Mozilla Firefox 19+ */
color:#FFF;
}

:-ms-input-placeholder {
/* Internet Explorer 10+ */
color:#FFF;
}

#search_text:focus {
	background-color: #333333;
}

#search_button {
	border: 0 none;
	width: 36px;
	float: right;
	padding: 0;
	text-align: center;
	height: 36px;
	cursor: pointer;
	background-color: #333333;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: center;
}
.air {
	clear: both;
	height: 15px;
}

.items {
	clear: both;
}
.thumb {
	background-color: #FFF;
	width: 304px;
	border: 1px solid #d1d1d2;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	float: left;
	margin: 4px;
	position: relative;
}
.thumb:hover {
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.thumb a img {
	border: 1px solid #d1d1d2;
	margin: 1px;
	-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.category {
	background-image: url(../images/category.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	line-height: 40px;
	padding-left: 24px;
	margin-left: 15px;
	background-position: 0px 10px;
	height: 40px;
	color: #222;
	font-size: 13px;
	font-weight: bold;
	overflow: hidden;
	width: 200px;
}
.counter {
	display: block;
	float: right;
	font-size: 12px;
	border: 1px solid #B61B8C;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	color: #B61B8C;
	margin-right: 10px;
	margin-top: 6px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.thumb:hover .counter {
	border-top-color: #B61B8C;
	border-right-color: #B61B8C;
	border-bottom-color: #B61B8C;
	border-left-color: #B61B8C;
	color: #FFF;
	background-color: #B61B8C;
}

.duration {
	background-color: #FFF;
	position: absolute;
	top: 8px;
	right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 4px;
	padding-left: 4px;
	font-size: 12px;
}
.decrition {
	font-size: 12px;
	color: #666;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	height: 26px;
	line-height: 26px;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
}
.thumb:hover .decrition {
	color: #222;
	border-bottom-color: #BACBE5;
	border-bottom-style: solid;
}
.tags {
	font-size: 11px;
	display: block;
	line-height: 26px;
	margin-right: 10px;
	margin-left: 10px;
	height: 26px;
	background-image: url(../images/tag.jpg);
	background-repeat: no-repeat;
	padding-left: 24px;
	background-position: 0px 6px;
}
.galleryseparator {
	width: 100%;
	clear: both;
	height: 40px;
	background-repeat: repeat-x;
	background-position: center center;
	position: relative;
	margin: auto;
	color: #CCC;
}

.gallerytitle {
	font-size: 18px;
	line-height: 40px;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: 400;
	background-color: #333;
	color: #CCCCCC;
}
.lister {
	background-color: #FFF;
	overflow: hidden;
	padding: 10px;
	border: 1px solid #D2D2D2;
	margin: 4px;
	-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
ul.column {
	display: block;
	float: left;
	width: 25%;
}
ul.column li {
	display: block;
	line-height: 28px;
	color: #999;
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	padding-left: 14px;
	background-position: 0px 11px;
	font-size: 15px;
}
ul.pagination {
	display: block;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
}
ul.pagination li {
	display: inline;
	list-style-type: none;
}
ul.pagination li a {
	background-color: #AB813E;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin: 2px;
	color: #FFF;
	font-size: 12px;
}
ul.pagination li a:hover {
	background-color: #544606;
}.centr {
	display: block;
	text-align: center;
	color: #CCC;
}
span.paginator_active {
	background-color: #CCC;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin: 2px;
	color: #333;
}
@media screen and (max-width:1920px) and (min-width:1848px) {
	/*6thumbs*/
	.wrapper{ width: 1890px; }
}
@media screen and (max-width:1847px) and (min-width:1540px){
	/*5thumbs*/
.wrapper{ width: 1575px; }
}
@media screen and (max-width:1539px) and (min-width:1232px){
	/*4thumbs*/
	.wrapper{ width: 1260px; }
}
@media screen and (max-width:1231px) and (min-width:924px){
	/*3thumbs*/
	.wrapper{ width: 946px; }
}

@media screen and (max-width:924px){
	/*3 thumbs*/
	.wr{ width: 946px; }
}
.ui-helper-hidden-accessible {
	display: block;
	background-color: #5E77AF;
	color: #FFF;
	position: absolute;
	top: 36px;
	left: 5px;
}
.ads {
	display: block;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	height: 250px;
}
.ads a img {
	float: left;
	margin-right: 7px;
	margin-left: 7px;
}
