@charset "utf-8";
/* --------------- reset --------------- */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
	  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
	 -moz-box-sizing: content-box;
		  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
		  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
	 -moz-box-sizing: content-box;
		  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*
Antialiasing FONT fix
http://const.fr/chrome-webfonts-antialiasing-fixed/
*/
body {
	-webkit-font-smoothing: subpixel-antialiased !important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
}
/*
body {
	font-size: 125%;
	letter-spacing: 0.05em;
	line-height: 1.3em;
}

body>* {
	font-size: 85%;
	line-height: 1.3em;
} 
*/
/* --------------- /reset --------------- */

/* --------------- fix styles ---------*/
.cc { clear:both; }
.cfix:after { content:" "; display:block; height:0; clear:both; visibility:hidden;}
.hidden { display:none; }
.show { display:block!important; }
.no-margin { margin:0!important; }
.no-padding { padding:0!important; }
.no-bg { background:none!important; }
.no-border, a img { border:none!important; }
.img-repl { text-indent:-9999px; overflow:hidden; display:block; }
.left{float:left;}
.right{float:right;}
.tright{text-align:right;}
.center{margin: 0 auto;display: block;}
/* --------------- /fix styles ---------*/

/* --------------- main styles ---------*/
html {
	overflow-y: scroll;
}
body {
	background: #ffffff;
	color: #999999;
	text-align: left;
	font: 12px Arial, sans-serif;
}
input, select, button, textarea {
	font-family: Verdana, sans-serif;
}
label, input[type="button"], input[type="submit"], button {
	cursor: pointer;
}
a, a:visited {
	color: #5d5d5d;
	text-decoration: none;
}
a:hover {
	color:#aa91d4;
	text-decoration: none;
}
a:focus, a:active {
	color:#5d5d5d;
	text-decoration: none;
}
.header, .footer, .page, .content{
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	position: relative;
}
.page-layout {
	margin: 0 auto;
	padding: 0px;
	position: relative;
	width: 1255px;
}
* {
	webkit-transition: all 0.1s linear;
	   moz-transition: all 0.1s linear;
		ms-transition: all 0.1s linear;
		 o-transition: all 0.1s linear;
			transition: all 0.1s linear;
}
/* --------------- /main styles ---------*/


/* --------------- Header ---------*/
.header{
	padding: 3px 0;
}
.header .logo-box{
	float:left;
	margin-left: 5px;
	margin-right: 30px;
}
.header .logo{
	display: block;
}
.header .descr{
	text-indent:-9999px;
	font-size:0;
	display: block;
	margin: 0;
	padding: 0;
	line-height: 0;
}

.header-menu{
	float: left;
	position: relative;
}
.header-menu .ico-btn{
	border: 1px solid #ffffff;
	padding: 12px 7px;
}
.access-box .btn,
.header-menu .btn{
	color: #aa91d4;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	border: 1px solid #ffffff;
	padding: 13px 7px;
}
.header-menu .box-dropdown,
.header-menu .ico-btn,
.header-menu .btn{
	float: left;
	margin-right: 2px;
	position: relative;
	display: block;
}
.header-menu .box-dropdown{
	margin-right: 0;
}
.access-box .btn.active,
.access-box .btn:hover,
.header-menu .dropped .btn,
.header-menu .btn.active,
.header-menu .btn:hover{
	color: #ffffff;
	background: #aa91d4;
	border: 1px solid #dedede;
}
.header-menu .btn i.ico-arr{
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 5px;
	background: url(img/arr-d-gray.png);
	margin-left: 7px;
}
.header-menu .dropped .btn i.ico-arr,
.header-menu .btn.active i.ico-arr,
.header-menu .btn:hover i.ico-arr{
	background: url(img/arr-d-wite.png);
}
.header-menu .ico-btn i.ico-home{
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background: url(img/ico-home.png);
}

