.logo {

	width: 225px;
	margin-top: 12px;
}

@media (max-width: 768px) {
	.logo {width: 188px;	margin-top: 0px;}
	.fix_header { border-bottom: 2px solid #DADADA;}
}

@media (min-width: 768px) and (max-width: 991px) {
	.logo {
		width: 198px;
		margin-top: 12px;
	}
}

.vs-phone {display:block;}
@media (max-width: 320px) {
	.vs-phone {display: none;}
}

.hidden-phone {display:none;}
@media (min-width: 450px) {
	.hidden-phone {display: block;}
}

.visible-phone {display:block;}
.visible-phone img {margin: 0 auto;}
@media (min-width: 450px) {
	.visible-phone {display: none;}
}

.bgblack {
	background-color: #000;
}
.bgblue {
	background-color: #0a95dd;
}

.navbar li a.finder_icon {
	background: url('../../global-powerskin/image/header_icons/NP.png') center center no-repeat;
	padding: 0px 3px 0px 3px;
	height: 33px;
	width: 33px;
	margin-left: 5px;
	background-position: 0% 0%;
} 
 
.navbar li a.finder_icon:hover{
	background-position: 0px -33px;
}

.navbar li a.wp_icon {
	background: url('../../global-powerskin/image/header_icons/wordpress.png') center center no-repeat;
	padding: 0px 3px 0px 3px;
	height: 33px;
	width: 33px;
	margin-left: 5px;
	background-position: 0% 0%;
 } 
 
.navbar li a.wp_icon:hover{
	background-position: 0px -33px;
 } 
 
.navbar li a.blog_icon {
	background: url('../../global-powerskin/image/header_icons/blog.png') center center no-repeat;
	padding: 0px 3px 0px 3px;
	height: 33px;
	width: 33px;
	margin-left: 5px;
	background-position: 0% 0%;
 } 
 
.navbar li a.blog_icon:hover{
	background-position: 0px -33px;
 }
 
 .navbar li a.fb_icon {
	background: url('../../global-powerskin/image/header_icons/facebook.png') center center no-repeat;
	padding: 0px 3px 0px 3px;
	height: 33px;
	width: 33px;
	margin-left: 5px;
	background-position: 0% 0%;
 } 
 
.navbar li a.fb_icon:hover{
	background-position: 0px -33px;
 }
 
  .navbar li a.youtube_icon {
	background: url('../../global-powerskin/image/header_icons/movie.png') center center no-repeat;
	padding: 0px 3px 0px 3px;
	height: 33px;
	width: 33px;
	margin-left: 5px;
	background-position: 0% 0%;
 } 
 
.navbar li a.youtube_icon:hover{
	background-position: 0px -33px;
 }
 
.navbar li a.acc, .navbar li div#acc_login {
	background: url('../../global-powerskin/image/header_icons/account.png') center center no-repeat;
	padding: 0px 3px 0px 3px;
	height: 33px;
	width: 33px;
	margin-left: 5px;
	background-position: 0px 0px;
 } 
 
.navbar li div#acc_login:hover {
	background-position: 0px -33px;
}

div#acc_login > ul > li > div {
	display: block;
    position: absolute;
    z-index: 5;
    margin-top: 42px;
    width: 250px;
    left: 10px;
}

div#acc_login ul {
	list-style: none;
}

.navbar li a.acc:hover{
	background-position: 0px -33px;
}
  
 .navbar li a.cart_icon {
	background: url('../../global-powerskin/image/header_icons/cart.png') center center no-repeat;
	padding: 0px 3px 0px 3px;
	height: 33px;
	width: 33px;
	margin-left: 5px;
	background-position: 0% 0%;
 } 
 
.navbar li a.cart_icon:hover{
	background-position: 0px -33px;
	color: #0a95dd;
 }
 
.navbar li a.map_icon {
	background: url('../../global-powerskin/image/header_icons/global.png') 5% 50% no-repeat;
	padding: 7px 10px 0px 0px;
	height: 33px;
	margin-left: 21px;
	color: #fff;
	font-size: 13px;
	padding-left: 30px;
} 

.navbar li a.map_icon:hover {
	background-color: #0A95DD;
}
 
.navbar .border-blue li a:hover {
	border-bottom: 1px solid #0a95dd;
}

