.clear{clear: both;}
h4, h5, h6,
h1, h2, h3 {margin-top: 18px;}
h7 { font-size: 20px;}
ul, ol {margin: 0;}
p {margin: 0;}
html, body{
	font-family: Century Gothic;
	background:#fff;
	font-size: 100%;
}
body a{
 	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.header{
	background: #4e4d4d;
	padding: 1% 0;
    opacity: .9;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
}
.header-left{
	float:left;
    margin-left: -1.5%;
	width: 69%;
}

#logoArea {
    /*width: 100%;
    position: fixed;*/
    z-index: 999999999;
    /*text-align: center;
    background-color: rgb(61, 63, 60) !important;
    padding-top: 4px;*/
}

#logoArea img {
    height: 100px;
    margin-left: 0 !important;
}

/*#ContentPlaceHolder1_banner {
    padding-top: 7%;
}*/

.logo{
	float:left;
    margin-top: 2%;
	margin-right: 2%;
}

.subheader {
    background-color: rgb(61, 63, 60) !important;
    padding-top: 0px !important;
    border-bottom: 7px solid #fab218;
}

.logo img {
    height: 66px;
    margin-left: 9%;
}

.lighthub {
    color: #f8b21a;
    font-size: x-large;
}

.lighthub b {
    color: #818381;
}

.menu{
	 float:left;
	 margin: 17px 0 0;
}
  .menu li{
	display:inline-block;
 }
 .menu li:first-child{
   	margin-left:0;
 }
 .menu li a{
  	 display: block;
	font-size: 0.8125em;
	text-transform: uppercase;
	padding: 5px 20px;
	color: #FFF;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;

 }
 .menu li a:hover ,.menu li.active a{
	 background: none !important;
	 color: #bbbaba;
 } 
 #nav .current a {
	 color:red;
}
.toggleMenu {
    display:  none;
  	padding:4px 5px 0px 5px;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
}
/*@media screen and (max-width:800px) {
	.active {
        display: block;
    }
    .menu li a{
    	text-align:left;
    	border-radius:0;
    	-webkit-border-radius:0;
    	-moz-border-radius:0;
    	-o-border-radius:0;
    }
    .nav {
	    list-style: none;
		width: 95%;
		position: absolute;
		background: #222;
		top: 65px;
		z-index: 111;
    }
    .nav:after {
		content: '';
		position: absolute;
		right:18px;
		top: -9px;
		border-left:10px solid rgba(0, 0, 0, 0);
		border-right:10px solid rgba(0, 0, 0, 0);
		border-bottom:10px solid #333;
	}
    .menu li a span.messages{
    	text-align:center;
    	top:15px;
    }
    .nav li ul{
    	width:100%;   	
    }
    .menu ul{
    	margin:0;
    }
    .nav > li.hover > ul {
        width:100%;
    }
    .nav > li {
        float: none;
        display:block;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
    .nav li a{
    	border-top:1px solid #333;
    }
     .nav li:first-child a{
     	border-top:none;
     }
 }*/
.header_right{
	float:right;
	width: 8%;
	margin-top: 9%;
}
.sb-search {
	position: absolute;
	top: 65%;
	right:0px;
	width: 0%;
	min-width: 45px;
	height: 45px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}
