body {
 
  background:#fff;
}

span.red { color: #c00; }

a { 
	color: #c00;	
	cursor: pointer; /* -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;  */
}
a:hover { color: #999; }

.dropdown-menu  a {
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; 
}

.energizer { 
  padding-top:50px;
}

@media (max-width: 991px) and (min-width: 768px) {
	.energizer {
		padding-top: 66px;
	}
}

@media (min-width: 992px) {
  .energizer {
	 padding-top: 77px;
  }
}

 .navbar-collapse {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

 .navbar-collapse {
	overflow-y: auto;
	/* max-height: 200px; */
}
	
 @media all and (orientation: portrait) { 
	 .navbar-collapse {
		overflow-y: auto;
		max-height: 100%;
	}
}
.header {
  position: fixed;
  top: 0px;
}
.dropdown-menu > li > a { margin: 0px 3px 0px 3px; }

/* icon-bar transition */
.navbar-toggle .icon-bar.second {
	  top: 1px;
}

.navbar-toggle .icon-bar.third {
  	top: 2px;
}

.navbar-toggle .icon-bar {
	  position: relative;
	 -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out; 
	
}

.navbar-toggle.active .icon-bar.first {
	top: 6px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	
}

.navbar-toggle.active .icon-bar.second {
	  background-color: transparent;
}

.navbar-toggle.active .icon-bar.third {
    top: -6px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

/* end */

.navbar-nav>li>.dropdown-menu {
    margin-top:0px;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;/*Safari, Chrome*/
	-moz-border-radius: 4px;/*Firefox*/
	
}
.navbar-default .navbar-nav > li > a {
    font-weight:bold;
	font-size: 16px;
}
.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
    padding: 10px 0px;
    width: 60%;
    margin-left: 20% !important;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.search .mega-dropdown-menu {  margin-left: 30% !important; }
@media (max-width: 767px) {
	.mega-dropdown-menu {
		width: 100%;
		margin-left: 0% !important;
	}
	.search .mega-dropdown-menu {  width: 100%; margin-left: 0% !important; }
	
}

.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  color: #999;
  white-space: normal;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #444;
  background-color: #f5f5f5;
}

.mega-dropdown-menu > li ul > li.heavy > a:hover,
.mega-dropdown-menu > li ul > li.heavy > a:focus {
  text-decoration: none;
  color: #FFF;
  background-color: transparent;
}

.mega-dropdown-menu .dropdown-header {
  color: #FFF;
  font-size: 18px;
  font-weight:bold;
}
.mega-dropdown-menu form {
    margin:3px 20px;
}
.mega-dropdown-menu .form-group {
    margin-bottom: 3px;
}


.sub-menu > li ul {
	padding: 0px;
}
.sub-menu > li ul > li {
  list-style: none;
}
.sub-menu > li ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  color: #999;
  white-space: normal;
}
.sub-menu > li ul > li > a:hover,
.sub-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #444;
  background-color: #f5f5f5;
}

.sub-menu > li ul > li.heavy > a:hover,
.sub-menu > li ul > li.heavy > a:focus {
  text-decoration: none;
  color: #FFF;
  background-color: transparent;
}


.header { 
	width: 100%; margin: 0 auto;
	background: rgba(0,0,0,1);     
	-webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
	z-index:100;
}

.header .navbar-default { 
	color: #fff; 
	background-color: transparent; 
	border: 0px; 
}

.logo {
	width: 265px;
	margin-top: 0px;
}
.navbar-collapse {
	margin-top: 18px;
}
.navbar { margin-bottom: 0px; }
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #FFF;
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a { color: #FFF; padding: 0px 15px 10px 15px; font-weight: 100; }


.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #FFF;
    background-color: transparent;
}
.navbar-nav > li { padding-bottom:15px; padding-top: 10px;}
.navbar-nav> li >.dropdown-menu {
     margin-top: 10px;
	 background: rgba(0,0,0,.95);
}

.navbar-nav> li >.dropdown-menu a{
	color: #eee;
}

.dropdown-menu > li:hover > a { color:#444; }

.dropdown-menu li.search input { width: 80%; }
@media (max-width: 991px) {
	.dropdown-menu li.search input { width: 64%; }
}

.navbar-nav > li > a:after {
	content: "";
	display: block;
	position: relative;	
	top: 8px;
	height: 2px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.navbar-nav > li > a:after {	
		width: 0;	
		background: transparent;
		-webkit-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
	}

	.navbar-nav > li > a:hover:after {
		background-color:#c00;
		width: 100%;
	}
	
	
}

.div_sep { height: 77px; }
@media (max-width: 991px) {
	.div_sep { height: 67px; }
}

@media (max-width: 768px) {
	.div_sep { height: 44px; }
}

.navbar-nav > li.open > a:focus:after {
	background-color:#c00;
	width: 100%;
	opacity: 0.6;
}

.navbar-nav > li.open > a > .glyphicon-plus:before{
	content: '\e114';
}

.navbar-nav li.dropdown .glyphicon { 
	font-size: 12px;
	/*margin-left:10px;*/ 
}

@media (min-width: 768px) {
/* 	.mega-dropdown:hover .dropdown-menu {
		display: block;	
	}	 */
	
	.navbar-nav { float: right; }
	
	.navbar-nav li.account,.navbar-nav li.cart, .navbar-nav li.search{    
		/*margin: -22px 0px -2px 0px;
		padding: 34px 3px 15px 3px;
		*/
		padding-bottom: 15px;
		padding-top: 10px;
		-webkit-transition: background-color 0.3s ease-out;
		-moz-transition: background-color 0.3s ease-out;
		-o-transition: background-color 0.3s ease-out;
		transition: background-color 0.3s ease-out;
	}

	.navbar-nav li.account:hover,.navbar-nav li.cart:hover {
		background: #c00; 
	}  
	
	.navbar-default .navbar-nav > li.account:hover > a,.navbar-default .navbar-nav > li.cart:hover > a {
		color:#000;
	}

}
@media (max-width: 768px) {
	.logo {width: 180px;	margin-top: -12px;margin-left: -20px;}
	.navbar-nav > li {
		padding-bottom: 5px;
		padding-top: 5px;
	}
	
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #c00;
	}
	.navbar-default .navbar-toggle  {
		border: 0px;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background: none;
	}
	
	.navbar-collapse {
		margin-top: 0px;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #FFF;
		background-color: transparent;
	}

	.dropdown-menu li.search input { width: 60%; }
	
	.mega-dropdown-menu {
		padding: 0px;
	}

}

li.search input[type="text"] {
  padding: 3px 5px;
  margin-right: 5px;
  border: none;
  line-height: 32px;
  font-size: 22px;
  transition: border 0.3s;
  background: transparent;
  border-bottom: 1px solid #ddd;
}
li.search input[type="text"]:focus,
li.search input[type="text"].focus {
  border-bottom: solid 2px #c00;
  outline: none;
}

@media (min-width: 768px) and (max-width: 991px) {
	.logo {
		width: 180px;
		margin-top: -2px;
	}
	
	.navbar-default .navbar-nav > li > a {
		padding: 12px 8px 0px 8px;
		font-size: 14px;
	}

	.navbar-collapse {
		margin-top: 5px;
	}
}

/* index */
#product-grid {
	border-bottom: 3px solid #C00;
}