#search {
	position: relative;
	width: 10px;
	z-index: 15;
	float: right;	
	top: 13px;
	right: -21px;

}

#search .button-search {
	position: absolute;
	left: 130px;
	background: url('../../global-powerskin/image/button-search.png') center center no-repeat #0a95dd;
	width: 30px;
	height: 30px;
	/* border-right: 1px solid #CCCCCC; */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;

}

#search input {
	padding: 1px 1px 2px 11px;
	width: 130px;
	height: 30px;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	/* background: url('http://global.power-skin.com/catalog/view/theme/pv3/image/bg-search.png') repeat-x; */
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	background: #fff;
	color: #888;
}

.fix_header {
	position: fixed;
	z-index: 10000;
	width: 100%;
	background-color: #FFF;
	height: 117px;
}

.adjust {
	height: 117px;
}

.carousel-inner {
  width: 980px;
  height: 440px;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
	.carousel-inner {
	  width: 800px;
	  margin: 0 auto;
	}
		
	.fix_header {
		height: 117px;
	}
	
	.adjust {
		height: 117px;
	}
	
	#myCarousel {
		height: 277px;
		margin-bottom: 68px;
	}
	
	.carousel-indicators {
		bottom: -78px;
	}
  
}

.b-menu {
	position: fixed;
	z-index: 1000;
	width: 100%;
	background-color: #FFF;
}

@media screen and (max-width: 768px) {
	.carousel-inner {
	  width: 573px;
	 
	  margin: 0 auto;
	}		
		
	.fix_header {
		height: 109px;
	}
	
	.b-menu {
		padding-top: 80px;
		margin-bottom: -80px;
	}
	
	.adjust {
		height: 109px;
	}
	
	#myCarousel {
		height: 225px;
		
	}
	.carousel-indicators {
		top: 120%;
	}
  
}

@media screen and (max-width: 767px) {
	.fix_header {
		height: 60px;
	}
	
	.adjust {
		height: 60px;
	}
	
}

@media screen and (max-width: 524px) {
	.carousel-inner {
	  width: 283px;
	  margin: 0 auto;
	}	
		
	.fix_header {
		height: 60px;
	}
	
	.b-menu {
		padding-top: 80px;
		margin-bottom: -80px;
	}
	
	.adjust {
		height: 60px;
	}
	
	#myCarousel {
		height: 112px;
	}
	
	.carousel-indicators {
		top: 120%;
	}
}

.carousel-control .icon-prev:before {
	content: '';
}

.carousel-control .icon-next:before {
	content: '';
}

.carousel-control .icon-prev, .carousel-control .icon-next {
	width: 50px;
	height: 100px;
}
.carousel-control .icon-prev {
  background: url(assets/AWL.png) no-repeat;
}

.carousel-control .icon-next {
 background: url(assets/AWR.png) no-repeat;
}

@media (max-width: 768px) {	
	.carousel-control .icon-prev {
	  width: 30px;
	  background-size: 30px;
	}

	.carousel-control .icon-next {
	  width: 30px;
	  background-size: 30px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	
	.carousel-control .icon-prev {
	   width: 50px;
	   background-size: 50px;
	}

	.carousel-control .icon-next {
	   width: 50px;
	   background-size: 50px;
	}
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  top: 36%;
}

.carousel-control {
  width: 7%;
}

.carousel-indicators li {
  padding: 5px;
  margin-left: 28px;
  border: 1px solid #C4C4C4;
}


/* theme footer start */

#footer {
	clear: both;
	overflow: auto;
	min-height: 100px;
	padding: 20px 20px 0px 20px;
	background: #000;
}

#footer .column {
	float: left;
	width: 159px;
	min-height: 100px;
}

#footer h3,#mc_embed_signup h3 {
	color: #f8f8f8;
	font-size: 13px;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 8px;
}

#footer .column ul {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
}

#footer .column ul li {
	margin-bottom: 3px;
	list-style-type: none;
}

#footer .column a {
	text-decoration: none;
	color: #777;
}

/* footer socialMedia */
#footer #socialMedia {
	float: left;
	height: 33px;
	background-color: #000;
}

#footer #socialMedia h3 {
	margin: 0px 0px 10px 0;
}