.sb-search-input {
	position: absolute;
	top: 0;
	left: 0px;
	border: none;
	outline: none;
	background:#333;
	width: 100%;
	height:45px;
	margin: 0;
	z-index: 10;
	padding: 5px 20px;
	font-family: Century Gothic;
	font-size: 13px;
	color: #ffffff;
}
.sb-search-input::-webkit-input-placeholder {
	color: #ffffff;
}
.sb-search-input:-moz-placeholder {
	color: #ffffff;
}
.sb-search-input::-moz-placeholder {
	color: #efb480;
}
.sb-search-input:-ms-input-placeholder {
	color: #ffffff;
}
.sb-icon-search,.sb-search-submit  {
	width: 45px;
	height: 45px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 45px;
	text-align: center;
	cursor: pointer;
}
.sb-search-submit {
	background: #333 url('../images/img-sprite.png') no-repeat 0px 1px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
   
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
	-webkit-appearance: none;
}
.sb-icon-search {
	color: #FFF;
background: #3d3f3c url('../images/img-sprite.png') no-repeat 0px 1px;
z-index: 90;
}
/* Open state */
.sb-search.sb-search-open,.no-js .sb-search {
	width:40%;
}
.sb-search.sb-search-open .sb-icon-search,.no-js .sb-search .sb-icon-search {
	background: #c0c0c0 url('../images/img-sprite.png') no-repeat 0px 1px;
	color: #fff;
	z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,.no-js .sb-search .sb-search-submit {
	z-index: 90;
}
/* start icon styles */
.icon1:before,.icon1:after {
	content: "";
	display: table;
}
.icon1:after {
	clear: both;
}
ul.icon1 {
	float: left;
	zoom: 1;
	list-style: none;
	padding: 0;
	margin-left: 13%;
}
.icon1 li {
	float: left;
	position: relative;
}
.icon1 li:last-child{
	border-right:none;
}
.icon1 li:hover > a {
	color: #fafafa;
}
*html .icon1 li a:hover { /* IE6 only */
	color: #fafafa;
}
.icon1 ul {
	width:300px;
	margin: 20px 0 0 0;
	_margin: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top:67px;
	z-index: 1;
	right: -140px;
	background: #ffffff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	box-shadow: 0 0 10px #AAA;
	-webkit-box-shadow: 0 0 10px #AAA;
	-moz-box-shadow: 0 0 10px #AAA;
	-o-box-shadow: 0 0 10px #AAA;
}
.icon1 li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
	z-index: 9999;
}
.icon1 ul ul {
	top: 6px;
	left: 158px;
	margin: 0 0 0 20px;
}
.icon1 ul li {
	/*--float: none;--*/
	display: block;
	border: 0;
}
.icon1 ul li:first-child{
	border-top:none;
}
.icon1 ul li:first-child a{
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-o-border-top-left-radius: 5px;
}
.icon1 ul li:last-child {   
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;    
}
.icon1 ul a {    
	_height: 10px; /*IE6 only*/
	white-space: nowrap;
	float: none;
	text-transform: none;
}
.active-icon{
	display: block;
}
.icon1 ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 45%;
	top: -30px;
	border-left: 10px solid transparent;
	border-right:10px solid transparent;
	border-bottom:10px solid #f0f0f0;
}
.icon1 ul ul li:first-child a:after {
	left: -100px;
	top: 0%;
	margin-top: -6px;
	border-left: 0;	
	border-bottom:20px solid transparent;
	border-top: 20px solid transparent;
	border-right:20px solid #323757;
}
/* Mobile */
.icon1-trigger {
	display: none;
}
.sub-icon1 img{
	border:none;
	display:inline-block;
	vertical-align:middle;
}
li.list_img{
	float:left;
	width:26%;
}
.login_buttons{
	margin-top:23%;
}
li.list_desc{
	float:left;
	width:50%;
}
li.list_desc h4 a{
	color:#000;
	font-size:0.85em;
	text-decoration:none;
	font-weight:600;
}
li.list_desc h4 a:hover{
	color:red;
}
.c1{
	background: url(../images/img-sprite.png) no-repeat -66px -8px;
	width: 20px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
    margin-top: 9%;
}
.icon1 .profile_img {
	margin-top: 3px;
}
.sub-icon1 ul li h3{
	text-align: center;
	font-size: 18px;
	color: #555;
	text-transform: uppercase;
	margin-bottom: 4%;
}
.sub-icon1 ul li p{
	text-align:center;
	font-size: 0.8125em;
	color: #555;
	line-height: 1.5em;
	margin:2% 0;
}
.sub-icon1.list{
	padding:20px;
}
.sub-icon1 ul li p a{
	color: #00405d;
}
.sub-icon1 ul li p a:hover{
	color: #555555;
	text-decoration:underline;
}
.product_control_buttons{
	float:right;
}
.product_control_buttons a:hover{
	opacity:0.5;
}
.button{
	text-align: center;
}
.button a{
	color:white;
	font-size:0.85em;
	text-transform:uppercase;
	font-weight:800;
	text-decoration:none;
	margin-left:45%;
	border: none;
	cursor: pointer;
	padding:15px 30px;
	display: inline-block;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: #fab218;
}
.button a:hover{
	background:#222;
}
.login_button{
	float:right;
}
.login_button a{
	color:#fff;
	font-size:0.85em;
	text-transform:uppercase;
	font-weight:600;
	text-decoration:none;
    border: none;
	cursor: pointer;
	padding:8px 15px; 
	display: inline-block;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: #000;
	margin:10px 0 0;
}
.login_button a:hover{
	background:#555;
}
.check_button{
	float:left;
}
.check_button a{
	color:#fff;
	font-size:0.85em;
	text-transform:uppercase;
	font-weight:600;
	text-decoration:none;
    border: none;
	cursor: pointer;
	padding:8px 15px; 
	display: inline-block;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: #000;
	margin:10px 0 0;
}
.check_button a:hover{
	background:#555;
}
/*--main--*/
.content-top{
	padding:10% 0;
}
.content-top h2{
	color: #000;
	font-size:3em;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 1.5%;
}
.content-top p{
	color: #000;
	font-size: 0.95em;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	margin-bottom:1%;
}
.content-top h3{
	color:#000;
	font-size:1.5em;
	text-transform:uppercase;
	font-weight:700;
	text-align:center;
	margin:2% 0 0 0;
}
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0 auto;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	width:100%;
	cursor: pointer;
	positon: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	max-width:210px;
	max-height:417px;
}
/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:140px;
	height: 245px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
	left: 205px;
	background: url(../images/img-sprite.png) no-repeat -110px 1px;
}
.nbs-flexisel-nav-right {
	right:205px;
	background: url(../images/img-sprite.png) no-repeat -254px 1px;
}
.content-bottom{
	width:100%;
	background: url(../images/bg_image.jpg)no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-size: 100% 100%;
	height:100%;
	padding:15% 0;
}
.content_bottom-text h3{
	color: #FFF;
	font-size: 3em;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1.2em;
	margin: 2% 0 10%;
}
p.m_1{
	color: #FFF;
	font-size: 0.85em;
	line-height: 2.2em;
	margin-bottom:6%;
}
p.m_2{
	color: #FFF;
	font-size: 0.85em;
	line-height: 2.2em;
}
.features{
	padding: 4% 0;
   
}
h3.m_3{
	color: #000;
	font-size: 3em;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	margin-bottom:2%;
}
.close_but{
	text-align:center;
	margin-bottom:6%;
}
i.close1{
	width:46px;
	height:42px;
	background:url(../images/img-sprite.png)-196px -269px;
	display:inline-block;
}
.view {
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}
.view .mask,.view .content {
   width:263px;
   height:200px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.view p {
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
/* NINTH EXAMPLE*/
.view-ninth .mask-1, .view-ninth .mask-2 {
    background-color: rgba(0, 0, 0, 0.5);
    height: 361px;
    width: 361px;
    background: #fab218;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out 0.6s;
    -moz-transition: all 0.3s ease-in-out 0.6s;
    -o-transition: all 0.3s ease-in-out 0.6s;
    transition: all 0.3s ease-in-out 0.6s;
}
.view-ninth .mask-1 {
    left: auto;
    right: 0;
    -webkit-transform: rotate(56.5deg) translateX(-180px);
    -moz-transform: rotate(56.5deg) translateX(-180px);
    -o-transform: rotate(56.5deg) translateX(-180px);
    -ms-transform: rotate(56.5deg) translateX(-180px);
    transform: rotate(56.5deg) translateX(-180px);
    -webkit-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    -o-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}
.view-ninth .mask-2 {
    top: auto;
    bottom: 0;
    -webkit-transform: rotate(56.5deg) translateX(180px);
    -moz-transform: rotate(56.5deg) translateX(180px);
    -o-transform: rotate(56.5deg) translateX(180px);
    -ms-transform: rotate(56.5deg) translateX(180px);
    transform: rotate(56.5deg) translateX(180px);
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}
.view-ninth .content {
    background: rgba(0, 0, 0, 0.9);
    height: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
    width:263px;
    overflow: hidden;
    -webkit-transform: rotate(-33.5deg) translate(-112px, 166px);
    -moz-transform: rotate(-33.5deg) translate(-112px, 166px);
    -o-transform: rotate(-33.5deg) translate(-112px, 166px);
    -ms-transform: rotate(-33.5deg) translate(-112px, 166px);
    transform: rotate(-33.5deg) translate(-112px, 166px);
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: all 0.4s ease-in-out 0.3s;
    -moz-transition: all 0.4s ease-in-out 0.3s;
    -o-transition: all 0.4s ease-in-out 0.3s;
    transition: all 0.4s ease-in-out 0.3s;
}
.view-ninth h2 {
    background: transparent;
    /*margin-top: 5px;*/
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.view-ninth a.info {
    display: none;
}
.view-ninth:hover .content {
    height: 200px;
    width:263px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 0.9;
    top:22px;
    -webkit-transform: rotate(0deg) translate(0, 0);
    -moz-transform: rotate(0deg) translate(0, 0);
    -o-transform: rotate(0deg) translate(0, 0);
    -ms-transform: rotate(0deg) translate(0, 0);
    transform: rotate(0deg) translate(0, 0);
}
.view-ninth:hover .mask-1, .view-ninth:hover .mask-2 {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.view-ninth:hover .mask-1 {
    -webkit-transform: rotate(56.5deg) translateX(1px);
    -moz-transform: rotate(56.5deg) translateX(1px);
    -o-transform: rotate(56.5deg) translateX(1px);
    -ms-transform: rotate(56.5deg) translateX(1px);
    transform: rotate(56.5deg) translateX(1px);
}
.view-ninth:hover .mask-2 {
    -webkit-transform: rotate(56.5deg) translateX(-1px);
    -moz-transform: rotate(56.5deg) translateX(-1px);
    -o-transform: rotate(56.5deg) translateX(-1px);
    -ms-transform: rotate(56.5deg) translateX(-1px);
    transform: rotate(56.5deg) translateX(-1px);
}
h4.m_4{
	margin-top:10%;
}
h4.m_4 a{
	color:#000;
	font-size:1em;
	text-decoration:none;
	font-weight:600;
}
h4.m_4 a:hover{
	color:#444;
}
p.m_5{
	color:#222;
	font-size:0.85em;
}
/*--footer--*/
.footer{
	background: #4e4d4d;
	padding:0% 0;
}		
ul.footer_box{
	list-style:none;
	padding:0;
}	
ul.footer_box h4{
	color:#fff;
	font-size: 15px;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom: 8%;
}
ul.footer_box li a{
	color: #B8B6B6;
	font-size: 15px;
	text-decoration:none;
	line-height: 2em;
}
ul.footer_box li a:hover{
	color:#fff;
}
.footer_search {
	margin-top: 10%;
	width:100%;
	position:relative;
}
.footer_search input[type="text"] {
	outline: none;
	padding: 12px 15px;
	outline: none;
	color: #202020;
	background: #FFF;
	border: none;
	width: 74%;
	line-height: 1.5em;
	font-size: 0.8125em;
}
.footer_search  input[type="submit"] {
	background: #C7C7C7;
	padding: 9px 19px;
	border: none;
	cursor: pointer;
	position: absolute;
	line-height: 1.6em;
	font-size: 1em;
	color: #000;
	font-weight: 800;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
    margin-top: 8px !important;
}
.footer_search  input[type="submit"]:hover {
	background:#222;
	color:#fff;
}
ul.social{
	list-style:none;
	padding:0;
	margin-top: 2%;
}	
ul.social li:first-child, ol li:first-child {
	margin-top: 0px;
	margin-left: 0;
}
ul.social li{
	display:inline-block;
	margin-right:8px;
}	
ul.social li a span:hover{
	opacity:0.5;
}		
li.facebook a span {
	height: 25px;
	width: 25px;
	display: block;
	background: url(../images/img-sprite.png)no-repeat -256px -276px;
}
li.twitter a span {
	height: 25px;
	width: 25px;
	display: block;
	background: url(../images/img-sprite.png)no-repeat -298px -276px;
}
li.instagram a span {
	height: 25px;
	width: 25px;
	display: block;
	background: url(../images/img-sprite.png)no-repeat -346px -276px;
}
li.pinterest a span {
	height: 25px;
	width: 25px;
	display: block;
	background: url(../images/img-sprite.png)no-repeat -391px -276px;
}	
li.youtube a span {
	height: 25px;
	width: 47px;
	display: block;
	background: url(../images/img-sprite.png)no-repeat -437px -276px;
}	
.dropdown dd, .dropdown dt, .dropdown ul { margin:0px; padding:0px; }
.dropdown dd { position:relative; }
.dropdown a, .dropdown a:visited { color:#fff; text-decoration:none; outline:none;}
.dropdown a:hover { color:#fff;}
.dropdown dt a:hover { color:#fff;}
.dropdown dt a {background:url(../images/arrow.png) no-repeat scroll right center; display:block; padding-right:20px;
}
.dropdown dt a span {cursor: pointer;
	cursor: pointer;
	display: block;
	padding:0px 10px;
	font-size: 0.85em;
	color: #FFF;
	font-weight: 400;
}
        .dropdown dd ul { background:#222 none repeat scroll 0 0;color:#fff; display:none;
                          left:0px; padding:5px 0px; position:absolute; top:13px; width:auto; min-width:200px; list-style:none;}
        .dropdown span.value { display:none;}
        .dropdown dd ul li a { padding:5px; display:block;font-size: 13px;}
        .dropdown dd ul li a:hover { background-color:#444;}
        
        .dropdown img.flag { border:none; vertical-align:middle; margin-left:10px; }
        .flagvisibility { float: right;}
        
/*--dropdown--*/
.dropdown {
    display: block;
    display: inline-block;
    position: relative;
   	z-index: 9999;
   	margin:0;
}
/* ===[ For demonstration ]=== */
/* ===[ End demonstration ]=== */
.dropdown .dropdown_button {
    cursor: pointer;
    width: auto;
    display: inline-block;
    padding: 4px 12px;
   -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-weight: bold;
    color:#fff;
    line-height:29px;
    text-decoration: none !important;
    background:#595959;
    font-size: 11px;
}
.dropdown input[type="checkbox"] + .dropdown_button .arrow {
    display: inline-block;
    width: 0px;
    height: 0px;
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.dropdown input[type="checkbox"]:checked + .dropdown_button .arrow { border-color: white transparent transparent transparent }
.dropdown .dropdown_content {
    position: absolute;
    border: 1px solid #777;
    padding: 0px;
    background:#595959;
    margin: 0;
    display: none;
}
.dropdown .dropdown_content li {
    list-style: none;
    margin-left: 0px;
    line-height: 16px;
    border-top: 1px solid #5F5D5D;
	border-bottom: 1px solid #555353;
    margin-top: 2px;
    margin-bottom: 2px;
}
.dropdown .dropdown_content li:hover {
    border-top-color: #555;
    border-bottom-color: #555;
    background:#444;
}
.dropdown .dropdown_content li a {
    display: block;
    padding: 2px 7px;
    padding-right: 15px;
    color:#fff;
    font-size:13px;
    text-decoration: none !important;
    white-space: nowrap;
}
.dropdown .dropdown_content li:hover a {
    color: white;
    text-decoration: none !important;
}
.dropdown input[type="checkbox"]:checked ~ .dropdown_content { display: block }
.dropdown input[type="checkbox"] { display: none }
.copy {
  float: left;
}
.copy p{
	font-size:0.8125em;
	font-weight:600;
	color:#B8B6B6;
}
.copy p a{
	color:#fff;
}
.footer_bottom{
	padding: 0 2%;
	margin-top: 5%;
}
/*--shop--*/
.shop_top {
    padding: 5% 0;
    background-color: #eeeff0;
}
.new-box {
	right:10px;
}
.new-box, .sale-box {
	position: absolute;
	top:16px;
	overflow: hidden;
	height: 38px;
	min-width: 70px;
	text-align: left;
	z-index: 0;
	display: inline-block;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.new-label {
	font-size: 0.85em;
	color: #FFF;
	background:#FFAF02;
	text-transform: uppercase;
	padding:9px;
	text-align: center;
	display: block;
	min-width: 70px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.sale-box {
	left:10px;
}
.sale-label {
	font-size: 0.85em;
	color: #FFF;
	background:#E92546;
	text-transform: uppercase;
	padding:9px;
	text-align: center;
	display: block;
	min-width: 70px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.shop_box{
	position:relative;
}
.shop_desc{
	border:1px solid #E0E0E0;
	padding:5%;
}
.shop_desc h3{
	margin-bottom:5px;
}
.shop_desc h3 a{
	color: #333;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
}
.shop_desc h3 a:hover{
	color:#666;
}
.shop_desc p{
	color:#555;
	font-size:0.8125em;
	line-height:1.8em;
	margin-bottom:10px;
}
span.reducedfrom {
	text-decoration: line-through;
	margin-right: 8%;
	color: #888;
}
span.actual {
	color: #7DB122;
	font-size: 1em;
	color:#000
}
ul.buttons{
	list-style: none;
	padding: 0;
	margin-top: 10px;
}
.cart{
	float:left;
}
.shop_btn{
	float:right;
}
.shop_btn a, .cart a{
	color: #000;
	font-size: 0.8125em;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration:none;
}
.shop_btn a:hover{
	color:#E92546;
}
.cart a:hover{
	color:#FFAF02;
}
.shop_box-top{
	margin-bottom:5%;
}
h3.m_2 {
	color: #555;
	margin-bottom: 20px;
	font-size: 1.5em;
	line-height: 1.2;
	font-weight: normal;
	letter-spacing: -1px;
	padding:0 1%;
	text-transform: uppercase;
}
h4.m_5{
	margin-top:7%;
}
h4.m_5 a{
	color: #555;
	font-size:0.95em;
	text-transform: uppercase;
	letter-spacing: -1px;
	text-decoration:none;
}
h4.m_5 a:hover{
	color:#000;
}
p.m_6{
	font-size:0.85em;
	color: #555;
	line-height: 1.5em;
}
.team_box{
	margin-bottom:5%;
}
ul.team_list{
	padding:0;
	list-style:none;
}
ul.team_list h4{
	color: #555;
	margin-bottom: 20px;
	font-size: 1.5em;
	line-height: 1.2;
	font-weight: normal;
	margin-top: 0px;
	letter-spacing: -1px;
	text-transform: uppercase;
}
ul.team_list li {
	list-style-image: url(../images/marker.png);
	margin: 0 0px 20px 15px;
}
ul.team_list li a {
	font-size: 0.85em;
	color: #222;
	text-transform: uppercase;
	text-decoration:none;
}
ul.team_list li a:hover {
	color:#444;
}
ul.team_list li p{
	color:#888;
	font-size:0.85em;
	line-height:1.5em;
}
p.m_7{
	color:#888;
	font-size:0.85em;
	line-height:1.5em;
	margin-bottom:2%;
}
.img_section{
	position:relative;
}
.img_section_txt {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background:rgba(5, 5, 5, 0.43);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 14px 10px 14px 21px;
	color: #FFF;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.magnifier2:hover .img_section_txt {
	background:rgba(255, 0, 0, 0.36);
}
.ex_box{
	margin-bottom:5%;
}
p.m_8{
	color:#333;
	font-size:0.85em;
	line-height:1.8em;
	margin-bottom:5%;
}
.address p {
	font-size:0.85em;
	line-height:2em;
}
.address p span:hover {
	text-decoration: none;
}
.address p span {
	text-decoration: underline;
	color: #555;
	cursor: pointer;
}
.contact{
	margin-top: 5%;
}
.to{
	float:left;
	width:50%;
}
.to input[type="text"] {
	padding: 10px;
	width:95%;
	font-size: 0.85em;
	font-family: Century Gothic;
	margin: 10px 0;
	border: none;
	color: #888;
	background:#F8F8F8;
	float: left;
	outline: none;
	border:1px solid #DFE0E2;
}
    .to input[type="text"]:hover, .text input[type="text"], .text textarea:hover {
        border-color: #63568e;
    }
.text {
	width:50%;
	float:left;
}
.text input[type="text"], .text textarea {
	width:100%;
	font-size: 0.85em;
	margin: 10px 0;
	border: none;
	color: #888;
	font-family: Century Gothic;
	outline: none;
	background:#F8F8F8;
	height: 100px;
	padding: 10px;
	resize: none;
	border:1px solid #DFE0E2;
}
.form-submit{
	float:right;
}
    .form-submit input[type="submit"] {
        color: #FFF;
        font-family: Century Gothic;
        font-size: 0.95em;
        font-weight: normal;
        padding: 15px 40px;
        text-transform: uppercase;
        background: black;
        display: inline-block;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        font-weight: 100;
        border: none;
        cursor: pointer;
        outline: none;
    }
.form-submit input[type="submit"]:hover {
	background:#333;
}
/*--single--*/
.single_image{
	width: 25.5% !important;
    height: auto !important;
	float: left;
	margin-right: 2.6%;
}
.single_right{
	width: 60.5%;
	float: left;
    margin-left: 5%;
}
.single_right h3{
	color: #222;
	font-size: 1.1em;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 700;
}
.btn1-default1 {
	outline: none;
	border: 1px solid #CACACA;
	background: #FFF;
	padding: 5px 10px;
	font-size: 0.85em;
}
.btn1-twitter:hover {
	color: #FFF;
	background-color: #00AAF0;
}
i.icon-twitter{
	height: 20px;
	width: 20px;
	background: url(../images/img-sprite.png)no-repeat -260px -318px;
	float: left;
	margin-right: 2px;
}
.btn1-twitter:hover i{
	background: url(../images/img-sprite.png)no-repeat -260px -341px;
}
i.icon-facebook{
	height: 20px;
	width: 20px;
	background: url(../images/img-sprite.png)no-repeat -292px -317px;
	float: left;
	margin-right: 2px;
}
.btn1-facebook:hover i{
	background: url(../images/img-sprite.png)no-repeat -292px -341px;
}
.btn1-facebook:hover {
	color: #FFF;
	background-color:#435F9F;
}
i.icon-google{
	height: 20px;
	width: 20px;
	background: url(../images/img-sprite.png)no-repeat -321px -317px;
	float: left;
	margin-right: 2px;
}
.btn1-google:hover i{
	background: url(../images/img-sprite.png)no-repeat -321px -341px;
}
.btn1-google:hover {
	color: #FFF;
	background-color:#E04B34;
}
i.icon-pinterest{
	height: 20px;
	width: 20px;
	background: url(../images/img-sprite.png)no-repeat -353px -318px;
	float: left;
	margin-right: 2px;
}
.btn1-pinterest:hover i{
	background: url(../images/img-sprite.png)no-repeat -353px -342px;
}
.btn1-pinterest:hover {
	color: #FFF;
	background-color:#CE1F21;
}
.social_buttons h4{
	color: #08080B;
	font-weight: 000;
	font-size: 0.8125em;
	padding-bottom: 0.5em;
	display: block;
	text-transform:uppercase;
	margin-bottom:5px;
}
p.m_10{
	color: #333;
	font-size: 0.8125em;
	line-height: 1.8em;
	margin-bottom:5%;
}
.btn_form{
	margin-bottom:5%;
}
.btn_form form input[type="submit"] {
	font-family: Century Gothic;
	cursor: pointer;
	border: none;
	outline: none;
	display: inline-block;
	font-size: 0.85em;
	padding: 10px 30px;
	background: #333;
	color: #FFF;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn_form form input[type="submit"]:hover {
	background: #FFAF02;
}
ul.add-to-links {
	margin-bottom: 3%;
	list-style: none;
	padding: 0;
}
ul.add-to-links img {
	vertical-align: middle;
}
ul.add-to-links a {
	color: #000;
	font-size: 0.85em;
}
ul.product-colors{
	list-style:none;
	padding:0;
	margin-bottom: 5%;
}
.product-colors h3, .prosuct-qty span {
	color: #08080B;
	font-weight: 700;
	font-size: 0.8125em;
	padding-bottom: 0.5em;
	display: block;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.product-colors li {
	display: block;
}
.product-colors li a span {
	width: 40px;
	height: 40px;
	display: inline-block;
    border: 2px solid #8499a5;
    margin: 5px 5px 0 5px;
}
.color1 span {
	background: black;
}
.color2 span {
	background:#0AA5E2;
}
.color3 span {
	background: #f3eef3;
}
.color4 span {
	background:orange;
}
.color4 span {
	background:gray;
}
.color5 span {
	background:yellow;
}
.color6 span {
	background:red;
}
.box-info-product{
	background: #FFF;
	/*border: 1px solid #D2D0D0;
	border-top: 1px solid #B0AFAF;
	border-bottom: 1px solid #B0AFAF;*/
	padding:7%;
}
p.price2{
	color:#333;
	font-size:2em;
	font-weight:700;
	margin-bottom: 5%;
}
.prosuct-qty {
	margin-bottom: 1.5em;
	padding:0;
}
.prosuct-qty select {
	font-family: Century Gothic;
	border: 1px solid #EEE;
	padding: 5% 41%;
	font-size: 1em;
	outline: none;
}
.prosuct-qty option {
	border: 1px solid #EEE;
	font-family: Century Gothic;
}
.box-info-product .exclusive {
	border:none;
	outline: none;
	position: relative;
	display: block;
    margin-left: -251%;
	background:#838282;
}
.box-info-product .exclusive span {
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	padding: 12px 36px 14px 60px;
	color: #FFF;
	display: block !important;
}
.box-info-product .exclusive:after {
	border-left: 1px solid #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 51px;
	content: "";
	width: 1px;
	z-index: 2;
}
.box-info-product .exclusive:before {
	background: url(../images/img-sprite.png)no-repeat -401px -308px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	color: #FFF;
	font-size: 25px;
	line-height: 47px;
	content: "";
	z-index: 2;
	width: 51px;
	text-align: center;
}
.box-info-product .exclusive:hover {
	background: #303030;
	background-position: 0 0;
}
.desc{
	margin-bottom:5%;
}
.desc h4{
	color:#333;
	font-size:1.5em;
	margin-bottom:1%;
	text-transform:uppercase;
}
.desc p{
	color:#555;
	font-size:0.85em;
	line-height:1.8em;
}
h4.m_11{
	color:#333;
	font-size:1.8em;
    margin-top:2%;
	text-transform:uppercase;
	padding:0 1%;
	margin-bottom:0%;
}
h4.m_12{
	color: #08080B;
	font-weight: 700;
	font-size: 0.8125em;
	padding-bottom: 0.5em;
	display: block;
	text-transform: uppercase;
}
ul.options{
	list-style:none;
	padding:0;
	margin-bottom:7%;
}
ul.options li {
	margin: 0 1% 0 0;
	display: inline-block;
}
ul.options li a {
	color: #000;
	font-size: 0.8125em;
	padding: 5px 10px;
	border: 1px solid #DFDDDD;
	text-decoration:none;
}
ul.options li a:hover {
	border: 1px solid #FFAF02;
}
/*--checkout--*/
p.cart {
	color: #555;
	font-size: 0.85em;
	line-height: 1.8em;
}
/*--login--*/
.login-page {
	border-right: 1px solid #EEE;
	padding-right: 5%;
}
h4.title {
	color:#000;
	margin-bottom: 0.5em;
	font-size: 1em;
	line-height: 1.2;
	font-weight: normal;
	margin-top: 0px;
	letter-spacing: -1px;
	text-transform: uppercase;
	border-bottom: 1px solid #ECECEC;
	padding-bottom: 13px;
}
.login-page p {
	color: #555;
	font-size: 0.85em;
	line-height: 1.8em;
}
.button1 input[type="submit"] {
	background: #000;
	border: none;
	color: #FFF;
	padding: 10px 20px;
	cursor: pointer;
	float: right;
	font-family: Century Gothic;
	outline: none;
	font-size: 1em;
}
.button1 input[type="submit"]:hover {
	background: #555;
}
#login-form label {
	color: #777;
	line-height: 2.8em;
	font-size: 0.95em;
	font-weight: 400;
	margin: 0;
	display: block;
}
input.inputbox, input.required, div.k2AccountPage input[type="text"] {
	background: #FFF;
	outline-color: #00BFF0;
	border: 1px solid #EEE;
	color: inherit;
	padding: 7px 20px;
	width: 100%;
	font-family: Century Gothic;
	font-size: 0.85em;
}
.remember {
	margin-top: 6%;
}
p#login-form-remember {
	float: left;
}
fieldset.input input[type="submit"] {
	background: #000;
	border: none;
	color: #FFF;
	padding: 10px 30px;
	cursor: pointer;
	float: right;
	font-family: Century Gothic;
	outline: none;
	font-size:1em;
}
fieldset.input input[type="submit"]:hover {
	background:#555;
}
#login-form label a {
	color: #777;
	color:0.85em;
}
#login-form label a:hover {
	color:#00BFF0;
}
.button1 {
	float: right;
	margin-top: 8%;
}
/*--register--*/
.register-top-grid h3, .register-bottom-grid h3 {
	color:#000;
	font-size: 1em;
	padding-bottom: 5px;
	margin: 0;
}
.register-top-grid div, .register-bottom-grid div {
	width: 48%;
	float: left;
	margin: 10px 0;
}
.register-top-grid span, .register-bottom-grid span {
	color:#555;
	font-size: 0.8125em;
	padding-bottom: 0.2em;
	display: block;
	text-transform: uppercase;
}
.register-top-grid input[type="text"], .register-bottom-grid input[type="text"] {
	border: 1px solid #EEE;
	outline-color:#00BFF0;
	width: 96%;
	font-size: 1em;
	padding: 0.5em;
	font-family: Century Gothic;
}
.checkbox {
	margin-bottom: 4px;
	padding-left: 27px;
	font-size: 1.1em;
	line-height: 27px;
	cursor: pointer;
}
.checkbox {
	float: left;
	margin-left: 8px;
	position: relative;
	font-weight: 600;
}
.checkbox:last-child {
	margin-bottom: 4px;
}
.checkbox:last-child {
	margin-bottom: 0;
}
.news-letter {
	color: #555;
	font-weight:600;
	font-size: 0.85em;
	margin-bottom: 1em;
	display: block;
	text-transform: uppercase;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	clear: both;
}
.checkbox i {
	position: absolute;
	bottom: 5px;
	left: 0;
	display: block;
	width:20px;
	height:20px;
	outline: none;
	border: 2px solid #DDD;
}
.checkbox input + i:after {
	content: '';
	background: url("../images/tick1.png") no-repeat 1px 2px;
	top: -1px;
	left: -1px;
	width: 15px;
	height: 15px;
	font: normal 12px/16px FontAwesome;
	text-align: center;
}
.checkbox input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.checkbox input {
	position: absolute;
	left: -9999px;
}
.checkbox input:checked + i:after {
	opacity: 1;
}
.news-letter:hover {
	color:#00BFF0;
}
.register-grids form input[type="submit"] {
	background:#E25050;
	color: #FFF;
	font-size: 0.8em;
	padding:0.8em 2.2em;
	border:none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	display: inline-block;
	font-family: Century Gothic;
	cursor: pointer;
	outline: none;
	text-transform: uppercase;
}
.register-grids form input[type="submit"]:hover {
	background:#555;
}
/*--responsive design--*/
@media (max-width:1366px){
    .icon1 ul {
	    width: 270px;
	    top: 64px;
	    right: -98px;
     }

    .button a {
 	    margin-left: 71%;
     }
}

@media (max-width: 1333px) {
    #fwslider .slide_content_wrap {
        margin-left: 0px !important;
    }

    .search input[type=text] {
        right: 10% !important;
    }
}

@media (max-width:1280px){
    .icon1 ul {
	    width: 270px;
	    top: 63px;
	    right: -55px;
     }

    .search input[type=text] {
        right: 7% !important;
    }
}	
@media (max-width:1024px){

    .search input[type=text] {
        right: 5% !important;
    }

    .menu li a {	
	    padding: 5px 10px;
     }
    .header_right {
	    width: 7%;
     }
    .icon1 ul {
	    width: 250px;
	    top: 59px;
	    right: -25px;
     }
     .sub-icon1 ul li p {
	    font-size: 0.8125em;
     }
     .button a {
	    margin-left: 27%;
     }

     .btn-view {
        margin-left: -0.4%;
    }

      .nbs-flexisel-nav-left {
	    left: 60px;
     }
     .nbs-flexisel-nav-right {
	    right: 60px;
     }
     .content_bottom-text h3, h3.m_3, .content-top h2{
 	    font-size:2.5em;
     }
     .box-info-product .exclusive span {
	    font-size: 17px;
	    padding: 12px 11px 14px 63px;
     }
}

@media (max-width: 816px) {
    #fwslider .slide_content_wrap {
       margin-left: -77px !important;
    }

    #logoArea {
        display: none;
    }
}

@media (max-width:800px){
.menu {
	 margin:10px 0 0;
  }
  .header_right {
	 width: 10%;
  }
  .icon1 ul {
	width: 250px;
	top: 59px;
	right: -15px;
 }
 .search {
	left: 65%;
	width: 27%;
	top: 12px;
 }
 .content_bottom-text h3, h3.m_3, .content-top h2 {
	font-size: 2em;
 }
 .nbs-flexisel-nav-left {
	left: 10px;
 }
 .nbs-flexisel-nav-right {
	right: 10px;
 }
 .view-ninth:hover .mask-1 {
	display: none;
 }
 .view-ninth:hover .mask-2 {
	display: none;
 }
 .view-ninth .mask-1,  .view-ninth .mask-2{
 	display: none;
 }
 .view-ninth:hover .content {
	height: 53%;
	width: 41%;
 }
  .top_box {
	 margin-bottom: 20px;
 }
 h4.m_4, h4.m_5{
	margin-top: 10px;
 }
 ul.footer_box h4, ul.team_list h4{
	margin-bottom: 10px;
 }
 ul.footer_box {
	margin-bottom: 20px;
  }
  .footer_search, .footer_bottom{
	 margin-top:0;
  }
  ul.social {
	margin-top: 20px;
 }
 .team1{
 	margin-bottom:20px;
 }
 .team_bottom{
 	margin-bottom:20px;
 }
 .team_box {
	margin-bottom:0;
 }
 .shop_box{
 	margin-bottom:20px;
 }
 .shop_desc {
	padding: 10px;
 }
 .etalage_zoom_area div {
	 width:350px !important;
     height:350px !important;
  }
  .box-info-product {
	padding: 20px;
	margin-bottom: 20px;
  }
  .prosuct-qty select {
	padding: 2% 30%;
  }
  .desc {
	margin: 20px 0;
  }
  .product1{
  	margin-bottom:20px;
  }

  #fwslider .slide_content_wrap {
        display: block !important;
    }
}  
@media (max-width:768px){
    .login-page {
	    border-right: none;
	    padding-right: 0;
      }

    #fwslider .slide_content_wrap {
        margin-left: 7% !important;
        text-align: -webkit-center;
        margin-top: 3%;
    }
}

@media(max-width: 700px) {
    #fwslider .slide_content_wrap {
        margin-left: 0% !important;
        text-align: -webkit-center;
        margin-top: 3%;
    }
}

@media(max-width: 680px) {
    #fwslider .slide_content_wrap {
        margin-left: -2% !important;
        text-align: -webkit-center;
        margin-top: 3%;
    }
}

@media (max-width:640px){
  .header_right {
	 width: 11%;
  }
   .etalage_zoom_area div {
	 width:250px !important;
	 height:250px !important;
  }
  .btn1-default1 {
	 padding: 5px 7px;
  }

  #fwslider .slide_content_wrap {
        margin-left: -7% !important;
        text-align: -webkit-center;
        margin-top: 3%;
    }
}
@media (max-width:480px){
    #table1 {
        width: 643px;
    }

    #generateLuminaire {
        margin-top: 7%;
        height: 50px;
        padding: 0px 17px;
    }

    #generateSpecs {
        height: 50px;
        padding: 0px 17px;
    }

    /*.modal input[type=number] {
        width: 81px;
    }*/

  .header_right {
	 width: 15%;
  }
   .etalage_zoom_area div {
	 width:100px !important;
	 height:100px !important;
  }
  .btn1-default1 {
	 padding: 5px 7px;
  }
  .search {
	left: 56%;
	width: 33%;
 }
 .icon1 ul {
	top: 51px;
 }
 .content_bottom-text h3, h3.m_3, .content-top h2 {
	font-size: 1.5em;
 }
 .content-top p {
	font-size: 0.8125em;
 }
 .nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 75px;
	height:126px;
 }
 .nbs-flexisel-nav-left {
	left:10px;
	background: url(../images/img-sprite.png) no-repeat -17px -372px;
 }
 .nbs-flexisel-nav-right {
	right:10px;
	background: url(../images/img-sprite.png) no-repeat -80px -372px;
 }
 .content-top h3 {
	font-size: 1em;
  }
  .view-ninth:hover .content {
	height:60%;
	width:70%;
 }
 .nav{
 	top:67px;
 }
 .single_image {
	width: 100%;
	float: none;
	margin-right: 0;
 }
 .single_left{
 	margin-bottom:20px;
 }
 .to {
	float: none;
	width: 100%;
 }
 .text {
	width: 100%;
	float: none;
 }
 /*.nav {
	right: 13px;
 }*/
}

