body {
	font-family: 'Oswald', sans-serif!important;
	/*font-family: 'Montserrat', sans-serif!important;*/
	color: #333333;
	line-height: 150%;
	padding: 0!important;
}
h1,h2,h3,h4,h5,h6 {
	text-transform: uppercase;
	/*color: #538dce;*/
}
h1 {
	font-size: 36px;
	margin: 20px 0;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
.container-fluid {
	/*max-width: 1500px;*/
	margin: 0 auto;
}
.contentMinHeight {
	min-height: 40vh;
}

/* General Styles */
.pull-right {
	font-size: inherit;
}
#clickLog, #clickReg {
	padding: 0 10px;
}
.add20pxPadding {
	padding: 20px;
}
.add10pxPadding {
	padding: 10px;
}
.pl20 {
	padding-left: 20px;
}
.pr20 {
	padding-right: 20px;
}
.pb20 {
	padding-bottom: 20px;
}
.searchTopMenu {
	margin-left: 0;
	margin-right: 0;
	padding-left: 10px;
	padding-right: 10px;
}
#bs-example-navbar-collapse-1 {
	padding-left: 0;
	padding-right: 0;
}
.genericButton-inline {
	display: inline-block;
	background: #D0A908;
	font-size: 14px;
	color: #ffffff!important;
	text-transform: uppercase;
	line-height: 100%;
	padding: 10px;
}
.genericButton-inline:hover {
	text-decoration: none;
	background: #b18e00;
}
.tab-header-cell img {
	min-width: 250px;
}
.qxrFooter {
	background: #fff;
}
.vCenter {
	display: table;
	width: 100%;
	height: 100%;
}
.vCenter-1 {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
/* End General Styles */

/* Paste from site */
.inlineLink {
	display: inline-block;
	color: #0f6aac;
}
.container-1 {
	min-width: 960px;
	/*max-width: 1400px;*/
	margin: 0 auto;
}

/* Start Header */
.container{
	padding: 0px;
	width: 100%;
	max-width: 1440px;
}
.header {
	width: 100%;
	max-width: 1440px;
	position: relative;
	z-index: 120;
	box-shadow: none;
	background: #ffffff;
	margin: 0px auto;
}
@media (max-width: 767px) {
	#largeHeader {
		display: none;
	}
}
.header_topBar {
	float: left;
	width: 100%;
	background: #0e0e0e;
	padding: 12px 10px 12px 10px;
	text-align: center;
}
.header_topBar-text {
	display: inline-block;
	color: black;
	text-transform: uppercase;
	padding: 0 20px;
	font-size: 14px;
	font-weight: 300;
	line-height: 140%;
}
.topOfHeader {
    /*margin-bottom: 10px;*/
}