.bold-title {
	color:#C00;
	font-weight:bold;
	font-size: 22px;
}
/* search */
.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #c00;
    padding: 3px 12px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #eee;
    background-color: #c00;
    border-color: #000;
}

/* sticky header */

body.noscroll {
    /*overflow: hidden;*/
}

.scrollable {
    max-height: 200px;
    overflow-y: scroll;
    border: 1px solid #ccc;
}


@media (min-width: 768px) {
	.sticky.header { position: fixed; z-index:100;}
	.sticky.header { background: rgba(0,0,0,0.85);}

	.logo, .navbar-collapse, .navbar-default .navbar-nav {
		 -webkit-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
	}

	.sticky .logo {
		width: 180px;
		margin-top: -4px;
	}
		
	.sticky .navbar-collapse {
		margin-top: 8px;
	}

	.sticky .navbar-default .navbar-nav > li > a {
		padding: 5px 10px 0px 10px;
	}
}

@media (min-width: 1199px) {
	.sticky .logo {
		width: 200px;
		margin-top: -9px;
	}
	
	.sticky .navbar-default .navbar-nav > li > a {
		padding: 7px 15px 0px;
	}

	.sticky .navbar-collapse {
		margin-top: 2px;
	}
}

@media (max-width: 768px) {
	
	.sticky .logo {width: 188px;	margin-top: -12px; margin-left: -20px;}
	
}

	
/* footer */
.footer {     
	clear: both;
	overflow: auto;
	min-height: 240px;
	width: 100%;
	padding: 0px;
	background: #000;
	background-image: url('../image/masterBeam.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	margin: 0 auto;
	/* margin-top: 40px; */
	padding-top: 40px;	
}

.footer .descriptions {
	color: #999;
	padding: 0px 10px 0px 10px;
	font-size:10px;
}

@media (min-width: 768px) {
	.footer .descriptions { 
		padding: 0px 10px 0px 30px;
		color: #999;
	}
}

.footer ul.socials { padding-left:30px; }
.footer .descriptions a{ text-decoration: none; color: #999; } 
.footer .socials li { list-style-type: none; display: inline-block; }
.footer .socials li i { 
	font-size: 22px;
	background: #121818;
	border-radius: 20px;
	-webkit-border-radius: 20px;/*Safari, Chrome*/
	-moz-border-radius: 20px;/*Firefox*/
	padding: 7px 12px;
	color: #fff;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.footer .socials li i.fa-facebook { background: #3b5998; }

.footer .socials li i.fa-facebook { background: #333333; color:#FFF; }

.footer .socials li i.fa-twitter { padding: 7px 8px; background: #333333; color:#FFF;  margin-left: 10px; }
.footer .socials li i.fa-youtube,.footer .socials li i.fa-google-plus { padding: 7px 9px;
    background: #333333; color:#FFF;
    margin-left: 10px;
}

.footer .socials li i.fa-google-plus {
	padding: 8px 5px;
}
.footer .socials li:hover i { background: #c00; }

.footer .socials li:hover i.fa-facebook { background: #3b5998; }
.footer .socials li i.fa-google-plus { background: #d34836; }

.footer .socials li i.fa-google-plus { background: #333333; color:#FFF; }
.footer .socials li:hover i.fa-youtube { background: #C31A1E; }
.footer .socials li:hover i.fa-google-plus { background: #DD4B39; }


.footer .socials li:hover i.spin-social {
	-webkit-animation-name: spin;
    -webkit-animation-duration: 600ms;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;

    -moz-animation-name: spin;
    -moz-animation-duration: 600ms;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;

    -ms-animation-name: spin;
    -ms-animation-duration: 600ms;
    -ms-animation-iteration-count: 1;
    -ms-animation-timing-function: linear;

    animation-name: spin;
    animation-duration: 600ms;
    animation-iteration-count: 1;
    animation-timing-function: linear;
	
}

@-ms-keyframes spin { 
	from { 
		-ms-transform: rotate(0deg); 
	} to { 
		-ms-transform: rotate(360deg); 
	}
}
@-moz-keyframes spin { 
	from { 
		-moz-transform: rotate(0deg); 
	} to { 
		-moz-transform: rotate(360deg); 
	}
}
@-webkit-keyframes spin { 
	from { 
		-webkit-transform: rotate(0deg); 
	} to { 
		-webkit-transform: rotate(360deg); 
	}
}
@keyframes spin { 
	from { 
		transform: rotate(0deg); 
	} to { 
		transform: rotate(360deg); 
	}
}

.footer h3 , .footer h4{ color: #FFF; font-weight: bold; }
.footer .list { 
	list-style-type: none;
    padding: 0px;
	margin-bottom: 15px; 
}

.footer .list > li { color:#999; padding: 7px 0px 0px 0px; }

.footer .list > li a { text-decoration: none; color:#999; }
.footer .list > li a:hover { color:#fff; }

@media (min-width: 1199px) {
	.dropdown.sep {     
		margin-right: 15px;
		padding-right: 15px;
		border-right: 2px solid #c00;
		padding-bottom: 0px;
	}
}

.sticky .dropdown.sep { border-color:#000;border: 1px; }
/* Home CSS */
.carousel-inner {
    width: 100%; height: auto;
}

.carousel-inner > .item { max-height:700px; }
.carousel-control { width: 10%; }
.carousel-caption { height: 1px;  }

.carousel-caption .btn, .section-2 .btn{
	background: #c00;
	color:#fff;
	border: 1px solid #C00;
	border-radius: 4px;
	-webkit-border-radius: 4px;/*Safari, Chrome*/
	-moz-border-radius: 4px;/*Firefox*/
	
	 -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
	
}

.carousel-caption .btn:hover, .section-2 .btn:hover { background: #000; color:#eee; border-color:#FFF;}
.carousel-indicators li {
	background-color: #333;
	opacity: 0.5;
	background-color: rgba(51, 51, 51, 0.7);
}

.carousel-indicators li.active {
	background-color: #FFF;
	opacity: 1;
	background-color: rgba(255, 255, 255, 1);
}

#carousel-energizer .carousel-indicators li, #carousel-energizer .carousel-indicators li.active  {
    margin: 3px;
}

@media screen and (min-width: 768px) {
	.carousel-energizer .carousel-caption { top: 0%; right:5%; left: 5%;}
	
	.carousel-energizer .carousel-caption > h1,.carousel-energizer .carousel-caption > h1 > a { 
		font-size: 24px;
		color: #FFF;
		text-decoration:none;
		font-weight: bold;
		height:119px;
		text-align: left;
		margin-left:50px;
		/*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#111419)";
		text-shadow: 2px 2px 2px rgba(17,20,25,0.9);
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#111419);
		*/		
	}

	.carousel-energizer .carousel-caption > p {
		font-size: 18px;
		line-height: 28px;
		text-align: left;
		margin-left:50px;
	}

}

@media screen and (min-width: 968px) {
	.carousel-energizer .carousel-caption { top: 17.5%; right:5%; left: 5%;}
	
	.carousel-energizer .carousel-caption > h1,.carousel-energizer .carousel-caption > h1 > a { 
		color: #FFF;
		text-decoration:none;
		font-size: 34px;
		font-weight: bold;
		height:140px;
		text-align: left;
		margin-left:50px;
		/*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#111419)";
		text-shadow: 2px 2px 2px rgba(17,20,25,0.9);
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#111419);
		*/
	}

	.carousel-energizer .carousel-caption > p {
		font-size: 22px;
		line-height: 50px;
		text-align: left;
		margin-left:50px;
	}

}

.alpha60 {
	padding: 5px 10px 5px 10px;
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(109, 206, 206);
    /* RGBa with 0.6 opacity */
    background-color: rgba(109, 206, 206, 0.2);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color=#030819)";/*IE 8*/
	text-shadow: 2px 2px 10px rgba(3,8,25,0.9);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color=#030819); /*IE 5.5-7*/
}

.section-banner > div { padding: 0px; }
@media screen and (max-width: 768px) {
	.carousel-indicators {
		top: 80%;
		left: 35%;
		width: 80%;
	}
	
	.carousel-energizer .carousel-caption { top: -24px; }
	
	.carousel-energizer .carousel-caption > h1, .carousel-energizer .carousel-caption > h1 > a { 
		font-size: 20px;
		color: #FFF;
		text-decoration:none;
		margin-top: 30%;
		
	}
	
	.carousel-energizer .carousel-caption > p { 
		font-size: 16px;
		line-height: 20px;
	}
	
	.carousel-energizer .carousel-caption > p.hide-phone { 
	
		display:none;
	}
	
}
@media screen and (max-width: 960px) {
	.carousel-indicators {
		bottom: 0px;
	}
}

.section-banner .img-responsive {
    width: 100%;
}

.zh_tw { font-family: Microsoft JhengHei; }


/*section-1 */
.section-1 { min-height:240px; overflow: hidden; margin:18px 0px 18px 0px; }
.section-1-grid { overflow: hidden; padding: 0px; }
.section-1 > .container { margin-top: 45px; }
.section-1 .section-1-title {
	text-align:center;
}
.section-1 .section-1-title h3{
	font-weight: bold;
	margin-top: 50px;
}

.section-1 .section-1-grid a {
	color:#c00;
	text-decoration:none;
	width:100%;
	float:left;
	text-align:center;
}

.section-1 .section-1-grid img.img-responsive {
	margin:0 auto;
}

.section-1 .section-1-grid a:hover {
	color:#000;
}


.hoverBig {
	 -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.hoverBig:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

@media (min-width: 768px) {	
	.section-1 .section-1-grid .col-sm-2 {
		width: 20%;
		padding:0px;
	}
}

@media (max-width: 768px) {
	.section-1 > .container { margin-top: 15px; }
}

/* section 2 */
.section-2 {
	
	overflow:hidden;
}

.section-2 .section-2-grid-1 {
	min-height: 350px;
	background: url('../image/banner/Grid-bg-1.jpg') center center no-repeat #FFF;
	background-size: cover;
}

.section-2 .section-2-grid-1 .section-2-title {
	position: relative;
	float:right;
    top: 10px;
	word-break: break-word;
    text-align: center;
    width: 70%;
    padding: 10px;	
	font-weight:bold;text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.section-2 .section-2-grid-2 .section-2-title {
	position: relative;
	float:left;
    top: 10px;
	word-break: break-word;
    text-align: center;
    width: 70%;
    padding: 10px;
	font-weight:bold;text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.section-2 .section-2-grid-1 .section-2-desc {
	position: relative;
	float:right;
    top: 10px;
	word-break: break-word;
    text-align: center;
    width: 70%;
	min-height:100px;
	max-height: 176px;
    overflow: hidden;
    padding: 10px;
	font-size: 20px;text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.section-2 .section-2-grid-2 .section-2-desc {
	position: relative;
	float:left;
    top: 10px;
	word-break: break-word;
    text-align: center;
    width: 70%;
	min-height:100px;
	max-height: 176px;
    overflow: hidden;
    padding: 10px;
	font-size: 20px;text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.section-2 .section-2-grid-1 .section-2-more {
	position: relative;
	float:right;
    top: 10px;
	word-break: break-word;
    text-align: center;
    width: 70%;
    padding: 10px;
}
 .section-2 .section-2-grid-2 .section-2-more {
	position: relative;
	float:left;
    top: 10px;
	word-break: break-word;
    text-align: center;
    width: 70%;
    padding: 10px;
}

.section-2 .section-2-grid-2 {
	min-height: 350px;
	background: url('../image/banner/Grid-bg-2.png') center center no-repeat #FFF;
	background-size: cover;
}

.section-2 .grey { color:#333; }
.section-2 .wh { color:#FFF; }
@media (max-width: 768px) {
	  .section-2 .section-2-grid-1 .section-2-title,  .section-2 .section-2-grid-2 .section-2-title  { width: 100%; padding: 10px; }
	  .section-2 .section-2-grid-1 .section-2-desc,  .section-2 .section-2-grid-2 .section-2-desc  { width: 100%; padding: 10px; }
	  .section-2 .section-2-grid-1 .section-2-more,  .section-2 .section-2-grid-2 .section-2-more  { width: 100%; padding: 10px; }
	  
	  .section-2 .btn { padding: 10px 20px; }
}

.row.section-2 { margin-left: 0px; margin-right: 0px; }
/* end Home */




/* UI toTop */
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:20px;
	right:20px;
	overflow:hidden;
	width:42px;
	height:42px;
	border:none;
	text-indent:100%;
	background:url(../image/ui.totop.png) no-repeat 1px -2px #333;
	/* border: 1px solid #FFF; */
	border-radius: 40px;
	color:#fff;
}

#toTopHover {
	background:url(../image/ui.totop.png) no-repeat 1px -44px;
	width:42px;
	height:42px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	background-color: #818181;
}

#toTop:active, #toTop:focus {
	outline:none;
}

/* category page */
#category .top { height: auto; background: rgba(192,0,0,1); margin: 0px; }
#category .breadcrumb { background-color: transparent; margin-bottom: 0px; }

#category .breadcrumb span { color: #FFFFFF !important; }
#category .breadcrumb a{ color:#EEE; text-decoration:none; line-height: 22px; font-size: 11px; }

.breadcrumb { padding: 0px 10px 2px 10px; }
#category .breadcrumb a:hover { color:#c0c0c0; }

#category > div.row, #product-page  div.row { margin: 0px; }
#category .category-info { overflow: hidden; }
#category .product-filter { 
	min-height: 80px;
    margin-top: 10px;
	padding-bottom: 10px;
}

#category .product-list .model, #category .product-grid .model { text-transform: uppercase; font-weight: 100; }
#category .description { font-weight: 100; }
#category .grid-2 { font-weight:bold; }
#category .grid-2 a { color:#333; font-size: 20px; }

#category .display, #category .limit > .col-xs-12 > b, #category .limit > .col-xs-12 > select {
    margin-top: 8px;
	float: right;
}
#category .display span { padding-left: 10px; float: right; font-size:26px; }
#category .display > a { font-size: 26px; color:#c00; float:right; cursor: pointer; }
#category .display > a:hover { color:#999; }

#category .product-list .image, #category .product-grid .image {
	padding-bottom: 10px;
	-webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#category .product-grid .image { padding-bottom: 10px; }
#category .product-list .image:after, #category .product-grid .image:after {
	content: "";
	display: block;
	position: relative;	
	top: -2px;
	height: 2px;
	margin: 0 auto;
	width: 0px;
	-webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

#category .product-list .image:hover:after,#category .product-grid .image:hover:after {
	background-color:#c00;
	width: 100%;
}
#category .product-list .image:hover, #category .product-grid .image:hover {
     -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

#category .product-grid { text-align: center; }
#category .product-grid .description { display:none; }
#category .product-grid .image > a > img {
	width: 90%;
    margin: 0 auto;
    padding: 15px; }

#category .product-list .cart,#category .product-grid .cart { width: 100%; text-align:center; margin-top: 15px; }
#category .product-list .price,#category .product-grid .price { width: 100%; text-align:center; }
#category .product-list .price, #category .product-list .cart { text-align: left; }
#category .product-list .cart button { border-radius: 0px; }
#category .product-list > div > div { margin: 10px 0px 10px 0px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px; }
#category .product-grid > div > div { padding-bottom: 10px;
	border: 1px solid #FFF;
	-webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;}
#category .product-grid > div > div:hover {
	padding-bottom: 10px;
    border: 1px solid #ddd;
   /*  background: rgba(48,48,48,0.1); */
    border-radius: 5px;
	-webkit-border-radius: 5px;/*Safari, Chrome*/
	-moz-border-radius: 5px;/*Firefox*/
}

#category .name { min-height: 56px; }
#category .rating { min-height: 20px; }
@media (min-width: 768px) and (max-width: 991px) {
	#category .grid-2 a { color:#333; font-size: 16px; }
}


#popm { cursor: default; }
.csImg { cursor: pointer; }
.btn-red {
    color: #fff;
    background-color: #c00;
    border-color: #fff;
    padding: 6px 24px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-red:focus {	
	outline: none;
    box-shadow: 0 0 5px #c00;
}


.btn-black {
    color: #c00;
    background-color: transparent;
    border-color: #c00;
    padding: 6px 24px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.btn-black:hover, .btn-red:active, .btn-red.active {
    color: #fff;
    background-color: #000;
    border-color: #fff;
	border-width:2px;
}

.btn-black:focus {	
	outline: none;
    box-shadow: none;
    color: #fff;
}

span.required { color: #c00; }


/* common */
.price-old { color: #000; text-decoration:line-through; }
.price-new { color: #c00; font-weight: 700; }

.pagination { width: 100%; }
.pagination .links {
	margin-bottom: 15px;
}

.pagination .links a{
	padding: 7px;
    background: #eee;
    border: 1px solid #ddd;
    margin: 0px;
	color:#c00; text-decoration:none;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.pagination .links b,.pagination .links a:hover{
	padding: 7px;
    background: #ddd;
    border: 1px solid #ddd;
    margin: 0px;
	color:#000;
	font-weight:bold;
}

.notice {
	background: #000; 
	border-top: 3px solid #c00; 
	margin: 0px; margin-top: -3px; 
}

@media (max-width:767px) { 
	.notice { margin-top: -0px; }
}

#notification { background: transparent; }
.success, .warning, .attention, .information {
	padding: 15px 10px 15px 33px;
	margin-top: 5px;
	margin-bottom: 15px;
	color: #fff;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.success {
	background: url('../image/success.png') 10px center no-repeat;
	width: 100%;
	margin: 0 auto;
}

.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 0px;
	padding-right: 4px;
	cursor: pointer;
	width: 18px;
}

.error { color: #c00; text-transform: uppercase; font-weight:bold; }
/* product page*/
#product-page .carousel-indicators .active {
	position: absolute;
	top: 12% !important;
	width: 53px;
	height: 53px;
	background: #222;
}

#product-page .carousel-control {
	position: relative;
	width: 100px;
	height: 45px;
	font-size: 24px !important;
	font-weight: 100;
	line-height: 46px !important;
	color: #000;
	text-align: center;
	background: transparent;
	display:block;
}

#product-page .carousel {
	width:25%;
	max-width: 25%;
	margin-bottom: 0;
	margin-top: 50px;
	min-height: 322px;
}

#product-page .carousel-indicators-top {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}

#product-page .carousel-indicators-top li {
	background: #333333;
}

#product-page .carousel-indicators-top .active {
	background: #333333;
}
 
 
 /* vertical start*/

#product-page .vertical .carousel-inner {
	padding-top:0px;
}

#product-page .carousel.vertical .item {
	-webkit-transition: 0.6s ease-in-out top;
	-moz-transition: 0.6s ease-in-out top;
	-ms-transition: 0.6s ease-in-out top;
	-o-transition: 0.6s ease-in-out top;
	transition: 0.6s ease-in-out top;
}

#product-page .carousel.vertical .active {
	top: 0;
}

#product-page .carousel.vertical .next {
	top: 100%;
}

#product-page .carousel.vertical .prev {
	top: -100%;
}

#product-page .carousel.vertical .next.left,
#product-page .carousel.vertical .prev.right {
	top: 0;
}

#product-page .carousel.vertical .active.left {
	top: -100%;
}

#product-page .carousel.vertical .active.right {
	top: 100%;
}

#product-page .carousel.vertical .item {
	left: 0;
}

#product-page .small-thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 8px;
  margin-left:25%;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#product-page .custom-carousel-inner{
	overflow: hidden;
    position: relative;
    width: 100px !important;
    height:auto;
}
#product-page .single-container {
	margin-top: 50px;
	width: 75%;
	max-width: 100%;
}

#product-page #product-container{
	width: 100%;
	margin-top: 50px;
}

#product-page .single-container img{
	width: 100%;
	margin-left: 12px;
	max-width: 368px;
	cursor: -webkit-zoom-in;
}

#product-page #product-container .power_description {
	width:80%;
	
/* 	border-top:1px solid #ddd;
	background: rgba(214, 212, 212, 0.9);
	padding: 15px; */
}