.header-menu .box-dropdown.dropped .dropdown-content{
  display:block;
}
.header-menu .box-dropdown .dropdown-content{
	background: #ffffff;
	border: 1px solid #dedede;
	display: none;
	position: absolute;
	z-index: 20;
	top: 40px;
	left: -10px;
	width: 800px;
	-webkit-transition: background 0s linear;
	   -moz-transition: background 0s linear;
		-ms-transition: background 0s linear;
		 -o-transition: background 0s linear;
			transition: background 0s linear;
}
.header-menu .box-dropdown .dropdown-content .dropdown-overlay{
  position: absolute;
  top: -42px;
  left: 0;
  cursor: pointer;
  width: 100%;
  height: 42px;
}
.header-menu .box-dropdown .dropdown-content ul{
	list-style-type: none;
	width: 25%;
	float: left;
	margin: 0;
	padding: 0;
}
.header-menu .box-dropdown .dropdown-content a{
	display: block;
	color: #444444;
	padding: 11px 10px;
	font-size: 12px;
	line-height: 14px;
	border: 1px solid transparent;
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
			box-sizing: content-box;
}
.header-menu .box-dropdown .dropdown-content a:hover{
	color: #ffffff;
	background: #aa91d4;
	border: 1px solid #dedede;
}


.box-search{
	margin-left: 10px;
	position: relative;
	display: block;
	float: left;
	width: 365px;
	padding-right: 45px;
	background: #ededed;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}
.box-search .input{
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 10px;
}
.box-search input {
  vertical-align: top;
}
.box-search input[type=text]{
  padding: 0;
  margin: 3px 0;
  width: 100%;
  height: 36px;
  font: 11px/36px Arial ,sans-serif;
  color:#949494;
  border: none;
  background: transparent;
}
.box-search input[type=submit] {
  cursor: pointer;
  overflow:hidden;
  width:  42px;
  height: 42px;
  background: url(img/search-btn.png) no-repeat center center #aa91d4;
  border: none;
  text-indent:-9999px;
  font-size:0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0px;
  top: 0px;
  -webkit-border-radius: 2px;
	 -moz-border-radius: 2px;
		  border-radius: 2px;
}
.box-search .select-cat{
  height: 100%;
  float: left;
  margin: 3px 0;
  border-right: 1px solid #dedede;
}
.box-search .select-cat .btn{
	color: #444444;
	font-size: 11px;
	line-height: 36px;
	padding: 0 10px;
	cursor: pointer;
}
.box-search .select-cat .btn span{
	display: inline-block;
	vertical-align: top;
}
.box-search .select-cat .btn i{
	background: url(img/arr-d-gray.png) no-repeat center center;
	display: inline-block;
	vertical-align: top;
	width: 9px;
	height: 32px;
	padding: 0 10px;
}
.box-search .select-cat .dropdown-content{
  position: relative;
  display: none;
  position: absolute;
  top: 32px;
  left: 0px;
  font-size: 11px;
  line-height: 12px;
  background: #ededed;
  z-index: 10;
}
.box-search .select-cat.dropped .dropdown-content{
  display:block;
}
.box-search .select-cat .dropdown-content .dropdown-overlay{
  position: absolute;
  top: -42px;
  left: 0;
  cursor: pointer;
  width: 100%;
  height: 42px;
}
.box-search .select-cat .dropdown-content ul{
	list-style-type: none;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.box-search .select-cat .dropdown-content a{
	display: block;
	color: #444444;
	padding: 8px 30px 8px 10px;
	background: url(img/arr-r-gray.png) no-repeat 90% center;
}
.box-search .select-cat .dropdown-content .active,
.box-search .select-cat .dropdown-content a:hover{
	color: #aa91d4;
	background: url(img/arr-r-red.png) no-repeat 90% center #ffffff;
}

.access-box{
	float: right;
}
.access-info{
	color: #999999;
	font-size: 10px;
	line-height: 12px;
	background: url(img/ico-people.png) no-repeat left center;
	float: left;
	padding: 15px 10px 15px 20px;
}
.access-box .btn{
	display: block;
	float: left;
	border: 1px solid #dedede;
	margin-left: 2px;
}

/* --------------- /Header ---------*/


/* --------------- column and content ---------*/

.left-column{
	width: 270px;
	padding: 0;
	margin: 0;
}
.right-column{
	width: 310px;
	padding: 0;
	margin: 0;
}
.left-column{
	float: left;
}
.right-column{
	float: right;
}
.page-content{
	margin: 0 280px;
	padding: 0;
}
.gallery-page-content,
.models-page-content{
	margin: 0 280px 0 0px;
	padding: 0;
	overflow: hidden;
}
.box-title{
	color: #999999;
	font-weight: bold;
	font-size: 14px;
	line-height: 26px;
	border-bottom: 4px double #dedede;
	margin-bottom: 10px;
}
.box-title h1,
.box-title h2,
.box-title h3{
	font-weight: bold;
	font-size: 14px;
	display: inline;
	margin: 0;
}

.left-column .box-title,
.right-column .box-title{
	text-align: center;
}
.box-title span{
	color: #999999;
	font-size: 10px;
	line-height: 16px;
	margin-top: -5px;
	display: block;
}
.gallery-title{
	text-align: center;
	color: #91b0d4;
	font-weight: bold;
	font-size: 16px;
	line-height: 26px;
	border-bottom: 4px double #dedede;
	margin-bottom: 10px;
}
.gallery-title i{
	display: inline-block;
	vertical-align: middle;
	background: url(img/ico-star-gray.png) no-repeat center center;
	width: 10px;
	height: 10px;
	padding: 0 5px;
	margin-bottom: 2px;
}
.gallery-title h1,
.gallery-title h2,
.gallery-title h3{
	font-weight: bold;
	font-size: 16px;
	display: inline;
	margin: 0;
}

.sort-box{
	float: right;
	color: #999999;
	font-size: 10px;
	line-height: 22px;
}
.sort-box a{
	display: inline-block;
	color: #444444;
	padding: 4px 15px;
	font-size: 12px;
	line-height: 14px;
	border: 1px solid #dedede;
}
.sort-box .active,
.sort-box a:hover{
	color: #ffffff;
	background: #aa91d4;
	border: 1px solid #dedede;
}


.top-list-box{
	border-bottom: 1px solid #dedede;
}
.top-list-box ul{
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
.top-list-box ul li a{
	display: block;
	color: #444444;
	padding: 11px 10px;
	font-size: 12px;
	line-height: 14px;
	border: 1px solid #dedede;
	border-bottom: none;
}
.top-list-box ul li a:hover{
	color: #ffffff;
	background: #aa91d4;
	border: 1px solid #dedede;
	border-bottom: none;
}
.top-list-box .active{
	color: #ffffff;
	background-color: #c0b4d5;
	background: #c0b4d5;
	border: 0;
}
.box-down{
	display: block;
	background: url(img/ornament.png) no-repeat center center;
	margin: 8px 0;
	width: 100%;
	height: 14px;
}
.column-spot-box{
	border: 1px solid #ededed;
	padding: 8px;
	margin-bottom: 10px;
}
.column-spot-box .desc{
	color: #aa91d4;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
/* --------------- /column and content ---------*/





/* --------------- thumb ---------*/
.gallery-box{
	text-align: center;
}
.gallery{
	display: inline-block;
	vertical-align: top;
	color: #999999;
	font-size: 10px;
	padding: 1px;
	margin: 0 1px 20px;
	border: 1px solid #ededed;
	box-shadow: 0px 3px 3px 0px #ededed;
	width: 300px;
	text-align: left;
}
.page-content .gallery{
	margin: 0 7px 20px;
}
.gallery:hover{
	box-shadow: 0px 0px 3px 3px #ededed;
}
.gallery.model{
	margin: 0 1px 10px;
	border: none;
	box-shadow: none;
}
.gallery.model:hover{
	border: none;
	box-shadow: none;
}
.gallery-page-content .gallery{
	width: 170px;
	margin: 0 5px 5px;
}


.model-thumb{
	display: block;
	float: left;
	width: 170px;
}
.model-thumb img,
.gallery img{
	display: block;
}
.model-thumb .img,
.gallery .img{
	position:relative;
	overflow: hidden;
	display:block;
	line-height: 0;
}
.model-thumb .img span,
.gallery .img span{
	position: absolute;
	display: block;
	border: 6px solid #ffffff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.35;
	filter: alpha(opacity=35)
	-webkit-transition: 0.2s ease all;
	   -moz-transition: 0.2s ease all;
		-ms-transition: 0.2s ease all;
		 -o-transition: 0.2s ease all;
			transition: 0.2s ease all;
}
.gallery:hover .img span{
	border-width:  41px;
}
.gallery-page-content .gallery:hover .img span,
.model-thumb:hover .img span{
	border-width:  21px;
}
.model-thumb .img strong,
.gallery .img strong{
	display: block;
	position: absolute;
	border:1px solid #e8ebed;
	top:    5px;
	left:   5px;
	right:  5px;
	bottom: 5px;
	-webkit-transition: 0.2s ease all;
	   -moz-transition: 0.2s ease all;
		-ms-transition: 0.2s ease all;
		 -o-transition: 0.2s ease all;
			transition: 0.2s ease all;
}
.gallery:hover .img strong{
	top:    40px;
	left:   40px;
	right:  40px;
	bottom: 40px;
}
.gallery-page-content .gallery:hover .img strong,
.model-thumb:hover .img strong{
	top:    20px;
	left:   20px;
	right:  20px;
	bottom: 20px;
}
.gallery .desc{
	display: block;
	color: #aa91d4;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	padding: 5px 3px 12px 3px;
	margin-bottom: 1px;
	background: url(img/gallery-line.png) no-repeat center bottom;
}
.gallery:hover .desc{
	color: #c4c4c4;
}
i.ico-heart,
i.ico-cat,
i.ico-tag,
i.ico-cal,
i.ico-view{
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin: 0 4px;
}
i.ico-heart{
	background: url(img/ico-heart.png) no-repeat center center;
}
i.ico-cat{
	background: url(img/ico-cat.png) no-repeat center center;
}
i.ico-tag{
	background: url(img/ico-tag.png) no-repeat center center;
}
i.ico-cal{
	background: url(img/ico-cal.png) no-repeat center center;
}
i.ico-view{
	background: url(img/ico-view.png) no-repeat center center;
}
.gallery .tags{
	line-height: 22px;
}
.gallery .tags a{
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #5d5d5d;
	padding: 0 6px;
	margin: 1px;
}
.gallery .tags a:hover{
	color: #ffffff;
	background: #aa91d4;
}
.gallery .info:after { content:" "; display:block; height:0; clear:both; visibility:hidden;}
.gallery .info{
	font-size: 10px;
	line-height: 22px;
	padding-bottom: 5px;
}
.gallery .info .right{
	margin-right: 5px;
}
/* --------------- /thumb ---------*/


/* --------------- navigations ---------*/
.info-line{
	display: block;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	margin: 10px 0;
	text-align: center;
}
.info-line a{
	display: inline-block;
	color: #91b0d4;
	padding: 0 5px;
}
.info-line a:hover{
	color: #ec6f55;
}
.info-line i.ico-star{
	display: inline-block;
	vertical-align: middle;
	background: url(img/ico-star-gray.png) no-repeat center center;
	width: 10px;
	height: 10px;
	padding: 0 5px;
	margin-bottom: 5px;
}



.title-line{
	margin: 10px 0;
	background: url(img/title-line.png) no-repeat center 6px;
	text-align: center;
}

.title-line .title-text{
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	color: #999999;
	padding: 0 10px 15px 10px;
	min-width: 170px;
	background: url(img/ornament.png) no-repeat center bottom #ffffff;
}
/* --------------- /navigations ---------*/


/* --------------- pager ---------*/
.pager{
	padding: 10px 0 15px 0;
	display: block;
	text-align: center;
	font-size: 0;
}
.pager span,
.pager a{
	display: inline-block;
	padding: 0 16px;
	margin: 1px;
	font-weight: bold;
	font-size: 14px;
	line-height: 46px;
	border: 1px solid #dedede;
	color: #aa91d4;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}
.pager .active,
.pager a:hover{
	background: #aa91d4;
	color: #ffffff;
	font-weight: bold;
}
/* --------------- /pager ---------*/

/* --------------- A-Z list box ---------*/
.az-box{
	padding: 10px 0 15px 0;
	display: block;
	text-align: center;
	font-size: 0;
}

.az-box span,
.az-box a{
	text-transform: uppercase;
	display: inline-block;
	padding: 0 11px;
	margin: 1px;
	margin-right: 0;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
	border: 1px solid #dedede;
	color: #aa91d4;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}
.az-box .active,
.az-box a:hover{
	background: #aa91d4;
	color: #ffffff;
	font-weight: bold;
}
/* --------------- /A-Z list box ---------*/




/* --------------- spots ---------*/
.spots-box{
	display: block;
	overflow: hidden;
	text-align: center;
	position: relative;
	z-index: 1;
	margin: 20px auto;
}
.spots-box .spot{
	display: inline-block;
	margin: 0 5px;
	width: 300px;
	height:250px;
	overflow: hidden;
}
.spots-box .spot img,
.spots-box .spot object,
.spots-box .spot iframe{
	display:block;
	vertical-align:top;
	margin: 0 auto;
}
/* --------------- /spots ---------*/




/* --------------- list boxes ---------*/
.list-box{
	margin: 5px auto;
	padding: 10px;
}
.list-box ul{
	width:20%;
	float:left;
	margin: 0;
	padding: 0;
	position: relative;
	list-style-type: none;
}
.list-box ul li{
	text-align:left;
	font-size: 10px;
	line-height: 16px;
	color: #a4a4a4;
	margin: 0 2px;
	padding: 10px 5px 10px 20px;
	background: url(img/ico-star-gray.png) no-repeat left center;
}
.list-box ul li a{
	font-weight: bold;
	font-size: 14px;
	/*display: inline-block;*/
	color: #5d5d5d;
	padding: 0 6px;
}
.list-box ul li a:hover{
	color: #aa91d4;
	text-decoration:none;
}
/* --------------- /list boxes ---------*/




/* ---------------model gallery ---------*/

.model-gallery{
	border: 1px solid #ededed;
	padding: 6px;
	margin-bottom: 5px;
	overflow: hidden;
}
.model-gallery .model-info{
	margin-left: 195px;
	overflow: hidden;
}
.model-gallery .model-line{
	display: block;
	width: 100%;
	height: 7px;
	background: url(img/model-line.png) no-repeat center center;
	margin: 10px 0 15px 0;
}
.model-gallery .rate-box{ 
	display: block;
	margin-bottom: 15px;
}
.model-gallery .rate-no,
.model-gallery .rate-yes{ 
	display: inline-block;
	vertical-align: top;
	width: 61px;
	height: 54px;
	margin: 0 5px;
	background: url(img/rate-hend.png);
}
.model-gallery .rate-no{ 
	background-position: -71px 0;
}
.model-gallery .rate-info{
	display: block;
	margin-top: 11px;
	font-size: 12px;
	color: #a8a8a8;
}
.model-gallery .rate-info span{
	color: #df684e;
}
.model-gallery .model-info-box{
	width: 50%;
	font-size: 10px;
	line-height: 22px;
	color: #999999;
}
.model-gallery .model-info-box span{
	font-weight: bold;
	font-size: 12px;
}
.model-gallery .add-info{
	margin-top: 25px;
	text-align: center;
}
.model-gallery .add-info .btn{
	display: inline-block;
	border: 1px solid #dedede;
	color: #aa91d4;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	padding: 7px 10px 7px 15px;
}
.model-gallery .add-info .btn:hover{
	border: 1px solid #dedede;
	background: #aa91d4;
	color: #ffffff;
}
.model-gallery .add-info .btn i{
	display: inline-block;
	vertical-align: top;
	width: 16px;
	height: 16px;
	margin-left: 15px;
	background: url(img/ico-star-blue.png);
}
.model-gallery .add-info .btn:hover i{
	background: url(img/ico-star-wite.png);

}
.model-gallery .model-msg{
	font-size: 10px;
	text-align: center;
	margin: 8px 0;
}

.gallery-desc{
	display: block;
	padding: 10px 0;
	text-align: center;
}
.gallery-desc a{
	color: #aa91d4;
	font-weight: bold;
	font-size: 30px;
	line-height: 40px;
	display: inline-block;
	vertical-align: middle;
}
.gallery-desc i{
	display: inline-block;
	vertical-align: middle;
	width: 102px;
	height: 23px;
}
.gallery-desc i.ico-left{
	background: url(img/gallery-desc-left.png);
	margin-right: 15px;
}
.gallery-desc i.ico-right{
	background: url(img/gallery-desc-right.png);
	margin-left: 15px;
}
.gallery-content-box{
	border: 1px solid #ededed;
	padding: 5px;
}
.gallery-content-box .content-line{
	font-size: 10px;
	line-height: 20px;
	color: #949494;
	padding: 5px 0;
}
.gallery-content-box .content-line .addbtn{
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	color: #aa91d4;
	border: 1px solid #dedede;
	padding: 5px 10px;
	margin-top: -5px;
	margin-bottom: -5px;
}
.gallery-content-box .content-line .addbtn:hover{
	color: #ffffff;
	background: #aa91d4;	
}
.gallery-content-box .content-line .addbtn i{
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 20px;
	background: url(img/ico-star-favorites.png);
	margin-left: 5px;
}
.gallery-content-box .tags a{
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	color: #5d5d5d;
	padding: 0 6px;
	margin: 1px;
}
.gallery-content-box .tags a:hover{
	color: #ffffff;
	background: #aa91d4;
}
.gallery-content-box .heart-line a{
	font-weight: bold;
	font-size: 12px;
	color: #aa91d4;
}
.gallery-content-box .heart-line a:hover{
	color: #c4c4c4;
}
.gallery-content-box .desc{
	font-size: 12px;
	line-height: 16px;
	color: #414141;
}
.gallery-content-box .desc span{
	color: #818181;
}
.gallery-content-box .box-left{
	float: left;
	width: 460px;
}
.gallery-content-box .box-right{
	float: right;
	width: 460px;
	padding-top: 20px;
	text-align: right;
}
.gallery-content-box .box-right span{
	font-size: 12px;
	color: #df684e;
}
.gallery-content-box .rate-box{ 
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.gallery-content-box .rate-no,
.gallery-content-box .rate-yes{ 
	display: inline-block;
	vertical-align: top;
	width: 61px;
	height: 54px;
	margin: 0 5px;
	background: url(img/rate-hend.png);
}
.gallery-content-box .rate-no{ 
	background-position: -71px 0;
}
.gallery-content-box .rate-info{
	display: block;
	margin-top: 11px;
	font-size: 12px;
	color: #a8a8a8;
}
.gallery-content-box .rate-info span{
	color: #df684e;
}
.gallery-content-box .gallery-line{
	display: block;
	width: 100%;
	height: 9px;
	background: url(img/gallery-line2.png) no-repeat center center;
	margin: 10px 0;
}
.gallery-content-box .add-comment-box{
	
}
.gallery-content-box .add-comment-box textarea{
	padding: 10px;
	width: 100%;
	height: 130px;
	background: #ededed;
	border: none;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.gallery-content-box .add-comment-box .submit-btn{
	margin: 5px 0;
	text-align: right;
}
.gallery-content-box .add-comment-box .submit-btn input[type="submit"]{
	color: #aa91d4;
	background: #ffffff;
	border: 1px solid #dedede;
	font-weight: bold;
	font-size: 12px;
	padding: 10px 15px;
}
.gallery-content-box .add-comment-box .submit-btn input[type="submit"]:hover{
	color: #ffffff;
	background: #aa91d4;	
}

/* ---------------/model gallery ---------*/




/* --------------- Comment box --------------- */

.comment-box{
	margin: 5px 0;
}


.ucomment{
	display: block;
	margin: 5px 0;
	font-size: 10px;
	font-family: Arial, sans-serif;
}
.ucomment:after { content:" "; display:block; height:0; clear:both; visibility:hidden;}
.ucomment .ava{
	border: 1px solid #ededed;
	background: #ffffff;
	padding: 2px;
	width: 50px;
	height: 50px;
	float: left;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}
.ucomment .ucomment-content{
	display: block;
	margin-left: 63px;
	color: #6e6a67;
	min-height: 60px;
}
.ucomment.closed .ucomment-content{
	margin-left: 0;
	min-height: 32px;
}
.ucomment .ucomment-title{
	background: #ededed;
	color: #686868;
	font-size: 10px;
	line-height: 14px;
	padding: 8px 2px 8px 8px;
}
.ucomment .ucomment-title i.ico-head{
	display: inline-block;
	vertical-align: top;
	width: 11px;
	height: 14px;
	background: url(img/ico-head.png) no-repeat center center;
}
.ucomment .ucomment-title a{
	font-size: 14px;
	color: #aa91d4;
	margin-right: 15px;
	display: inline-block;
}
.ucomment .ucomment-title a:hover{
	color: #c4c4c4;
}
.ucomment .ucomment-msg{
	margin: 5px 0;
	font-size: 10px;
	color: #7f7f7f
}
.ucomment .ucomment-ico{
	font-size: 12px;
	line-height: 16px;
}
.ucomment .ucomment-ico a{
	font-size: 14px;
	color: #aa91d4;
}
.ucomment .ucomment-ico a:hover{
	color: #c4c4c4;
}
.ucomment .ucomment-ico i.ico-vote-yes,
.ucomment .ucomment-ico i.ico-vote-no,
.ucomment .ucomment-ico i.ico-reply{
	width: 16px;
	height: 16px;
	display: inline-block;
	margin: 0 2px;
	vertical-align: top;
}
.ucomment .ucomment-ico i.ico-vote-yes{
	background: url(img/ico-vote-yes.png) no-repeat;
}
.ucomment .ucomment-ico a:hover i.ico-vote-yes{
	background: url(img/ico-vote-yes-h.png) no-repeat;
}
.ucomment .ucomment-ico i.ico-vote-no{
	background: url(img/ico-vote-no.png) no-repeat;
}
.ucomment .ucomment-ico  a:hover i.ico-vote-no{
	background: url(img/ico-vote-no-h.png) no-repeat;
}
.ucomment .ucomment-ico i.ico-reply{
	background: url(img/ico-reply.png) no-repeat;
	width: 17px;
	margin: 0 5px;
}
.ucomment .ucomment-ico a:hover i.ico-reply{
	background: url(img/ico-reply-h.png) no-repeat;
}

.level-0{}
.level-1{ margin-left: 60px; }
.level-2{ margin-left: 100px; }
.level-3{ margin-left: 140px; }
.level-4{ margin-left: 180px; }

.ucomment.closed .ucomment-ico,
.ucomment.closed .ucomment-msg,
.ucomment.closed .ava{
	display: none;
}

.open-comment{
	display: none;
	color: #aa91d4;
	background: #ffffff;
	border: 1px solid #dedede;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	padding: 6px 15px;
	float: right;
	margin-top: -5px;
	cursor: pointer;
}
.ucomment.closed .open-comment{
	display: inline-block;
}
.ucomment.closed .open-comment:hover{ 
	color: #ffffff;
	background: #aa91d4;	
}

/* --------------- /Comment box --------------- */



/* --------------- footer --------------- */

.footer{
	font-size: 12px;
	color:#949494;
	padding: 5px 0;
	text-align: center;
}
.footer .footer-logo2-box,
.footer .footer-logo-box{
	display: inline-block;
	vertical-align: top;
}
.footer .footer-logo2-box img{
	display: inline-block;
	margin: 0 2px;
}
.footer .footer-menu{
	display: inline-block;
	vertical-align: top;
	padding: 20px 15px;
}
.footer .footer-menu a{
	color: #5d5d5d;
}
.footer .footer-menu a:hover{
	color: #aa91d4;
}
.footer p{
	font-size: 12px;
	line-height: 20px;
}

/* --------------- /footer --------------- */





/* --------------- media screen styles ---------*/


@media only screen and (min-width: 1153px) and (max-width: 1230px){
	.page-layout {
		width: 1152px;
	}
	.box-search{
		width: 350px;
	}
	.left-column, .right-column {
		width: 254px;
	}
	.page-content {
		margin: 0 264px;
	}
	.gallery-page-content, .models-page-content{
		margin: 0 264px 0 0;
	}
	.column-spot-box{
		padding: 1px;
	}
	.page-content .gallery {
		margin: 0 3px 20px;
	}
	.gallery-page-content .gallery{
		margin: 0 0px 5px;
	}
	.gallery.model{
		width: 290px;
	}
	.gallery.model img{
		width: 290px;
		height: 387px;
	}
	.az-box span, .az-box a{
		padding: 0 10px;
	}
	.gallery-content-box .box-right{
		width: 415px;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1154px){
	.page-layout {
		width: 1024px;
	}
	.header .logo {
		margin-left: 5px;
		margin-right: 20px;
	}
	.box-search{
		width: 444px;
	}
	.access-box{
		margin: 5px 0;
	}
	.gallery-page-content .gallery {
		margin: 0 2px 5px;
	}
	.header-menu .box-dropdown{
		position: static;
	}
	.header-menu .box-dropdown .dropdown-content{
		left: 0px;
		width: 750px
	}
}
@media only screen and (min-width: 961px) and (max-width: 1024px){
	.page-layout {
		width: 960px;
	}
	.access-box{
		margin: 5px 0;
	}
	.box-search{
		width: 400px;
	}
	.list-box ul{
		width: 25%;
	}
	.header-menu .box-dropdown{
		position: static;
	}
	.header-menu .box-dropdown .dropdown-content{
		left: 0px;
		width: 730px
	}
}
/*To ALL mobile devices*/
@media only screen and (max-width: 1024px){
	.left-column{
		display: none;
	}
	.gallery-page-content,
	.models-page-content,
	.page-content{
		margin-left: 0;
	}
	.gallery-content-box .box-left{
		width: 100%;
	}
	.gallery-content-box .box-right{
		width: 100%;
	}
	.header-menu .box-dropdown{
		position: static;
	}
}
/*iPad*/
@media only screen and (min-width: 768px) and (max-width: 960px ){
	.page-layout {
		width: 768px;
	}
	.box-search,
	.access-box{
		margin: 5px 0;
	}
	.box-search{
		width: 460px;
	}
	.list-box ul{
		width: 33%;
	}
	.header-menu .box-dropdown .dropdown-content{
		left: 0px;
		width: 550px
	}
	.header-menu .box-dropdown .dropdown-content ul{
		width: 33%;
	}
}
@media only screen and (max-width: 767px ){
	.right-column{
		display: none;
	}
	.gallery-page-content,
	.models-page-content,
	.page-content{
		margin: 0;
	}
	.header .logo-box{
		float: none;
		text-align: center;
		margin: 0;
	}
	.header .logo-box .logo{
		display: inline-block;
	}
}
/*iPad mini*/
@media only screen and (min-width: 736px ) and (max-width: 767px ){
	.page-layout {
		width: 736px;
	}
	.list-box ul{
		width: 33%;
	}
	.box-search{
		width: 385px;
	}
	.access-box{
		margin: 5px 0;
	}
	.gallery{
		width: 260px;
	}
	.gallery img{
		width: 260px;
		height: 347px;
	}
	.gallery-page-content .gallery img{
		width: 170px;
		height: 247px;
	}
	.header-menu .box-dropdown .dropdown-content{
		left: 0px;
		width: 550px
	}
	.header-menu .box-dropdown .dropdown-content ul{
		width: 33%;
	}
}
@media only screen and (max-width: 735px){
	.access-box{
		margin-bottom: 5px;
	}
}
/*iPhone 6 Plus*/
@media only screen and (min-width: 669px) and (max-width: 735px){
	.page-layout {
		width: 667px;
	}
	.list-box ul{
		width: 33%;
	}
	.box-search{
		margin-bottom: 5px;
		width: 320px;
	}
	.header-menu .box-dropdown .dropdown-content{
		left: 0px;
		width: 550px
	}
	.header-menu .box-dropdown .dropdown-content ul{
		width: 33%;
	}
}
@media only screen and (max-width: 668px){
	.header-menu{
		float: none;
		padding: 5px 0;
	}
	.header-menu:after { content:" "; display:block; height:0; clear:both; visibility:hidden;}
	.box-search{
		float: none;
		margin-left: 0px;
		margin-bottom: 5px;
		width: 270px;
	}
	.access-box{
		margin-bottom: 5px;
		float: none;
	}
}
/*iPhone 6*/
@media only screen and (min-width: 569px) and (max-width: 668px){
	.page-layout {
		width: 568px;
	}
	.list-box ul{
		width: 50%;
	}
	.box-search{
		width: 523px;
	}
	.gallery{
		width: 260px;
	}
	.gallery img{
		width: 260px;
		height: 347px;
	}
	.gallery-page-content .gallery img{
		width: 170px;
		height: 247px;
	}
	.header-menu .box-dropdown .dropdown-content{
		left: 0px;
		width: 565px
	}
	.header-menu .box-dropdown .dropdown-content ul{
		width: 33%;
	}
}
/*iPhone 5*/
@media only screen and (min-width: 481px) and (max-width: 568px){
	.page-layout {
		width: 480px;
	}
	.list-box ul{
		width: 50%;
	}
	.box-search{
		width: 430px;
	}
	.gallery{
		width: 220px;
	}
	.gallery img{
		width: 220px;
		height: 293px;
	}
	.gallery-page-content .gallery img{
		width: 170px;
		height: 247px;
	}
	.header-menu .box-dropdown .dropdown-content{
		left: 0px;
		width: 479px
	}
	.header-menu .box-dropdown .dropdown-content ul{
		width: 33%;
	}
}
/*iPhone 1/2/3*/
@media only screen and (min-width: 377px) and (max-width: 480px){
	.page-layout {
		width: 376px;
	}
	.list-box ul{
		width: 100%;
	}
	.box-search{
		width: 325px;
	}
	.header-menu .box-dropdown .dropdown-content{
		left: 0px;
		width: 375px
	}
	.header-menu .box-dropdown .dropdown-content ul{
		width: 50%;
	}
}
/* any */
@media only screen and (max-width: 376px){
	.page-layout {
		width: 320px;
	}
	.box-search{
		width: 275px;
	}
	.list-box ul{
		width: 100%;
	}
	.gallery-page-content .gallery{
		width: 144px;
	}
	.gallery-page-content .gallery img{
		width: 144px;
		height: 192px;
	}
	.header-menu .box-dropdown .dropdown-content{
		left: 0px;
		width: 318px
	}
	.header-menu .box-dropdown .dropdown-content ul{
		width: 50%;
	}
}

/* --------------- /media screen styles ---------*/