@media (max-width: 620px) {
    #fwslider .slide_content_wrap {
        margin-left: -7% !important;
        text-align: -webkit-center;
        margin-top: 3%;
    }
}

@media (max-width: 610px) {
    #fwslider .slide_content_wrap {
        margin-left: -9% !important;
        text-align: -webkit-center;
        margin-top: 3%;
    }
}


@media (max-width: 590px) {
    #fwslider .slide_content_wrap {
        margin-left: -12% !important;
        text-align: -webkit-center;
        margin-top: 3%;
    }
}

@media (max-width: 550px) {
    #fwslider .slide_content_wrap {
        margin-left: -16% !important;
        text-align: -webkit-center;
        margin-top: -3%;
    }
}

@media (max-width: 516px) {
    #fwslider .slide_content_wrap {
        margin-left: -22% !important;
        text-align: -webkit-center;
        margin-top: -5%;
    }
}

@media (max-width: 490px) {
    #fwslider .slide_content_wrap {
        margin-left: -23% !important;
        text-align: -webkit-center;
        margin-top: -7%;
    }

    #fwslider .slide_content_wrap .title {
        font-size: large !important;
    }
}

@media (max-width: 460px) {
    #fwslider .slide_content_wrap {
        margin-left: -23% !important;
        text-align: -webkit-center;
        margin-top: -10%;
    }

    #fwslider .slide_content_wrap .title {
        font-size: large !important;
    }
}

