﻿/*Box model set*/
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

/*Font declarations*/
button,
input,
select,
textarea,
body,
.ui-widget {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 15px;
}



/*Default elements, resets-------------------------------------------------------------*/
html {}
body {}


a {
	color: #000;
	text-decoration: none;
}
a:hover {}

p {
	line-height: 1.2em;
	margin: 1em 0;
}
h1, h2, h3, h4, h5, h6 {margin: 1em 0;}

/*Placeholders*/
.placeholder {
	color: #c5c5c5;
}
::-webkit-input-placeholder {
	color: #c5c5c5;
}
:-moz-placeholder {
	color: #c5c5c5;
}
::-moz-placeholder {
	color: #c5c5c5;
	opacity: 1;
}

.shortlist-form .placeholder,
.model-form .placeholder,
.contacts-form .placeholder {
	color: #000;
}
.shortlist-form ::-webkit-input-placeholder,
.model-form ::-webkit-input-placeholder,
.contacts-form ::-webkit-input-placeholder {
	color: #000;
}
.shortlist-form :-moz-placeholder,
.model-form :-moz-placeholder,
.contacts-form :-moz-placeholder {
	color: #000;
}
.shortlist-form ::-moz-placeholder,
.model-form ::-moz-placeholder,
.contacts-form ::-moz-placeholder {
	color: #000;
}


:focus {
	outline: none;
}


/*Helpers---------------------------------------------------------*/
.menu {
	list-style: none;
	padding: 0;
	margin: 0;
}
.fl {float: left;}
.fr {float: right;}
.tar {text-align: right;}
.tac {text-align: center;}
.tal {text-align: left;}
.date {color: #ccc;}
.relative {position: relative;}

/*Clearfix*/
.clearfix:before,
.clearfix:after,
.form-row:before,
.form-row:after {
	content: "";
	display: table;
}
.clearfix:after,
.form-row:after {
	clear: both;
}
.clearfix,
.form-row {
	zoom: 1;
}



/*Common objects ---------------------------------------------------*/

/* Selectmenu */
.ui-selectmenu {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 0;
	border: none;
	background: #fff;
	border: none;
	text-decoration: none !important;
}
.ui-selectmenu .ui-selectmenu-icon {
	position:absolute;
	top: 0px;
	right: 0px;
	width: 22px;
	height: 25px;
	background: url(../images/select-arrow.png) no-repeat left center;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	display: none;
	z-index: 1005;
}
.ui-selectmenu-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	border: none;
	background: #fff;
	border-radius: 0;
	border-top: none;
	border-bottom: none;
}
.ui-selectmenu-open {display: block;}
.ui-selectmenu-menu li {
	padding: 0;
	margin: 0;
	display: block;
	border: none !important;
	font-weight: normal !important;
	background: none !important;
}
.ui-selectmenu-menu li a,
.ui-selectmenu-status {
	display: block;
	padding: 3px 14px;
	padding-right: 26px;
	outline:none;
	text-decoration: none;
	color: inherit;
	font-weight: normal;
	color: #000;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
}
.ui-selectmenu-menu li a {
	border-bottom: 2px solid #e3e3e3;
	font-style: italic;
	background: #f2f2f2;
	font-size: 14px;
	text-transform: none;
}
.ui-selectmenu-menu li a:hover,
.ui-selectmenu-menu .ui-state-hover a {
	color: #000;
	background: #e5e1e1 !important;
	zoom: 1;
}
.ui-selectmenu-group-label {
	display: block;
	padding: 3px 14px;
	background: #f2f2f2 url(../images/select-arrow.png) no-repeat 211px center;
	border-bottom: 2px solid #e3e3e3;
	font-style: italic;
}


/*Image wrap*/
.img-wrap {
	position: relative;
}
.img-wrap img {
	vertical-align: top;
}
a:hover .img-wrap:before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	border: 4px solid red;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}


/*Custom checkbox*/
.custom-checkbox {
	width: 29px;
	float: left;
	margin-right: 22px;
	position: relative;
	padding-top: 24px;
	cursor: pointer;
}
.custom-checkbox:last-child {
	margin-right: 0px;
}
.icheckbox {
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../images/checkbox.png) no-repeat left top;
	width: 29px;
	height: 23px;
}
.icheckbox.checked {
	background-position: left bottom;
}