#footer #socialMedia ul {
	height: 33px;
	margin: 0px;
	padding: 0px;
}

#socialMedia ul li {
	height: 33px;
	width: 33px;
	float: left;
	list-style: none;
	overflow: hidden;
	margin-left: 5px;
}

#socialMedia ul li a {
	text-indent: -9999px;
	display: block;
	background-position: 0px -33px;
	height: 33px;
}

#socialMedia ul li#facebook a {background: url('../../global-powerskin/image/header_icons/facebook.png'); }
#socialMedia ul li#facebook a:hover {background-position: 1px -33px;  }

#socialMedia ul li#twitter a {background: url('../../global-powerskin/image/header_icons/twitter.png'); }
#socialMedia ul li#twitter a:hover {background-position: 1px -33px;  }

#socialMedia ul li#youtube a {background: url('../../global-powerskin/image/header_icons/movie.png'); }
#socialMedia ul li#youtube a:hover {background-position: 1px -33px;  }

#socialMedia ul li#wordpress a {background: url('../../global-powerskin/image/header_icons/wordpress.png'); }
#socialMedia ul li#wordpress a:hover {background-position: 1px -33px;  }

#socialMedia ul li#blog a {background: url('../../global-powerskin/image/header_icons/blog.png'); }
#socialMedia ul li#blog a:hover {background-position: 1px -33px;  }

#socialMedia ul li#finder a {background: url('../../global-powerskin/image/header_icons/NP.png'); }
#socialMedia ul li#finder a:hover {background-position: 1px -33px;  }

#socialMedia ul li#email a {background: url('../../global-powerskin/image/header_icons/email.png'); }
#socialMedia ul li#email a:hover {background-position: 1px -33px;  }

#socialMedia ul li#googleplus a {background: url('http://global.power-skin.com/catalog/view/theme/global-powerskin/image/googleplus.png'); }
#socialMedia ul li#googleplus a:hover {background-position: 1px -33px;  }

#socialMedia ul li#pinterest a {background: url('../../global-powerskin/image/header_icons/pinterest.png'); }
#socialMedia ul li#pinterest a:hover {background-position: 1px -33px;  }

#mc_embed_signup input.email { 
	padding:5px 0px; text-indent:5px; width:180px; margin: 0; -moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;	line-height: 16px;
}

#mc_embed_signup input.button {
	min-width:30px; height: 30px; padding: 7px 0px; box-shadow: none; 	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	margin: 0;
	margin-top: -1px;
	background-size: 24px 32px;
	height: 32px;

}

a.button, input.button {
	cursor: pointer;
	color: #FFFFFF;
	line-height: 16px;
	font-size: 12px;
	font-weight: 700;
	background: url('../../global-powerskin/image/button.png') top left repeat-x;
	box-shadow: 0px 2px 2px #DDDDDD;
}

a.button:hover, input.button:hover {
	background: url('../../global-powerskin/image/button-active.png') repeat-x;
}

input.button {
	margin: 0;
	border: 0;
	height: 22px;
	padding: 0px 12px 0px 12px;
}

#footer .spacer {
	clear: both;
}

#footer .copyright {
color: #666;
border-top: 1px solid #333;
padding-top: 5px;
margin-top: 10px;
}

#footer column > p {
	padding: 5px 0 5px 0;
	margin: 0px;
	line-height: 18px;
	text-align: left;
}

#footer .column > ul > li > a:hover {
	color: #0a95dd;
}

.nav-footer {
	background-color: #000;
	padding-top: 10px;
}
.nav-footer .copyright {
	color: #FFF;
	text-align: center;
	min-height: 100px;
	padding: 6px;
}

.btn-group-justified {
	padding: 7px;
}

.btn-bk {
	color: #FFFFFF;
	background-color: #000;
	border-color: #eee;
}

.nav-tabs.nav-justified > li > a {
	border-bottom: 1px solid #D7EDF8;
	text-align: left;
	border-radius: 0px;
}

.nav > li > a.btn-bk:hover, .nav > li > a.btn-bk:focus {
	text-decoration: none;
	background-color: #000;
}