@media (max-width: 420px) {
    #fwslider .slide_content_wrap {
        margin-left: -23% !important;
        text-align: -webkit-center;
        margin-top: -11%;
    }

    #fwslider .slide_content_wrap .title {
        font-size: large !important;
    }

    #fwslider .slide_content_wrap .button a {
        font-size: xx-small !important;
    }
}

@media (max-width:320px){
.header_right {
   width: 24%;
}
.copy{
	float:none;
}
.dropdown {
	float: none;
	margin-top: 10px;
}
h4.m_11 {
	font-size: 0.85em;
	padding: 0 15px;
	line-height: 1.5em;
}
 .etalage_zoom_area div {
	 width:50px !important;
	 height:50px !important;
  }
  .register-top-grid(
  	margin-bottom:20px;
  )
  .nav {
	top: 66px;
	right: 8px;
  }
  .register-top-grid div, .register-bottom-grid div {
	width: 100%;
	float: none;
	margin: 10px 0;
 }
}

.header {
    z-index: 99999999;
    padding: 2px !important;
    position: fixed;
    margin-top: -1.5%;
    width: 100%;
    transition: top 0.5s ease 0s;
    -webkit-transition: top 0.5s ease 0s;
    -moz-transition: top 0.5s ease 0s;
    -o-transition: top 0.5s ease 0s;
}