/*-----------------Custom site style-------------------------------------------------------*/
.site {
	margin: 0 auto;
	width: 1024px;
	margin-top: 20px;
	background: #e3e3e3;
}



/*Header ------------------------------------------*/
.site-header {
	padding: 34px 66px;
	padding-bottom: 45px;
	position: relative;
}
.main-logo {
	float: left;
}

/*Main menu*/
.main-menu {
	position: absolute;
	right: 116px;
	padding-top: 55px;
	padding-left: 15px;
}
.main-menu li {
	float: left;
	padding-right: 37px;
	margin-right: 35px;
	background: url(../images/separator-menu.png) no-repeat right center;
}
.main-menu li:last-child {
	padding-right: 0px;
	margin-right: 0px;
	background: none;
}
.main-menu a {
	display: inline-block;
	line-height: 22px;
	font-size: 20px;
	padding-left: 2px;
	padding-right: 2px;
	position: relative;
}
.main-menu a:before {
	position: absolute;
	display: none;
	content: '';
	border-top: 1px solid red;
	width: 100%;
	left: 0px;
	right: 0px;
	top: 50%;
}
.main-menu a:hover:before,
.main-menu .active a:before {
	display: inline-block;
}


/*Face cart*/
.face-cart {
	position: absolute;
	right: 0px;
	top: 66px;
	border-right: 2px solid #000;
	background: url(../images/cart-ico.png) no-repeat center top;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 14px;
}
.face-cart .count {
	text-align: center;
	padding-top: 7px;
	line-height: 17px;
	margin-bottom: 2px;
}
.face-cart .label {
	color: #ef4823;
}
.project-notice {
	color: #ef4823;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}



/*Contact elements*/
.site-header .contact-elements {
	position: absolute;
	top: 13px;
	right: 116px;
}
.contact-elements {

}
.contact-elements .spacer {
	margin-left: 5px;
	margin-right: 5px;
}
.contact-elements span {
	color: #f44400;
}
.contact-elements > img {
	float: left;
	margin: 0 3px;
}
.mail-link,
.fb-link {
	float: left;
	margin-top: 2px;
}

.mail-link {
	padding-right: 48px;
	background: url(../images/mail-ico.png) no-repeat right center;
}
.fb-link {
	padding-left: 30px;
	background: url(../images/fb-ico.png) no-repeat left center;
}

.mail-link:hover,
.fb-link:hover {
	text-decoration: underline;
}


/*Center -------------------------------------------*/
.site-center {
	padding: 0 50px;
}


/*Page headers*/
.site-title {
	padding: 20px 25px;
}
.page-title {
	margin: 0;
	font-weight: 300;
	font-size: 24px;
	margin-bottom: 8px;
	border-left: 1px solid #000;
	line-height: 20px;
	padding-left: 5px;
}
.page-subtitle {
	font-size: 25px;
	font-size: 16px;
	margin: 0;
}




/*Simple form*/
.simple-form .form-row {
	margin-bottom: 15px;
}
.simple-form input[type="email"],
.simple-form input[type="text"] {
	width: 100%;
	border: none;
	padding: 7px 15px;
}
.simple-form select {
	width: 233px;
}

.checkboxes {
	padding-top: 18px;
	padding-bottom: 12px;
}


/*Shortlist-form*/
.shortlist-form {
	padding: 0 27px;
}
.shortlist-form .form-row {
	margin-bottom: 11px;
}
.shortlist-form input[type="text"],
.shortlist-form input[type="email"],
.shortlist-form textarea {
	font-size: 12px;
}
.shortlist-form input[type="text"],
.shortlist-form input[type="email"] {
	padding: 3px 8px;
}
.shortlist-form textarea {
	border: none;
	resize: none;
	width: 100%;
	padding: 3px 8px;
	height: 57px;
}
.shortlist-form .col-1 {
	width: 230px;
	float: left;
	margin-right: 26px;
}
.shortlist-form .col-2 {
	width: 331px;
	float: left;
	margin-right: 31px;
}
.shortlist-form .col-3 {
	width: 105px;
	float: left;
}

.shortlist-form input[type="submit"],
.shortlist-form input[type="button"] {
	width: 100%;
	background: #fff;
	font-size: 12px;
	text-align: left;
	color: #000;
	border: none;
	text-transform: uppercase;
	padding: 0 8px;
	height: 23px;
	border: 1px solid #fff;
}
.shortlist-form input[type="submit"]:hover,
.shortlist-form input[type="button"]:hover {
	border-color: #c93537;
}

.no-model-selected {
	text-align: center;
	margin: 99px 0;
}


/*Contacts form*/
.contacts-form {
	padding-left: 18px;
	padding-bottom: 100px;
	padding-top: 10px;
}
.contacts-form .col-1 {
	width: 200px;
	float: left;
	margin-right: 14px;
}
.contacts-form .col-2 {
	width: 320px;
	float: left;
}
.contacts-form h2 {
	margin: 0;
	font-weight: 300;
	font-size: 18px;
	margin-bottom: 16px;
	line-height: 22px;
}
.contacts-form p {
	margin: 0;
	font-size: 15px;
}
.contacts-form a:hover {
	text-decoration: underline;
}

.contacts-form .form-row {
	margin-bottom: 10px;
}
.contacts-form textarea {
	border: none;
	resize: none;
	padding: 3px 8px;
	width: 100%;
	height: 62px;
	vertical-align: top;
	font-size: 12px;
}
.contacts-form input[type="submit"] {
	border: 1px solid #fff;
	height: 22px;
	width: 100%;
	padding: 0 8px;
	text-align: left;
	font-size: 14px;
	background: #fff;
	width: 80px;
	text-transform: uppercase;
	font-size: 12px;
}
.contacts-form input[type="submit"]:hover {
	border-color: #c93537;
}


/*Model form*/
.model-form {
	padding-left: 18px;
	padding-top: 4px;
	padding-bottom: 100px;
}
.model-form .form-row {
	margin-bottom: 12px;
}
.model-form .col-1 {
	width: 232px;
	float: left;
	margin-right: 40px;
}
.model-form .col-2 {
	width: 232px;
	float: left;
}
.model-form input[type="email"],
.model-form input[type="text"] {
	padding: 3px 8px;
	font-size: 12px;
}
.model-form textarea {
	padding: 3px 8px;
	border: none;
	resize: none;
	width: 100%;
	height: 57px;
	vertical-align: top;
	font-size: 12px;
}
.model-form input[type="submit"] {
	border: 1px solid #fff;
	padding: 0 8px;
	text-align: left;
	height: 24px;
	width: 105px;
	background: #fff;
	font-size: 12px;
}
.model-form input[type="submit"]:hover {
	border-color: #c93537;
}

/*News*/
.news-block {
	border-top: 2px solid #000;
	border-bottom: 5px solid #000;
	padding-right: 15px;
}
.news-block h2 {
	font-weight: 300;
	margin: 0;
	font-size: 19px;
	padding: 7px 15px;
}

.news-block .news-block-header {
	position: relative;
}
.news-block .news-block-header .news-block-more {
	position: absolute;
	right: 0px;
	top: 10px;
	font-size: 12px;
	width: 31px;
	padding-bottom: 4px;
	padding-left: 2px;
	background-image: url('../images/more-arrow.png');
	background-repeat: no-repeat;
	background-position: bottom left;
}

.news-item {
	width: 33%;
	padding-left: 10px;
	float: left;
	/*padding-bottom: 22px;*/
}
.news-item .date {
	color: #ff0000;
	margin: 0px;
	font-size: 14px;
}
.news-item .news-title {
	margin: 0;
}
.news-title a {

}
.news-title a:hover {
	text-decoration: underline;
}


/*Categories*/
.categories-block {
	padding-top: 52px;
	padding-bottom: 42px;
	border-bottom: 2px solid #000;
	margin-bottom: 5px;
}
.cat-item {
	float: left;
	width: 308px;
}
.cat-item .title {
	margin: 0 1px;
	background: #fff;
	position: relative;
	padding-left: 22px;
	line-height: 44px;
}
.cat-male .title:before,
.cat-female .title:before,
.cat-children .title:before {
	content: '';
	position: absolute;
	display: inline-block;
	right: 20px;
	top: 15px;
	/*background: url(../images/arrow-right-1.png) no-repeat right center;*/
	width: 20px;
	height: 14px;
}
.cat-female .title:before {
	/*background: url(../images/arrow-right-2.png) no-repeat right center;*/
}
.cat-children .title:before {
/*	background: url(../images/arrow-right-3.png) no-repeat right center;*/
}


/*Last models*/
.last-models-block {
	padding-bottom: 56px;

}
.last-models-block h2 {
	font-weight: 300;
	margin: 0;
	padding: 20px 15px;
	font-size: 17px;
}
.last-models-block .col {
	width: 308px;
	float: left;
}
.model-item {
	float: left;
	width: 147px;
	margin-right: 8px;
	margin-bottom: 10px;
	position: relative;
}
.model-item:nth-child(2n) {
	margin-right: 0;
}

.model-item .name-id {
	margin-top: 3px;
	margin-bottom: 6px;
	font-size: 13px;
}

.add-to-pdf {
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url(../images/small-folder-ico.png) no-repeat left top;
}

.public-i-take {
	display: inline-block;
	position: absolute;
	width: 13px;
	height: 13px;
	background: url(../images/small-folder-ico.png) no-repeat left top;
	right: 0px;
	top: 190px;
}

.public-i-take-on {
	background: url(../images/small-folder-ico-red.png) no-repeat left top;
}

.add-model-ico {
	display: inline-block;
	position: absolute;
	width: 13px;
	height: 13px;
	background: url(../images/small-folder-ico.png) no-repeat left top;
	right: 0px;
	top: 190px;
}
.add-model-ico.active {
	background: url(../images/small-folder-ico-red.png) no-repeat left top;
}

.add-model-ico:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/*Filter page*/
.back-wrap {
	padding-top: 25px;
	padding-bottom: 23px;
}
.back-link {
	display: inline-block;
	position: relative;
	padding-left: 17px;
	text-transform: uppercase;
}
.back-link:before {
	content: '';
	position: absolute;
	display: inline-block;
	background: url(../images/back-arrow.png) no-repeat left top;
	left: 0px;
	bottom: 1px;
	width: 10px;
	height: 21px;
}
.back-link:hover:before{
	opacity: 0.7;
	filter: alpha(opacity=70);
}


.left-content {
	width: 233px;
	float: left;
}
.right-content {
	width: 613px;
	float: right;
}

.filtered-model-list, .filtered-model-list-full {
	padding-bottom: 33px;
}
.filtered-model-list .model-item, .filtered-model-list-full .model-item {
	margin-right: 8px;
}
.filtered-model-list .model-item:nth-child(4n) {
	margin-right: 0;
}
.filtered-model-list-full .model-item:nth-child(6n) {
	margin-right: 0;
}


/*Detailed model*/
.model-gallery {
	position: relative;
}
.gallery-cover {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: #fff;
	display: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.model-gallery .gallery-item {
	float: left;
	width: 207px;
	margin-right: 32px;
	margin-bottom: 17px;
}
/*.model-gallery .gallery-item:nth-child(4n) {*/
/*	margin-right: 0;*/
/*}*/


/*Model info*/
.model-info {

}
.model-info-inner {
	background: #fff;
	padding: 12px;
	width: 408px;
	position: relative;
	padding-right: 60px;
	min-height: 118px;
}
.model-info p {
	margin: 0;
}
.model-info .controls {
	position: absolute;
	top: 15px;
	right: 16px;
	width: 24px;
}

.play-media,
.play-media-red,
.add-to-cart,
.download-pdf {
	display: inline-block;
	width: 24px;
	height: 24px;
}
.play-media:hover,
.play-media-red:hover,
.add-to-cart:hover,
.download-pdf:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.play-media {
	background: url(../images/play-ico.png) no-repeat center center;
	margin-bottom: 3px;
}

.play-media-red {
	background: url(../images/play-ico_red.png) no-repeat center center;
	margin-bottom: 3px;
}
.add-to-cart {
	background: url(../images/folder-ico.png) no-repeat center center;
	margin-bottom: 4px;
}

.add-to-cart.active {
	background: url(../images/folder-ico-active.png) no-repeat center center;
}

.download-pdf {
	background: url(../images/pdf-ico.png) no-repeat center center;
}
.model-info .model-name-id {
	font-size: 20px;
	margin-top: 4px;
	margin-bottom: 8px;
}
.model-name-id span {
	font-size: 14px;
}
.model-info .model-data {
	font-size: 14px;
}

/*Related models*/
.related-models {
	margin-top: 22px;
	padding-top: 12px;
	padding-bottom: 25px;
	border-top: 2px solid #000;
}
.related-models h2 {
	margin: 0;
	font-size: 19px;
	margin-bottom: 8px;
	padding: 0 17px;
	font-weight: normal;
}
.related-models .model-item {
	margin-right: 47px;
}
.related-models .model-item:last-child {
	margin-right: 0;
}



/*Selected modelis in cart*/
.selected-models-list {
	padding-left: 27px;
	padding-top: 16px;
	padding-bottom: 18px;
}
.selected-models-list .model-item {
	float: left;
	width: 279px;
	margin-right: 30px;
	margin-bottom: 23px;
}
.selected-models-list .model-item:nth-child(3n) {
	margin-right: 0;
}
.selected-models-list .model-info-inner {
	width: auto;
}
.selected-models-list .controls {
	top: auto;
	bottom: 13px;
	right: 8px;
}
.selected-models-list .model-name-id {
	font-size: 17px;
	margin-bottom: 11px;
}
.selected-models-list .model-data {
	font-size: 11px;
	line-height: 15px;
}
.selected-models-list .model-info-inner {
	padding-right: 50px;
}


/*Page bottom ----------------------------------------*/
.site-footer {
	background: #c1c1c1;
}
.site-footer img.fl {
	margin-left: 9px;
}
.footer-top {
	padding: 22px 57px;
}

.site-footer .contact-elements {
	padding-top: 12px;
}


.copyrights {
	background: #fff;
	margin: 0;
	text-align: right;
	padding-top: 16px;
	padding-bottom: 14px;
	padding-right: 50px;
	font-size: 11px;
}



/*Modal*/
.boxer-open #boxer-overlay {
	display: none;
}
.boxer-position {
	display: none;
}

#boxer {
	border-radius: 0;
	box-shadow: none;
	background: #c93536;
	padding: 7px;
}
#boxer .boxer-close,
#boxer .boxer-close:hover {
	right: 7px;
	top: 7px;
	margin: 0;
	border-radius: 0;
	width: 33px;
	height: 28px;
	background: url(../images/modal-close.png) no-repeat left top;
}

