/*Controllers*/
.cb.plain {
	position: absolute !important;
	opacity: 0.3;
}
.cb.plain:hover {
	opacity: 1;
}
.cb.plain .cb-link .button {
	padding: 6px 12px !important;
}

/***Main CSS***/
.global-danger {
	display: none;
}
body {
	background-color:#FFF;
	font-family: brandon-grotesque, sans-serif;
}
.body {
	padding: 80px 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, .h5, h5 {
}
h1,.h1 {
	font-size: 42px;
	line-height: 38px;
}

.button {
	background: none;
	border-radius: 100px;
	border: 2px solid #aaa;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #aaa;
}
.button:hover {
	background: #888;
	border: 2px solid #888;
	color: #fff;
}

/*Header*/
.navigation {
	border: none;
	border-bottom: 1px solid #aaa;
}
.logo {
	display: inline-block;
	height: 120px;
	max-width: 300px;
	background-position: center;
}
.header {
	padding: 30px 0;
}
.header .logo-wrap {
	text-align: center;
}
.header .head-cart-data .fa {
	color:#90469b;
}
.header .col-slogan {
	text-align: right;
}
.header-title {
	padding: 40px 0;
	background-color: #EEE;
}
.header-title h1 {
	margin: 0;
}
.copyright {
	background-color:#9e46ab;
	color: #FFF;
	border-bottom: none;
}

/*Menu*/
ul.menu ul {
	top:43px;
	left: 0;
	width: 100%;
}
ul.menu ul li {
	text-align: center;
	border-color:#ccc;
	background-color: #ddd;
	width: 100%;
}
ul.menu ul li a {
	color: #999;
	font-size: 12px;
	font-weight: 100px;
	letter-spacing: 0.5px;
}
ul.menu ul li:hover,
ul.menu ul li:hover a {
	background-color: #fff !important;
}

ul.menu .menulink {
	padding: 11.5px 15px 11px;
	text-transform: uppercase !important;
	font-size: 14px;
	letter-spacing: 3px;
	text-transform: none;
	border-color:#7c2789;
	
}
ul.menu .mobile-nav + li {
	border-left:1px solid #7c2789;
}
ul.menu .menulink:hover {
	background-color:#9e46ab;
}

/*Banner*/
.banner {
	background-image: url(images/bg-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding:0;
}
.banner > .frame {
	padding:0;
}
.banner h1,
.banner .h1 {
	color:#fff;
	font-weight:700;
	font-size:50px;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin: 0 0 10px;
}
.banner h2,
.banner .h2 {
	font-weight: 100;
	font-size: 26px;
	line-height: 26px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.banner .bt .button {
	background-color:rgba(0,0,0,0);
	font-size:18px;
	padding:10px 20px;
	border:2px solid #eee;
	text-decoration:none;
	font-weight: 500;
	letter-spacing: 2px;
	color: #fff;
}
.banner .bt .button .fa {
	position: relative;
	top:-2px;
}
.banner .bt .button:hover {
	border:2px solid #FFF;
	background-color:#fff;
	color:#333;
}

.banner .slide .slide-inner {
	background-color: rgba(0,0,0,0.3);
	text-shadow: none;
}
.banner .slider-wrapper {
    box-shadow: none;
}

.sssnext, .sssprev {
    width: 50px !important;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    background-image: url('/web/template/default/assets/sss/images/brr.png') !important;
    z-index: 1000;
	transition: all 0.2s ease-out 0s;
}
.sssprev {
    left: 3%;
    background-position: 0 50% !important;
}
.sssnext {
    right: 3%;
    background-position: -50px 50% !important;
}
.sssprev:hover {
    left: 2.7%;
}
.sssnext:hover {
    right: 2.7%;
}
.sssprev:active {
    left: 2%;
}
.sssnext:active {
    right: 2%;
}

/*Elements*/
.html-style ul li::before, ul.bullet li::before, ul.bullet-list li::before {
	color: #CCC;
}
.faq:hover {
	border-color:#068ed0;
}
.faq:hover h3,
.faq:hover h3::before {
	color:#068ed0;
}

/*Index Assets*/
.homebox  {
	
}
.homebox .col {
	padding: 10px;
}
.homebox .col img {
	vertical-align: top;
	width: 100%;
}
.homebox .col .hb-text {
	padding: 35px 40px;
	background: linear-gradient(to top, #fff, #f3f3f3);
}
.homebox .col .hb-text h3 {
	font-size: 22px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 0 10px;
	font-weight: 600;
}
.homebox .col .hb-text p {
	text-align: justify;
	font-size: 12px;
	line-height: 24px;
	color: #888;
}
.homebox .col .hb-text p a.button {
	padding: 5px 15px;
	border-radius: 0;
	border-color: #bbb;
}

/* Global Footer */
.global-contact {
	background-color: #EEE;
	padding: 5px;
	font-size: 14px;
}
.global-contact .item {
	overflow: hidden;
}
.global-contact .item li {
	list-style: none;
	float: left;
	margin-right: 10px;
	color: #999;
}
.global-contact .item li a {
	color: #999;
}

/* Footer */
.footer {
	background-color:#90469b;
	background: url(images/footer-logo.png);
	background-position: 1000px 100px;
	background-repeat: no-repeat;
	background-size: contain;
	color: #FFF;
	padding:60px 20px 70px;
	border-top: 1px solid #9e46ab;
}
.footer .foot-menu {
	border: none;
}
.footer .foot-menu > li a {
	border-color: transparent !important;
	font-weight: 300;
	color: #FFF;
}
.footer .foot-menu > li a:hover {
	border-bottom: 1px solid #FFF !important;
}
.footer .h4,
.footer p {
	color:#FFF;
}
.footer .h4 {
	font-size: 24px;
	margin: 0;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #888;
}
.footer .break {
	width: 80px;
	height: 2px;
	margin: 20px 0 20px;
	border-radius: 10px;
	background-color: #999;
}
.footer .foot-menu {
	margin: 0;
	padding-top: 0;
	padding-right:20px;
}
.footer .foot-menu > li a {
	padding: 8px 0;
	border: none;
	font-weight: 400;
	letter-spacing: 1px;
	border-color:#0d63a1;
	font-size: 14px;
	color: #888;
}
.footer .foot-menu > li a:hover {
	border: none !important;
	color: #FFF;
}
.footer .foot-product-wrap {
	background-color: #FFF;
	box-sizing: border-box;
	border-radius: 8px;
	overflow: hidden;
	color: #000;
}
.footer .foot-product-wrap .h4 {
	font-size: 24px;
	color: #90469b;
}
.footer .foot-product-wrap a {
	color: #068ed0;
	text-decoration: none;
}
.footer .foot-product-wrap p {
	color:#999;
	margin: 0;
}
.copyright a {
	color: #FFF;
}

/* Buttons */
.button,
.form-block.filter .field input {
	padding:8px 20px;
	border-radius: 100px;
	font-weight: 800;
	color: #000;
	letter-spacing: 2px;
	border-color: #000;
}
.button:hover {
	text-decoration: none !important;
	text-shadow: none !important;
	background-color: #bd2227;
	border-color: #bd2227;
	box-shadow: 0 0 27px 0 rgba(198,12,12,.6);
}
.button.bt-outline {
	border-color: #90469b;
	color:#90469b;
}
.button.bt-outline:hover {
	border-color: #90469b !important;
	background-color:#90469b !important;
	color:#FFF !important;
}
input[type="submit"], button {
	background-color: #90469b;
}
input[type="submit"]:hover, button:hover {
	background-color:#652D90;
	border-radius: 0;
	color: #FFF;
	box-shadow: none;
}

.hr-mini {
	background-color:#90469b;
	width:50px;
	height:4px;												
	border-radius:5px;
	margin:10px 0 20px;
}
.feature-box {
	text-align:center;
}
.feature-box h2 {
	font-size:20px;
}
.feature-box img {
	width:80%;
	vertical-align:top;
}
.feature-box:hover {
	transform:scale(1.1,1.1);
	transition:all 0.2s ease-in-out 0s;
}

/*Section*/
.section-feature {
	padding: 80px 0;
}
.section-variant3 {
	background-color:#006cb9;
}
.section-variant2 {
	background-color:#DDD;
}
.section-variant1 {
	background-color:#EEE;
}
.body .frame > *:last-child {
	margin-bottom:0;
}
.section-feature.sf-variant3 * {
	color:#FFF;
}
.section-feature.sf-variant3 .divide {
	background-color:#FFF;
}
.section-contact-form {
	background-color: #068ed0;
	background-image: url(images/bg-contact.jpg);
}
.section-feature .button.bt-outline {
	color: #FFF;
	border-color:#FFF;
	margin: 0;
	border: 2px solid #FFF;
}
.payment-summary {
	border: none;
	background-color: #652D90;
}
.payment-summary .button {
	border: none;
	background-color: #068ed0;
	color: #FFF;
}
.payment-summary .button:hover {
	background-color: #FFF;
	color: #652D90;
}

/*Element Overrides*/
.product-image-container {
	box-shadow: none;	
}
.logo-wrap {
	width: 200px;
}
.header-wrap {
	height: 100vh;
	background-image: url('images/header-image.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.header {
	background-color: transparent;
	padding: 0px;
	border-bottom: 2px solid #FFF;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 100;
	transition: ease 1s;
}
.header .logo,
.header.alt .logo {
	transition: ease 1s;
	width: 190px;
}
.header-buffer {
	height: 122px;
}
.header.fix-menu .logo {
	height: 100px;
	transition: ease 1s;
}
.header.fix-menu .site-logo,
.header.alt .site-logo {
	background-image: url(images/Logo-Black.png);
	transition: ease 1s;
}
.header.fix-menu,
.header.alt {
	background-color: #FFF;
	transition: ease 1s;
	border-color: #eee;
	/*box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);*/
}
.header.fix-menu .menulink,
.header.alt .menulink {
	color: #000;
	font-weight: 400;
}
.header.fix-menu .menulink:hover,
.header.alt .menulink:hover {
	text-shadow: 0px 0px 10px rgba(198,12,12,0.5);
}
.header.fix-menu .menulink:hover::before,
.header.alt .menulink:hover::before {
	opacity: 0;
}
.fix-menu .button.acc-button,
.header.alt .button.acc-button,
.header.alt .button.acc-button-plain{
	color: #000;
	border-color: #000;
	font-weight: 400;
}
.fix-menu .button.acc-button:hover,
.header.alt .button.acc-button:hover,
.header.alt .button.acc-button-plain:hover{
	color: #FFF;
	border-color: #bd2227;
	font-weight: 100;
}
.fix-menu .button.acc-button::before,
.header.alt .button.acc-button::before {
	background-image: url(images/acc-icon-black.png);
}
.frame {
	width: 1600px;
}
ul.menu .menulink {
	letter-spacing: 1px;
	background-color: transparent;
	border: 0px;
	position: relative;
	padding: 11.5px 30px 11px;
}
ul.menu .menulink:hover {
	background-color: transparent;
	color: #bd2227;
	text-shadow: 0px 0px 10px rgba(198,12,12,1);
}
ul.menu .menulink:hover::before {
	opacity: 1;
}
ul.menu .menulink:before {
	content: "";
	position: absolute;
	border: 10px solid transparent;
	border-bottom-color: #FFF;
	top: 0px;
	left: 50%;
	bottom: -39px;
	transform: translateX(-50%);
	opacity: 0;
	transition: all 0.2s ease-in-out 0s;
	pointer-events: none;
}
/*ul.menu > li {
	float: left;
}*/
.navigation {
	background-color: transparent;
	border: 0px;
}
ul.menu .mobile-nav + li {
	border: 0px;
}
.button.acc-button-plain {
	font-size: 14px;
	color: #FFF;
	border-radius: 50px;
	font-weight: 100;
	border: 1px solid #FFF;
	padding: 5px 20px;
	position: relative;
}
.button.acc-button-plain:hover {
	background-color: #bd2227;
	border-color: #bd2227;
	box-shadow: 0 0 27px 0 rgba(198,12,12,.6);
}
.button.acc-button {
	font-size: 14px;
	color: #FFF;
	border-radius: 50px;
	font-weight: 100;
	border: 1px solid #FFF;
	padding: 5px 20px;
	position: relative;
}
.button.acc-button:hover {
	background-color: #bd2227;
	border-color: #bd2227;
	box-shadow: 0 0 27px 0 rgba(198,12,12,.6);
}
.button.acc-button::before {
	content: "";
	background-image: url('images/acc-icon.png');
	background-size: contain;
	width: 24px;
	height: 24px;
	left: -50px;
	bottom: 1px;
	position: absolute;
	pointer-events: none;
}
.footer {
	border-top: 2px solid #bd2227;
	background-color: #FFF;
	padding-top: 100px;
}
.footer-bg {
	position: absolute;
	bottom: 0px;
	right: 100px;
	background-image: url(images/footer-bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
	width: 600px;
	height: 400px;
}
.copyright {
	background-color: transparent;
	color: #000;
	text-transform: uppercase;
	text-align: left;
	padding-top: 80px;
	position: relative;
}
.copyright p{
	color: #000;
}
.copyright a {
	color: #000;
	text-decoration: none;
	font-size: 9px;
}
.copyright a:hover {
	color: #bd2227;
	text-shadow: 0px 0px 10px rgba(198,12,12,0.3);
}
.sub-head.h4 {
	font-size: 14px;
	color: #000;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.break {
	background-color: #E6E6E6!important;
	height: 1px!important;
}
.footer .foot-menu > li a {
	color: #808080;
	text-transform: uppercase;
	font-weight: 330;
	font-size: 12px;
}
.footer .foot-menu > li a:hover {
	color: #bd2227;
	text-shadow: 0px 0px 10px rgba(198,12,12,0.3);
}
.footer-float .col {
	float: left;
}
.social-icons span {
	border-radius: 80px;
	border: 1px solid #eee;
	padding: 10px;
	color: #ccc;
	display: block;
	text-align: center;
	z-index: 1000;
	transition: all 0.2s ease-in-out 0s;
}
.social-icons a {
	margin-bottom: 10px;
	display: block;
	text-decoration: none;
}
.social-icons a:hover span {
	color: #FFF;
	border-color: #bd2227;
	box-shadow: 0 0 27px 0 rgba(198,12,12,.6);
	background-color: #bd2227;
}
.social-icons span:last-child {
	margin: 0px;
}
.social-icons {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 1000;
}
.main-section {
	text-align: right;
	background-image: url('images/pw_maze_white.png')!important;
	position: relative;
	padding-top: 120px!important;
}
.main-section::before {
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	right: 0px;
	background: linear-gradient(to bottom, #FFF, transparent);
	height: 100px;
}
.main-section h2,
.main-section h3,
.home-products-section h2,
.home-products-section h3,
.home-banner-info h2,
.home-banner-info h3,
.contact-section h2,
.contact-section h3 {
	font-size: 52px;
	color: #000;
	margin: 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	line-height: 46px;
}
.main-section h3,
.home-products-section h3,
.home-banner-info h3,
.contact-section h3 {
	font-size: 36px;
	font-weight: 100;
}
.contact-section h2,
.contact-section h3 {
	text-align: left;
}
.contact-section.cs-smaller h2 {
	font-size: 32px;
	margin: 0px;
}
.contact-section.cs-smaller h3 {
	font-size: 14px;
}
.home-banner-info h2,
.home-banner-info h3 {
	color: #FFF;
	-webkit-font-smoothing: antialiased;
}

.main-section p {
	font-weight: 100;
}
.main-section .button,
.home-banner-info .button {
	padding: 20px 80px;
	margin-top: 80px;
}
.home-banner-info .button {
	color: #FFF;
	border-color: #FFF;
	-webkit-font-smoothing: antialiased;
}
.home-banner-info .button:hover {
	border-color: #bd2227;
}
.ba-slider .handle {
	background: #bd2227;
}
.ba-slider .handle:after {
	background: unset;
	background-image: url(images/arrows-slider.png);
	background-size: 75%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #FFF;
	margin: -32px 0 0 -34px;
	border: 0px;
	content: '';
	box-shadow: 0 0 27px 0 rgba(0,0,0,.6);
}
.ba-slider .handle.ba-draggable:after {
	margin: -24px 0 0 -27px;
}
.header-bottom-bar {
	position: absolute;
	bottom: 0px;
	max-width: 100%;
}
.header-arrow {
	position: absolute;
	bottom: 20px;
	border: 60px solid transparent;
	border-top-color: #FFF;
	right: 50%;
	transform: translateX(50%);
	animation-name: header-arw;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	transition: ease 0.5s;
}
.header-arrow:hover {
	border-top-color: #bd2227;
	border-width: 50px;

}
@keyframes header-arw {
	0% {
		bottom: 50px;
	}
	50% {
		bottom: 0px;
	}
	100% {
		bottom: 50px;
	}
}
.product-slider {
	background-color: #FFF;
	padding: 80px 0px;
	position: relative;
}
.lslide * {
	text-align: center;
}
.product-slider h3,
.product-box .title a {
	font-size: 14px;
	font-weight: 500;
	color: #000;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.product-slider img {
	display: table;
	margin: 0 auto;
	margin-bottom: 50px;
}
.product-slider p {
	font-weight: 100;
	letter-spacing: 1px;
	color: #000;
}
.product-slider .button {
	padding: 20px 80px;
	display: table;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 30px;
}
.product-slider a {
	text-decoration: none;
	cursor: pointer!important;
}
.product-slider a * {
	transition: all 0.2s ease-in-out 0s;
}
.product-slider a:hover h3,
.box:hover .title a {
	color: #bd2227;
	text-shadow: 0px 0px 10px rgba(198,12,12,0.3);
}
.product-slider a img:not(.under-shadow) {
	transform: scale(0.9);
}
.product-slider a:hover img:not(.under-shadow) {
	transform: scale(1);
}
.product-slider p span {
	color: #b3b3b3;
	font-weight: 400;
	font-size: 15px;
}
.lSPager {
	position: absolute;
	top: 0px;
	right: 50%;
	transform: translateX(50%)!important;
}
.lSSlideOuter .lSPager.lSpg > li a {
	background-color: transparent;
	border: 1px solid #000;
	height: 12px;
	width: 12px;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, 
.lSSlideOuter .lSPager.lSpg > li.active a {
	background-color: transparent;
	border: 2px solid #bd2227;
}
.lSSlideOuter .lSPager.lSpg > li {
	padding: 0px 10px;
}
.white-rectangle {
	background-color: #FFF;
	height: 20px;
	width: 100%;
	z-index: 20;
	position: relative;
	margin-bottom: 20px;
}
.under-shadow {
	width: 75%;
	position: absolute;
	z-index: -1;
	bottom: -10px;
	margin-bottom: 0px!important;
	right: 50%;
	transform: translateX(50%);
}
.inner-prod-wrap {
	position: relative;
}
.home-products-section {
	background-color: #FFF;
	text-align: center;
	padding: 60px 0px;
}
.footer .head.h4,
.head.h4,
.pb-block-type-form h2 {
	color: #000;
	font-weight: 400;
	letter-spacing: 2px;
	font-size: 32px;
	text-transform: uppercase;
	margin: 0px;
}
.pb-block-type-form h2 {
	margin-bottom: 15px;
}
.product-weight {
	margin-bottom: 20px;
}
.shadow-container {
	position: relative;
	z-index: 10;
	padding-bottom: 60px;
	background-color: #FFF;
}
.shadow-container .white-rectangle {
	background-image: url('images/pw_maze_white.png');
	background-color: #FFF;
	width: 100%;
	height: 70px;
	position: unset;
	margin: 0px;
}
.shadow-container .under-shadow {
	bottom: 10px;
	width: 100%;
}
.lSAction > .lSPrev,
.lSAction > .lSNext {
	/*background-color: #000;*/
}
.home-banner-info {
	position: absolute;
	bottom: 180px;
}

/* Product Page CSS */

.product-box .title a {
	color: #000!important;
}
.product-box .options {
	display: none;
}
.box {
	border: 0px;
}
.product-box .box:hover {
	
}
.box img {
	transform: scale(0.75);
	transition: all 0.2s ease-in-out 0s;
}
.box:hover img {
	transform: scale(0.85);
}
.box:hover .title a {
	color: #bd2227!important;
}
.box.sort-box {
	background-color: transparent;
	border-bottom: 2px solid #eee;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.product-box li:hover .box {
	box-shadow: none;
}
.form-block.filter .field input {
	background-color: transparent;
	border: 1px solid #000;
	font-weight: 100;
	padding: 5px 40px;
}
.form-block.filter .field select {
	padding: 10px 26px 11px 9px !important;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
	margin-right: 10px;
	background-color: #eee;
	letter-spacing: 1px;
}
.search-box .form-block .field input {
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
}
.form-block.filter .field input:hover {
	background-color: #bd2227;
	border-color: #bd2227;
	border-radius: 30px;
	box-shadow: 0 0 27px 0 rgba(198,12,12,.6);
}
.form-block.filter .field label {
	background-color: #eee;
	padding: 10px 20px;
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
	letter-spacing: 1px;
}
.search-box .form-block .field button {
	padding: 12px 10px!important;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
}
.search-box .form-block .field button:hover {
	background-color: #bd2227;
	box-shadow: 0 0 27px 0 rgba(198,12,12,.6);
}
.sidebox .sidebox-top {
	color: #000;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 21px;
	text-transform: uppercase;
}
.sort-box .col:nth-child(2) p {
	font-weight: 100;
}
.sort-box .col:nth-child(2) p b {
	font-weight: 500;
}
.sort-box {
	padding: 10px 0px;
}
.hideme {
	display: none;
}
.prod-head {
	color: #000;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 32px;
	text-transform: uppercase;
}
.prod-sub-head {
	font-weight: 100;
	letter-spacing: 1px;
}
.layout-selector a:last-child {
	border-left: 0px;
}
.sidebox .links li > a {
	letter-spacing: 1px;
	box-shadow: inset 250px 0 0 transparent;
}
.sidebox .links li > a:hover {
	box-shadow: inset 250px 0 0 transparent;
	border-color: #bd2227;
	color: #bd2227;
}
.sort-box .form-block,
.sidebox .form-block {
	overflow: visible;
}
.layout-selector .button:hover {
	border-width: 1px;
}

/* Texture Testing */

.shadow-container .white-rectangle,
.main-section {
	background-image: url('images/pw_maze_white.png')!important;
	background-image: url('images/agsquare.png')!important;
	background-image: url('images/climpek.png')!important;
	background-image: url('images/gplaypattern-v2.png')!important;
/*	background-image: url('images/white_tiles.png')!important;*/
}
.shadow-container .white-rectangle {
	background-position: 0% 64%;
}

ul.dealer-list{
	list-style: none;
}
ul.dealer-list li a.dealer-link{
	font-size: 20px;
	padding: 8px;
	background-color: #EEE;
	display: block;
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
ul.dealer-list li a.dealer-link:hover{
	background-color: #000;
	display: block;
	color: #bd2227;
}
ul.dealer-list li div.dealer-detail{
	padding: 10px;
}

/*Contact Form*/
.contact-form-section {
	/*background: linear-gradient(to right, #bd2227 50%, transparent 50%);*/
	padding: 0px !important;
}
.contact-form-section .frame {
	width: 100%;
}
.contact-form-section .pb-container {
	display: table;
	width: 100%;
	margin: 0;
}

.contact-form-section .head.h4,
.contact-form-section .sub-head.h4 {
	color: #FFF;
}
.contact-form-section .col-sm-6 {
	padding: 70px;
	display: table-cell;
	float: none;	
}
.contact-form-section .col-sm-6:first-child {
	background-color:#bd2227;
	background-blend-mode: multiply;
	background-image: url('images/ferrari-back-lights.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}



.contact-form-section .form-block {
	border-width: 1px;
	padding: 20px;
	border-radius: 5px;
}
input[type="text"], input[type="number"], input[type="password"], textarea, select {
	border-radius: 5px;
}
.contact-form-section .form-block .field label {
	margin-bottom: 8px;
	text-transform: uppercase;
	color: #AAA;
	letter-spacing: 2px;
	font-size: 12px;
	font-weight: 400;
}
.contact-form-section .form-block button {
	border: 1px solid #000;
    padding: 8px 20px;
	border-radius: 50px;
	font-size: 14px;
	color: #000;
	font-weight: 100;
	background-color: transparent;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.contact-form-section .form-block button:hover {
	color: #FFF;
    border-color: #bd2227;
    font-weight: 100;
	background-color: #bd2227;
	box-shadow: 0 0 27px 0 rgba(198,12,12,.6);
	letter-spacing: 2px;
}
.contact-form-section .form-block textarea {
	padding: 8px;
	font-size: 12px;
}

.contact-details h3,
.contact-details h4 {
	color: #FFF;
	font-weight: 400;
    letter-spacing: 2px;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0px;
}
.contact-details h4 {
	font-size: 18px;
	text-transform: lowercase;
	font-weight: 100;
}
.contact-form-section p {
	color: #FFF;
	font-weight: 100;
}


.contact-form-section.alt {
}
.contact-form-section.alt .col-sm-6:first-child {
	background-color:#fff;
	background-image: none;
}
.contact-form-section.alt .col-sm-6:last-child {
	background-color: rgba(0,0,0,0.33);
	background-image: url(images/black-car-headlight.jpeg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-blend-mode: multiply;
}
.contact-form-section.alt .button {
	border-color: #FFF;
	border-width: 1px;
	color: #FFF;
	font-weight: 100;
	margin-top: 15px;
	font-size: 14px;
	letter-spacing: 2px;
}
.contact-form-section.alt .button:hover {
	border-color: #bd2227;
}
.contact-form-section.alt .form-block .field:nth-child(4),
.contact-form-section.alt .form-block .field:nth-child(5) {
	display: inline-block;
	width: unset;
	padding-bottom: 0px;

}
.contact-form-section.alt .form-block .field:nth-child(4) .inline-input,
.contact-form-section.alt .form-block .field:nth-child(5) .inline-input{
	float: left;
	margin-bottom: 0px;
}
.form-block .field select {
	height: 38px;
}

.bt-list-alt {
    overflow: hidden;
}
.bt-list-alt  > li {
    list-style: none;
    float: left;
    box-sizing: border-box;
    width: 17%;
	
	margin: 5px;
}
.bt-list-alt > li > .button {
	background-color: #bd2227;
    padding: 0;
    display: block;
    width: 100%;
    overflow: hidden;
    border: none;
    border-radius: 12px;
    box-shadow: inset 0 -999px 0 rgba(0,0,0,0);
    margin-bottom: 10px;
    color: #fff;
    -moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-weight: 700;
    text-transform: uppercase;
	font-size: 20px;
}
.bt-list-alt > li > .button:hover {
    box-shadow: inset 0 -999px 0 rgba(0,0,0,0.3);
	padding-top: 10px;
}
.bt-list-alt > li > .button i {
	font-size: 43px;
	padding: 25px 22px 22px;
	display: block;
	width: 100%;
}
.bt-list-alt > li > .button b {
    padding: 0px 10px 20px;
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
}



/* File Explorer start */
.file-explorer{
	background-color: #FFF;
	border: 2px solid #AAA;
	border-radius: 8px;
}
.file-explorer a{
	text-decoration: none;
}
.file-explorer a:hover{
	text-decoration: none;
}
.file-explorer .file-explorer-item a{
	display: block;
	padding: 40px 10px;
}

.file-explorer .file-explorer-header{
	background-color: #AAA;
	padding: 10px;
}
.file-explorer .file-explorer-header h4{
	margin: 0px;
	margin-top: 3px;
	color: #fff;
	font-size: 24px;
}
.file-explorer .file-explorer-header .button{
	background: #888;
    border: 2px solid #888;
    color: #fff;
}
.file-explorer .file-explorer-header .button{
	background: #888;
    border: 2px solid #888;
    color: #fff;
}
.file-explorer .file-explorer-body{
	padding: 30px;
	height: 520px;
	overflow-y: scroll;
	border-right: 2px solid #808080;
	border-left: 2px solid #808080;
}
.file-explorer .file-explorer-item{
	text-align: center;
}
.file-explorer .file-explorer-item i{
	color: #607D8B;
	width: 100%;
	font-size: 80px;
	transition: all 0.2s ease-in-out 0s;
}
.file-explorer .file-explorer-item p{
	color: #000;
	margin-top: 4px;
	
}
.file-explorer .file-explorer-folder:hover i.fa-folder:before{
	content: "\f07c";
}
.file-explorer .file-explorer-file:hover i.fa-file:before{
	content: "\f019";
}

.file-explorer .file-explorer-footer{
	background-color: #AAA;
	padding: 5px;
}
.file-explorer .file-explorer-footer p{
	margin: 0px;
}

.file-explorer .file-explorer-header {
	background-color: #bd2227;
	padding: 10px 15px;
}
.file-explorer {
	border: 1px solid #EEE;
}
.file-explorer .file-explorer-header .button {
	background-color: #bd2227;
	color: #FFF;
	border-color: #FFF;
}
.file-explorer .file-explorer-header .button:hover {
	background-color: #FFF;
	color: #000;
}
.file-explorer .file-explorer-item {
	background: linear-gradient(to top, #EEE 50%, transparent 50%);
	background-size: 100% 200%;
	background-position: top;
	border: 1px solid #EEE;
	transition: all 0.2s ease-in-out 0s;
	min-height: 200px;
}
.file-explorer .file-explorer-item:hover {
	background-position: bottom;
}
.file-explorer .file-explorer-item:hover i {
	color: #bd2227;
}
.file-explorer-header .coltable .col {
	vertical-align: middle;
}
.file-explorer .file-explorer-footer {
	background-color: #808080;
}
.file-explorer .file-explorer-item i {
	color: #000;
	font-size: 70px;
	transition: all 0.2s ease-in-out 0s;
}
.file-explorer .file-explorer-item p {
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 0px;
	font-weight: 400;
	color: #000;
}
.file-explorer .file-explorer-footer p {
	color: #FFF;
	padding: 5px 10px;
	font-size: 18px;
}

/* breadcrumb*/
/* Style the list */
ul.file-explorer-breadcrumb {
    list-style: none;
	color: #FFF;
    padding: 5px 10px;
    font-size: 18px;
}

/* Display list items side by side */
ul.file-explorer-breadcrumb li {
    display: inline;
    font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.file-explorer-breadcrumb li+li:before {
    padding: 8px;
    color: #FFF;
    content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.file-explorer-breadcrumb li a {
    color: #FFF;
    text-decoration: none;
	font-weight: 400;
}

/* Add a color on mouse-over */
ul.file-explorer-breadcrumb li a:hover {
    color: #bd2227;
    text-decoration: underline;
}
/* breadcrumb end */

/* File Explorer end */

/* Tooltip container */
.tooltip {
    position: relative;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 3px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
	font-size: 14px;
	 /* Position the tooltip text - see examples below! */
	width: 180px;
    top: 80%;
    left: 50%; 
    margin-left: -90px; /* Use half of the width (160/2 = 80), to center the tooltip */
	
	/* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
    opacity: 0;
    transition: opacity 1s;
}
.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    bottom: 100%;  /* At the top of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
	opacity: 1;
}
.body-nopad{
	padding: 0px;
}

.form-block.form-block-install-log-edit{
	padding: 30px;
	background-color:#bd2227;
	border-radius: 20px;
}
.form-block.form-block-install-log-edit h1{
	color: #FFF;
}
.form-block.form-block-install-log-edit .field label em{
	color: #FFF;
}
.form-block.form-block-install-log-edit .field label{
	color: #FFF;
}
.form-block.form-block-install-log-edit .field .button{
	border-color: #FFF;
	color: #FFF;
}
.form-block.form-block-install-log-edit .field .button:hover{
	border-color: #FFF;
}

.form-block.form-block-install-log-edit .field.field-note textarea{
	resize: none;
	height: 90px;
}
.form-block.form-block-install-log-edit .field.field-note button.btn-remove-note{
	background-color: rgba(0, 0, 0, 0);
	font-size: 30px;
}
.form-block.form-block-install-log-edit .field.field-note button.btn-remove-note:hover{
	animation: shake 0.5s; 
	animation-iteration-count: infinite; 
}
.form-block.form-block-install-log-edit .field.field-note .col{
	vertical-align: middle;
}

@keyframes shake {
	0% { transform: translate(1px, 1px) rotate(0deg); }
	10% { transform: translate(-1px, -2px) rotate(-1deg); }
	20% { transform: translate(-3px, 0px) rotate(1deg); }
	30% { transform: translate(3px, 2px) rotate(0deg); }
	40% { transform: translate(1px, -1px) rotate(1deg); }
	50% { transform: translate(-1px, 2px) rotate(-1deg); }
	60% { transform: translate(-3px, 1px) rotate(0deg); }
	70% { transform: translate(3px, 1px) rotate(-1deg); }
	80% { transform: translate(-1px, -1px) rotate(1deg); }
	90% { transform: translate(1px, 2px) rotate(0deg); }
	100% { transform: translate(1px, -2px) rotate(-1deg); }
}
/******RESPONSIVE OVERRIDE*****/
@media screen and (max-width:1600px) {
	.frame{
		width: 100%;
	}
	ul.menu .menulink {
    	padding: 11.5px 20px 11px;
	}
}
@media screen and (max-width:1200px) {
	iframe {
		width:100% !important;
	}
	.section-feature.sf-about,
	.section-feature.sf-gift,
	.section-feature.sf-party {
		padding-left: 20px;
		padding-right: 20px;
	}
	.mobi-box {
		padding: 20px;
		box-sizing: border-box;
		border-radius: 20px;
		background-color: rgba(255,255,255,0.8);
		color: #000;
	}
	.mobi-box .h2,
	.mobi-box .h3,
	.mobi-box a,
	.mobi-box p {
		color: #000 !important;
		text-shadow: none !important;
		border-color:#000 !important;
	}
	.section-feature.sf-party,
	.section-feature.sf-about {
		background-position: left top;
	}
	.header{
		padding: 20px 0;
	}
	.header .col{
		width:100%;
		display: block;
		text-align: center;	
	}
	.header .logo-wrap{
		width: 100%;
	}
	.footer .frame > .coltable > .col{
		width: 50%;
		float: left;
		display: inline-block;
	}
	.main-section .pb-column{
		width: 100%;
		display: block;
	}
	.sidebox .sidebox-top,
	.coltable.page-structure > .col{
		padding: 20px;
	}
}
@media screen and (max-width:1000px) {
	.contact-form-section .col-sm-6 {
		padding: 40px;
	}
}
@media screen and (max-width:800px) {
	.h2, h2, .h3, h3 {
		font-size: 22px;
		line-height: 30px;
	}
	.section-feature.sf-gift .h2, .section-feature.sf-party .h2 {
		font-size: 32px;
		line-height: 30px;
		color: #90469b !important;
	}
	.banner h2, .banner .h2,
	.banner h1, .banner .h1 {
		font-size: 24px;
		line-height: 24px;
		margin: 0 0 5px;
	}
	.banner .bt {
		transform: scale(0.6,0.6);
	}
	.section-feature.sf-gift {
		background-size: cover;
	}
	.footer-float{
		position: relative;
		z-index: 100;
	}
	.footer-bg{
		z-index: 99;
	}
	.copyright{
		text-align: center;
	}
	.footer .frame > .coltable > .col{
		padding: 20px !important;
	}
	.main-section {
		text-align: center;
	}
	.contact-form-section .col-sm-6 {
		display: block;
		width: 100%;
	}
}
@media screen and (max-width:600px) {
	.main-section h2{
	    font-size: 36px;
	}
	.footer {
		text-align: center;
	}
	.footer .break {
		margin-left: auto;
		margin-right: auto;
	}
	.section-feature.sf-gift,
	.section-feature.sf-party {
		text-align: center;
	}
	.footer .h4 {
		margin-top: 40px;
	}
	.footer .coltable .col:first-child .h4 {
		margin-top: 0;
	}
	.footer .foot-product-wrap {
		width: 75%;
		margin: 0 auto;
	}
	.section-feature.sf-about {
		background-size: contain;
	}
	.home-banner-info {
	   padding: 20px;
	}
	.sort-box .form-block .field label{
		width: 20% !important;
	}
	.sort-box .form-block .field select{
		width: 70% !important;
	}
}