.slideNext, .slidePrev {
    opacity: 0 !important;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999999999999999; /* Sit on top */
    padding-top: 60px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(78, 77, 77); /* Fallback color */
    background-color: rgba(8, 8, 8, 0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 1200px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

.login {
    background-image: url(../images/img6.png);
    background-repeat: no-repeat;
    padding: 10%;
    opacity: 1;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.login-content {
    padding: 10%;
    z-index: 99999999999999999999999;
    background-color: rgba(0, 0, 0,1);
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.login-input {
    background-color: rgba(128,128,128,0);
}

.inputs {
    background: 0 0 !important;
    font-size: 17px !important;
    font-size: 1rem !important;
    color: #fff !important;
    width: 100% !important;
    margin-top: 5%;
    border: none !important;
    border-bottom: 1px solid #fff !important;
}

.inputs:focus {
    border: none !important;
    border-color: none !important;
    border-bottom: 1px solid #fff !important;
}

/*.btn {
    background-color: #4e4d4d;
    border-radius: 0px !important;
    width: 100% !important;
    margin-top: 7%;
    border-color: white !important;
    font-size: 1rem !important;
    padding: 10px !important;
}*/

*,:after,:before{box-sizing:border-box}
.clearfix:after,.clearfix:before{content:'';display:table}
.clearfix:after{clear:both;display:block}
a{color:inherit;text-decoration:none}

.login-wrap{
	width:100%;
	margin:auto;
	max-width:525px;
	min-height:670px;
	position:relative;
	/*background:url('/Content/images/img3.jpg') no-repeat center;*/
	box-shadow:0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
}
.login-html{
	width:100%;
	height: 800px;
	position:absolute;
	padding: 30px 70px 50px 70px;
	/*background:rgba(40,57,101,.9);*/
    background: rgba(83, 84, 86, 0.9);
}
.login-html .sign-in-htm,
.login-html .sign-up-htm{
	top:0;
	left:0;
	right:0;
	bottom:0;
	position:absolute;
	transform:rotateY(180deg);
	backface-visibility:hidden;
	transition:all .4s linear;
}
.login-html .sign-in,
.login-html .sign-up,
.login-form .group .check{
	display:none;
}
.login-html .tab,
.login-form .group .label,
.login-form .group .button{
	text-transform:uppercase;
}
.login-html .tab{
	font-size:22px;
	margin-right:15px;
	padding-bottom:5px;
	margin:0 15px 10px 0;
	display:inline-block;
	border-bottom:2px solid transparent;
}
.login-html .sign-in:checked + .tab,
.login-html .sign-up:checked + .tab{
	color:#fff;
	border-color:#fff;
}
.login-form{
	min-height:345px;
	position:relative;
	perspective:1000px;
	transform-style:preserve-3d;
}
.login-form .group{
	margin-bottom:15px;
}
.login-form .group .label,
.login-form .group .input,
.login-form .group .button{
	width:100%;
	color:#fff;
	display:block;
}
.login-form .group .input,
.login-form .group .button{
	border:none;
	padding:15px 20px;
	border-radius:0;
    background: #28292b;
	/*background:rgba(255,255,255,.1);*/
}
/*.login-form .group input[data-type="password"]{
	text-security:circle;
	-webkit-text-security:circle;
}*/
.login-form .group .label{
	color:#aaa;
	font-size:12px;
}
.login-form .group .button{
	/*background:#1161ee;*/
    background: #28292b;
}
.login-form .group label .icon{
	width:15px;
	height:15px;
	border-radius:2px;
	position:relative;
	display:inline-block;
	background:rgba(255,255,255,.1);
}
.login-form .group label .icon:before,
.login-form .group label .icon:after{
	content:'';
	width:10px;
	height:2px;
	background:#fff;
	position:absolute;
	transition:all .2s ease-in-out 0s;
}
.login-form .group label .icon:before{
	left:3px;
	width:5px;
	bottom:6px;
	transform:scale(0) rotate(0);
}
.login-form .group label .icon:after{
	top:6px;
	right:0;
	transform:scale(0) rotate(0);
}
.login-form .group .check:checked + label{
	color:#fff;
}
.login-form .group .check:checked + label .icon{
	background:#8d9094;
}
.login-form .group .check:checked + label .icon:before{
	transform:scale(1) rotate(45deg);
}
.login-form .group .check:checked + label .icon:after{
	transform:scale(1) rotate(-45deg);
}
.login-html .sign-in:checked + .tab + .sign-up + .tab + .login-form .sign-in-htm{
	transform:rotate(0);
}
.login-html .sign-up:checked + .tab + .login-form .sign-up-htm{
	transform:rotate(0);
}

.hr{
	height:2px;
	margin:60px 0 50px 0;
	background:rgba(255,255,255,.2);
}
.foot-lnk{
	text-align:center;
}

.navbar-default .navbar-nav > li.dropdown:hover > a, 
.navbar-default .navbar-nav > li.dropdown:hover > a:hover,
.navbar-default .navbar-nav > li.dropdown:hover > a:focus {
    background-color: rgb(231, 231, 231);
    color: rgb(85, 85, 85);
}

.dropdown-menu {
    opacity: 1 !important;
    background: #4e4d4d;
}

li.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown-menu li {
    padding: 10px 5px 10px 5px !important;
}

.carousel-control     		 { width:  4%; }
.carousel-control.left,.carousel-control.right {margin-left:15px;background-image:none;}
@media (max-width: 767px) {
	.carousel-inner .active.left { left: -100%; }
	.carousel-inner .next        { left:  100%; }
	.carousel-inner .prev		 { left: -100%; }
	.active > div { display:none; }
	.active > div:first-child { display:block; }

}
@media (min-width: 767px) and (max-width: 992px ) {
	.carousel-inner .active.left { left: -50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		 { left: -50%; }
	.active > div { display:none; }
	.active > div:first-child { display:block; }
	.active > div:first-child + div { display:block; }
}
@media (min-width: 992px ) {
	.carousel-inner .active.left { left: -16.7%; }
	.carousel-inner .next        { left:  16.7%; }
	.carousel-inner .prev		 { left: -16.7%; }	
}

.col-md-offset-1 {
    width: 100%;
    padding: 10px;
    margin-left: 0px !important;
}

.features .col-md-12 {
    margin-top: 1.7%;
}

select, .product-filter {
    text-align: inherit;
    font-size: 14px;
    font-size: .93333rem;
    color: #505050;
    width: 100%;
    text-indent: 12px;
    font-family: Century Gothic;
    padding: 5px 3px 4px;
    height: 45px;
    -webkit-appearance: menulist-button;
    line-height: 1;
    border: 0;
    background: #fff;
    border-radius: 0;
    padding: 12px;
    border-color: snow;
    box-shadow: 1px 1px 1px rgba(0,0,0,.25);
}


.filter {
    border-bottom: 1px solid #b5b3b3;
    padding: 10px 0px 5px 0px;
}

.toggle:hover {
    color: #AAA;
    cursor: pointer;
}

.contentt {
    position: absolute;
    top: 32%;
    left: 26%;
    background-color: white;
    padding: 10px 51px 0 51px;
}
.feature .col-md-4 {
    width: 24.333333% !important;
    left: 14% !important;
}
.h2, .h2 {
    font-size: 24px !important;
}

.projects {
    padding-right: 10px !important;
    padding-top: 20px !important;
    padding-bottom: 23px !important;
}
.ourprojects {
    background-color: snow;
    padding: 10px;
    margin-left: 0.4%;
}
.white {
    background-color: snow;
    padding: 20px;
    PADDING-TOP: 2%;
    padding-bottom: 2%;
}
.button {
  border-radius: 0px;
  border-color: #838282;
  background-color: white;
  border: 1%;
  color: #838282;
  text-align: center;
  font-size: 20px;
  padding: 20px;
  width: 500px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 40px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}
.buttons {
  border-radius: 0px;
  border-color: #838282;
  background-color: white;
  border: none;
  color: #838282;
  text-align: center;
  font-size: 20px;
  padding: 20px;
  width: 150px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 7px;
}

.buttons span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  font-weight: bold;
}

.buttons span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.buttons:hover span {
  padding-right: 25px;
}

.buttons:hover span:after {
  opacity: 1;
  right: 0;
}

.pull-right, .pull-left {
    font-size: x-large;
}

.pull-right p {
    font-size: small !important;
}

.thestory .pull-right {
    font-size: unset !important;
}

/* Green */
.add {
    border-color: #4CAF50;
    color: green;
    border: 1px solid #403075;
    background-color: white;
    color: black;
    padding: 7px 74px;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 2%;
}

    .add:hover {
        background-color: #3d3f3c;
        color: white;
    }
 table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    text-align: left;
    padding: 12px;
}

/*tr:nth-child(even){background-color: #f2f2f2}*/

th {
    background-color: #6f7174;
    color: #6f7174;
}
.information {
    background-color: #838282; 
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.fa fa-shopping-cart {
    color: white;
    padding: 20px;
}
.group .button {
    margin: 0px !important;
}

.fa-shopping-cart, .fa-user {
    color: white !important;
    font-size: 20px !important;
    padding-top: 3px !important;
    margin-right: 2px;
}

.icon1 li {
    padding-right: 7px;
}
.cancel {
  background-color: #4e4d4d;
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  font-size: 16px;
  margin: 4px 2px;
  opacity: 0.6;
  transition: 0.3s;
}

#cartModal .modal-footer {
    padding: 2rem !important;
    display: initial !important;
}

#cartModal .img-header {
    width: 17%;
}

#cartModal .img-name {
    width: 13%;
}

.modal-footer{
    text-align: center !important;
}


.modal-container{
    padding: 0% 5% 3% 5%;
    margin-top:-5%;
    font-size: 12px;
}

#cartModal .modal-container{
    padding: 0% 2% 3% 2% !important;
}