.nav-tabs > li > a { padding: 5px 10px 5px; }
.nav-tabs > li > a.btn-bk:hover {
	border-bottom: 2px solid #09a5dd;
	color: #0a95dd;
}
@media screen and (max-width: 767px) {
	.nav-tabs#tabs { margin-top:10px;}
	
	#coupon .btn { margin-top:10px; }
}

@media screen and (max-width: 992px) {
	.nav-tabs#tabs { margin-top:5px;}
}
#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 left top #D9D9D9;
}

#toTopHover {
	background:url(../image/ui.totop.png) no-repeat left -42px;
	width:42px;
	height:42px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	background-color: #09a5dd;
}

#toTop:active, #toTop:focus {
	outline:none;
}
/*  Widget Facebook Likebox  */

.facebook_left {
    width: 245px;
    height: 389px;
    position: fixed;
	left: -245px;
	top: 220px;	
	z-index: 99997;
}
.facebook_right {
    width: 245px;
    height: 389px;
    position: fixed;
	right: -245px;
	top: 220px;
	z-index: 99997;
}	
.facebook_left #facebook_icon {
	float: right;
	height: 60px;
    width: 34px;
	right: -34px;
    background: url("http://global.power-skin.com/catalog/view/theme/pv3/image/facebook_lb_l.png") no-repeat;
	cursor: pointer;	
	position: relative;	
    z-index: 99998;	
}
.facebook_right #facebook_icon {
	float: left;
	height: 60px;
    width: 34px;
	left: -34px;
    background: url("http://global.power-skin.com/catalog/view/theme/pv3/image/facebook_lb_r.png") no-repeat;
	cursor: pointer;
	position: relative;	
    z-index: 99998;	
}
.facebook_right .facebook_box {
    background-color: #FFFFFF;
	border: 4px solid #3B5998;
    float: right;
	top: -60px;
	position: relative;
    z-index: 99999;		
}
.facebook_left .facebook_box {
    background-color: #FFFFFF;
	border: 4px solid #3B5998;
    float: left;
	top: -60px;
	position: relative;	
    z-index: 99999;		
}

.success {
	background: #000 url('../../global-powerskin/image/success.png') 10px center no-repeat;
	border: 1px solid #dddddd;
}
.success, .warning, .attention, .information {
	margin-top: 1px;
	padding: 15px 10px 15px 33px;
	margin-top: 5px;
	margin-bottom: 15px;
	color: #fff;
	font-size: 14px;
}

.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	cursor: pointer;
	margin-top: -1px;
	width: 17px;
}

.warning {
	background: #0a95dd url('../image/warning.png') 10px center no-repeat;
	border: 2px solid #DDDDDD;
	font-weight: 100;
	color: #FFF;
}

#category_page, #product_page {
	margin-bottom: 20px;
	border-bottom: 1px solid #EEE;
	padding-bottom: 20px;
	margin-top: 13px;
}

#category_page  .short_cuts {
	float: right;
    width: 100%;
    border-bottom: 2px solid #ddd;
    padding-bottom: 0px;
    margin-bottom: 8px;
}

a.button_p,a.button_first,a.button_last,a.button_onlyone,a.button_no {
	cursor: pointer;
	color: #474749;
	line-height: 22px;
	font-size: 13px;
	font-weight: 700;
	/*background: url('../../global-powerskin/image/button_lb.png');*/
	
	background-color: #F0F0F0; /*  DEDEDE*/
	display: inline-block;
	text-decoration: none;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 12px;
	text-align: center;
	padding-right: 12px;
	margin-bottom: 10px;
	float: right;
}

@media (min-width: 350px) {
	a.button_p,a.button_first,a.button_last,a.button_onlyone,a.button_no {
		background-color: #DEDEDE;
	}
}

a.button_first {
	border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	-khtml-border-radius: 10px 0px 0px 10px;
	padding-left: 24px;
}

a.button_last {
	border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius:0px 10px 10px 0px;
	-khtml-border-radius: 0px 10px 10px 0px;
	padding-right: 24px;
}

a.button_onlyone {
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	padding-right: 24px;
	padding-left: 24px;
}

a.button_no {
	/*margin-left: 2px;*/
	padding-left: 8px;
	padding-right: 8px;
	width: 100%;
}