/*infinite*/
.loading-bar {
    padding: 10px 20px;
    display: block;
    text-align: center;
    box-shadow: inset 0px -45px 30px -40px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    margin: 20px 0;
    font-size: 2em;
    font-family: "museo-sans", sans-serif;
    border: 1px solid #ddd;
    margin-right: 1px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
}

.loading-bar:hover {
    box-shadow: inset 0px 45px 30px -40px rgba(0, 0, 0, 0.05);
}

/*Responsive styles -----------------------*/

@media screen and (max-width: 1000px) {

}

.alert-success {
    color: #006400;
}

.error-field {
    color: #ff0000;
    font-style: italic;
}

.input-error {
    border: 1px solid #ff0000 !important;
}

.model-filter-buttons input, .model-filter-buttons button {
    background-color: #ffffff;
    border: 0px;
    width: 49%;
}

/* Loader ----------------*/
.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 30px;
	height: 30px;
}
.lds-ellipsis div {
	position: absolute;
	top: 20px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
	left: 4px;
	animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
	left: 4px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
	left: 16px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
	left: 28px;
	animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(0);
	}
}
@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(24px, 0);
	}
}


.lds-hourglass {
	display: inline-block;
	position: relative;
	width: 20px;
	height: 20px;
}
.lds-hourglass:after {
	content: " ";
	display: block;
	border-radius: 50%;
	width: 0;
	height: 0;
	margin: 2px;
	box-sizing: border-box;
	border: 10px solid #fff;
	border-color: #fff transparent #fff transparent;
	animation: lds-hourglass 1.2s infinite;
}
@keyframes lds-hourglass {
	0% {
		transform: rotate(0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	50% {
		transform: rotate(900deg);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	100% {
		transform: rotate(1800deg);
	}
}