.pictures{
    height: 128px;
    width: 130px;
}
input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    box-sizing: border-box;
    border-radius: 0px;
}
.history-table{
    margin-left: -1%;
}

#fwslider .button {
    background-color: transparent !important;
    font-size: 100%!important;
    padding: 0px !important;
    width: 500px !important;

}

.feature-products {
    padding-top: 0% !important;
}
.carousel-control {
    top: 40% !important;
    color: #838282 !important;
}

.feat-prod {
    margin-bottom: -5%;
    background-color: #fff !important;
}

.cat-prod {
    background-color: #f3f3f3;
}

.projs {
    background-color: snow;
}

.story{
    background-color: #fff !important;
    border-bottom: 1px solid #f3f3f3;
}

.filtering {
    background-color: #f3f3f3 !important;
    padding-bottom: 0.5%;
}

.filtered, .list {
    margin-top: -6% !important;
}

.top_box {
    margin-top: 4.5% !important;
}

.prod-list {
    margin-top: 5% !important;
}

.less .pull-right, .more .pull-right{
    margin-top: -2.5% !important;
    margin-right: 1%;
}

.view .pull-right {
    margin-left: 77% !important;
    margin-top: 3% !important;
    z-index: 999 !important;
    padding: 0px 7px 0px 7px !important;
    background-color: black !important;
    color: white;
    position: absolute !important;
    font-size: 17px !important;
}

.view {
    border: 2px solid #eeeff0;
}

.profile {
    margin-top: 1% !important;
    position: absolute;
    top: 100%;
    left: -267%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 250px;
    padding: 0px 0;
    margin: 5% 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
}

.profile-footer {
    background-color: #fdf9f9;
    padding: 10px;
}

.profile-footer .btn {
    background-color: #8499a5;
    color: white;
    font-size: 10px !important;
}

.profile-header {
    padding: 43px 10px 0px 10px;
    background-color: #8499a5;
    color: #fff !important;
}

.fa:hover{
    cursor: pointer;
}

.breadcrumb-arrow {
    margin-bottom: -10px !important;
    height: 36px;
    padding: 0;
    line-height: 36px;
    list-style: none;
    background-color: transparent;
}
.breadcrumb-arrow li:first-child a {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.breadcrumb-arrow li, .breadcrumb-arrow li a, .breadcrumb-arrow li span {
    display: inline-block;
    vertical-align: top
}
.breadcrumb-arrow li:not(:first-child) {
    margin-left: -5px
}
.breadcrumb-arrow li+li:before {
    padding: 0;
    content: ""
}
.breadcrumb-arrow li span {
    padding: 0 10px
}
.breadcrumb-arrow li a, .breadcrumb-arrow li:not(:first-child) span {
    height: 36px;
    padding: 0 10px 0 25px;
    line-height: 36px
}
.breadcrumb-arrow li:first-child a {
    padding: 0 10px
}
.breadcrumb-arrow li a {
    position: relative;
    color: #fff;
    text-decoration: none;
    background-color: #717171;
    border: 1px solid #717171;
}
.breadcrumb-arrow li:first-child a {
    padding-left: 10px
}
.breadcrumb-arrow li a:after, .breadcrumb-arrow li a:before {
    position: absolute;
    top: -1px;
    width: 0;
    height: 0;
    content: '';
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent
}
.breadcrumb-arrow li a:before {
    right: -10px;
    z-index: 3;
    border-left-color: #8c8888;
    border-left-style: solid;
    border-left-width: 11px
}
.breadcrumb-arrow li a:after {
    right: -11px;
    z-index: 2;
    border-left: 11px solid gray
}
.breadcrumb-arrow li a:focus, .breadcrumb-arrow li a:hover {
    background-color: #3c3a3a;
    border: 1px solid #3c3a3a;
}
.breadcrumb-arrow li a:focus:before, .breadcrumb-arrow li a:hover:before {
    border-left-color: #3c3a3a
}
.breadcrumb-arrow li a:active {
    background-color: #3c3a3a;
    border: 1px solid #3c3a3a
}
.breadcrumb-arrow li a:active:after, .breadcrumb-arrow li a:active:before {
    border-left-color: #3c3a3a
}
.breadcrumb-arrow li span {
    color: #3c3a3a
}

.breadcrumb {
    width: 36.5% !important;
    border-radius: 0px !important;
}

.m_10 {
    font-size: 1.73333rem !important;
}

.product-colors {
    position: absolute !important;
}

.product-info table td {
    font-size: 0.86667rem !important;
}

.head {
    font-size: 1.2rem !important;
    border-bottom: 2px solid gray;
    width: 29%;
    margin-bottom: 2%;
}

.product-info a {
    font-size: 0.86667rem !important;
}

.product-info .btn {
    width: 36% !important;
    color: white !important;
    padding: 10px 5px 10px 5px !important;
}

#add:hover, #download:hover {
    background-color: #4e4d4d !important;
}

.related {
    margin-top: 5% !important;
    background-color: #eeeff0 !important;
    padding: 0% 0 5% 0 !important;
}

@-moz-document url-prefix() {
    .btn-group .dropdown-menu > li > .dropdown-menu-item {
        padding: 3px 35px;
    }
}

@supports (-moz-appearance:none) {
    .btn-group .dropdown-menu > li > .dropdown-menu-item {
        padding: 3px 35px !important;
    } 
}

.btn-group .dropdown-menu > li > .dropdown-menu-item {
   clear: both;
    color: #333;
    display: block;
    padding: 3px 20px;
    white-space: nowrap;
    margin: 5px 0;
    width: 100%;
    text-align: left;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    -moz-user-select: none;
    user-select: none;
}
.btn-group .dropdown-menu > li:hover .dropdown-menu-item,
.btn-group .dropdown-menu > li:focus .dropdown-menu-item{
    background-color: #f5f5f5;
    color: #262625;
}
.btn-group .dropdown-menu > li > .dropdown-menu-item.checkbox {
    margin: 0;
    font-size: 15px;
    font-weight: normal;
}

.btn-group .checkbox input {
    margin-left: 0 !important;
    position: initial !important;
}

.btn-group .dropdown-menu {
    background-color: white !important;
    left: 5% !important;
}

/* The container */
.containerr {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.containerr input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.containerr:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containerr input:checked ~ .checkmark {
    background-color: #717171;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containerr input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containerr .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.open ul {
    width: 90% !important;
}

.open>ul>li:hover {
    background-color: white !important;
}

.product-list table {
    margin-top: 3% !important;
}

.top_box .img-responsive {
    height: 250px;
}

.filtered {
    margin-top: -9% !important;
}

#panel {
    display: none;
    padding: 0% 8% 5% 8% !important;
    margin-top: -4% !important;
}



.accordion:hover {
    cursor: pointer !important;
}

.bold {
    font-weight: bold;
}

.single {
    background-color: #fff !important; /*#eaeaea !important;*/
}

.searching {
    width: 103% !important;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    padding: 7px 19px !important;
    background-color: white;
    background-image: url('searchicon.png');
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    height: 2.8em;
}

ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {
    display: inline;
}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
}