#product-container  .price {
	overflow: auto;
	font-size: 24px;
	font-weight: normal;
	color: #CC0000;
}

#product-container h1 { margin-top: 0px; padding: 0px 0px 12px 0px; }

#product-page div.product-nav {
	margin-top:30px; 
	min-height:40px;
	background: rgba(0,0,0,1);
}
#product-page div.product-nav .price{ color: #cc0000; }
#product-page .product-nav .btn-black { margin-top: 0px; }
#product-page div.product-nav ul { list-style:none; margin: 0px; padding-left: 10px; }
#product-page div.product-nav ul li { display:inline-block;padding: 30px 0px 30px 0px; }
#product-page div.product-nav ul li a{ padding: 30px 10px 30px 10px; background: transparent; text-decoration:none; }
#product-page div.product-nav ul li a:hover { color: #FFF; }
#product-page div.product-nav ul li a:focus { color:#fff; }
#product-page div.product-nav ul li a:hover,#product-page div.product-nav ul li a:focus{ background: #c00;}

#product-page div.product-nav .pull-right li { padding: 23px 7px 0px 7px; }
#product-page div.product-nav .price-old { color: #FFF; }
#product-page .product-section { 
	margin-bottom:0px; background:#fff; 
}

#product-page  #section6.product-section:hover {
	background:#f1f1f1; 
}