.header_mainBar {
	float: left;
	width: 100%;
	height: 100px;
	background: #fff;
	border-bottom: solid 1px #EFEFF0;
	margin: 15px auto 15px auto;
}
.mainBar_left {
	position: relative;
	float: left;
	width: 37.5%;
	height: 100%;
	text-align: left;
}
.mainBar_middle {
	float: left;
	width: 21%;
	height: 100%;
	text-align: center;
}
.mainBar_middle a {
	float: left;
	width: 100%;
	padding: 10px;
	text-align: center;
}
.mainBar_middle a img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}
.mainBar_middle a:hover {
	text-decoration: none;
}
.mainBar_right {
	position: relative;
	float: right;
	/*width: 37.5%;*/
	height: 100%;
	text-align: right;
}
.main-header-links {
	/*margin-top: 45px;*/
}
.mainBar_left .navigation__ul {
	text-align: left;
}
.mainBar_right .navigation__ul {
	text-align: right;
	/*font-family: 'Montserrat', Medium;*/
	font-size: 13px;
	color: #505050
}
.main-header-links .navigation__ul > li > a {
	letter-spacing: 3.5px;
	padding: 8px 14px;
}
.main-header-links .navigation__ul > li > a:hover {
	cursor: pointer;
}
.main-header-links .navigation__ul > li.dropdown > a {
	position: relative;
}
.main-header-links .navigation__ul > li.dropdown > a:after {
	content: "";
	/*position: absolute;*/
	display: inline-block;
	width: 20px;
	height: 10px;
	background: url("../img/dropdown_arrow.png") center center no-repeat;
	opacity: 0.3;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.main-header-links .navigation__ul > li.dropdown:hover > a:after {
	opacity: 1;
}


.header_topBar-text a {
	color: #ffffff;
}
.header_topBar-text:first-child {
	padding-left: 0;
}
.header_topBar-text:last-child {
	padding-right: 0;
	border: none;
}
.content {
	width: 960px;
	margin: 0 auto;
}
.mainSearchBox {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 150;
	float: left;
	width: 100%;
	height: 100%;
	text-align: center;
}
.closeSearch {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	float: left;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.mainSearchBox-inner {
	display: inline-block;
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 700px;
	height: 90px;
	padding: 0 20px;
}
.mainSearchBox .search-query {
	position: absolute;
	top: 0;
	left: 5%;
	width: 90%;
	height: 100%;
	z-index: 1;
	padding: 0 70px 0 10px;
	float: left;
	border: none;
	outline: none;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;

	font-size: 18px;
}
.mainSearchBox .mainSearchButton {
	position: absolute;
	top: 0;
	right: 5%;
	z-index: 2;
	width: 80px;
	height: 100%;
	float: left;
	border: none;
	outline: none;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.mainSearchBox .mainSearchButton img {
	display: block;
	margin: 0 auto;
}
.searchSVG {
	width: 30px;
	height: 30px;
}
.searchSVG-small {
	width: 10px;
	height: 10px;
}
.cartSVG, .cartSVG-largeHeader {
	display: inline-block;
	position: relative;
	width: 26px;
	margin-bottom: -11px;
	top: -3px;
}
.cartSVG .cartSVG-elem1, .cartSVG .cartSVG-elem2, .cartSVG .cartSVG-elem3, .cartSVG .cartSVG-elem4, .cartSVG .cartSVG-elem5, .cartSVG .cartSVG-elem6 {
	stroke: #f63a3d;
}
.cartSVG-largeHeader .cartSVG-elem1, .cartSVG-largeHeader .cartSVG-elem2, .cartSVG-largeHeader .cartSVG-elem3, .cartSVG-largeHeader .cartSVG-elem4, .cartSVG-largeHeader .cartSVG-elem5, .cartSVG-largeHeader .cartSVG-elem6 {
	stroke: #f63a3d;
}
.wishListSVG {
	display: inline-block;
	position: relative;
	width: 26px;
	margin-bottom: -11px;
	top: -3px;
}
.largeWLheartSVG {
	display: inline-block;
	position: relative;
	width: 17px;
	height: 17px;
	margin-top: -10px;
	top: 4px;
}
.largeWLheartSVG-elem1 {
	fill: #f63a3d;
}
.header__nav {
	background: none;
	float: left;
	width: 100%;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
.nav__navigation {
	/*padding-left: 64px;*/
}
.navigation__ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.navigation__li, .navigation__ul > li {
	list-style: none;
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	/*float: left;*/
	text-align: center;
	text-transform: uppercase;
}
.navigation__link, .navigation__ul > li > a {
	color: #000000!important;
	display: block;
	letter-spacing: 4px;
	padding: 8px 20px;

	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.navigation__link-last {
	color: #c95f5f!important;
}
.navigation__li:hover > a, .navigation__ul > li:hover > a {
	background: #fff;
	color: #828282;
	text-decoration: none;
}
.dropdown-menu {
	display: block;
	opacity: 0;
	z-index: -1000;
	margin: 0;
	padding: 0;
	min-width: 160px;

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;

	border: none;

	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}
.dropdown-menu li a {
	float: left;
	width: 100%;
	text-align: left;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	padding: 7px 20px;
	color: #000;
	font-size: 12px;
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus, .dropdown-menu li a:active {
	background: #811a1b;
	color: #ffffff !important;
	text-decoration: none;
}
.navigation__li:hover > .dropdown-menu, .navigation__ul > li:hover > .dropdown-menu {
	opacity: 1;
	z-index: 1000;
}

/* End Header */

/* Start Main Index Content */
.mainContent {
	/*max-width: 1440px;*/
	background: #ffffff;
	/*background: #EFEFF0;*/
	padding-bottom: 25px;
}

.container__main {
	/*float: left;*/
	width: 100%;
}

.main__top-content {
	position: relative;
	width: 100%;
	/*max-width: 960px;*/
	min-width: 960px;
	float: left;
	/*margin: 0 auto 25px;*/
	background-color: #f3f1ef;
	overflow: hidden;
}
/* Start Left Category "Welcome To Lighting Showroom"*/
.leftCategoryMain {
	/*margin: 20px;*/
}
.leftCategoryContent  {
	position: relative;
	float: left;
	width: 95%;
	height: 450px;
	background: #e6e6e6;

	-webkit-box-shadow: 0px 0px 8px 0px #676767;
	-moz-box-shadow: 0px 0px 8px 0px #676767;
	-o-box-shadow: 0px 0px 8px 0px #676767;
	box-shadow: 0px 0px 8px 0px #676767;
}
.leftCategoryStyle {
	text-align: center;
	width: 100%;
}
.welcomeHome {
	text-align: center;
	color: #3a3a3a;
	margin-top: 15px;
	font-size: 16px;
	font-weight: 400;
}
.wishListText {
	color: #ffffff;
	background: #0e0e0e;
	text-align: center;
	padding: 12px 20px;
	font-weight: 400;
	text-decoration: none!important;
	border-radius: 100px;
}
.wishListText:hover {
	color: #ff6060;
}
.wishListText img {
	margin-right: 8px;
}
/*.wishListText > a {
	color: #f77676!important;
}
.wishListText > a:hover {
	color: #f77676!important;
}*/
.welcomeHomeIntro {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1.2px;
	padding-bottom: 50px;
}

@media (max-width: 825px) {
	.leftCategoryContent  {
		width: 100%;
		margin-bottom: 10px;
		/*height: 200px;*/
	}
	.welcomeHome {
		font-size: 14px;
	}
	.welcomeHomeIntro {
		font-size: 12px;
		padding-right: 30px;
	}
}
@media (max-width: 425px) {
	.leftCategoryContent  {
		width: 100%;
		margin-bottom: 10px;
		/*height: 200px;*/
	}
	.welcomeHome {
		font-size: 12px;
	}
	.welcomeHomeIntro {
		font-size: 10px;
		padding-right: 0px;
	}
}
/* End Left Category "Welcome To Galaxie Lighting"*/

/* Start Main Slideshow */
.main__slider {
	overflow: hidden;
	position: relative;
	width: 100%;
	/*height: 450px;*/
	margin: 0;
}
.img__slide {
	width: 100%;
	height: 520px;
}
.rightSlideshow {
	/*height: 350px;*/
	/*padding: 10px 0;*/
	overflow: hidden;
	padding-left: 10px;
}

.topCategory {
	position: relative;
	margin-top: 20px;
	padding: 10px;
}
.slideOverlay {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	background: #fff;
	padding: 10px;
	text-align: left;
	z-index: 1;
}
.slideOverlay .outerBorder {
	position: absolute;
	top: -10px;
	right: -10px;
	border: solid 2px #fff;
	background: none;
	width: 1000px;
	height: 400px;
	z-index: -1;
}
.slideOverlay .text-1 {
	font-size: 20px;
	letter-spacing: 4px;
	line-height: 120%;
	color: #000;
	font-weight: 400;
	text-transform: uppercase;
}
.slideOverlay .text-2 {
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 120%;
	padding: 10px 0;
	color: #000;
	font-weight: 400;
	text-transform: uppercase;
}
.slideOverlay .button-1 {
	display: inline-block;
	padding: 6px ;
	background: #811a1b;
	color: #fff !important;
	font-size: 11px;
	letter-spacing: 4px;
	text-indent: 4px;
	line-height: 100%;
	text-transform: uppercase;
}
.slideOverlay .button-1:hover {
	text-decoration: none;
}
@media (max-width: 767px) {
	.slideOverlay {
		position: static;
		float: left;
		width: 100%;
	}
	.slideOverlay .outerBorder {
		display: none;
	}
	.main__slider .slick-dots {
		width: 100% !important;
	}
	.main__slider {
		height: 300px;
	}
	.rightSlideshow {
		padding-left: 0;
	}
}
/* End Main Slideshow */

.mainCategories {
	padding: 10px;
}
.indexCategories {
	float: left;
	width: 100%;
	background: #f0f0f0;
	text-align: center;
	margin-bottom: 25px;
}
.indexCategories .heading-1 {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 25px;
	font-weight: 300;
	line-height: 120%;
	text-transform: uppercase;
	letter-spacing: 4px;
	padding: 50px 0;
}
.indexCategories .heading-1:before, .indexCategories .heading-1:after {
	content: "";
	display: inline-block;
	width: 34px;
	height: 22px;
	background: url("../img/lighting_left.png") center center no-repeat;
}
.indexCategories .heading-1:after {
	background: url("../img/lighting_right.png") center center no-repeat;
}
.categoryHolder {
	float: left;
	width: 100%;
	text-align: center;
	//margin-bottom: 50px;
}
.category {
	display: inline-block;
	width: 240px;
	margin: 0 10px 50px;
	overflow: hidden;
}
.category-image {
	position: relative;
	display: table;
	/*float: left;*/
	width: 100%;
	height: 240px;
	/*background: #fff;*/
}
.category-image .imageHolder {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	background: #ffffff;
}
.category-image img {
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
}
.shape-1 {
	position: absolute;
	top: -27px;
	left: 50%;
	height: 15px;
	width: 76px;
	margin-left: -38px;
	background: url("../img/shape_1.png") center center no-repeat;
}
.category-text1 {
	position: relative;
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 120%;
	margin-top: 20px;
	letter-spacing: 4px;
	/*font-weight: 300;*/
	color: #000000;
	text-transform: uppercase;
}
.category-divider {
	display: none;
	width: 100%;
	clear: both;
}

@media (min-width: 1000px) {
	.category-divider {
		display: block;
	}
}


.indexMap {
	position: relative;
	float: left;
	width: 100%;
	height: 400px;
	background: url("../img/map.png") center center no-repeat;
	background-size: cover;
	margin-bottom: 25px;
}
.indexMap-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	z-index: 1;
}
.indexMap-text {
	position: absolute;
	top: 30%;
	left: 0;
	width: 100%;
	padding-left: 100px;
	z-index: 2;
	color: #fff;
	letter-spacing: 4px;
	text-transform: uppercase;
}
.indexMap-text-1 {
	font-size: 30px;
	font-weight: 300;
	line-height: 120%;
}
.indexMap-text-2 {
	font-size: 20px;
	font-weight: 300;
	line-height: 120%;
	margin-top: 10px;
}
/* End Main Categories*/

/* Slick Slider Dots CSS Changes */
.slick-dots {
	width: auto !important;
	padding: 7px 7px 10px 10px !important;
	background: rgba(0,0,0,0.2);
}
.slick-dots li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	
	line-height: 18px;
	width: 18px !important;
	height: 18px !important;
}
.slick-dots li > button {
	opacity: 0;
}
.slick-dots li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: none;
	border: solid 2px #fff;
	z-index: 1;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;

	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.slick-dots li:after {
	content: "";
	position: absolute;
	top: 30%;
	left: 30%;
	width: 40%;
	height: 40%;
	background: #fff;
	z-index: 2;
	opacity: 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;

	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);

	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}
.slick-dots li.slick-active:after {
	opacity: 1;
}
/* END Slick Slider Dots CSS Changes */
.categorytitles {
	font-size: 30px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 300;
}
.loginsub {
	font-size: 20px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 300;
}
.leftlogin {
	border-right: solid 1px #e8e8e8
}
.rightlogin {
	margin-left: 20px;
}
.signbuttons {
	/*font-family: "Lato", sans-serif !important;*/
	letter-spacing: 2px;
	text-transform: uppercase;
}
.homeNewRow-item {
	color: #000;
}
.homeNewRow-item:hover {
	color: #000;
	text-decoration: none;
}
.homeNewRow-item p {
	display: inline-block;
	max-width: 300px;
}
/* End Paste from site */

/* Brands Dropdown */
.brandsDropdown .dropdown-menu {
	width: 600px;
	left: initial;
	right: 0;
	max-height: 400px;
	overflow: auto;
	padding: 10px 0;
	border: 1px solid #cecece;
}
.brandsDropdown .dropdown-menu li {
	float: left;
	width: 100%;
}
.brandsDropdown .dropdown-menu li h1 {
	display: none;
}
.brandsDropdown .dropdown-menu .brandHolder {
	border-top: none;
}
.brandsDropdown .dropdown-menu li .brand {
	float: left;
	width: 50%;
	text-align: center;
	padding: 0 10px;
}
.brandsDropdown .dropdown-menu li .brand a {
	text-align: center;
	height: auto;
	border-color: #fff;
}
.brandsDropdown .dropdown-menu li .brand a .brandImage {
	float: left;
	width: 25%;
	height: 50px;
}
.brandsDropdown .dropdown-menu li .brand a .brandName {
	float: left;
	width: 75%;
	text-align: left;
	padding-left: 10px;
	color: #000;
}
.brandsDropdown .dropdown-menu li .brand a:hover {
	background: #fff;
	border-color: #ececec;
	color: #000;
}
.brandsDropdown .dropdown-menu li .brand a:hover .brandName {
	color: #000;
}
/* End Brands Dropdown */

/* index page */

.slick-slider , .main__top-content{
	height:100%;
}
.img__slide{
	height: 450px;
}

.main-category-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.1;
	z-index: 1;
}
.main-category-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: none;
	z-index: 2;
}
.main-category-content-1 {
	float: left;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 33px;
	text-align: center;
	letter-spacing: 2px;
	margin-top: 140px;
}
.main-category-content-2 {
	float: left;
	width: 100%;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 2px;
	position: absolute;
	bottom: 50px;
	left: 0;
}

.main-category-content-2-inner {
	display: inline-block;
	padding: 7px 20px;
}
.main-category-inner:hover {
	color: #000;
}
.main-category-inner:hover .main-category-overlay {
	opacity: 0.6;
}
.main-category-inner:hover .main-category-content-2 {
	/*bottom: 80px;*/
}
.main-category-inner:hover .main-category-content-2-inner {
	color: #000;
	background: #ffffff;
}
.main-index-categories {
	float: left;
	width: 100%;
	margin: 10px 0;
}
.main-category {
	height: 450px;
	margin: 10px 0;
	overflow: hidden;
}
.main-category:nth-child(odd) {
	padding-right: 10px;
}
.main-category:nth-child(even) {
	padding-left: 10px;
}

/* Need Media Query */

@media (max-width: 768px) {
	.main-category:nth-child(odd) {
		padding-right: 0px;
	}
	.main-category:nth-child(even) {
	padding-left: 0px;
	}
}
/* End Need Media Query */
.main-category-inner {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	background: #f0ff0f;
	color: #000;
}
.main-category-inner, .main-category-inner * {
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
#main-category-1 {
	background: url("../img/home/category-1-hammerton-studio-updated.jpg") center center no-repeat;
	background-size: cover;
}
#main-category-2 {
	background: url("../img/home/category-2-kichler-wall-updated.jpg") center center no-repeat;
	background-size: cover;
}
#main-category-3 {
	background: url("../img/home/category-3-progress-lighting-updated.jpg") center center no-repeat;
	background-size: cover;
}
#main-category-4 {
	background: url("../img/home/category-4-kichler-lighting-updated.jpg") center center no-repeat;
	background-size: cover;
}
#main-category-5 {
	background: url("../img/home/category-5-finesse-lighting-updated.jpg") center center no-repeat;
	background-size: cover;
}
#main-category-6 {
	background: url("../img/home/category-6-uttermost-lighting-updated.jpg") center center no-repeat;
	background-size: cover;
}

