﻿body {
	font-family: 'Lato', sans-serif;
	background: #f0f0f0;
}
.noScroll {
	overflow: hidden;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.transition300, .transition300 * {
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.transition1000, .transition1000 * {
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	-o-transition: all 1000ms;
	transition: all 1000ms;
}
ul,li {
	margin: 0;
	padding: 0;
}
.wrapper-outer {
	min-width: 270px;
	overflow-x: hidden; 
}
.containerNew {
	width: auto;
	width: 100%;
	min-width: 270px;
	margin: 0 auto;
	display: block;
	float: left;
}
.h100 {
	height: 100%;
}
.vCenter {
	display: table;
	width: 100%;
	height: 100%;
}
.vCenter-1 {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.stepover {
	background: url(../img/stepover-bg.png) repeat-x;
	height: 3px;
}

.header {
	position: relative;
	float: left;
	width: 100%;
	background: #ffffff;
	margin-top: 0 !important;
	padding: 0 10px;
	height: 80px;
}
@media (min-width: 768px) {
	.slidesPage .header {
		width: calc(100% - 300px);
	}
}

.homeLogo {
	display: block;
	float: left;
	height: 100%;
	position: relative;
}
.homeLogo img {
	display: block;
	float: left;
	width: 45px;
	object-fit: contain;
}
.homeLogo .logoText {
	display: block;
	float: left;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
	color: #6d6d6d;
	margin: 11px 0 0 10px;
}
.homeLogo .logoText .LAword {
	letter-spacing: 2px;
	font-weight: bold;
}
.imagesWord {
	display: inline-block;
	margin-left: 5px;
}
@media (max-width: 540px) {
	.homeLogo .logoText {
		font-size: 12px;
	}
	.LAword {
		display: none;
		float: left;
		/*width: 100%;*/
	}
	.imagesWord {
		float: left;
		/*width: 100%;*/
		margin-left: 0;
		clear: both;
	}
}

.brandsLinkHeader {
	/*position: relative;*/
	float: left;
	height: 100%;
	margin-left: 30px;
	text-transform: uppercase;
	/*border: solid 1px #d8d8d8;*/
	font-size: 12px;
}
.brandsLinkHeader a {
	float: left;
	width: 100%;
	height: 100%;
	line-height: 80px;
	padding: 0 10px;
	color: #6d6d6d;
}
.brandsLinkHeader:hover > a {
	text-decoration: none;
	background: #f0f0f0;
}
.dropdown-list {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	list-style-type: none;
	background: #ffffff;
	border: solid 0 rgba(216,216,216,0);
	z-index: 121;
	max-height: 0;
	overflow: hidden;

	-webkit-transition: all 2000ms;
	-moz-transition: all 2000ms;
	-o-transition: all 2000ms;
	transition: all 2000ms;
}
/*.dropdown-list li {
	display: block;
	float: left;
	width: 33.33333333333333333%;
}
.dropdown-list li a {
	display: block;
	float: left;
	width: 100%;
	padding: 5px;
	line-height: 20px;
}
.dropdown-list li a:hover {
	text-decoration: none;
	background: #f0f0f0;
	color: #4d4d4d;
	font-weight: bold;
}*/
.brandsLinkHeader:hover .dropdown-list {
	max-height: 750px;
	border: solid 1px rgba(216,216,216,1);
}
.dropdown-list .brandBox {
	width: 200px;
	height: 80px;
	border-right: solid 1px #e8e8e8;
	border-bottom: solid 1px #e8e8e8;
	padding: 0;
}
.dropdown-list .brandBox a {
	height: 100%;
	line-height: 120%;
	padding: 0 10px;
}
.dropdown-list .brandBox br {
	display: none;
}
.dropdown-list .brandBox a .brandName {
	float: left;
	width: 50%;
	font-size: 12px;
	line-height: 120%;
	position: relative;
	padding-left: 10px;
	text-align: left;
}
.dropdown-list .brandBox img {
	float: left;
	width: 50%;
	height: 25px;
	object-fit: contain;
}
@media (max-width: 540px) {
	.dropdown-list .brandBox  {
		width: 100%;
	}
}


.mainBrandName {
	font-size: 36px;
	text-transform: uppercase;
	text-align: center;
}
.numImageSentence {
	float: left;
	width: 100%;
	text-align: center;
}
.cropNotice {
	float: left;
	width: 100%;
	text-align: center;
	color: #FF0000;
}


.content {
	background: #f0f0f0;
	padding: 20px;
}
.top-ul > li{
	line-height: 38.39px;
	font-size: 10px;
	background-position: left center;
	background-repeat: no-repeat;
	float: left;
	list-style-type: none;
	margin-top: -2px;
	padding: 0 5px 0 15px;
}

.catalog-item__link{
	display: none;
}
.nav-main {
	line-height: 13px;
	font-size: 13px;
}
.nav-main > li > a{
	padding: 4px 6px;
	color: #3f3f3f;
	font-weight: bold;
}
.nav-catalog{
	margin-top: -10px;
	margin-bottom: 0;
	line-height: 16.6px;
	font-size: 11px;
	text-transform: none;
}
.nav-catalog > li> a{
	margin: 0;
	padding-top: 3px;
	padding-bottom: 3px;
}
.input-append > .search-query {
	padding-bottom: 4px;
	padding-top: 4px;
}
.bottom{
	padding-top: 15px;
}
.nav > li > a:hover{
	color: white;
	background-color: #A89851;
	background-image: -moz-linear-gradient(top, #FFF1AD, #A89851);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFF1AD), to(#A89851));
	background-image: -webkit-linear-gradient(top, #FFF1AD, #A89851);
	background-image: -o-linear-gradient(top, #FFF1AD, #A89851);
	background-image: linear-gradient(to bottom, #FFF1AD, #A89851);
	background-repeat: repeat-x;
}

.nav-footer{
	margin: 0 8px 0 0;
	text-transform: none;
}

.nav-footer > li > a{
	font-size:11px;
	line-height: 14px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #686868;
	margin: 3px 0 0 0;
	padding: 2px 8px;
}

.nav-footer > li > a.no-border{
	border-right: 0;
}
.footer > .stepover{
	margin: 7px 0;
}
.header > .stepover{
	margin-bottom: 4px;
}
.rowcat{
	width:960px;
	margin-top:1px;
}
.pad{
	padding: 10px;
}
.spaninfo {
	float:left;
	width:620px;
	margin-left: 20px;
}
.spaninfo2 {
	float:left;
	width:320px;
	margin-top: 20px;
}
.footer {
	float: left;
	width: 100%;
	font-size: 13px;
	font-family: Helvetica;
	line-height: 18px;
	color: #686868;
}
.rowmain{
	width:100%;
	margin-bottom: -8px;
}
.brandBox {
	text-align: center;
	float: left;
	padding: 10px;
	width: 220px;
	display: block;
}
.brandBox a {
	float: left;
	width: 100%;
	padding: 10px;
	background: #ffffff;
	border: solid 2px rgba(200,200,200,0);

	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.brandBox a:hover {
	text-decoration: none;
	border: solid 2px rgba(200,200,200,1);
}
.brandName {
	font-size: 18px;
	font-weight: normal;
}
#theImages, #theImages * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.thumbImageHolder {
	position: relative;
	display: inline-block;
	/*display: block;
	float: left;*/
	width: 48%;
	border: solid 1px #e8e8e8;
	margin: 0 1% 20px 1%;
	background: #ffffff;

	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	-o-transition: all 1000ms;
	transition: all 1000ms;
}
.thumbImage {
	position: relative;
	width: 100%;
	height: 200px;
	display: block;
	float: left;
	background: #ffffff;
}
.thumbImage img {
	position: absolute;
	max-width: 90%;
	max-height: 90%;
	display: block;
	top: 50%;
	left: 50%;
	
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.fullLinkHolder {
	display: block;
	float: left;
	width: 100%;
	padding: 10px;
	margin: 0 0 0 0;
}
.fullSizeLink {
	display: block;
	float: left;
	width: 100%;
	padding: 10px;
	text-align: center;
	clear: both;
	background: #3f6aab;
	color: #ffffff;

	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.fullSizeLink:hover {
	text-decoration: none;
	background: #4080a0;
	color: #ffffff;
}
.topPart, .bottomPart {
	float: left;
	width: 100%;
	padding: 3px;
	text-transform: uppercase;
}
.bottomPart {
	font-size: 10px;
	text-transform: uppercase;
}
.addToMyList {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 35px;
	height: 35px;
	text-align: center;
	font-weight: bold;
	line-height: 32px;
	font-size: 25px;
	color: #ffffff;
	background: #2d8a2d;

	-webkit-border-radius: 50%;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius: 50%;
	-moz-border-radius-bottomleft: 3px;
	border-radius: 50%;
	border-bottom-left-radius: 3px;
}
.addToMyList .check {
	display: none;
	font-size: 20px;
}
.addToMyList.selectedThisImage .plus {
	display: none;
}
.addToMyList.selectedThisImage .check {
	display: inline;
}
.addToMyList.selectedThisImage {
	background: #8ec39a;
}
.addToMyList:hover {
	cursor: pointer;
}
#theImages {
	position: relative;
}
#theImages.loadingimages .thumbImageHolder {
	opacity: 0.2;
}
.tallOrWide {
	float: left;
	width: 100%;
	text-align: center;
	padding: 10px 5px 15px;
	text-transform: uppercase;
	font-size: 18px;
}
#waitmessage {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	text-align: center;
	z-index: 1000;

	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	-o-transition: all 1000ms;
	transition: all 1000ms;
}
#waitmessage #realmessage {
	position: absolute;
	width: 600px;
	top: 50%;
	left: 50%;
	padding: 100px;
	background: #ffffff;
	font-size: 30px;
	line-height: 110%;

	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#waitmessage.hidethismessage {
	opacity: 0;
	top: -100%;
}
.groupHeading {
	display: block;
	float: left;
	width: 100%;
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
	padding: 20px;
	margin: 100px 0 20px 0;
	border-bottom: solid 2px #eaeaea;
	clear: both;
	background: #ffffff;
}
.wideHeading {
	margin: 20px 0 20px 0;
}
/*My Images list*/
#myList {
	display: block;
	float: left;
	width: 100%;
	height: 50px;
	padding: 10px;
}
.index #myList {
	display: none;
}
#myList .listContainer {
	position: fixed;
	top: 100%;
	left: 0;
	width: 100%;
	height: 50px;
	padding: 5px;
	background: #f9f9f9;
	margin-top: -50px;

	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	-o-transition: all 1000ms;
	transition: all 1000ms;

	-webkit-box-shadow: 0px -2px 20px 0px rgba(0,0,0,0.30);
	-moz-box-shadow: 0px -2px 20px 0px rgba(0,0,0,0.30);
	box-shadow: 0px -2px 20px 0px rgba(0,0,0,0.30);
}
#myList .bigName {
	position: relative;
	float: left;
	width: 75px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 9px 7px 10px 7px;
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	-o-transition: all 1000ms;
	transition: all 1000ms;
}
#myList .bigName .viewChange {
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	color: #3f6aab;
	background: none;

	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);

	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	-o-transition: all 1000ms;
	transition: all 1000ms;
}
#myList .bigName:hover {
	cursor: pointer;
}
#myList .listTarget {
	float: left;
	height: 100%;
	overflow: auto;
	overflow-x: hidden;
	width: -webkit-calc(100% - 76px);
	width: -moz-calc(100% - 76px);
	width: -o-calc(100% - 76px);
	width: calc(100% - 76px);
}
#myList .listImage {
	position: relative;
	float: left;
	height: 100%;
	width: 60px;
	margin-right: 5px;
}
#myList .listImage .myListImage {
	display: block;
	max-height: 100%;
	max-width: 100%;

	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#myList .listImage .removeThis {
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 25px;
	height: 25px;
	font-size: 13px;
	text-align: center;
	line-height: 25px;
	background: #b13434;
	color: #ffffff;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