#product-page .specs ul {
	list-style: none;
    padding: 0px 0px 0px 20px;
}

#product-page .specs ul li {
	font-size: 16px;
    line-height: 17.6px;
    padding: 10px 0px;
}

#product-page #section-attr h3  { 
	font-weight: bold;
}

@media (max-width:767px) {
	#product-page .single-container,#product-page #product-container { margin-top: 0px; }
	
	#product-page .carousel { margin-top: 10px; } 
	#product-page .single-container img { padding-left: 65px; }
	#product-page #product-container .power_description {
		width: 100%;
	}
	
	#product-page div.product-nav .pull-right { display:none; }
	
	#product-page div.product-nav ul li { display:inline-block;padding: 10px 0px 10px 0px; }
	#product-page div.product-nav ul li a{ padding: 10px 5px 10px 5px; background: transparent; text-decoration:none; }

}

@media (max-width:991px) {
	#product-page div.product-nav .pull-right { display:none; }
}

/*checkout */
.checkout .checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: 700;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}

.checkout .checkout-heading a {
	float: right;
	cursor: pointer;
}

.checkout .checkout-heading a:hover {
	text-decoration: none;
}

.checkout .checkout-content {
	border: 1px solid #EEE;
	padding: 16px;
}


/* glyphicon fixed */
.glyphicon-plus:before {
	content: '';
	width: 15px;
    display: block;
}