.slick-slider {
	overflow: hidden;
}
.slick-list {
	overflow: hidden;
}

/* Start From headerCss.css */

.footMidlCss{
	margin-bottom:20px;
}

.clsWlTopMenu{
	float:right;
	margin-right:10px;
}
.leftMenuHeader{
	float:left;
	margin-left:10px;
	font-size: 14px;
	color: #ffffff;
}

#diamond {
   width: 80px; 
   height: 80px; 
   background: slategray;
   margin: 3px 0 0 30px;
   /* Rotate */
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   -o-transform: rotate(-45deg);
   transform: rotate(-45deg);
   /* Rotate Origin */
   -webkit-transform-origin: 0 100%;
   -moz-transform-origin: 0 100%;
   -ms-transform-origin: 0 100%;
   -o-transform-origin: 0 100%;
   transform-origin: 0 100%;
}

.pos_block_tetx{
	position: absolute;
    bottom:0px;
}
.cssBtnBlockidx{
	width: 225px;
	height: 50px;

	color: #ffffff;
	background: #0e0e0e;
	
	border-radius: 100px;
	margin: 40px;
	padding: 12px;
}
.imgIdx{
	width:100%;
	height:100%;
}
.contentInfoCss{
	width:81%;
	margin:auto;
	float:none;
}
.firstBlockHome{
	background:#fff;
	text-decoration:none !important;
	box-shadow: 2px 3px 5px rgba(0, 0, 0, .5);
	width: 100%;
}
.minLog{
	    /* position: relative; */
    /* top: 10%; */
    margin-top: 10%;
    padding: 10px;
}
.txtFirstBlockHome{
	font-size: 13px;
    width: 265px;
    text-align: center;
    margin: auto;
	color: #535353;
	line-height: 1.3;
	padding: 5px;
	
}