ul.pagination li a.active {
    background-color: #4e4d4d;
    color: white;
}

ul.pagination li a:hover:not(.active) {
    background-color: #ddd;
}

@media (min-width: 1200px) {
    .catalog h5 {
        margin-left: -6%;
    }
    #showThumbnail {
        margin-left: -11%;
    }
}

#showThumbnail, #showList {
    margin-top: 5%;
    font-size: 19px !important;
}

#showThumbnail a, #showList a{
    font-size: 17px !important;
}

button[disabled] {
    background-color: #8d8d8d !important;
}

.modal button[disabled] {
    background-color: #333 !important;
}

button[disabled]:hover {
    cursor: not-allowed;
}

td .img-responsive {
    height: 150px !important;
    width: 150px !important;
}

.prod-list .product{
    width: 150px;
}

.prod-list .product img {
    height: 130px !important;
}


.thumbnail {
    border-radius: 0px !important;
}

.col-md-10 table {
    margin-top: 1% !important;
}

.product {
    margin-bottom: 15% !important;
}

.fa-info {
    /*font-style: italic !important;*/
    /*background-color: #8499a5;*/
    padding: 3px 10px 3px 10px !important;
    color: #fab218;
    font-size: 17px !important;
    border: 2px solid transparent;
}

.fa-info:hover {
    background-color: #eeeff0;
    /*border: 2px solid #000;*/
}

.info table td, .more-info table td {
    text-align: left !important;
}

.more-info, .product-list {
    background-color:#fff !important;
}

.schedules {
    background-color: #f7f7f7 !important;
}

.cart {
    margin-top: 2%;
}

.cart tr {
    background-color: #fff !important;
}


.modal th, .modal td {
    text-align: left !important;
}

.modal input[type=number] {
    width: 70px !important;
}

.desc {
    width: 220px;
}
.modal th {
    padding: 3% 0% 3% 1% !important
}

#projectModal .modal-container {
    margin-top: 1% !important;
}

#projectModal .modal-content {
    max-width: 800px !important;
}

.feature {
    margin-top: 3%;
}

.projs {
    padding-bottom: 10% !important;
    margin-bottom: -5% !important;
}

.actions button {
    font-size: 13px !important;
 }

.features .form-control {
    border-radius: 0px !important;
    padding: 21px 20px !important;
}

.change {
    margin-left: 30%;
    margin-bottom: 9%;
    margin-top: 9%;
}

.change button {
    color: #fff !important;
}

.swal2-container {
    z-index: 999999999999999999999 !important;
}

.my-slider {
    width: 100% !important;
    padding: 0 6.5% 0 4.5%;
}

#mixedSlider {
  position: relative;
}
#mixedSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 5%;
}
#mixedSlider .MS-content .item {
  display: inline-block;
  width: 25%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  padding: 0 10px;
}
@media (max-width: 991px) {
  #mixedSlider .MS-content .item {
    width: 50%;
  }

  .images {
      display: none;
  }

  .works {
      font-size: 22px;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-content .item {
    width: 100%;
  }

  .works {
      font-size: 17px;
  }
}
#mixedSlider .MS-content .item .imgTitle {
  position: relative;
}
#mixedSlider .MS-content .item .imgTitle .blogTitle {
  margin: 0;
  text-align: left;
  letter-spacing: 2px;
  color: #252525;
  font-style: italic;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  bottom: 0;
  /*font-weight: bold;*/
  padding: 0 0 2px 10px;
}
#mixedSlider .MS-content .item .imgTitle img {
  height: auto;
  width: 100%;
}
#mixedSlider .MS-content .item p {
  font-size: 16px;
  margin: 2px 10px 0 5px;
  text-indent: 15px;
}
#mixedSlider .MS-content .item a {
  float: left;
  margin: 0 20px 0 0;
  font-size: 16px;
  font-style: normal;
  color: #000;
  font-weight: bold;
  letter-spacing: 1px;
  transition: linear 0.1s;
}
#mixedSlider .MS-content .item a:hover {
  text-shadow: 0 0 1px grey;
}
#mixedSlider .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 50px;
  top: 95px;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.15s linear;
}
#mixedSlider .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  #mixedSlider .MS-controls button {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls button {
    font-size: 20px;
  }
}
#mixedSlider .MS-controls .MS-left {
  left: 0px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-left {
    left: -10px;
  }
}
#mixedSlider .MS-controls .MS-right {
  right: 0px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-right {
    right: -10px;
  }
}

#basicSlider { position: relative; }

#basicSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 2%;
  height: 50px;
}

#basicSlider .MS-content .item {
  display: inline-block;
  width: 20%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  line-height: 50px;
  vertical-align: middle;
}
@media (max-width: 991px) {

#basicSlider .MS-content .item { width: 25%; }
}
@media (max-width: 767px) {

#basicSlider .MS-content .item { width: 35%; }
}
@media (max-width: 500px) {

#basicSlider .MS-content .item { width: 50%; }

.works {
      font-size: 15px;
  }
}

#basicSlider .MS-content .item a {
  line-height: 50px;
  vertical-align: middle;
}

#basicSlider .MS-controls button { position: absolute; }

#basicSlider .MS-controls .MS-left {
  top: 35px;
  left: 10px;
}

#basicSlider .MS-controls .MS-right {
  top: 35px;
  right: 10px;
}

.item .imgTitle img {
    height: 250px !important;
}

#countSchedule {
    color: #fff;
    position: absolute;
    /*margin-top: -2%;*/
    margin-left: 4.7%;
    background-color: #e30909;
    padding: 1px;
    font-size: 12px;
    border-radius: 82%;
    z-index: 9;
}

button .tooltiptext, .btn .tooltiptext {
    visibility: hidden;
    width: 100%;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 0px;
    padding: 5px 0;
    position: absolute;
    z-index: 9999999999999999999999999999;
    bottom: 125%;
    left: 0%;
    opacity: 0;
    transition: opacity 1s;
}

button .tooltiptext::after, .btn .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

button:hover .tooltiptext, .btn:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.fa .tooltiptext {
    visibility: hidden;
    width: 100%;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 0px;
    padding: 5px 0;
    position: absolute;
    z-index: 9999999999999999999999999999;
    bottom: 125%;
    left: 50%;
    opacity: 0;
    transition: opacity 1s;
}

.fa .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.fa:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

button, .btn {
    position: relative;
    display: inline-block;
}

.item img {
    height: 60px !important;
}
.effect-chico img{
    height: 250px !important;
}

.btn-group {
    margin-top: 1% !important;
}

a:hover {
    cursor: pointer !important;
}

.burger {
    position: absolute;
    z-index: 999999999999999999;
    margin-top: 1%;
    margin-left: 1%;
}

#mixedSliderr {
  position: relative;
}
#mixedSliderr .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 5%;
}
#mixedSliderr .MS-content .item {
  display: inline-block;
  width: 33.3333%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  padding: 0 10px;
}
@media (max-width: 991px) {
  #mixedSliderr .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #mixedSliderr .MS-content .item {
    width: 100%;
  }
}
#mixedSliderr .MS-content .item .imgTitle {
  position: relative;
}
#mixedSliderr .MS-content .item .imgTitle .blogTitle {
  margin: 0;
  text-align: left;
  letter-spacing: 2px;
  color: #252525;
  font-style: italic;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  bottom: 0;
  /*font-weight: bold;*/
  padding: 0 0 2px 10px;
}
#mixedSliderr .MS-content .item .imgTitle img {
  height: auto;
  width: 100%;
}
#mixedSliderr .MS-content .item p {
  font-size: 16px;
  margin: 2px 10px 0 5px;
  text-indent: 15px;
}
#mixedSliderr .MS-content .item a {
  float: right;
  margin: 0 20px 0 0;
  font-size: 16px;
  font-style: italic;
  color: rgba(173, 0, 0, 0.82);
  font-weight: bold;
  letter-spacing: 1px;
  transition: linear 0.1s;
}
#mixedSliderr .MS-content .item a:hover {
  text-shadow: 0 0 1px grey;
}
#mixedSliderr .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 50px;
  top: 95px;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.15s linear;
}
#mixedSliderr .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  #mixedSliderr .MS-controls button {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #mixedSliderr .MS-controls button {
    font-size: 20px;
  }
}
#mixedSliderr .MS-controls .MS-left {
  left: 0px;
}
@media (max-width: 767px) {
  #mixedSliderr .MS-controls .MS-left {
    left: -10px;
  }
}
#mixedSliderr .MS-controls .MS-right {
  right: 0px;
}
@media (max-width: 767px) {
  #mixedSliderr .MS-controls .MS-right {
    right: -10px;
  }
}

.paginate-pagination {
    position: absolute;
    right: 7.5%;
}

@media screen and (max-width: 800px){
    .products {
        display: grid !important;
        background: #4e4d4d !important;
    }

    .nav {
        width: 100% !important;
        margin-top: 0.7% !important;
        position: fixed !important;
    }

    .menu li {
        display: block !important;
        padding: 5px 0px 5px 0px;
    }

    .dropdown-menu li {
        padding: 0px !important;
        display: block !important;
    }

    .caret {
        display: none;
    }

    .btn-view {
        margin-left: 38%;
    }

    .carousel-inner {
        margin-left: 28% !important;
    }

    ul.not-login {
        margin-left: 30% !important;
    }

    .header {
        position: relative;
        top: 0!important;
        left: 0!important;
        opacity: 1;
    }
}

@media screen and (max-width: 1200px){
    .active-icon {
        margin-left: 0% !important;
    }

    ul.not-login {
        margin-left: 20%;
    }

    ul div.has-login {
        margin-left: -56% !important;
    }
}

@media screen and (max-width: 1024px){
    ul.not-login {
        margin-left: 20%;
    }

    ul div.has-login {
        margin-left: -80% !important;
    }
}

@media screen and (max-width: 1000px){
    .active-icon {
        margin-left: -44% !important;
    }

    .client-img .col-md-6 {
       color: #403075;
    }
}

@media screen and (max-width: 992px){
    ul div.has-login {
        margin-left: -96% !important;
    }
}

@media screen and (max-width: 798px){
    ul div.has-login {
        margin-left: -36% !important;
    }
}