/* .row */
.row {
	margin-left: 0px;
	margin-right: 0px;
}

/* faq fixed */

.faq { margin: 0 auto; }
	.faq .panel-heading{
		position: relative;
	}

	.faq .panel-heading.accordion-toggle { color: #333; }
	.faq .panel-heading.accordion-toggle.collapsed { color: #c00; }
	.faq .panel-heading.accordion-toggle:after {
		/* symbol for "opening" panels */
		font-family:'Glyphicons Halflings';
		/* essential for enabling glyphicon */
		content:"\2212";
		/* adjust as needed, taken from bootstrap.css */
		float: right;
		position: absolute;
		bottom: 5px;
		right: 5px;
		font-size: 12pt;
		color: #333;
	}
	
	.faq .panel-heading.accordion-toggle.collapsed:after {
		content:"\2b";
		color: #c00;
	}

	.faq .panel-heading:hover {
		cursor: pointer;
	}

	.faq .panel-heading:hover h4 {
		text-decoration: underline;
	}
	
	.faq .accordion .panel {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;	
	}
	
	.faq .accordion .panel , .faq .accordion .panel-heading { background-color: transparent; border: 0px; margin-bottom:10px; }
	
	.faq .panel-body { padding-bottom: 30px; }
	
	.faq .panel-title { padding-right: 30px; }
	
/* flexisel fix */
#flexisel .image { 
	width: 80%;
	margin:0 auto;
}
	
#flexisel .rating { 
	width: 50%;
	margin:0 auto;
}

@media (max-width:767px) {
	#flexisel .image { 
		width: 65%;
		margin:0 auto;
	}
	
	#flexisel .rating { 
		width: 80%;
		margin:0 auto;
	}

}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before,
  .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0;
	background: #FFFFFF; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* end Mag-popup */

#section-photos > div { padding:0px; }
#section-photos a { 
	-webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;	
}
#section-photos .gallery-hover {  
	position: absolute;
    top: 0px;
    left: 0px;
    font-size: 44px;
    color: #000;
    width: 100%;
    height: 100%;
	text-align: center;
	opacity:0;
    background: rgba(0,0,0,0.65);
}
#section-photos .gallery-hover span { 
	top: 45%; 	
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#section-photos a:hover .gallery-hover { opacity:1; display: block; color: rgba(192,0,0,0.8);}
#section-photos a:hover .gallery-hover span { 
	-ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Chrome, Safari, Opera */
    transform: scale(1.1);
}
#section-photos .img-responsive { margin: 0 auto; }
@media all and (max-width: 767px) {
	#section-photos .gallery-hover {  
		font-size: 32px;
	}
	#section-photos .gallery-hover span { top: 46%; }
}