.imgSearchCss{
	width:10px;
	vertical-align: baseline;
}
.blockImgFooter{
   /* position: absolute;
    margin: auto;
    display: block;
	top:-120px;*/
}

.slick-dots{
	width: 100% !important;
}
.heartImageWl{
	width: 14px;
    margin-bottom: 2px;
    margin-right: 6px;
}
.header__link23{
	text-decoration: none !important;
}
.bigHeaderCart {
	margin-left: 20px;
}
.container-fluid{
	    margin-bottom: -10px;
}
.landingPoss{
	padding: 55px 15px !important;
}
.titleAboutPage{
	font-weight: bold;
	line-height:60px;
}
/*.pad>h3{
	font-family: Montserrat;
    font-size: 12px;
    font-weight: bold;
}
.pad>p{
	font-family: Montserrat Regular;
    font-size: 12px;
	line-height: 15px;
}*/
.showroom__phone{
	margin:0px;
	
}
.showroom__email>a{
	color:#363636;
}

/* End From headerCss.css */


/* Start Footer */

.blockImgFooter{
    position: absolute;
    margin: auto;
    display: block;
	top:-120px;
}

.footer {
	/*float: left;*/
	/*width: 100%;*/
	display: block;
	float: left;
	width: 100%;
}
.footer-inside {
	position: relative;
	float: left;
	width: 100%;
	/*border-top: solid 1px #d9d9d9;*/
	margin-top: 100px;
	text-align: center;
	/*padding-bottom: 30px;
	margin-bottom: 50px;*/
	background: #fff;
	/*box-shadow: 1px 1px 2px 2px #888888;*/

}
.footerTopMiddle {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 50px;
}