@media (max-width: 767px) {
	.removeThis {
		display: block !important;
	}
}
#myList .listImage:hover .removeThis {
	display: block;
}
#myList .listImage .removeThis:hover {
	cursor: pointer;
}
#myList .addMessage {
	float: left;
	margin-top: 11px;
}
#myList .copyList {
	display: block;
	position: fixed;
	height: 46px;
	max-width: 99%;
	bottom: -100%;
	right: 5px;
	background: none;
	color: #ffffff;
	font-size: 14px;
	padding-bottom: 10px;
	opacity: 0;

	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	-o-transition: all 1000ms;
	transition: all 1000ms;
}
#myList #copyThisText {
	display: block;
	height: 1px;
	opacity: 0;
	float: right;
	padding: 10px;
	color: #333333;
	width: 100%;
	background: #ffffff;
	border: solid 1px #e0e0e0;
	max-height: 200px;
	overflow: hidden;
}
#myList .copyList .button {
	display: block;
	float: right;
	text-transform: uppercase;
	background: #4caf50;
	padding: 8px;
	font-size: 11px;

	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	-o-transition: all 1000ms;
	transition: all 1000ms;
}
#myList .copyList .button:hover {
	cursor: pointer;
	background: #3f9242;
}
#myList .listContainerOpened {
	height: 100%;
	margin-top: 0;
	top: 0;
	overflow: auto;
}
#myList .listContainerOpened .removeThis {
	display: block;
}
#myList .listContainerOpened .bigName {
	width: 100%;
	border-bottom: solid 1px #e8e8e8;
}
#myList .listContainerOpened .viewChange {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
#myList .listContainerOpened .listTarget {
	width: 100%;
	height: auto;
	overflow: auto;
	overflow-x: hidden; 
}
#myList .listContainerOpened .listImage {
	width: 23%;
	margin: 15px 1%;
	height: 200px;
}
#myList .listContainerOpened .listImage .removeThis {
	top: 5px;
	right: 10px;
}
#myList .listContainerOpened .copyList {
	bottom: 0;
	opacity: 1;
}
.showFilters {
	float: left;
	text-transform: uppercase;
	text-align: center;
	padding: 8px;
	background: #2196f3;
	color: #ffffff;
	margin-right: 10px;
}
.showFilters:hover {
	cursor: pointer;
}
.showFilters, .activeFiltersTop {
	margin-top: 20px;
}
.activeFiltersTop {
	float: left;
	position: relative;
	background: #ffffff;
	padding: 5px 0 5px 10px;
}
.activeFiltersText {

	float: left;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	margin-right: 10px;
	margin-top: 4px;
}
#wFilterShowing, #tFilterShowing, #sFilterShowing {
	float: left;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	padding: 3px 7px;
	margin-right: 10px;
	background: #a7d8ff;
	color: #165a92;
}
.newOptions {
	display: block;
	position: fixed;
	left: 0;
	bottom: 100%;
	z-index: 122;
	width: 100%;
	height: 100%;
	padding: 20px;
	opacity: 0;
}
.newOptions.optsVisible {
	bottom: 0;
	opacity: 1;
}
.newOptions .newOptionsBackground {
	display: block;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.5;

	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.newOptions .newOptionsContainer {
	display: block;
	width: 90%;
	max-width: 360px;
	background: #ffffff;
	padding: 20px;

	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 2;
}
.newOptions .optHeader {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #e0e0e0;
	font-size: 17px;
	font-weight: bold;
}
.newOptions .realOpts {
	float: left;
	width: 100%;
}
.newOptions .option {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.newOptions .option input {
	position: relative;
	top: -2px;
	margin-right: 7px;
}
.newOptions .submitFilter {
	float: left;
	width: 100%;
	padding: 10px;
}
.newOptions .submitFilter .subButton {
	float: none;
	margin: 0 auto;
	width: 100px;
	padding: 10px;
	background: #3d7eb3;
	color: #ffffff;
}
.newOptions .submitFilter .subButton:hover {
	cursor: pointer;
	background: #4998d8;
}
.showTextList {
	display: inline-block;
}
.hideTextList {
	display: none;
}
/*.showingthetextlist .hideTextList {
	display: inline-block;
}
.showingthetextlist .showTextList {
	display: none;
}*/
/*Slideshow only page additional styles*/
.thumbImageHolder.hideThis {
	display: none !important;
}
.slideshowOnlyPage .fullLinkHolder {
	text-align: center;
}
.slideshowOnlyPage .fullSizeLink {
	display: inline-block;
	float: none;
	max-width: 200px;
	background: #3abb88;
}
.slideshowOnlyPage .fullSizeLink:hover {
	background: #5ee2ae;
}
#slideshowFrame {
	position: fixed;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	text-align: center;
}
#slideshowFrame.slideshowFrameOpen {
	bottom: 0;
}
.slFrame-background {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #555555;
	opacity: 0.5;
}
.slFrame-slide {
	display: inline-block;
	position: relative;
	z-index: 2;
	top: 5%;
	/*left: 5%;*/
	width: 90%;
	height: 90%;
	max-width: 1000px;

	background: #ffffff;
}
.slFrame-slide-1 {
	display: table;
	width: 100%;
	height: 100%;
}
.slFrame-slide-2 {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.slFrame-actualSlide {
	display: block;
	width: 100%;
	margin: 0 auto;
	background: #e8e8e8;
}
.slFrame-slide iframe {
	width: 100%;
	height: 100%;
}
#storedRatio {
	display: inline-block;
	height: 30px;
	margin: 0;
}
.updateAspectButton {
	display: inline-block;
	padding: 0 10px;
	line-height: 30px;
	background: #333;
	color: #fff;
}
.updateAspectButton:hover {
	cursor: pointer;
	background: #555;
}

/*End Slideshow only page additional styles*/

@media only screen and (max-width: 500px) {
    .thumbImageHolder {
    	width: 100%;
    	margin-left: 0;
    	margin-right: 0;
    }
    #myList .listContainerOpened .listImage {
		width: 100%;
	}
}
@media only screen and (min-width: 501px) and (max-width: 1000px) {
    .thumbImageHolder {
    	width: 48%;
    }
    #myList .listContainerOpened .listImage {
		width: 48%;
		margin: 15px 1%;
	}
}
@media only screen and (min-width: 1001px) and (max-width: 1400px) {
    .thumbImageHolder {
    	width: 30.3333333333333333333333333%;
    	margin-left: 1.5%;
    	margin-right: 1.5%;
    }
    #myList .listContainerOpened .listImage {
		width: 31.33333333333333333333333333333%;
		margin: 15px 1%;
	}
}
@media only screen and (min-width: 1401px) and (max-width: 1900px) {
    .thumbImageHolder {
    	width: 23%;
    	margin-left: 1%;
    	margin-right: 1%;
    }
}
@media only screen and (min-width: 1901px) {
    .thumbImageHolder {
    	width: 18%;
    	margin-left: 1%;
    	margin-right: 1%;
    }
}