.red { color:#c00; }
.buttons { overflow: auto;
    padding: 10px 15px;
    margin-bottom: 5px;
    margin-top: 10px; }
	
/* location */
.z-usa { background: transparent url(../image/flag/united-states.png) no-repeat left center; }
.z-canada { background: transparent url(../image/flag/canada.png) no-repeat left center; }
.z-venezuela { background: transparent url(../image/flag/venezuela.png) no-repeat left center; }
.z-south-america-en { background: transparent url(../image/flag/south-america.png) no-repeat left center; }
.z-south-america-es { background: transparent url(../image/flag/south-america.png) no-repeat left center; }


.z-austria { background: transparent url(../image/flag/austria.png) no-repeat left center; }
.z-belgium { background: transparent url(../image/flag/belgium.png) no-repeat left center; }
.z-bulgaria { background: transparent url(../image/flag/bulgaria.png) no-repeat left center; }
.z-czech-republic { background: transparent url(../image/flag/czech-republic.png) no-repeat left center; }
.z-estonia { background: transparent url(../image/flag/estonia.png) no-repeat left center; }
.z-france { background: transparent url(../image/flag/france.png) no-repeat left center; }
.z-germany { background: transparent url(../image/flag/germany.png) no-repeat left center; }
.z-ireland { background: transparent url(../image/flag/ireland.png) no-repeat left center; }
.z-italy { background: transparent url(../image/flag/italy.png) no-repeat left center; }
.z-latvija { background: transparent url(../image/flag/latvija.png) no-repeat left center; }
.z-lithuania { background: transparent url(../image/flag/lithuania.png) no-repeat left center; }
.z-luxemburg { background: transparent url(../image/flag/luxemburg.png) no-repeat left center; }
.z-netherlands { background: transparent url(../image/flag/netherlands.png) no-repeat left center; }
.z-poland { background: transparent url(../image/flag/poland.png) no-repeat left center; }
.z-portugal { background: transparent url(../image/flag/portugal.png) no-repeat left center; }
.z-romania { background: transparent url(../image/flag/romania.png) no-repeat left center; }
.z-russia { background: transparent url(../image/flag/russia.png) no-repeat left center; }
.z-slovakia { background: transparent url(../image/flag/slovakia.png) no-repeat left center; }
.z-denmark { background: transparent url(../image/flag/denmark.png) no-repeat left center; }
.z-spain { background: transparent url(../image/flag/spain.png) no-repeat left center; }
.z-switzerland { background: transparent url(../image/flag/switzerland.png) no-repeat left center; }
.z-turkey { background: transparent url(../image/flag/turkey.png) no-repeat left center; }
.z-united-kingdom { background: transparent url(../image/flag/united-kingdom.png) no-repeat left center; }



.z-china { background: transparent url(../image/flag/china.png) no-repeat left center; }
.z-hong-kong { background: transparent url(../image/flag/hong-kong.png) no-repeat left center; }
.z-japan { background: transparent url(../image/flag/japan.png) no-repeat left center; }
.z-south-korea { background: transparent url(../image/flag/south-korea.png) no-repeat left center; }
.z-kuwait { background: transparent url(../image/flag/kuwait.png) no-repeat left center; }
.z-india { background: transparent url(../image/flag/india.png) no-repeat left center; }
.z-indonesia { background: transparent url(../image/flag/indonesia.png) no-repeat left center; }
.z-israel { background: transparent url(../image/flag/israel.png) no-repeat left center; }
.z-malaysia { background: transparent url(../image/flag/malaysia.png) no-repeat left center; }
.z-brunei { background: transparent url(../image/flag/brunei.png) no-repeat left center; }
.z-pakistan { background: transparent url(../image/flag/pakistan.png) no-repeat left center; }
.z-pilipines { background: transparent url(../image/flag/pilipines.png) no-repeat left center; }
.z-singapore { background: transparent url(../image/flag/singapore.png) no-repeat left center; }
.z-tiawan { background: transparent url(../image/flag/tiawan.png) no-repeat left center; }
.z-thailand { background: transparent url(../image/flag/thailand.png) no-repeat left center; }
.z-uae { background: transparent url(../image/flag/united-arab-emirates.png) no-repeat left center; }
.z-iran { background: transparent url(../image/flag/iran.png) no-repeat left center; }
.z-vietnam { background: transparent url(../image/flag/vietnam.png) no-repeat left center; }


.z-australia { background: transparent url(../image/flag/australia.png) no-repeat left center; }
.z-new-zealand { background: transparent url(../image/flag/new-zealand.png) no-repeat left center; }
.z-south-africa { background: transparent url(../image/flag/south-africa.png) no-repeat left center; }
.z-egypt { background: transparent url(../image/flag/egypt.png) no-repeat left center; }
.z-sri-lanka { background: transparent url(../image/flag/sri-lanka.png) no-repeat left center; }


.z-global { background: transparent url(../image/flag/global.gif) no-repeat left center; }

/* tip finder */
.tip_breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-left: auto;
  border: 1px solid #FFF;
}

.tip_breadcrumb:hover {
 border: 1px solid #ddd;
}

.tip_breadcrumb > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  text-shadow: 0 1px 0 #ffffff;
}
.tip_breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
.tip_breadcrumb > .active {
  color: #999999;
}

ul.thumbnails { padding-left: 0px; list-style: none; }

ul.thumbnails a.thumbnail {
	text-align:center;
}

.finder-device a.thumbnail:hover, ul.thumbnails a.thumbnail:hover, ul.thumbnails a.thumbnail:focus, ul.thumbnails a.thumbnail.active {
	border-color: #c00;
}	