.footerStyle{
	background: #fff;
	padding-top: 20px;
	padding-bottom: 60px;
}
.footMidlCss{
	margin-bottom:20px;
}

/*.footerTopMiddle img */
.imgLogoFooter {
	/*position: absolute;
	top: -95px;
	left: 47%;
	margin-left: -41px;*/
	padding: 0 10px;
	/*background: #fff;*/
	z-index: 1;
}
.footerTopMiddle-text {
	float: left;
	width: 100%;
	font-size: 11px;
	line-height: 120%;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-indent: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.footer-section {
	display: inline-block;
	text-align: center;
	/*width: 18%;*/
	vertical-align: top;
	padding: 10px;
}
.footer-section-top {
	float: left;
	width: 100%;
	margin: 10px 0 10px;
	font-weight: bold;
	/*font-family: 'Montserrat', sans-serif;*/
    font-size: 14px;
    color: #2f2f2f;
}
.footer-section-top img {
	display: inline-block;
	clear: both;
	width: 35px;
}
.footer-section > a {
	display: inline-block;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 2px;
	text-indent: 2px;
	color: #000;
}
.footer-section > a:hover {
	color: #000;
}
.footer-section .effect-inline_link:after {
	background: #0e0e0e;
}
.socialTop {
	margin-bottom: 10px;
}
.specialSocial {
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 2px;
	text-indent: 2px;
	padding: 0;
}
/* About Page */
.galaxieAboutImg {
	display: inline-block;
	float: right;
	border: solid 3px #e8e8e8;
	padding: 10px;
	margin: 0 0 10px 10px;
}
/* End About Page */

/* Policies Page */

.policiesLink {
	color: #000;
	font-weight: 600;
	text-decoration: none!important;
}

.policiesLink a:hover {
	color: #105282!important;
}
.policiesLink a:after {
	color: #636363!important;
}

/* End Policies Page */

/* Inline Link Effect */
.effect-inline_link {
	position: relative;
}
.effect-inline_link:after {
	content: "";
	position: absolute;
	top: 105%;
	left: 0%;
	height: 2px;
	width: 0;
	background: #fff;

	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}
.effect-inline_link:hover {
	text-decoration: none;
}
.effect-inline_link:hover:after {
	width: 100%;
}
/* End Inline Link Effect */
/* Swipe across effect */
.effect-swipe_across .effect-swipe_across-target {
	position: relative;
	overflow: hidden;
	overflow-y: hidden;
	overflow-x: hidden;

	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);

	-webkit-transition: all 600ms;
	-moz-transition: all 600ms;
	-o-transition: all 600ms;
	transition: all 600ms;

	-webkit-transform: rotateX(0deg) rotateY(0deg);
	transform: rotateX(0deg) rotateY(0deg);
}
.effect-swipe_across .effect-swipe_across-target:after {
	content: " ";
	position: absolute;
	bottom: 100%;
	right: 100%;
	width: 100%;
	height: 100%;

	background: #fff;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );

	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	
	-webkit-transition: all 0ms;
	-moz-transition: all 0ms;
	-o-transition: all 0ms;
	transition: all 0ms;

	z-index: -1;
}
.effect-swipe_across:hover .effect-swipe_across-target:after {
	z-index: 1;
	right: -100%;
	bottom: -100%;

	-webkit-transition: all 1200ms;
	-moz-transition: all 1200ms;
	-o-transition: all 1200ms;
	transition: all 1200ms;
}
.effect-swipe_across:hover .effect-swipe_across-target {
	-webkit-transform: rotateX(12.60507149287811deg) rotateY(-12.032113697747288deg);
	transform: rotateX(12.60507149287811deg) rotateY(-12.032113697747288deg);
}
/* End Swipe across effect */

/* End Footer */

.input-append .btn {
	background: url('../images/small_search.png') center center no-repeat #141414;
}