@media screen and (max-width: 740px){
    ul div.has-login {
        margin-left: -51% !important;
    }
}

@media screen and (max-width: 730px){
    ul.not-login {
        margin-left: 20% !important;
    }
}

@media screen and (max-width: 680px){
    ul div.has-login {
        margin-left: -57% !important;
    }
}

@media screen and (max-width: 648px){
    ul div.has-login {
        margin-left: -72% !important;
    }
}

@media screen and (max-width: 624px){
    #passToggle {
        margin-top: -16.5%;
        margin-left: 88%;
    }
}

@media screen and (max-width: 612px){
    #passToggle {
        margin-top: -16.8%;
        margin-left: 88%;
    }
}

@media screen and (max-width: 610px){
    #passToggle {
        margin-top: -17.5%;
        margin-left: 88%;
    }
}

@media screen and (max-width: 608px){
    #passToggle {
        margin-top: -17.5%;
        margin-left: 89%;
    }
}

@media screen and (max-width: 600px){
    ul.not-login {
        margin-left: 10% !important;
    }
    #passToggle {
        margin-top: -13.5%;
        margin-left: 90%;
    }
    .login-html {
        padding: 30px 25px 50px 25px;
    }
}

@media screen and (max-width: 577px){
    #passToggle {
        margin-top: -14.5%;
        margin-left: 90%;
    }

    .font-color {
        font-size: large;
    }

    .case-content h3 {
        font-size: inherit !important;
    }

    .case-content ul {
        margin-left: -10% !important;
    }

    .case-content ul li{
        padding-bottom: 2% !important;
    }
}

@media screen and (max-width: 569px){
    #passToggle {
        margin-top: -14.5%;
        margin-left: 90%;
    }
}

@media screen and (max-width: 557px){
    ul.not-login {
        margin-left: 0% !important;
    }
    #passToggle {
        margin-top: -15.3%;
        margin-left: 90%;
    }
}

@media screen and (max-width: 554px){
    #passToggle {
        margin-top: -15.2%;
        margin-left: 90%;
    }
    ul div.has-login {
        margin-left: -75% !important;
    }
}

@media screen and (max-width: 522px){
    #passToggle {
        margin-top: -16.2%;
        margin-left: 89%;
    }
    ul div.has-login {
        margin-left: -91% !important;
    }
}

@media screen and (max-width: 517px){
    ul.not-login {
        margin-left: 0% !important;
    }

    #passToggle {
        margin-top: -16.5%;
        margin-left: 88%;
    }

    .btn-news {
        margin-left: 36% !important;
    }
}

@media screen and (max-width: 494px){
    ul.not-login {
        margin-left: 20% !important;
    }
    #passToggle {
        margin-top: -17.5%;
        margin-left: 88%;
    }

    ul div.has-login {
        margin-left: -106% !important;
    }

    .btn-news {
        margin-left: 36% !important;
    }
}

@media screen and (max-width: 480px){
    ul div.has-login {
        margin-left: -56% !important;
    }

    .btn-view {
        margin-left: 33.6%;
    }

    .case-content {
        padding-bottom: 5%;
    }

    .carousel-inner {
        margin-left: 23% !important;
    }

    .btn-news {
        margin-left: 36% !important;
    }
}

@media screen and (max-width: 471px){
    #passToggle {
        margin-top: -18.5%;
        margin-left: 87%;
    }

    .btn-view {
        margin-left: 33.6%;
    }

    .case-content {
        padding-bottom: 5%;
    }

    .carousel-inner {
        margin-left: 23% !important;
    }

    .btn-news {
        margin-left: 36% !important;
    }
}

@media screen and (max-width: 459px){
    ul div.has-login {
        margin-left: -64% !important;
    }

    .btn-view {
        margin-left: 33.6%;
    }

    .case-content {
        padding-bottom: 5%;
    }

    .carousel-inner {
        margin-left: 23% !important;
    }
    .etalage {
        width: 500px !important;
    }

    .btn-news {
        margin-left: 33% !important;
    }
}

@media screen and (max-width: 440px){
    #passToggle {
        margin-top: -20.5%;
        margin-left: 86%;
    }

    .btn-view {
        margin-left: 33.6%;
    }

    .case-content {
        padding-bottom: 5%;
    }

    .carousel-inner {
        margin-left: 23% !important;
    }

    .btn-news {
        margin-left: 33% !important;
    }
}

@media screen and (max-width: 430px){
    ul div.has-login {
        margin-left: -76% !important;
    }

    .btn-view {
        margin-left: 33.6%;
    }

    .case-content {
        padding-bottom: 5%;
    }

    .carousel-inner {
        margin-left: 23% !important;
    }

    .btn-news {
        margin-left: 28% !important;
    }
}

@media screen and (max-width: 418px){
    #passToggle {
        margin-top: -21.5%;
        margin-left: 86%;
    }

    .btn-view {
        margin-left: 33.6%;
    }

    .case-content {
        padding-bottom: 5%;
    }

    .carousel-inner {
        margin-left: 23% !important;
    }

    .btn-news {
        margin-left: 28% !important;
    }
}

@media screen and (max-width: 410px){
    ul div.has-login {
        margin-left: -83% !important;
    }

    .btn-view {
        margin-left: 33.6%;
    }

    .case-content {
        padding-bottom: 5%;
    }

    .carousel-inner {
        margin-left: 19% !important;
    }

    .btn-news {
        margin-left: 28% !important;
    }
}

@media screen and (max-width: 399px){
    #passToggle {
        margin-top: -22.5%;
        margin-left: 84%;
    }
    ul div.has-login {
        margin-left: -90% !important;
    }

    .btn-view {
        margin-left: 33.6%;
    }

    .case-content {
        padding-bottom: 5%;
    }

    .carousel-inner {
        margin-left: 19% !important;
    }

    .btn-news {
        margin-left: 30% !important;
    }
}

@media screen and (max-width: 380px){
    ul div.has-login {
        margin-left: -100% !important;
    }
}

@media screen and (max-width:360px){
    ul.not-login {
        margin-left: 0% !important;
    }
    #passToggle {
        margin-top: -25.5%;
        margin-left: 83%;
    }
    ul div.has-login {
        margin-left: -114% !important;
    }
}

@media screen and (max-width:345px){
    ul.not-login {
        margin-left: -82% !important;
    }
    #passToggle {
        margin-top: -27.5%;
        margin-left: 82%;
    }
}

#tooltiptext {
    width: 122%;
    background-color: #000;
    text-align: left;
    border-radius: 0;
    padding: 10px 0px 10px 0px;
    position: absolute;
    z-index: 9999999999999999999999999999999999999;
    left: -11%;
    bottom: 14%;
    opacity: 1;
    transition: opacity 0.3s;
}

#tooltiptext li {
    font-size: 12px !important;
    color: red !important;
}

.product-name a{
    font-size: 1.1rem;
    font-weight: 600;
}

.product-name {
    margin-top: 3%;
}

.list .row {
    margin-bottom: 3%;
}

.case-content ul {
    margin-left: -7.7%;
    list-style-type: none;
    margin-top: 2%;
}

.footer .foot {
    margin-top: 0.2% !important;
}

.footer .footer-add {
    margin-top: 27% !important;
}

.clear-all {
    font-size: 18px !important;
    /*margin-bottom: -51% !important;*/
}

.slider-p {
    color: white;
    font-size: 17px;
    margin-top: -5%;
}

.f {
    margin-top: 3%;
}

.p {
    margin-top: -4%;
}

#fwslider .slide_content_wrap {
    margin-left: 2%;
}

.my-slider .grid figure {
    min-width: 283px !important;
}

.btn-group .dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
}

.paginate-pagination {
    margin-top: 10px;
}

.selectedFilter span {
    /*margin-right: 1%;
    padding: 5px 3px;*/
    font-size: 15px;
    color: #403075;
}

.pagination li {
    list-style-type: none;
    float: left;
    width: 21px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #FFF;
    background-color: #fab218;
    color: #fff !important;
    text-align: center;
    cursor: pointer;
    margin: 0px 1px;
}

.pagination li:hover {
  background-color: #fff;
  border: 1px solid #000;
  color: #000 !important;
}

.pagination .active {
  background-color: #fff;
  border: 1px solid #000;
  color: #000 !important;
}

.pagination ul {
  border: 0;
  padding: 0;
}

/*.active {
  background-color: #fff !important;
  border: 1px solid #000 !important;
  color: #000 !important;
}*/

.pagination {
    margin: 55px 0 !important;
    right: 41.3%;
    position: absolute;
}

.modal-container .top_box {
    width: 62% !important;
}

#recommendProductModal .modal-container, #nextModal .modal-container {
    padding: 4% 5% 3% 5% !important;
    margin-top: 0% !important;
    font-size: 12px !important;
}

#recommendProductModal .modal-content {
    max-width: 500px !important;
}

#nextModal .modal-content {
    max-width: 800px !important;
}

#nextModal .modal-footer {
    justify-content: center !important;
}

#recommendProductModal .close, #nextModal .close {
    position: absolute;
    top: -10px;
    right: -2px;
    color: #f1f1f1;
    font-size: 36px;
    font-weight: bold;
    transition: 0.3s;
}

#recommendProductModal .form-submit, #nextModal .form-submit {
    float: inherit;
    margin-top: -10%;
    font-size: 13px;
}

#ContentPlaceHolder1_send {
    background: #403075 !important;
}

#back-to-top {
    z-index: 999999;
    color: #4b84cc;
    position: fixed;
    right: 5.1%;
    font-size: 3em;
    bottom: 15%;
}

#back-to-top:hover {
    color: #403075;
}

.top_box .apps {
    position: relative;
    text-align: left;
    left: -3%;
    margin: 5% 0%;
}

.desc img {
    vertical-align: top !important;
}

.modal-responsive {
    overflow-x: auto;
    overflow-y: auto;
}

.pull-left li {
    display: inline-block !important;
}

.navigations {
    padding-bottom: 5px;
    margin-right: 3%;
}

#nav {
    width: 450% !important;
}

.lighthublogo {
    margin-bottom: -10px;
}

#fwslider .slide_content_wrap {
    margin-left: 7% !important;
}

.slide_content .slider-info {
    /*background: #0b0a0a75;*/
    margin-left: 19.5% !important;
    padding: 10px;
}