.finder-device a.thumbnail { text-align: center; }
@media all and (min-width: 767px) {
	ul.thumbnails a.thumbnail {
		min-height:50px;
	}	
}
@media all and (min-width: 767px) {
	.finder-grid {
		border-bottom: 1px solid #eee;
		padding-bottom:15px;
	}
}
@media all and (max-width: 767px) {
	.finder-grid {
		border:1px solid #ddd;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
}

/* #category-banner { overflow: hidden; }
#category-banner img {
	-webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
}

#category-banner img:hover {
	transform: scale(1.25) translate(0px, -25px);
	-webkit-transform: scale(1.25) translate(0px, -25px);
	-moz-transform: scale(1.25) translate(0px, -25px);
	-o-transform: scale(1.25) translate(0px, -25px);
	-ms-transform: scale(1.25) translate(0px, -25px);
} */

.product-section .icons-1-1, .product-section .ui-ultra-slim {
	background: url('../image/ui-icons-1.png') 10px 0px;
    background-color: transparent;
    padding: 0px;
}

.product-section .icons-1-2, .product-section .ui-led-indicator {
	background: url('../image/ui-icons-1.png') -59px 0px;
    background-color: transparent;
    padding: 0px;
}

.product-section .icons-1-3, .product-section .ui-power-switch {
	background: url('../image/ui-icons-1.png') -139px 0px;
    background-color: transparent;
    padding: 0px;
}

.product-section .icons-1-4, .product-section .ui-one-piece {
	background: url('../image/ui-icons-1.png') -220px 0px;
    background-color: transparent;
    padding: 0px;
}

.product-section .icons-1-5, .product-section .ui-reinforced-protection {
	background: url('../image/ui-icons-1.png') -301px 0px;
    background-color: transparent;
    padding: 0px;
}

.product-section .icons-1-6, .product-section .ui-sync-charging {
	background: url('../image/ui-icons-1.png') -385px 0px;
    background-color: transparent;
    padding: 0px;
}

.product-section .icons-1-7, .product-section .ui-lightweight {
	background: url('../image/ui-icons-1.png') -463px 0px;
    background-color: transparent;
    padding: 0px;
}

.product-section .icons-1-8, .product-section .ui-suction-cup {
	background: url('../image/ui-icons-1.png') -548px 0px;
    background-color: transparent;
    padding: 0px;
}

.product-section .icons-2-1, .product-section .ui-extra-power {
	background: url('../image/ui-icons-2.png') -8px 0px;
    background-color: transparent;
    padding: 0px;
}

.product-section .icons-2-2, .product-section .ui-compact-design{
	background: url('../image/ui-icons-2.png') -79px 0px;
    background-color: transparent;
    padding: 0px;
}

.product-section .icons-2-3, .product-section .ui-smart-power-management{
	background: url('../image/ui-icons-2.png') -156px 0px;
    background-color: transparent;
    padding: 0px;
}

.product-section .icons-2-4, .product-section .ui-power-safe {
	background: url('../image/ui-icons-2.png') -242px 0px;
    background-color: transparent;
    padding: 0px;
}

.product-section .icons-2-5, .product-section .ui-dual-usb{
	background: url('../image/ui-icons-2.png') -324px 0px;
    background-color: transparent;
    padding: 0px;
}

.product-section .icons-2-6, .product-section .ui-triple-usb{
	background: url('../image/ui-icons-2.png') -408px 0px;
    background-color: transparent;
    padding: 0px;
}

.product-section .icons-2-7, .product-section .ui-lightning-connector{
	background: url('../image/ui-icons-2.png') -481px 0px;
    background-color: transparent;
    padding: 0px;
}

.product-section .icons-2-8, .product-section .ui-micro-usb-connector{
	background: url('../image/ui-icons-2.png') -552px 0px;
    background-color: transparent;
    padding: 0px;
}

.product-section .icons-3-1, .product-section .ui-generic-smartphone{
	background: url('../image/ui-icons-3.png') -72px 0px;
    background-color: transparent;
    padding: 0px;
}

.product-section .icons-3-2, .product-section .ui-generic-tablet{
	background: url('../image/ui-icons-3.png') -170px 0px;
    background-color: transparent;
    padding: 0px;
}

.product-section .icons-3-3, .product-section .ui-generic-laptop{
	background: url('../image/ui-icons-3.png') -266px 0px;
    background-color: transparent;
    padding: 0px;
}
.product-section .icons-3-4, .product-section .ui-generic-mp3-player{
	background: url('../image/ui-icons-3.png') -363px 0px;
    background-color: transparent;
    padding: 0px;
}
.product-section .icons-3-5, .product-section .ui-generic-gaming{
	background: url('../image/ui-icons-3.png') -461px 0px;
    background-color: transparent;
    padding: 0px;
}


/* where to buy Table theme*/
.rwd-table {
	border-collapse:collapse;
	width: 100%;
	margin:0 auto;
	background:#FFF;
}
.rwd-table p { margin-bottom: 3px; }
.rwd-table p.po { display:none; }
.rwd-table tr, .rwd-table td { border:1px solid #ddd; }
.rwd-table tr.gra > td.fo { 
	vertical-align: top;
	padding: 0px;
	background: -o-linear-gradient(bottom, #ffffff 5%, #e5e5e5 100%);
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #e5e5e5) );
	background: -moz-linear-gradient( center top, #ffffff 5%, #e5e5e5 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#e5e5e5");
	background: -o-linear-gradient(top,#ffffff,e5e5e5);
	background-color: #ffffff;

}

@media (min-width: 767px) {
	.rwd-table tr td {
		vertical-align: top;
	}
	
	.rwd-table tr td:nth-child(3n+1) {
	   width: 200px; 
	}

	.rwd-table tr td:nth-child(3n+3) {
	   width: 170px;
	}
}

.rwd-table td > p.nos ,.rwd-table td > div.desc{ padding: 5px; }

.rwd-table tr.first p.fo { border-bottom: 1px solid #ddd; }
@media (max-width: 992px) and (min-width: 767px) {
	.rwd-table tr.first p.fo { min-height:51px; }
}
.rwd-table tr.sep { height: 0px; }
.rwd-table tr.gra p.fo , .rwd-table tr.gra p.po {
	background: -o-linear-gradient(bottom, #ffffff 5%, #e5e5e5 100%);
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #e5e5e5) );
	background: -moz-linear-gradient( center top, #ffffff 5%, #e5e5e5 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#e5e5e5");
	background: -o-linear-gradient(top,#ffffff,e5e5e5);
	background-color: #ffffff;
}

.rwd-table p.desc,.rwd-table div.desc { word-break: break-word; }
@media (max-width: 767px) {

	.rwd-table p.po { display:block; border-bottom: 1px solid #ddd; }

	.rwd-table td { 
		display:block;     
		border: 1px solid #ddd;
		vertical-align: top;
	}
	
	.rwd-table tr.sep { height: 10px; }
}

/* where to buy accordion */
.disti .panel-heading{
	position: relative;
}

.disti .panel-heading.accordion-toggle { color: #333; }
.disti .panel-heading.accordion-toggle.collapsed { color: #c00; }
.disti .panel-heading.accordion-toggle:after {
	font-family:'Glyphicons Halflings';
	content:"\2212";
	float: right;
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 12pt;
	color: #333;
}

.disti .panel-heading.accordion-toggle.collapsed:after {
	content:"\2b";
	color: #c00;
}

.disti .panel-heading:hover {
	cursor: pointer;
}

.disti .panel-heading:hover h4 {
	text-decoration: underline;
}

.disti .accordion .panel {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;	
}

.disti .accordion .panel , .disti .accordion .panel-heading { background-color: transparent; margin-bottom:10px; }

.disti .panel-body { width:100%; margin: 0 auto; padding-bottom: 30px; }
.disti .panel-default {
	border: 1px solid #DDD;
    padding: 8px 5px 0px 0px;
	background: -o-linear-gradient(bottom, #e5e5e5 5%, #ffffff 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e5e5e5), color-stop(1, #ffffff) );
    background: -moz-linear-gradient( center top, #e5e5e5 5%, #ffffff 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5e5e5", endColorstr="#ffffff");
    background: -o-linear-gradient(top,#e5e5e5,ffffff);
    background-color: #e5e5e5;
}

.disti h4 {
    color: rgb(0, 0, 0);
}

.disti h4.red {
	color: rgb(204, 0, 0);
}


/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 *
 */
/* Component containers ---------------------------------- */

.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { 
/* 	border: 1px solid #e78f08;
	background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; */
	color: #333; 
	font-weight: bold;
}
.ui-widget-header a { color: #333; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1c94c4; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #fbcb09; background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #c77405; }
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #fbd850; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eb8f00; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fed22f; background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {/* background-image: url(images/ui-icons_ffffff_256x240.png);  */}
.ui-state-default .ui-icon { background-image: url(images/ui-icons_ef8c08_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_ef8c08_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_ef8c08_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_228ef1_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_ffd27a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
/*.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
*/
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; -khtml-border-bottom-left-radius: 0px; border-bottom-left-radius: 0px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; -khtml-border-bottom-right-radius: 0px; border-bottom-right-radius: 0px; }
/* Overlays */
.ui-widget-overlay { background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }

/*

 * jQuery UI Resizable 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}
/*
 * jQuery UI Selectable 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*
 * jQuery UI Accordion 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */

/* 
IE/Win - Fix animation bug - #4615 
*/

.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }
/*
 * jQuery UI Autocomplete 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.16
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*
 * jQuery UI Button 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*
 * jQuery UI Dialog 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*
 * jQuery UI Slider 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }
/*
 * jQuery UI Tabs 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*
 * jQuery UI Datepicker 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

/*
 * jQuery UI Progressbar 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }


/* Carousel  Product Css
=========================== */
.owl-theme .owl-controls{
    margin-top: 60px;
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 45px;
    height: 7px;
    border-radius:0px;
}

.product-items{
        width:100%;
        height:auto;
        position:relative;
        float: left;
    }

#owl-etg .item{
  overflow: hidden;
}

#owl-etg .owl-item{
  margin: 0 auto;
}

#owl-etg .item img{
  margin-bottom: 25px;
}
#product  .owl-theme .owl-controls .owl-buttons ,#section-photos .owl-theme .owl-controls .owl-buttons {
    padding: 0px;
}
.owl-carousel {
    display: block!important;
}

 #product .owl-theme .owl-controls .owl-buttons .owl-prev , #section-photos .owl-theme .owl-nav .owl-prev  {
    width: 50px;
    height: 50px;
    font-size: 35px;
    border-radius: 50%;
    padding-left: 8px!important;
    padding-top: 0px;
    position: absolute;
    left: -80px;
    top: 30%;
    opacity:1;
	
}
#product .owl-theme .owl-controls .owl-buttons .owl-next,#section-photos  .owl-theme .owl-nav .owl-next {
	width: 50px;
	height: 50px;
	font-size: 35px;
	border-radius: 50%;
	padding-left: 12px;
	padding-top: 0px;
	position: absolute;
	right:-80px;
    top: 30%;
	opacity:1;
	
}

@media (max-width:768px) {
	 #product .owl-theme .owl-controls .owl-buttons .owl-prev , #section-photos .owl-theme .owl-nav .owl-prev  {
		margin-left:90px;
	 }
	 
	 #product .owl-theme .owl-controls .owl-buttons .owl-next,#section-photos  .owl-theme .owl-nav .owl-next {
		 margin-right: 90px;
	 }
}

 #product .owl-theme .owl-nav .owl-buttons .owl-prev
,#product .owl-theme .owl-nav .owl-buttons .owl-next, 
 #section-photos .owl-theme .owl-nav  .owl-prev
,#section-photos .owl-theme .owl-nav  .owl-next{
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
 #product .owl-theme .owl-nav .owl-buttons .owl-prev:hover
,#product .owl-theme .owl-nav .owl-buttons .owl-next:hover,
#section-photos .owl-theme .owl-nav  .owl-prev:hover
,#section-photos .owl-theme .owl-nav  .owl-next:hover {
}
.owl-theme .owl-controls .owl-buttons { 
}

.owl-theme .owl-controls .owl-buttons .owl-next,
.owl-theme .owl-controls .owl-buttons .owl-prev {
    float: left;
    margin: 0px 10px;
}

.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0% 0% #EE3B24;
}

 #product .owl-theme .owl-nav  .owl-prev
,#product .owl-theme .owl-nav  .owl-next,
 #section-photos .owl-theme .owl-nav  .owl-prev
,#section-photos .owl-theme .owl-nav  .owl-next{
    background: #EE3B24;
    color: #fff;
}
 #product .owl-theme .owl-nav  .owl-prev:hover
,#product .owl-theme .owl-nav  .owl-next:hover,
 #section-photos .owl-theme .owl-nav  .owl-prev:hover
,#section-photos .owl-theme .owl-nav  .owl-next:hover {
   background: #FFF;
   color: #DDD;
}

#product .single-product,#section-photos .single-product {
	padding: 5px;
	
}

#section-photos .owl-prev i, #section-photos .owl-next i{ margin-top: 8px; }

#section-keyfeatures { margin-top: 20px; }
 /* Form wrapper styling */
.search-wrapper {
	width: 220px;
	margin: 0 auto;
	margin-top:10px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .4) inset, 0 1px 0 rgba(255, 255, 255, .2);
}
 
 @media (max-width: 991px) {
  .search-wrapper {
	 margin-top: 15px;
  }
}

/* Form text input */
 
.search-wrapper input {
	width: 148px;
    height: 40px;
    padding: 10px 5px;
    float: left;
    font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
    border: 0;
    background: #EEE;
}
 
 
.search-wrapper input:focus {
    outline: 0;
    background: #f7eeee;
    box-shadow: 0 0 2px rgb(225, 198, 198) inset;
}
 
.search-wrapper input::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
   font-style: italic;
}
 
.search-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}
 