/*a.button_p:hover,a.button_first:hover,a.button_last:hover,a.button_onlyone:hover{
color: #09a5dd;
}*/

.short_cuts > span {
	float:right;
	background: url('../../global-powerskin/image/sep2.png') no-repeat;
	width: 27px;
	height: 30px;
}

.product-grid {
	text-align: center;
}

.product-grid .rating {
	height: 28px;
}

.product-grid .name {
	min-height: 40px;
	font-weight: 700;
}

.product-grid .name a:hover {
	color: #000;
	text-decoration: none;
}

.product-grid .image {
	margin-bottom: 20px;
	height: 220px;
	width: 100%;
	margin-top: 20px;
	background-position: center center;
	background-repeat: no-repeat;
}

@media (min-width: 350px) {
	.product-grid .image { margin-top: 0px; }
}

.product-grid .price-old {
color: #000;
text-decoration: line-through;
}

.product-grid .price-new {
color: #0a95dd;
font-weight: 700;
}

.product-info .price-old {
	color: #000;
	text-decoration: line-through;
}
.product-info .price-new {
	color: #0a95dd;
}

.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;
}


/*  Faq Setting */
#faqPage h2 {
	margin: 30px 0px;
	font-size: 21px;
}

h3.trigger {
	padding: 0 0 0 30px;
	margin: 0 0 5px 0;
	background: url('../image/faq-trigger.png') no-repeat;
	height: 36px;
	line-height: 36px;
	width: 100%;
	font-weight: 400;
	float: left;
	height: auto;
}
h3.trigger a {
	color: #333;
	font-size: 13px;
	text-decoration: none;
	display: block;
	font-weight: 700;

}
h3.trigger a:hover { color: #0a95dd;  }
h3.active {background-position: -114px -216px;} 
.toggle_container {
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: 13px;
	width: 100%;
	height: auto;
	clear: both;
	
}

.toggle_container .block {
	padding: 0;
	margin: 0 0 10px 25px;
	border-bottom: 1px solid #ddd;
}

@media (min-width: 350px) {
	h3.trigger {
		width: 100%;
	}
	
	.toggle_container {
		width: 100%;
	}
	
	.toggle_container .block {
		padding: 0;
		margin: 0 0 20px 30px;
		border-bottom: 1px solid #ddd;
	}

}

#faqPage > p, #privacyPage p {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 5px 0 5px 0;
	margin: 0px;
	line-height: 18px;
	text-align: left;
	font-size: 12px;
}

/* Media */
#mediaVideo, #mediaPress, #mediaAwards {
	padding: 0 0 30px 0;
}

#mediaPage .spacer {
	clear: both;
}

#mediaVideo img {
	margin: 15px 15px 0px 0px;
	float: left;
	width: 220px;
	border: solid 1px #ddd;
	padding: 25px 0px;
	background: #f3f3f3;
}
#mediaPress .pressBox, #mediaAwards .pressBox {
	width: 218px;
	border: solid 1px #ddd;
	margin: 15px 15px 0px 0px;
	float: left;
	background: #f3f3f3;
}
.pressBox p.quote {
	height: 120px;
}
.pressBox p {
	padding: 10px;
	font-style: italic;
	font-weight: 300;
	margin: 0px;
	line-height: 18px;
	text-align: left;
	font-size: 12px;
}

#contentPage ul li {
	line-height: 18px;
	margin: 3px 0px;
	padding: 6px;
}

#contentPage h3 {
	color: #0a95dd;
}

#contentPage ul li a {
	color: #0a95dd;
	text-decoration: none;
}

.nav-justified a.btn-bk {
 padding:0px 0px 8px 0px;
}