.search-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}    
 
/* Form submit button */
.search-wrapper button {
overflow: visible;
position: relative;
float: right;
border: 0;
padding: 0;
cursor: pointer;
height: 40px;
width: 72px;
font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
color: white;
text-transform: uppercase;
background: #D83C3C;
border-radius: 0 3px 3px 0;
text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
}
   
.search-wrapper button:hover{     
    background: #e54040;
}   
   
.search-wrapper button:active,
.search-wrapper button:focus{   
    background: #c42f2f;
    outline: 0;   
}
 
.search-wrapper button:before { /* left arrow */
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #d83c3c transparent;
    top: 12px;
    left: -6px;
}
 
.search-wrapper button:hover:before{
    border-right-color: #e54040;
}
 
.search-wrapper button:focus:before,
.search-wrapper button:active:before{
        border-right-color: #c42f2f;
}      
 
.search-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}

/* ---- */

/*  Product Category */
.hovergallery, .chgallery {
	min-height:350px;
	margin-bottom:15px;
	
}

.hovergallery > div, .chgallery  > div ,.hovergallery > a > div, .chgallery  > a > div {
	height:275px;
	text-align: center;
	margin-top: 15px;
	background:#FFF !important;
}
	
.hovergallery img{
-webkit-transform:scale(1); /*Webkit: Scale down image to 0.8x original size*/
-moz-transform:scale(1); /*Mozilla scale version*/
-o-transform:scale(1); /*Opera scale version*/
-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
-moz-transition-duration: 0.5s; /*Mozilla duration version*/
-o-transition-duration: 0.5s; /*Opera duration version*/
opacity: 1; /*initial opacity of images*/
margin: 0 10px 5px 0; /*margin between images*/
width: 240px;
height:240px;
}

.chgallery img {
	opacity: 1; /*initial opacity of images*/
	margin: 0 10px 5px 0; /*margin between images*/
	width: 240px;
	height:240px;
}

.hovergallery img:hover{
-webkit-transform:scale(1.2); /*Webkit: Scale up image to 1.2x original size*/
-moz-transform:scale(1.2); /*Mozilla scale version*/
-o-transform:scale(1.2); /*Opera scale version*/
/*box-shadow:0px 0px 30px gray; */ /*CSS3 shadow: 30px blurred shadow all around image*/
/*-webkit-box-shadow:0px 0px 30px gray; */ /*Safari shadow version*/
/*-moz-box-shadow:0px 0px 30px gray; */ /*Mozilla shadow version*/
opacity: 1;
border-radius: 5px;
}
 
.hovergallery .model, .chgallery .model { font-weight: bold; color:#c00; text-align:left; font-size: 16px; }
.hovergallery .desc, .chgallery .desc { font-weight: bold; color:#9E9E9E; text-align:left; min-height: 40px;font-style: italic; }
.hovergallery .desc2, .chgallery .desc2 { color:#000; text-align:left; min-height: 10px; font-weight:bold; min-height: 60px; }
.hovergallery:after, .chgallery:after {
    content: "";
    width: 100%;
    background: #DDD;
    height: 2px;
    display: block;
    margin: 0 auto;
}

.series { height: 60px; margin-bottom: 30px; 
}
.series .button {border:none;margin: 2px;padding: 3px 10px 0px 10px;cursor:pointer;background-color:#CC0000;width:auto;color:#ffffff;}
.series .button:hover {opacity: 0.8;}
.series span {
	font-size:24px;margin-right:10px;
}

@media (max-width: 768px) {
	.series { 
		height: auto;
		padding-bottom: 30px;
	}
}

form div.email_wrap { padding:0px 0px 0px 20px; }
@media (max-width: 768px) {
	.div_sep { height: 50px; }
	
	input.sendButton { margin-top: 10px !important; }
	
	form div.email_wrap { padding:0px 0px 0px 0px; }
}

.warranty-page div.first_col {
	padding: 0px 40px 0px 15px;
	border-right: 2px dotted #D5CCCC;
}

@media (max-width: 768px) {
	.warranty-page div.first_col {
		border: 0px;
	}
}

.warranty-page div.last_col {
	padding-left: 40px;
}