span.required { color: #c00; }

.product-info .review {
	color: #4D4D4D;
	margin-bottom: 10px;
}
.product-info .review > div {
	padding: 8px;
	border-bottom: 1px solid #E7E7E7;
	line-height: 20px;
	
}

.product-info .review a {color: #000; }

.product-info .review > div > span {
	color: #0a95dd;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
	border-bottom: none;
}
.product-info .review .share a {
	text-decoration: none;
}

.review-list {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
.review-list .author {
	float: left;
	margin-bottom: 20px;
}
.review-list .rating {
	float: right;
	margin-bottom: 20px;
}
.review-list .text {
	clear: both;
}

#tab-review input[type="radio"] {
	display:inline;
	opacity: 1;
}

.navbar { margin-bottom: 0px; }

.success, .warning, .attention, .information {
	margin-top: 1px;
	padding: 15px 10px 15px 33px;
	margin-top: 5px;
	margin-bottom: 15px;
	color: #fff;
	font-size: 14px;
	/*-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: #000 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #dddddd;
	/*-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;*/
}
.warning {
	background: #0a95dd url('../image/warning.png') 10px center no-repeat;
	border: 2px solid #DDDDDD;
	font-weight: 100;
	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;*/
}

.warning:hover {
	background: #000 url('../image/warning.png') 10px center no-repeat;
	color: #0a95dd;
}

.warning a {
	color: #fff;
}
.warning a:hover{
	color: #0a95dd;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	cursor: pointer;
	margin-top: -1px;
	width: 17px;
	color: #fff;
}

.error {
	display: block;
	color: #FF0000;
}

.psk-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.psk-container:before,
.psk-container:after {
  display: table;
  content: " ";
}

.psk-container:after {
  clear: both;
}

.psk-container:before,
.psk-container:after {
  display: table;
  content: " ";
}

.psk-container:after {
  clear: both;
}

@media (min-width: 768px) {
  .psk-container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .psk-container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .psk-container {
    width: 980px;
  }
}

@media (min-width: 1200px) {
	.psk-container {
	  width: 980px;
	}
}

/* navigator menu */
#bs-example-navbar-collapse-1 {
  position: fixed;
  background-color: #222;
  height: 100%;
  z-index: 10001;
  width: 75%;
  color: #bbb;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  font-family: 'Source Sans Pro', sans-serif;
}

#bs-example-navbar-collapse-1 ul {
  list-style: none;
  margin-top: 0;
  padding: 0
}

#bs-example-navbar-collapse-1 ul li { border-bottom: 1px solid #2a2a2a; }

#bs-example-navbar-collapse-1>ul>li>a { border-left: 4px solid #222; }

#bs-example-navbar-collapse-1 ul li a {
  color: inherit;
  font-size: 16px;
  display: inline-block;
  padding: 8px 0 8px 7px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 600;
 
}

#bs-example-navbar-collapse-1 > ul > li > a { 
	width: 50%;
}

#bs-example-navbar-collapse-1 > ul > li > a.home { 
	width: 100%;
}

#bs-example-navbar-collapse-1 ul a:hover,
#bs-example-navbar-collapse-1 ul a.active {
  background-color: #111;
  border-left-color: #09a5dd;
  color: #09a5dd;
}

/* Submenu */

#bs-example-navbar-collapse-1 ul li a.active+ul { display: block }

#bs-example-navbar-collapse-1 ul li ul {
  margin-top: 0;
  display: none;
}

#bs-example-navbar-collapse-1 ul li ul li { border-bottom: none; }

#bs-example-navbar-collapse-1 ul li ul li a { padding-left: 30px; width: 100%; }

#bs-example-navbar-collapse-1 ul li ul li a:hover { background-color: #1A1A1A; }

/* /Submenu */


/* Cuando este a la Izq, para esconderlo posicionarlo a la Izq a -width */

.move-left { left: -100%; }

.show { left: 0; }

#bs-example-navbar-collapse-1 > ul > li > a > span.glyphicon {
	padding-right: 5px;
}

.buttons .button {
	margin: 0;
	border: 0;
	padding: 5px 13px 1px 12px;
}

.buttons .button:hover {
	text-decoration: none; 
}
.buttons {
	background: url('../../../../../image/powerskin/bg.gif') repeat top left #FFFFFF;
	border: 1px solid #dadada;
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.buttons .right {
	float: right;
	text-align: right;
}

/* pagination */
.pagination {
	border-top: 1px solid #EEEEEE;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #EEEEEE;
	padding: 4px 10px;
	text-decoration: none;
	color: #A3A3A3;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #269BC6;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #269BC6;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    /* background-color: #eee; */
	border-bottom: 3px solid #09a5dd;
    background-color: #fff;
}

#bs-example-navbar-collapse-1 ul a.home {
    border-left-color: #09a5dd;
    color: #09a5dd;
}