/*
Theme Name: Powersafe
Author: DualCube
Author URI: http://dualcube.com
Description: A multi-purpose, versatile theme for Powersafe products.
Version: 1.0
Text Domain: powersafe
*/

@import url(assets/css/app.css);
@import url(assets/css/headers/header-default.css);

li.divider:last-of-type {
  visibility: hidden;
}

.footer-menu li {
	display: inline-block;
}

.footer-menu li:not(:last-child):after {
	content: "/";
	position: absolute;
	display: inline-block;
}
/*Import Google Font*/
/* @import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400); */

body { 
   color: #333; 
   font-size: 13px;
   line-height: 1.6;
}

p, 
li,
li a { 
   color: #555;
   
}

a {
   color: #72c02c;
   text-decoration: none;  
}

a,
a:focus, 
a:hover, 
a:active {
   outline: 0 !important;
}
a:focus {
  text-decoration: none;
}
a:hover {
   color: #72c02c;
   text-decoration: underline;
}

/*Boxed Layout
------------------------------------*/
.wrapper {
  background: #181818;
}

.boxed-layout {
  padding: 0;
  box-shadow: 0 0 5px #ccc;
  margin-left: auto !important;
  margin-right: auto !important;
  background: url(assets/img/patterns/15.png) repeat;
}

.top-header{
	background:url(assets/img/power-header/top.png) repeat-x center top;
	height:10px;
}
.top-header-contain{
	margin-top: 30px;
}
.logo-main{
	padding-top:10px;
}
.logo-contain{
	background: #ededed; /* Old browsers */
background: -moz-linear-gradient(top, #ededed 0%, #bababa 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#bababa)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ededed 0%,#bababa 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ededed 0%,#bababa 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ededed 0%,#bababa 100%); /* IE10+ */
background: linear-gradient(to bottom, #ededed 0%,#bababa 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#bababa',GradientType=0 ); /* IE6-9 */
padding:8px 0;
	
}
.logo-contain .col-lg-5 img{
	float:left;
}
.logo-contain .col-lg-5 span{
	padding-left: 20px;
	
}
.divider{
	padding-top:17px !important;
}
.input-group-top{
	float:left;
	width:70%;
	padding-left:0px;
	bottom: 6px;
}
.fa-phone-n{
	font-size:44px;
}
.btn-u {
   border: 0;
   color: #000;
	 text-transform:uppercase;
   font-size: 14px;
   cursor: pointer;
   font-weight: 400;
   padding: 6px 13px;
   position: relative;
   background: #ffd800; /* Old browsers */
background: -moz-linear-gradient(top, #ffd800 0%, #d0b20a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd800), color-stop(100%,#d0b20a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffd800 0%,#d0b20a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffd800 0%,#d0b20a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffd800 0%,#d0b20a 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffd800 0%,#d0b20a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd800', endColorstr='#d0b20a',GradientType=0 ); /* IE6-9 */
   white-space: nowrap;
   display: inline-block;
   text-decoration: none;
}
.btn-u:hover {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
	background:#b19705;
}

.btn-u.btn-block {
  text-align: center;
}
/*Parallax Counter
------------------------------------*/
.parallax-bg {
	background: url(assets/img/blur/img1.jpg) 50% 0 repeat fixed;		
}

/*Parallax Counter Block*/
.parallax-counter {
	padding: 60px 0;
	background: url(assets/img/bg/9.jpg) 50% 0 no-repeat fixed;	
}

.parallax-counter h4 {
	color: #fff;
	font-size: 18px;
}

.parallax-counter .counters {
	color: #fff;
	padding: 20px 0;
	font-weight: 200;
	background: rgba(0,0,0,0.6);
}

.slider-bg{
	background:url(assets/img/power-banner/bg-banner.png) no-repeat center top;

}
.slider-bg .text-area{
padding: 98px 0 94px;
}
.slider-bg .text-area h2{
	font-size:50px;
	font-family: 'Open Sans', sans-serif;
	font-weight:lighter;
	color:#fff;
	
}
.slider-bg .text-area h2 small{
	font-size:50px;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	color:#fcd500;
	
}

.slider-bg .text-area p{font-size:17px;
	font-family: 'Open Sans', sans-serif;
	color:#bebebe;
	padding-bottom:15px;
}
.slider-bg .text-area .btn{
	  background: none repeat scroll 0 0 #000;
    color: #ac9104;
    font-family: "Open Sans",sans-serif;
    font-weight: bold;
    margin-left: 20px;
    padding: 13px 31px;
    position: relative;
    text-align: center;
    top: -20px;
}
.slider-bg .text-area .btn:hover{
	background: none repeat scroll 0 0 #efcb03;
	color:#000;
}
.slider-bg .img-area{
	padding-left: 58px;
    padding-top: 66px
}
.slider-bg .img-area img{
	width:100%;
}
/*Parallax Counter v1
------------------------------------*/
/*Parallax Counter Block*/
.parallax-counter-v1 {
	padding: 60px 0;
	background: url(assets/img/patterns/5.png) repeat fixed;
}

.parallax-counter-v1 .counters {
	color: #fff;
	padding: 15px 0 10px;
	border: solid 1px #555;
}

.parallax-counter-v1 h4 {
	color: #bbb;
	font-size: 16px;
	text-transform: uppercase;
}

.parallax-counter-v1 span.counter {
	font-size: 42px;
	line-height: 48px;
}

/*Parallax Counter v2
------------------------------------*/
.parallax-counter-v2 {
	position: relative;
	padding: 80px 0 60px;
	background: url(assets/img/patterns/16.png) repeat fixed;
}

.parallax-counter-v2:after {
	top: 0;
	left: 50%;
	content: " ";
	margin-left: -25px;
	position: absolute;
	border-top: 25px solid #fff;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
}

.parallax-counter-v2:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
	content: " ";
	position: absolute;
	background: rgba(0,0,0,0.02);
}

.parallax-counter-v2 .counters {
	padding: 20px 0;
	border-bottom: solid 2px #ddd; 
	background: rgba(255,255,255,0.9);
}

.parallax-counter-v2 .counters h4,
.parallax-counter-v2 .counters span {
	color: #555;
	font-weight: 200;
 	font-family: 'Open Sans', sans-serif;
}

.parallax-counter-v2 .counters span {
	font-size: 36px;
}

.parallax-counter-v2 .counters h4 {
	font-size: 22px;
	text-transform: uppercase;
}

@media (max-width: 992px) {
  .parallax-counter-v2 .counters {
    margin-bottom: 0 !important;
  }
}

/*Parallax Team
------------------------------------*/
.parallax-team {
	background: url(assets/img/team/faces.jpg) 50% 0 repeat fixed;	
}

.parallax-team,
.parallax-team .title-box-v2 {
	position: relative;
}

.parallax-team:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
	content: " ";
	position: absolute;
	background: rgba(255,255,255,0.9);
}

/*Main Styles
------------------------------------*/
/*Purchase Block*/
.purchase {
	padding: 25px 0 30px;
	border-bottom: solid 1px #eee;
	background: url(assets/img/breadcrumbs.png) repeat;
}
.purchase p {
	margin-bottom: 0;
}
.purchase span {
	color: #666;
	display: block;
	font-size: 24px;
	line-height: 35px;
	font-weight: normal;
	margin-bottom: 12px;
	font-family: 'Open Sans', sans-serif; 	
}

.purchase .btn-buy {
	text-align: center;
}

.purchase .btn-buy a {
	margin-top: 27px;
}

.purchase .btn-buy a i {
	margin-right: 5px;
}

@media (max-width: 992px) {
	.purchase {
		text-align: center;
	}

	.purchase span {
		font-size: 22px;
		line-height: 29px;
	}

	.purchase .btn-buy a {
		margin-top: 25px;
		font-size: 16px;
	}
}

/*Service*/
.service {
	overflow: hidden; 
	margin-bottom: 10px;
	padding: 15px 15px 10px;
}
.service:hover {
	background: #fcfcfc;
	box-shadow: 0 0 5px #ddd;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}
.service:hover i {
	color: #656565;
}

.service .desc {
	padding: 0 15px; 
	overflow: hidden;
}
.service .desc h4 {
	font-size: 22px;
	line-height: 25px;
}

.service .service-icon {
	float: left;
	padding: 10px;
	color: #72c02c;
	font-size: 35px;  
	text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.service .service-icon.icon-cogs {
	font-size: 37px;
}
.service .service-icon.icon-plane {
	font-size: 43px;
}

/* Recent Work  */
.recent-work a {
	text-align: center;
	background: #fcfcfc;
	display: inline-block;
}

.recent-work a:hover {
	text-decoration: none;
}

.recent-work a:hover strong {
	color: #555;
}

.recent-work em.overflow-hidden {
	display: block;
}

.recent-work a span {
	display: block;
	padding: 10px;
	border-bottom: solid 2px #eee;
}

.recent-work a strong {
	color: #555;
	display: block;
}

.recent-work a i {
	color: #777;
}

.recent-work a img {
   -webkit-transition: all 0.8s ease-in-out;
   -moz-transition: all 0.8s ease-in-out;
   -o-transition: all 0.8s ease-in-out;
   -ms-transition: all 0.8s ease-in-out;
   transition: all 0.8s ease-in-out;
}

.recent-work a:hover img {
	opacity: 0.8;
   -webkit-transform: scale(1.2) rotate(3deg);
   -moz-transform: scale(1.2) rotate(3deg);
   -o-transform: scale(1.0) rotate(3deg);
   -ms-transform: scale(1.2) rotate(3deg);
   transform: scale(1.2) rotate(3deg);
}

.recent-work a:hover span {
	border-bottom: solid 2px #72c02c;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Work */
.work {
	margin-top: 6px;
}
.work .details {
	padding: 10px;
}
.work .caption {
	display: block;
	padding-top: 5px;
	color: #585f69 !important;
	font-size: 18px !important;
}
.work .caption:hover {
	cursor: pointer;
	color: #444 !important;
	text-decoration: underline;
}

/*Other Footer Common Classes
------------------------------------*/
/*Thumb Headline*/
.thumb-headline h2 {
	color: #eee;
	font-size: 16px;
}

/*Footer Logo*/
.footer-logo {
	margin: 17px 0 20px;
}

/*Latest List*/
.latest-list li {
	padding: 8px 0;
	border-top: 1px solid #353535;
}

.latest-list li:first-child {
	padding-top: 0;
	border-top: none;
}

.latest-list li a {
	color: #eee;
}

.latest-list small {
	color: #999;
	display: block;
}

/*Link List*/
.link-list li {
	border-top: solid 1px #353535;
}

.link-list li:first-child {
	border-top: none !important;
}

.link-list a {
	color: #eee;
	font-size: 11px;
	padding: 6px 0px;
	display: inline-block;
	text-transform: uppercase;
}

.link-list li i {
	color: #bbb;
	float: right;
	margin-top: 10px;
}

/*Latest Tweets*/
.latest-tweets .latest-tweets-inner p {
	color: #555;
	font-size: 13px;
}

.latest-tweets .latest-tweets-inner a {
	/*color: #3498db;*/
	text-decoration: none;
}
.latest-tweets .latest-tweets-inner a:hover {
	text-decoration: underline;
}

.latest-tweets .latest-tweets-inner i.fa {
	top: 2px;
	float: left;
	color: #bbb;
	color: #55acee;
	font-size: 18px;
	margin-right: 5px;
	position: relative;
}

.latest-tweets .latest-tweets-inner small {
	color: #777;
	display: block;
}

/*Social Icons*/
.social-icons {
	margin-top: 5px;
}

.social-icons li {
	margin: 0; 
}

.social-icons li a {
	margin: 0 3px;
}

/*Breadcrumbs
------------------------------------*/ 
/*Default Breadcrumbs*/
.breadcrumbs {
	overflow: hidden;
	padding: 10px 0 6px;
	border-bottom: solid 1px #eee;
	background: url(assets/img/breadcrumbs.png) repeat;
}
.breadcrumbs h1 {
	color: #666;
	font-size: 22px;
	margin-top: 8px;
}

.breadcrumb { 
	top: 10px;
	padding-right: 0;
	background: none;
	position: relative;
}
.breadcrumb a {
	color: #777;
}
.breadcrumb li.active,
.breadcrumb li a:hover {
	color: #72c02c;
	text-decoration: none;
}

@media (max-width: 550px) {
	.breadcrumbs h1.pull-left,
	.breadcrumbs ul.pull-right {
		width: 100%;
		text-align: center;
	}

	.breadcrumbs h1.pull-left {
		margin-bottom: 0;
	}

	.breadcrumbs .breadcrumb {
		top: 0;
		margin-bottom: 10px;
	}
}

/*Thumbnails
------------------------------------*/
a.thumbnail {
	padding: 0;
	border: none;
	margin-bottom: 15px;
}

.thumbnail-style { 
	padding: 7px;
	margin-bottom: 20px; 
	background: #1c1c1c; /* Old browsers */
background: -moz-linear-gradient(top, #1c1c1c 0%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c1c1c), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #1c1c1c 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #1c1c1c 0%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #1c1c1c 0%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom, #1c1c1c 0%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
padding:24px 20px 5px;
}
.thumbnail-style:hover { 
	box-shadow: 0 0 8px #000000; 
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}

.thumbnail h3,
.thumbnail-style h3 {
	margin: 6px 0 8px 0;
}

.thumbnail h3 a,
.thumbnail-style h3 a {
	color: #fff;
	font-size: 20px;
}

.thumbnail h3 a:hover,
.thumbnail-style h3 a:hover {
	color: #fece01;
	text-decoration: none;
}
.caption p{
	color:#bebebe;
}
.thumbnail-style-subscribe{
	padding:0px;

}
.thumbnail-style-subscribe form{
	background:#fff;
	 padding: 46px 20px 22px;
}
.thumbnail-style-subscribe form input{
	background:#000;
	color:#bababa;
	height:44px;
}
.thumbnail-style-subscribe .border{
	background:url(assets/img/content-images/border.png) repeat-x;
	height:36px;
}
.thumbnail-style-subscribe h3{
	padding: 24px 20px 5px;
}
.thumbnail-style-subscribe .caption p{
	padding: 0 20px 5px;
}
.thumbnail-style .thumbnail-img {
	position: relative;
	margin-bottom: 11px;
}
.color-yellow{
	color: #fece01;
	 padding-right: 6px;
}
.thumbnail-style h3{
	margin-bottom:16px;
}
.thumbnail-img-distributer{
	padding-bottom: 24px;
}
.thumbnail-img-distributer img{
	 display: inline;
	 padding: 3px;
	 border:2px solid #000;
	 transition: all 0.8s ease-in-out 0s;
	 margin-bottom:5px;
	 
    
}
.thumbnail-img-distributer img:hover{
	border:2px solid #fff;

}
.thumbnail-img-distributer:hover img{
	transform: none !important;
}
.list-unstyled li{
	color:#bebebe;
	padding: 10px;
}
.thumbnail-style a.btn-more {
	  position: relative;
    top: -22px;
	bottom: 10px;
	color: #000;
	padding: 6px 14px;
	background: #fece01;
	display: inline-block; 
}
.thumbnail-style a.btn-more:hover {
	text-decoration: none;
	background:#aa8b08;
	left:0px;
	right:0px;
}
.thumbnail-style:hover a.btn-more {

}

.thumbnail-kenburn img {
	left: 10px;
	margin-left: -10px;
	position: relative;
   -webkit-transition: all 0.8s ease-in-out;
   -moz-transition: all 0.8s ease-in-out;
   -o-transition: all 0.8s ease-in-out;
   -ms-transition: all 0.8s ease-in-out;
   transition: all 0.8s ease-in-out;
	 width:100%;
}
.thumbnail-kenburn:hover img {
   -webkit-transform: scale(1.2) rotate(2deg);
   -moz-transform: scale(1.2) rotate(2deg);
   -o-transform: scale(1.2) rotate(2deg);
   -ms-transform: scale(1.2) rotate(2deg);
   transform: scale(1.2) rotate(2deg);
}
 
/*Servive Blocks
------------------------------------*/
/*Service Alternative Block*/
.service-alternative .service:hover { 
	background: #76ca2c;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.service-alternative .service:hover i,
.service-alternative .service:hover p,
.service-alternative .service:hover h4 { 
	color: #fff;
}

/*Servive Block Versions*/
.service-v1 h2 {
	margin: 15px 0 10px;
	font-size: 20px;
	line-height: 28px;
}

.service-v1 p {
	text-align: justify;
}

/*Blog Posts
------------------------------------*/ 
.posts .dl-horizontal a {
	color: #555;
}

.posts .dl-horizontal { 
	margin-bottom: 15px;
	overflow: hidden;
}

.posts .dl-horizontal dt { 
	width: 60px; 
	float: left;
}

.posts .dl-horizontal dt img { 
	width: 60px; 
	height: 60px;
	padding: 2px;
	margin-top: 2px; 
	border: solid 1px #ddd;
}

.posts .dl-horizontal dd { 
	margin-left: 70px;
}

.posts .dl-horizontal dd p { 
	margin: 0;
}

.posts .dl-horizontal dd a {
	font-size: 14px;
	line-height: 16px !important; 
}

.posts .dl-horizontal dd a:hover { 
	color: #72c02c; 
	text-decoration: none;
}

.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a { 
	color: #72c02c;
	border-color: #72c02c !important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/*About Page
------------------------------------*/
.team ul.team-socail { 
	text-align: right;
}

.team ul.team-socail li {
	margin: 0 !important;
	padding: 0 !important;
}

.team ul.team-socail li a,
.team ul.team-socail li a:hover {
	text-decoration: none;
}

.team ul.team-socail li i {
	color: #aaa;
	padding: 6px 7px;
	min-width: 30px;
	font-size: 18px;
	text-align: center;
	background: #f7f7f7;
	display: inline-block;
}

.team ul.team-socail li i:hover {
	color: #fff;
	background: #72c02c;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.team .thumbnail-style {
	padding: 12px;
}

.team .thumbnail-style img {
	margin-bottom: 7px;
}

.team .thumbnail-style h3 {
	margin-bottom: 5px;
}

.team .thumbnail-style:hover h3 a {
	color: #72c02c !important;
}

.team .thumbnail-style small {
	display: block;
	margin-top: 5px;
	font-size: 12px;
}

/*About Me Page
------------------------------------*/
.about-me {
	overflow: hidden;
}

.about-me h2 {
	margin: 0;
	font-size: 20px;
	text-transform: uppercase;
}

.about-me span {
	color: #999;
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}

.about-me .social-icons {
	margin-top: 7px;
}

/*About My Goals*/
.about-my-goals h2 {
	text-transform: uppercase;
}

/*About Skills*/
.about-skills {
	padding: 40px 0; 	
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: url(assets/img/breadcrumbs.png) repeat;
}

/*Gallery Page
------------------------------------*/
.gallery-page .thumbnail,
.gallery-page .thumbnail:hover {
	padding: 0;
	border: none;
	box-shadow: none;
}
.gallery-page .thumbnails {
	margin-bottom:6px;
}

/*Privacy Page
------------------------------------*/
.privacy a {
	text-decoration: underline;
}
.privacy a:hover {
	color: #72c02c;
	text-decoration: none;
}

/*Portfolio Item Page v1
------------------------------------*/
.portfolio-item h2 {
	color: #555;
	font-size: 24px;
	margin: 0 0 15px;
}
.portfolio-item li {
	padding: 3px 0;
} 
.portfolio-item p a {
	text-decoration: underline;
}
.portfolio-item p a:hover {
	text-decoration: none;
}

/*Portfolio Item v1*/
.portfolio-item1 ul {
	margin: 10px 0 20px;
}

.portfolio-item1 li {
	font-size: 16px;
	margin-bottom: 3px;
}

.portfolio-item1 li i {
	font-size: 18px;
	margin-right: 4px;
}

/*Sidebar Features
------------------------------------*/
/*Blog Tags*/
ul.blog-tags li {
	display: inline-block;
}

ul.blog-tags a {
	font-size :13px;
	padding: 2px 7px;
	background: #f7f7f7;
	margin: 0 3px 6px 0;
	display: inline-block;
}

ul.blog-tags a i {
	color: #666;
}

ul.blog-tags a:hover {
	background: #72c02c;
}

ul.blog-tags a:hover,
ul.blog-tags a:hover i {
	color: #fff !important;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/*Blog Photo Stream*/
.blog-photos li {
	display: inline;
}

.blog-photos li img {
	width: 58px;
	height: 58px;
	margin: 0 2px 8px;
}

.blog-photos li img:hover {
	box-shadow: 0 0 0 2px #72c02c;
}

/*Blog Latest Tweets*/
.blog-twitter .blog-twitter-inner {
	padding: 10px;
	position: relative;
	background: #f7f7f7;
	margin-bottom: 10px;
}

.blog-twitter .blog-twitter-inner,
.blog-twitter .blog-twitter-inner:after,
.blog-twitter .blog-twitter-inner:before {
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;	
}

.blog-twitter .blog-twitter-inner:after,
.blog-twitter .blog-twitter-inner:before {
	width: 0; 
	height: 0;
	right: 0px;
	bottom: 0px;
	content: " "; 
	display: block; 
	position: absolute;
}

.blog-twitter .blog-twitter-inner:after {
	border-top: 15px solid #eee;	
	border-right: 15px solid transparent;
	border-left: 0px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-right-style: inset; /*FF fixes*/
}
.blog-twitter .blog-twitter-inner:before {
	border-bottom: 15px solid #fff;	
	border-right: 0 solid transparent;
	border-left: 15px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-bottom-style: inset; /*FF fixes*/
}

.blog-twitter .blog-twitter-inner:hover {
	border-color: #72c02c;
	border-top-color: #72c02c;	
}
.blog-twitter .blog-twitter-inner:hover:after {
	border-top-color: #72c02c;	
}

.blog-twitter .blog-twitter-inner span.twitter-time {
	color: #777;
	display: block;
	font-size: 11px; 
}

.blog-twitter .blog-twitter-inner a {
	color: #72c02c;
	text-decoration: none;
}
.blog-twitter .blog-twitter-inner a:hover {
	text-decoration: underline;
}

.blog-twitter .blog-twitter-inner i.fa {
	top: 2px;
	color: #bbb;
	font-size: 18px;
	position: relative;
}

/*Choose Block*/
.who li { 
	margin-bottom: 6px;
}
.who li i { 
	color: #72c02c; 
	font-size: 13px;
	min-width: 15px;
	margin-right: 8px;
	text-align: center;
	position: relative; 
}
.who li:hover i, 
.who li:hover a { 
	color: #777;
}
.who li:hover a:hover {
	text-decoration: none;
}

/*Promo Page
------------------------------------*/
/*Slider Part*/
.fullwidthbanner-container.slider-promo {
	max-height: 460px !important;
}

.slider-promo-info-bg {
	padding: 25px 20px 20px;
	background: url(assets/img/bg-black.png) repeat;
}

.slider-promo-info span.big-size { 
	color: #fff;
	display: block;
	font-size: 30px;
	margin-bottom: 25px;
	text-shadow: none !important;
}

.slider-promo-info p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
}

/*Promo Box*/
.promo-box {
	padding: 20px;
	margin: 25px 0 20px;
	text-align: center;
}

.promo-box i {
	display: block;
	font-size: 50px;
}

.promo-box p {
	font-size: 14px;
	margin-bottom: 0;
}

.promo-box strong,
.promo-box strong a {
	color: #555;
	display: block;
	font-size: 20px;
	font-weight: 200; 
	margin: 20px 0 15px;
}

.promo-box:hover strong, 
.promo-box:hover strong a {
	color: #72c02c;
}

/*Promo Service*/
.promo-service {
	margin-bottom: 20px;
}

.promo-service li {
	margin-bottom: 5px;
}

.promo-service a.btn-u {
	margin: 0 20px 10px 0;
}

/*Promo Elements*/
.title-box {
	font-size: 16px;
	text-align: center;
	padding: 10px 0 30px;
	border-bottom: solid 1px #eee;
}

.title-box .title-box-text {
	color: #555;
	display: block;
	font-size: 35px;
	font-weight: 200;
}

@media (max-width: 768px) {
	.title-box .title-box-text {
		font-size: 26px;
		line-height: 34px;
		margin-bottom: 10px;
	}
	.title-box p {
		font-size: 15px;
	}
}

.block-blockquote {
	margin: 20px 0; 
	text-align: center;
	border: dashed 1px #ccc;
}

.block-blockquote-inner {
	padding: 15px; 
}

.block-blockquote p {
	font-size: 26px;
	margin-bottom: 0;
}

/*Info Blocks*/
.info-blocks {
	margin-bottom: 15px;
}

.info-blocks:hover i.icon-info-blocks {
	color: #72c02c;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;	
}

.info-blocks i.icon-info-blocks {
	float: left;
	color: #777;
	font-size: 30px;
	min-width: 50px;
	margin-top: 10px;
	text-align: center;
}

.info-blocks .info-blocks-in {
	padding: 0 10px;
	overflow: hidden;
}

.info-blocks .info-blocks-in h3 {
	color: #555;
	font-size: 20px;
	line-height: 28px;
}

.info-blocks .info-blocks-in p {
	font-size: 12px;
}

/*Brand Page
------------------------------------*/
.brand-page .btn {
	margin-bottom: 10px;
}

/*Form Pages
------------------------------------*/
.form-page input,
.form-page select {
	margin-bottom: 10px;
}

/*Labels and Badges Page
------------------------------------*/
ul.labels-demo {
  margin: 5px 0;
}

ul.labels-demo li {
  list-style: none;
  display: inline-block;
  margin: 0 5px 2px 0;
}

.badge-sidebar {
	border-left: solid 1px #eee;
}

@media (max-width: 991px) {
	.badge-sidebar {
		border-left: none;
	}
}

/*Line Icon Page
------------------------------------*/
.line-icon-page .item-box {
	width: 25%;
	float: left;
	height: 90px;
	text-align: center;
	padding: 20px 10px;
	margin: 0 -1px -1px 0;
	word-wrap: break-word;
	border: 1px solid #ddd;
}

@media (max-width: 768px) {
	.line-icon-page .item-box {
		height: 115px;    
  	}
}

@media (max-width: 450px) { 
	.line-icon-page .item-box { 
		height: 130px;     
	} 
} 

.line-icon-page .item-box:hover {
	background: #fafafa;
}

.line-icon-page .item span {
	display: block;
	font-size: 28px;
	margin-bottom: 10px;
}

.line-icon-page .item:hover {
	color: #72c02c;
}

/*Line Icon Page
------------------------------------*/
.icon-page-fa {
	margin-bottom: 20px;
}

.icon-page-fa .item-box {
	float: left;
	height: 100px;
	width: 16% !important;
}

.icon-page-fa .item {
	font-size: 12px;
}

.icon-page-fa .item i {
	color: #555;
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
	.icon-page-fa .item-box {
		width: 20% !important;
	}
}

@media (max-width: 600px) {
 .icon-page-fa .item-box {
  width: 30% !important;
 }
}

@media (max-width: 400px) {
 .icon-page-fa .item-box {
  width: 50% !important;
 }
}

/*GLYPHICONS Icons Page
------------------------------------*/
/*Special styles for displaying the icons and their classes*/
.bs-glyphicons {
	padding-left: 0;
	list-style: none;
	overflow: hidden;
	padding-bottom: 1px;
	margin-bottom: 20px;
}

.bs-glyphicons li {
	width: 25%;
	float: left;
	height: 115px;
	padding: 10px;
	font-size: 11px;
	line-height: 1.4;
	text-align: center;
	margin: 0 -1px -1px 0;
	border: 1px solid #ddd;
}

.bs-glyphicons .glyphicon {
	display: block;
	font-size: 18px;
	margin: 5px auto 10px;
}

.bs-glyphicons li:hover {
	color: #72c02c;
	background-color: #fafafa;
}

@media (min-width: 768px) {
	.bs-glyphicons li {
	  width: 12.5%;
	}
}

/*Glyphicons Pro*/
.demo-pro-glyphicons li {
	width: 170px;
	height: 100px;
	padding: 20px 10px 30px;
}

.demo-pro-glyphicons span {
	height: 40px;
	display: block;
}

.demo-pro-glyphicons span:before {
	color: #555;
	padding: 10px 62px;
}

.demo-pro-glyphicons span.glyphicons:before {
	font-size: 22px;
}

/*Glyphicons Pro Halflings*/
.demo-pro-glyphicons span.halflings {
	height: 30px;
}

.demo-pro-glyphicons span.halflings:before {
	padding: 10px 70px;
}

/*Contact Pages
------------------------------------*/
.map {
	width: 100%; 
	height: 350px;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
}

.map-box {
	height: 250px;
}

.map-box-space {
	margin-top: 15px;
}

.map-box-space1 {
	margin-top: 7px;
}

/*Background Opacity
------------------------------------*/
.service-or {
	overflow: hidden;
	position: relative;
}

.service-bg {
    width: 250px;
    padding: 60px;
    position: absolute;
    top: -10px;
    right: -100px;
    background-color: rgba(255,255,255,0.1);
    transform: rotate(55deg);   
    -o-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    -moz-transform: rotate(55deg);
    -webkit-transform: rotate(55deg);
}

/*Service Block v2
------------------------------------*/
.service-block-v2 .service-block-in {
	padding: 20px 30px;
	text-align: center;
	margin-bottom: 15px;
	background: rgba(255,255,255,0.2);
}

.service-block-v2 .service-block-in img {
	width: 100%;
	margin-bottom: 15px;
}

.service-block-v2 .service-block-in i {
	font-size: 40px;
}

.service-block-v2 .service-block-in h4 {
	line-height: 25px;
}

.service-block-v2 .service-block-in p {
	margin-bottom: 20px;
}

.service-block-v2 .service-block-in i,
.service-block-v2 .service-block-in h4,
.service-block-v2 .service-block-in p {
	color: #fff;
}

/*Easy Block
------------------------------------*/
.easy-block-v1 {
	position: relative;
}

.easy-block-v1 img {
	width: 100%;
}

.easy-block-v1 .overflow-h h3 {
	width: 60%;	
	float: left;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 5px;
}

.easy-block-v1 .easy-block-v1-badge {
	left: 0px;
	top: 10px;
	z-index: 1;
	color: #fff;
	padding: 4px 10px;
	position: absolute;
}

/*Easy Block v2
------------------------------------*/
.easy-block-v2 {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

.easy-block-v2 img {
	width: 100%;
}

.easy-bg-v2 {
	top: 5px;
	color: #fff;
	width: 100px;
	padding: 5px;
	right: -32px;
	font-size: 13px;
	position: absolute;
	text-align: center;
	letter-spacing: 2px;
	transform: rotate(45deg);   
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

/*Easy Block v3
------------------------------------*/
.easy-block-v3 {
	text-align: left;
	background: #585f69;
	margin-bottom: 10px;
	padding: 30px 20px 20px;
}

.easy-block-v3.first { 
	background: #696f77; 
}
.easy-block-v3.second { 
	background: #707780; 
}
.easy-block-v3.third { 
	background: #787f88; 
}

.easy-block-v3 i {
	color: #fff;
	float: left;
	font-size: 30px;
	min-width: 45px;
	padding-top: 10px;
}

.easy-block-v3 .inner-faq-b {
	overflow: hidden;
}

.easy-block-v3 .inner-faq-b h2,
.easy-block-v3 .inner-faq-b h3 {
	font-size: 21px;
	margin-bottom: 8px;
}

.easy-block-v3 .inner-faq-b h4 {
	color: #fff;
	font-size: 17px;
	margin-bottom: 2px;
}

.easy-block-v3 .inner-faq-b h2,
.easy-block-v3 .inner-faq-b h3,
.easy-block-v3 .inner-faq-b p {
	color: #fff;
}

/*Full Width Block
------------------------------------*/
.full-w-block {
	padding: 30px 0;
	background: #282828;
}

.full-w-block .info-blocks i,
.full-w-block .info-blocks-in h3 {
	color: #fff;
}

.full-w-block .info-blocks-in p {
	color: #ccc;
}

.full-w-block .info-blocks:hover i.icon-info-blocks {
	color: #fff;
}

/*Team v2
------------------------------------*/
.team-v2 {
	position: relative;
	margin-bottom: 20px;
}

.team-v2 img {
	width: 100%;
}

.team-v2 .inner-team {
	padding: 20px;
	background: #fff;
	text-align: center;
}

.team-v2 .inner-team h3 {
	margin: 0;
}

.team-v2 .inner-team small {
	display: block;
	font-size: 12px;
	margin-bottom: 7px;
}

.team-v2 .inner-team p {
	font-size: 13px;
}

.team-v2 .inner-team hr {
	margin: 10px 0 15px;
}

/*Team-Social ---- Temporary*/
.team-social {
	margin-bottom: 0;
}

.team-social li {
	padding: 0 2px;
}

.team-social li a {
	font-size: 14px;
	padding: 6px 4px;
	text-align: center;
	border-radius: 50% !important;
}

.team-social li i {
	min-width: 20px;
}

.team-social li a.fb {
	color: #4862a3;
	border: 1px solid #4862a3;
}

.team-social li a.tw {
	color: #159ceb;
	border: 1px solid #159ceb;
}

.team-social li a.gp {
	color: #dc4a38;
	border: 1px solid #dc4a38;
}

.team-social li a:hover {
	text-decoration: none;
}

.team-social li a.fb:hover {
	color: #fff;
	background: #4862a3;
}

.team-social li a.tw:hover {
	color: #fff;
	background: #159ceb;
}

.team-social li a.gp:hover {
	color: #fff;
	background: #dc4a38;
}

/*Simple Block
------------------------------------*/
.simple-block {
	margin-bottom: 20px;
}	

.simple-block img {
	width: 100%;
}

.simple-block p {
	text-align: center;
}

.simple-block .carousel-indicators {
	top: 10px;
	left: 65%;
	text-align: right;
}

.simple-block .carousel-indicators .active {
	background: #555;
}

.simple-block .carousel-indicators li {
	border-color: #555;
}

.simple-block .carousel-inner > .item {
	margin: 0;
}

.simple-block .responsive-video {
	margin-bottom: 3px;
}

/*Two Blocks
------------------------------------*/
.two-blocks {
	text-align: center;
}

.two-blocks-in {
	margin-bottom: 30px;
}

.two-blocks-in i {
	color: #fff;
	padding: 11px;
	font-size: 30px;
	min-width: 50px;
	text-align: center;
	background: #585f69;
	margin-bottom: 10px;
	display: inline-block;
}

/*Three Blocks
------------------------------------*/
.three-blocks {
	text-align: center;
}

.three-blocks-in {
	margin-bottom: 30px;
}

.three-blocks-in i {
	color: #777;
	padding: 9px 6px;
	font-size: 20px;
	min-width: 40px;
	margin-bottom: 10px;
	border: 1px solid #777;
}

.three-blocks-in h3 {
	font-size: 20px;	
	margin-bottom: 7px;
}

/*Temperory Classes
------------------------------------*/
/*Banner-info*/
.banner-info {
	margin-bottom: 10px;
}

.banner-info i {
	float: left;
	color: #fff;
	padding: 11px;
	/*min-width works with line-icon*/
	min-width: 40px;
	font-size: 22px;
	text-align: center;
	margin: 7px 20px 0 0;
}

/*min-width works with FontAwesome*/
.banner-info i.fa {
	min-width: 46px;
}

.banner-info.light i {
	border: 1px solid #fff;
}

.banner-info.dark i { 
	background: #585f69;
}

.banner-info h3 {
	font-size: 21px;
	margin-bottom: 5px;
}

.banner-info.light h3 { color: #fff; }
.banner-info.light p { color: #eee; }

/*Breadcrumb-V2*/
.breadcrumbs-v2 {
	text-align: center;
	position: relative;
	background: url(assets/img/bg/11.jpg) no-repeat center;
}

.breadcrumbs-v2-in {
	padding: 60px 0;
	position: relative;
}

.breadcrumbs-v2 h1 {
	color: #fff;
	text-transform: uppercase;
}

.breadcrumb-v2 li a,
.breadcrumb-v2 li.active {
	color: #fff;
}

.breadcrumb-v2 li i {
	color: #fff;
	min-width: 19px;
	padding: 3px 7px;
	margin-right: 5px;
	text-align: center;
	border: 1px solid #fff;
}

/*Breadcrumbs-v3*/
.breadcrumbs-v3 {
	padding: 10px 0;
	background: #585f69;
	border-bottom: 1px solid #eee;
}

.breadcrumbs-v3 h1 {
	color: #fff;
	margin: 3px 0;
	font-size: 22px;
	font-weight: 200;
}

.breadcrumbs-v3 .breadcrumb {
	padding: 0;
	margin-top: 2px;
	margin-bottom: 0;
}

.breadcrumbs-v3 .breadcrumb li a {
	color: #fff;
}

/*Title-Box-V2*/
.title-box-v2 {
	text-align: center;
	margin-bottom: 40px;
}

.title-box-v2 h2 {
    font-size: 25px;
    text-transform: uppercase;
}

.title-box-v2 p {
	font-size: 13px;
}

/*remove padding from "Col-"*/
.no-space {
	padding: 0;
}

.no-space-left {
	padding-left: 0;
	padding-right: 15px !important;
}

.no-space-right {
	padding-right: 0;
	padding-left: 15px !important;
}

/*List Style v1*/
.list-style-v1 li {
	margin-bottom: 7px;
}

.list-style-v1 i {
	margin-right: 5px;
}

/*Social Contacts
------------------------------------*/
.social-contacts li {
	padding: 5px 0;
	border-top: 1px solid #ddd;
}

.social-contacts li:first-child {
	border-top: none;
}

.social-contacts li i {
	color: #777;
	font-size: 13px;
	min-width: 13px;
	margin-right: 12px;
	text-align: center;
}

/*Service Block v3
------------------------------------*/
.service-block-v3 {
	padding: 20px;
}

.service-block-v3 i {
	color: #fff;
	float: left;
	font-size: 50px;
	margin: 0 20px 20px 0;
}

.service-block-v3 .service-heading,
.service-block-v3 .service-in small {
	color: #fff;
	opacity: 0.8;
	line-height: 1;
}

.service-block-v3 .service-in h4,
.service-block-v3 .counter {
	color: #fff;
}

.service-block-v3 .service-heading {
	font-size: 16px;
	text-transform: uppercase;
}

.service-block-v3 .counter {
	display: block;
	line-height: 1;
	font-size: 30px;
}

.service-block-v3 .progress {
	margin-bottom: 7px;
}

/*Service Innner*/
.service-block-v3 .service-in small {
	font-size: 16px;
	text-transform: uppercase;
}

.service-block-v3 .service-in h4 {
	font-size: 16px;
	line-height: 0.8;
	margin-bottom: 0;
}

/*Statistics*/
.service-block-v3 .statistics .heading-xs {
	color: #fff;
	opacity: 0.8;
}

.service-block-v3 .statistics small {
	color: #fff;
}

.service-block-v3 .statistics .progress {
  background: #bbb;
}

.service-block-v3 .statistics .progress-bar-light {
  background: #fff;
}

/*Status Bar
------------------------------------*/
.status-bar li {
	padding-left: 9px;
	border-left: 1px solid #eee;
}

.status-bar li:first-child {
	border-left: none;
}

.status-bar li i {
	color: #72c02c;
	margin-right: 5px;
}

.status-bar li a:hover {
	text-decoration: none;
}

.status-bar-in {
	padding: 10px;
	position: relative;
	background: #f0f0f0;
}

.status-bar-in:after {
	width: 0; 
	height: 0;
	top: -10px;
	left: 50px;
	content: " "; 
	display: block; 
	position: absolute;
	border-bottom: 11px solid #f0f0f0;	
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-right-style: inset; /*FF fixes*/
}

/*Share List*/
.share-list {
	margin-bottom: 0;
}

.share-list li {
	padding-left: 20px;
}

.share-list li:first-child {
	padding-left: 0;
}

.share-list li i {
	color: #72c02c;
	margin-right: 5px;
}

/*Table Search v1
------------------------------------*/
.table-search-v1 .btn-u.dropdown-toggle {
	border-left: none;
}

.table-search-v1 .btn-group .btn-u {
	top: 4px;
	padding: 0 6px;
	position: relative;
}

.table-search-v1 thead {
	border-bottom: solid 1px #ddd;
}

.table-search-v1 td {
	vertical-align: middle !important;
}

.table-search-v1 td a {
	color: #555;
}

.table-search-v1 td span {
	display: block;
}

.table-search-v1 .star-vote {
	margin: 5px 0 0px;
}

.table-search-v1 .star-vote li {
	padding: 0;
}

.table-search-v1 .progress {
	margin-bottom: 0;
}

.table-search-v1 .m-marker a {
	font-size: 11px;
}

.table-search-v1 .m-marker i {
	float: left;
	min-width: 20px;
	font-size: 26px;
}

.table-search-v1 .m-marker .display-b {
	top: 3px;
	display: block;
	line-height: 10px;
	position: relative;
}

.table-search-v1 .td-width {
	width: 40%;
}

/*Table Search v2
------------------------------------*/
.table-search-v2 .btn-u.dropdown-toggle {
	border-left: none;
}

.table-search-v2 .btn-group .btn-u {
	top: 4px;
	padding: 0 6px;
	position: relative;
}

.table-search-v2 thead {
	border-bottom: solid 1px #ddd;
}

.table-search-v2 td {
	vertical-align: middle !important;
}

.table-search-v2 td img {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	display: block;
}

.table-search-v2 .user-names span,
.table-search-v2 .user-names small {
	display: block;
	text-align: center;
}

.table-search-v2 .user-names span {
	color: #555;
	font-size: 16px;
	position: relative;
}

.table-search-v2 .user-names small {
	color: #999;
	font-size: 13px;
}

.table-search-v2 td h3 {
	font-size: 16px;
	margin: 0 0 2px;
}

.table-search-v2 td a {
	color: #555;
}

.table-search-v2 td p {
	margin-bottom: 0;
}

.table-search-v2 td span {
	display: block;
}

.table-search-v2 td small {
	font-style: italic;
}

.table-search-v2 .s-icons {
	margin-bottom: 0;
}

.table-search-v2 .s-icons li {
	padding: 2px;
}

.table-search-v2 .table-buttons {
	margin: 0;
}

.table-search-v2 .table-buttons li {
	padding: 0;
}

.table-search-v2 .table-buttons .btn-u-sm {
	padding: 3px 6px;
}

.table-search-v2 .td-width {
	width: 55%;
}

/*People Say
------------------------------------*/
.people-say img {
	float: left;
	width: 40px;
	height: auto;
	margin: 6px 10px 0 0;
}

.people-say .overflow-h span {
	font-weight: 700;
}

.people-say .overflow-h p {
	font-style: italic;
	line-height: 1.3;
}

.people-say .overflow-h small {
	text-align: right;
	font-style: italic;
}

/*Page Option v1
------------------------------------*/
.page-option-v1 p {
	color: #999;
	font-size: 14px;
}

/*Inspire Page
------------------------------------*/
img.img-mouse {
	width: 150px;
	height: auto;
	margin: 0 auto 60px;
}

/*Desire Page
------------------------------------*/
/*Service Info*/
.service-info {
	position: relative;
	padding: 40px 0 50px;
	background: url(assets/img/patterns/17.png) repeat;
}

.service-info .info-description {
	overflow: hidden;
}

.service-info i.service-info-icon {
	color: #777;
	float: left;
	width: 50px;
	height: 50px;
	padding: 15px;
	font-size: 20px;
	line-height: 17px;
	margin-right: 20px;
	text-align: center;
	display: inline-block;
	border: 1px solid #777;
}

.service-info .info-description h3 {
	margin: 0 0 10px;
}

.service-info .info-description p {
	color: #777;
}

/*Portfolio Single Item Page
------------------------------------*/
/*Project Details*/
.project-details li {
  color: #555;
  font-weight: 200;
  margin-bottom: 5px;
}

.project-details strong {
  min-width: 100px;
  display: inline-block;
}

.project-details a {
  text-decoration: underline;
}

/*Bootstrap Testimonials
------------------------------------*/
.testimonials-bs {
  padding: 50px 0;
  background: url(assets/img/bg/16.jpg) 50% 0 repeat fixed;  
}

.testimonials-bs .headline-center-v2 span.author {
  color: #777;
  font-size: 14px;
}

/*Removes Bootstrap carousel background images*/
.testimonials-bs .item {
  margin-bottom: 30px;
}

.testimonials-bs .carousel-arrow {
  text-align: center;
}

.testimonials-bs .carousel-control-v2 i {
	color: #888;
	width: 30px;
	height: 30px;
	padding: 2px;
	font-size: 22px;
	display: inline-block;
	border: 2px solid #888;
}

.testimonials-bs .carousel-control-v2 i:hover {
  color: #72c02c;
  border-color: #72c02c;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.testimonials-bs .carousel-control-v2.left,
.testimonials-bs .carousel-control-v2.right {
    text-decoration: none;
    background-image: none;
}

/*Team v1*/
.team-v1 li > h3 {
	color: #555;
}
.footer-v1 .footer {
background: #ffd800; /* Old browsers */
background: -moz-linear-gradient(top, #ffd800 0%, #d0b20a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd800), color-stop(100%,#d0b20a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffd800 0%,#d0b20a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffd800 0%,#d0b20a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffd800 0%,#d0b20a 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffd800 0%,#d0b20a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd800', endColorstr='#d0b20a',GradientType=0 ); /* IE6-9 */
    padding: 40px 0;
}
.footer-menu ul{
	padding-left:0px;
}
.footer-menu li{
	display:inline;
	list-style:none;
	color:#6c5b00;
	
	
}
.footer-menu li a{
	padding:4px;
}
.footer-menu li a:hover{
	color:#403600;
	text-decoration:none;
}
.footer-v1 .footer p {
    color: #181818;
		 padding-right: 142px;
}
.social-list {
    float: left;
    margin-left: 14px;
    position: relative;
		 margin-top: 20px;
}
.social-list li, .social-list a {
    display: block;
    height: 33px;
}
.social-list li {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
}
.social-list li, .social-list a {
    display: block;
    height: 33px;
}
.fb {
    left: 0px;
    width: 33px;
    background:url(assets/img/footer-icon/social-icons.png) 0 0;
}
.fb a:hover {
    background:url(assets/img/footer-icon/social-icons.png) 0px -34px;
}
.twitter {
     left: 36px;
    width: 33px;
    background:url(assets/img/footer-icon/social-icons.png) -35px 0;
}
.twitter a:hover {
    background:url(assets/img/footer-icon/social-icons.png) -35px -34px;
}
.linkedin {
     background: url(assets/img/footer-icon/social-icons.png) -72px 0;
    left: 72px;
    width: 33px;
}
.linkedin a:hover {
    background:url(assets/img/footer-icon/social-icons.png) -72px -34px;
}
.google {
     left: 107px;
    width: 33px;
    background:url(assets/img/footer-icon/social-icons.png) -107px 0;
}
.google a:hover {
    background:url(assets/img/footer-icon/social-icons.png) -107px -34px;
}
.footer .col-md-4 img{
	float:left;
}
.logo-contain .col-lg-5 h3{
	font-size:13px;
	font-family: 'Open Sans', sans-serif;
	color:#000;
	margin-bottom:0px;
	 line-height: 12px;
}
.logo-contain .col-lg-5 h2{
	font-size:27px;
	font-family: 'Open Sans', sans-serif;
	margin-top:0px;
	font-weight:bold;
	color:#000;
}
.logo-contain .col-lg-5 h5{
	text-align:center;
	color:#000;
	font-size:28px;font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	padding-top: 15px;
}
.logo-contain .col-lg-5 h5 small{
	color: #000;
    font-family: "Open Sans",sans-serif;
    font-size: 17px;
    line-height: 26px;
}
.logo-icon{float:left;
margin-top:20px;
margin-right: 15px;
}
.ph-icon-top{
	float: left;
    left: 8px;
    padding-top: 16px;
    position: relative;
}
.header .navbar-default .navbar-nav .mid-row > li {
    padding: 0 12px 2px;
}
.mid-row{
}
.mid-row ul{
	float: left;
    padding: 8px 0;
}
.mid-row li{
	display:inline;
	list-style:none;
	font-family: "Open Sans",sans-serif;
	font-size:15px;
	float:left;
	color:#4c4000;
	background:url(assets/img/content-images/divider.png) no-repeat right;
	padding: 9px 28px !important;
	line-height:19px;
	height:100px;
}
.mid-row li:last-child{
	background:none;
}
.mid-row li a{
	font-size:15px;
	font-weight:bold;
}
.mid-row li a:hover{
	color:#141100;
	text-decoration:none;
	border-bottom:none !important;
}
.btn-u:hover, .btn-u:focus, .btn-u:active, .btn-u.active, .open .dropdown-toggle.btn-u {
    background: none repeat scroll 0 0 #fcd500;
		color:#000;
}

@media(min-width:320px) and (max-width: 1200px) {
	.divider{display:none !important;
	}
	.mid-row li {
    background:none !important;
		padding: -1px 28px !important;
    
}

.slider-bg .img-area {
    padding-left: 0px !important;
    padding-top: 0px !important;
}
.slider-bg {
    background:none !important;
}
.logo-contain .col-lg-5 h5 {
    
    text-align: left !important;
}
.mid-row li {
    padding: -1px 14px !important;
}
.thumbnail-img-distributer img {
    display: inline;
    left: 0 !important;
    margin-left: 0 !important;
    padding: 5px;
    position: relative !important;
    transition: none 0s ease 0s !important;
    width: 124px !important;
}
.mid-row li {
    background: url("assets/img/content-images/divider.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    color: #4c4000;
    display: inline;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    height: 100px;
    line-height: 19px;
    list-style: outside none none;
    padding: 0px !important;
}
}

@media(min-width:320px) and (max-width: 480px) {
	.logo-contain .col-lg-5 h5 {
    font-size: 24px; 
}
.logo-contain .col-lg-5 h5 small {
    font-size: 13px;
}
.logo-contain .col-lg-5 h3 {
    font-size: 13px;
    
}
}

/*----------------------------------------------------------Page---------------------------------------------------------------------------*/
.content {
	padding-bottom:56px;
}
.content h3.page-title {
	font-family: "Open Sans",sans-serif;
	font-size: 32px;
	color:#fff;
	font-weight:lighter;
}
.content h3.page-title small{
	font-family: "Open Sans",sans-serif;
	font-size: 32px;
	color:#fcd500;
	font-weight:bold;
	text-transform:uppercase;
}

.content p{
	font-family: "Open Sans",sans-serif;
	font-size: 14px;
	color:#bebebe;
	font-weight:lighter;
	padding-top:15px;
		
}

/*----------------------------------------------------------Page---------------------------------------------------------------------------*/


/*----------------------------------------------------------CONTACT US---------------------------------------------------------------------------*/
.contact{
	padding-bottom:56px;
}
.contact form{
	margin-top:33px;
	
}
.contact h3{
	font-family: "Open Sans",sans-serif;
    font-size: 32px;
		color:#fff;
		font-weight:lighter;
}
.contact h3 small{
	font-family: "Open Sans",sans-serif;
    font-size: 32px;
		color:#fcd500;
		font-weight:bold;
		text-transform:uppercase;
}
.contact p{
	font-family: "Open Sans",sans-serif;
    font-size: 17px;
		color:#bebebe;
		font-weight:lighter;
		padding-top:0px;
		padding-bottom: 12px;
		
}
.contact form.form-control {
	background:#242424;
	border:1px solid #383838;
	-webkit-border-radius: 3px !important;
-moz-border-radius: 3px !important;
border-radius: 3px !important;
height:42px;
}

.contact .form-control{
	background:#242424;
	border:1px solid #383838;
	-webkit-border-radius: 3px !important;
-moz-border-radius: 3px !important;
border-radius: 3px !important;
}
.contact-icons{
	float:left;
}
.contact.form-control:focus{
	box-shadow:0 0 2px #4a4a4a;
}

.contact .contact-icons div img{
	float:left;
}
.contact .contact-icons div{
	float:left;
	padding-right:8px;
}
.contact .contact-icons  span{
	font-size:13px;
	color:#fff;
	font-family: "Open Sans",sans-serif;
		font-weight:lighter;
		float:unset;
}
.power-map iframe {
	max-width:100%;
	width:100%;
	margin-top:10px;
}

@media(min-width:320px) and (max-width: 980px) {
	
	.contact .contact-icons{
		margin-top:10px;
	}
	.contact .contact-icons .col-sm-4{
		padding-bottom:23px;
		width:100%;
	}
}
@media(min-width:981px) and (max-width: 1200px) {
	.contact .contact-icons{
		margin-top:10px;
	}
}
/*----------------------------------------------------------CONTACT US---------------------------------------------------------------------------*/
/*----------------------------------------------------- TESTIMONIALS --------------------------------------------------------------------------*/
.testimonials{
}
.testimonials .testimonial-contain{
	float: left;
	margin-bottom: 6px;
	margin-top: 50px;
}

.testimonials .testimonial-circle{
	-webkit-box-shadow: 13px 4px 0px 1px rgba(252,214,0,1);
	-moz-box-shadow: 13px 4px 0px 1px rgba(252,214,0,1);
	box-shadow: 13px 4px 0px 1px rgba(252,214,0,1);
	width:200px;
	height:200px;
	border-radius:50% !important;
	background:#fff;
	position:relative;
}
.testimonials.border-top{
	float:left;
}
.testimonials .border-top img{
	position: relative;
	right: -37px;
	top: 9px;
}
.testimonials .border-bottom {
	float:right;
}
.testimonials .border-bottom img{
	float: right;
	left: -93px;
	position: relative;
	top: 3px;
}

.testimonials .testimonial-col-main {
	bottom: 45px;
	position: relative;
	width: 289px;
}
.testimonials .testimonial-circle img{
	bottom: 69px;
	left: 61px;
	position: absolute;
	
}
.testimonials p{
	color:#bebebe;
	font-size:14px;
	float:left;
}

.testimonials h4{
	color:#fcd500;
	font-weight:bold;
	font-style:italic;
	font-size:14px;
	float:left;
}

.testimonials .command1 img{
	float:left;
}
.testimonials .command2 img{
	float:right;
}
@media(min-width:320px) and (max-width: 480px) {
	.testimonials .testimonial-col-main {
		margin-left:12%
	}
}
@media(min-width:481px) and (max-width: 640px) {
	.testimonials .testimonial-col-main {
		margin-left:27%
	}
}
@media(min-width:641px) and (max-width: 800px) {
	.testimonials .testimonial-col-main {
		margin-left:30%
	}
}
@media(min-width:801px) and (max-width: 980px) {
	.testimonials .testimonial-col-main {
		margin-left:30%
	}
}

@media(min-width:981px) and (max-width: 1200px) {
	.testimonials .testimonial-col-main {
		margin-left:35%
	}
}

/*----------------------------------------------------- TESTIMONIALS --------------------------------------------------------------------------*/

/* ----------------------- Gallery ------------------------*/
#thumbs ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
	margin: -16px 0 10px;
}

#thumbs ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
	background: none repeat scroll 0 0 #fff;
	opacity: 0.70;
}

#thumbs ul.thumbs li.selected {
	opacity: 1;
}

#thumbs ul.thumbs li a {
	padding: 22px;
	display: block;
	border: 1px solid #848484;
}

#thumbs ul.thumbs img {
	border: none;
	display: block;
	max-width: 100%;
	width: 95px;
	height: 92px;
}

.caption div.image-title {
	font-weight: bold;
	font-size: 18px;
	color: #fcd500;
	font-family: "Open Sans",sans-serif;
	text-transform: uppercase;
}

.caption div.image-desc {
	padding-top: 0px;
	font-size: 13px;
	color: #fff;
	font-family: "Open Sans",sans-serif;
}

div.caption {
	padding: 12px;
}

div.caption.hidden {
	display: none;
}

div.loader {
	position: absolute;
	top: 50%;
	left: 50%;
	background-image: url(assets/img/gallery/loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 50px;
	height: 50px;
	margin-left: -24px;
}

#slideshow img {
	width: 100%;	
}

.slideshow-container {
	min-height: 650px;
	min-width: 650px;
}

/********** Woo Styles ************/

/*** Single Product Page ***/
.single_product_page {
	border-top: 3px solid #fcd400;
	padding-top: 45px;	
}

.single_product_page h1.product_title {
	font-weight: bold;
	text-transform: uppercase;
	color: #fcd400;
	font-size: 26px;
	margin-bottom: 25px;
}

.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images {
	width: 20%;
	position: relative;
}

/*.single_product_page .image_title {
	position: absolute;
	bottom: 0;
	background: rgba(51,51,51,0.8);
	color: #fff;
	padding: 5px 20px;
	text-align: center;
	text-transform: capitalize;
	width:100%;
}*/
.single_product_page .image_title {
	
	background: #535353;
	color: #fff;
	padding: 5px 20px;
	text-align: center;
	text-transform: capitalize;
	width:100%;
	height:40px;
}
.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary {
	width: 22%;
}

.single_product_page .product_details {
	float: left;
	width: 50%;
	margin: 0 30px;
	color: #c3c3c3;
}

.single_product_page .product_details h2 {
	margin-top: 0;
	border-bottom: 1px solid #fcd400;
	color: #c3c3c3;
	padding-bottom: 15px;
	line-height: 20px;
}	

.single_product_page .product_details p {
	color: #c3c3c3;
}	

.single_product_page .summary .sku, .single_product_page .summary .stock_status {
	font-weight: bold;
	color: #fff;	
	font-size: 13px;
	margin: 5px 0;
}

.single_product_page .summary .stock_status span {
	display: inline-block;
	margin-left: 10px;
	color: #000;
	background: #fcd400;
	border-radius: 5px !important;
	padding: 2px 10px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-top: 15px;
	border-bottom: 1px solid #fcd400;
	padding-bottom: 10px;
}

.woocommerce div.product p.price span.amount, .woocommerce div.product span.price span.amount {
	color: #fcd400;
}

span.quantity_label {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}

.woocommerce .quantity .qty {
	width: 45px;
	text-align: center;
	border-radius: 5px !important;
	border: none;
	height: 30px;
	margin: 0 5px;
}

.woocommerce div.product form.cart .button {
	border-radius: 5px !important;
	height: 31px;
	width: 45px;
	background: #fcd400;
	color: #000;
	font-size: 15px;
}

.woocommerce div.product form.cart .button:hover {
	opacity: 0.8;
}
.single-product .images img {
  background: #fff !important;
}
.product_details ul li {
  color:#fff;
}
/*** Archive Product Page ***/
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  
  /*width:222px ;*/
  margin: 0 2% 2em 0;
  overflow: visible;

}
.woocommerce-page ul.products li.product img {
	background: #fff !important;
}
.post-type-archive-product li h3 {
	background: none repeat scroll 0 0 #e6d12f !important;
}
.post-type-archive-product .woocommerce ul.products li.product, .woocommerce-page ul.products li.featured {
	overflow: hidden;
}
.woocommerce .products ul, .woocommerce ul.products, .woocommerce-page .products ul, .woocommerce-page ul.products {
	padding-left: 5% ;
	padding-right: 5% ;
}


.tax-product_cat li.product-category h3,.tax-product_cat li.product {
    position: relative;
    z-index: 13;
    background: #535353;
    text-align: center;
    color: #FCFCFC;
    font-weight: bold;
}
.woocommerce span.onsale, .woocommerce-page span.onsale {
	background: #535353;
}

/*** Cart Page ***/
.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after, .woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
  content: none;

}
.shop_table tbody {
  background: #535353;
  color: #FCFCFC;
}
.shop_table thead {
  background: #383838;
  color: #FCFCFC;
  border-right: 0.5px solid #FCFCFC;
  border-collapse: collapse;
}
.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
  width: 55px;
}
table .cart_item th{
  border-right: 0.5px solid #FCFCFC;
  border-collapse: collapse;
}
table .cart_item td {
 
  border-bottom:0.5px solid #FCFCFC;
  border-right: 0.5px solid #FCFCFC;
  border-collapse: collapse;
}

.woocommerce table.shop_table {
	margin: 24px -1px 24px 0;	
}

.woocommerce table.shop_table td.actions label {
	margin-top: 5px;	
}

#coupon_code {
	width: 120px;
	border-radius: 5px !important;
	margin-left: 10px;
}

.woocommerce table.shop_table td.actions .cart_btn {
	border-radius: 5px !important;
	box-shadow: 0px 0px 3px #333;
}

.input-text.qty.text {
    color: #383838;
}
.woocommerce #content .quantity .plus, .woocommerce .quantity .plus, .woocommerce-page #content .quantity .plus, .woocommerce-page .quantity .plus {
  height: 28px;
  border: none;
  background: #383838;
  color: white;
}
.woocommerce #content .quantity .plus, .woocommerce .quantity .plus, .woocommerce-page #content .quantity .plus, .woocommerce-page .quantity .plus:hover {
	 background: #383838;
}
.woocommerce #content .quantity input.qty, .woocommerce .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-page .quantity input.qty {
  width: 60px;
}
.woocommerce #content .quantity .minus, .woocommerce .quantity .minus, .woocommerce-page #content .quantity .minus, .woocommerce-page .quantity .minus {
  height: 28px;
  right: 40px;
  border: none;
  background: #383838;
  color: white;
}
.woocommerce #content .quantity .minus, .woocommerce .quantity .minus, .woocommerce-page #content .quantity .minus, .woocommerce-page .quantity .minus:hover{
   background: #383838;
}

.woocommerce #content table.cart td.actions .coupon label, .woocommerce table.cart td.actions .coupon label, .woocommerce-page #content table.cart td.actions .coupon label, .woocommerce-page table.cart td.actions .coupon label {
    display: block;
    float: left;
}
.woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text {
    
    color: #FCFCFC;
    float: left;
    margin: 0 4px;
    padding: 7px 15px 5px;
    background: #535353;

}
.woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce-page .cart .button, .woocommerce-page .cart input.button {
    float: left;
    margin-left: 10px;
   
}

.actions .button {
  background: #383838 !important;
  border: none !important;
  color: #FCFCFC !important;
  font-weight: normal !important;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  float:left;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  text-align: left;
  padding-left: 0;
}
tr .cart-subtotal {
  border-bottom: none !important;

}
.cart_totals table tr:nth-child(odd){ 
  background: #383838;
  color: #FCFCFC !important; 
}
	
.cart_totals table tr:nth-child(even){
  background: #535353;
  color: #FCFCFC !important;
}
.woocommerce .cart-collaterals .cart_totals tr td, .woocommerce .cart-collaterals .cart_totals tr th, .woocommerce-page .cart-collaterals .cart_totals tr td, .woocommerce-page .cart-collaterals .cart_totals tr th {
  border-top: none;		
}
.woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table th {
  width: 75%;
  padding: 10px;
}
.woocommerce .cart-collaterals .cart_totals table td, .woocommerce-page .cart-collaterals .cart_totals table td {
  padding: 10px;
  border-left: 1px solid #ababab;
}
.heading_span {
	color: #E6D12F;
	font-weight: bold;
	text-transform: uppercase;
}
.starting_heading_span {
 
	color: #FCFCFC;
}
.shipping-calculator-form {
	display: block !important;
}

.woocommerce .cart-collaterals .shipping_calculator .form-row .input-text,
.woocommerce .cart-collaterals .shipping_calculator .country_to_state, 
.woocommerce .cart-collaterals .shipping_calculator #calc_shipping_state {
    padding: 7px;
    background: none repeat scroll 0 0 #242424;
    border: 1px solid #383838;
    border-radius: 3px !important;

}
td .product-thumbnail {
	text-align: center !important;
}

.button {
  background: #F8D201 !important;
  border: none;
  color: black !important;
}
.woocommerce-cart .cart-collaterals .shipping_calculator .shipping_btn {
  padding-left: 5px;
}
.woocommerce-cart .cart-collaterals .shipping_calculator .button {
  width: 135px;
  border-radius: 5px !important;
}
@media screen and (min-width: 567px) and (max-width: 768px) {
   .cart_btn {
   	  float:left !important; 
   	  width: 25% !important;
   	} 
}
@media screen and (max-width: 566px) {
   .cart_btn {
   	  float:left !important; 
   	  width: 100% !important;
   	} 
}
.woocommerce #content table.cart a.remove, .woocommerce table.cart a.remove, .woocommerce-page #content table.cart a.remove, .woocommerce-page table.cart a.remove {
    background: none repeat scroll 0 0 white;
    border-radius: 12px !important;
    color: #383838;
    display: block;
    height: 18px;
    width: 18px;
}
.woocommerce #content table.cart a.remove, .woocommerce table.cart a.remove, .woocommerce-page #content table.cart a.remove, .woocommerce-page table.cart a.remove:hover {
	background: none repeat scroll 0 0 white;
	color: #383838 !important;
}
.woocommerce-cart table.cart .product-thumbnail {
	width: 80px;
}
.woocommerce-cart table.cart .product-name a {
	color: #fff;
}
.variation-attribute_pa_color p {
  position: relative;
  top: -14px;
}
.woocommerce-cart table.cart td, .woocommerce-cart table.cart th {
	border: none;
	border-right: 1px solid #ababab;
}
.woocommerce-cart table.cart tr.cart_item td {
	border-bottom: 1px solid #ababab;
}
.woocommerce-cart table.cart td:last-child, .woocommerce-cart table.cart th:last-child {
	border-right: none;
}
.subtotal_cartheading th {
	padding-left: 10px !important;
}
.shipping th {
	padding-left: 10px !important;
}
.shipping td {
	text-align: center; !important;
	
}
.subtotal_cartheading span {
	float: right !important;
	/*padding-right: 19%;*/
}
.product-subtotal {
	border-right: none;
}
.cart_item td:last-child { 
	border-right: none; 
}
@media screen and (min-width: 992px) {
   .shipping-calculator-form {
   	  position:relative; 
   	  right: -28%;
   	} 
   	.shipping_calculator h2 {
   		text-align: center;
   	}
}

/*** Checkout Page ***/
/*.woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info {
    border-top: none;
}

.woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-info:before {
  background: none repeat scroll 0 0 #242424;
  content: "i";
  font-family: Times,Georgia,serif;
  font-style: italic;
  border-radius: 16px !important;
  
  display: block;
  height: 30px;
  width: 30px;
  color: white;
  font-weight: bold;
  border: 2px solid white;
}
.woocommerce-info {
	background: #242424;
}*/
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message, .woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-info, .woocommerce-page .woocommerce-message {
  background: #242424;
  box-shadow: none;
  color: #fff;
}
.woocommerce .woocommerce-error li, .woocommerce .woocommerce-info li, .woocommerce .woocommerce-message li {
	color: #fff;
}
@media screen and (min-width: 768) {
   .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 45%;
   }
}

.woocommerce-info a {
	color: #F7D101;
}
.woocommerce-checkout table.shop_table {
	width: 48%;
}
.woocommerce #payment, .woocommerce-page #payment {
  width: 48%;
  background: transparent;
}
.woocommerce #payment ul.payment_methods label {
	color: #fff;
}
.woocommerce #payment ul.payment_methods .payment_box {
	background-color: #fff;
	color: #000;
}
.woocommerce-checkout #payment div.payment_box:after {
	border-bottom-color: #fff;
}
.woocommerce #payment ul.payment_methods .payment_box p {
	color: #000;
}
.woocommerce-checkout #payment ul.payment_methods li img {
	margin-left: 10px;
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
	color: #fff;
	display: inline-block;
	margin-left: 10px;
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal:hover {
	color: #fcd400;
}
.woocommerce-checkout #payment ul.payment_methods {
	border-bottom: none;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	float: left;
	border-radius: 5px !important;
	padding: 15px 25px;
	font-size: 20px;
}

.woocommerce-checkout table.shop_table thead th .product-total {
	border-right: none !important;
}

.woocommerce form div.woocommerce-billing-fields .form-row input.input-text, 
.woocommerce form div.woocommerce-billing-fields .form-row textarea,
.woocommerce form div.woocommerce-shipping-fields .form-row input.input-text, 
.woocommerce form div.woocommerce-shipping-fields .form-row textarea {
	background: none repeat scroll 0 0 #242424;
	border: 1px solid #383838;
	border-radius: 3px !important;
	padding: 7px;
}

.select2-container .select2-choice {
	background: #242424;
	border: 1px solid #383838;
	border-radius: 3px !important;
	color: #bebebe;
}

.select2-results {
	background: #242424;
	border: 1px solid #383838;
	color: #bebebe;
}

.select2-results .select2-result-label {
	color: #bebebe;
}

.select2-results .select2-result-label:hover, .select2-results .select2-highlighted .select2-result-label {
	color: #000;
}

.select2-search input {
	background-color: #242424;
	color: #bebebe;
	border: 1px solid #383838;
}
.select2-search {
	background-color: #242424;
}

.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
	width: 100%;
}

.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address label {
	display: inline-block;
	margin-right: 15px;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	width: 50%;
	padding-left: 2%;
	border-left: 1px solid #383838;
}

.woocommerce-checkout-review-order-table.shop_table thead {
	background: #fcd400;
	color: #000;
	font-weight: normal;
}

#order_review .shop_table tbody, .woocommerce-checkout-review-order-table.shop_table tfoot {
	color: #fff;
	font-weight: normal;
}

.woocommerce-checkout-review-order-table.shop_table tbody td:last-child, .woocommerce-checkout-review-order-table.shop_table tfoot td {
	border-left: 1px solid #ababab;
}

.woocommerce-checkout-review-order-table.shop_table tbody td, .woocommerce-checkout-review-order-table.shop_table tfoot td {
	text-align: left !important;
}

.woocommerce-checkout-review-order-table.shop_table tbody tr:nth-child(even) { /*(even) or (2n 0)*/
	background: #525252;
}

.woocommerce-checkout-review-order-table.shop_table tbody tr:nth-child(odd) { /*(odd) or (2n 1)*/
	background: #353535;
}

.woocommerce-checkout-review-order-table.shop_table tfoot tr:nth-child(even) { /*(even) or (2n 0)*/
	background: #353535;
}

.woocommerce-checkout-review-order-table.shop_table tfoot tr:nth-child(odd) { /*(odd) or (2n 1)*/
	background: #525252;
}

/* thank you page*/
.my_custom_thankyou_table {
	font-size: 12px;
	color: #fcfcfc;
}
.cheackout_table thead {
  background: #FCD500;
  color: #181818;

}
.cheackout_table .order_item .product-name {
	border-right:0.5px solid #fff;
}
.cheackout_table .order_item td a {
	color: #fcfcfc;
}
.cheackout_table tfoot tr:nth-child(odd){ 
	background: #353535;

}
.cheackout_table tfoot tr:nth-child(even){ 
	background: #525252;
}
.cheackout_table tfoot {
	color:#fcfcfc;
}
.custom_thankyou_customer_dtls {
	color:#fcfcfc;
}

.col-1.custom_thankyou_col1 {
    color: #bebebe;
    width: 30% !important;
    padding-top: 20px;
}
.col-2.custom_thankyou_col2 {
    color: #bebebe;
    float: left !important;
    padding-top: 20px;
}
.cheackout_table tfoot th {
    
    width: 75%;
    border-right:0.5px solid #fff;
}

/* my account page*/
.custom_myaccount_table {
  font-size: 12px;
  color: #fcfcfc;
}

.custom_myaccount_table .order-date {
  border-left:0.5px solid #fff;
  

}
.custom_myaccount_table .order-status {
  border-left:0.5px solid #fff;
  border-right:0.5px solid #fff;
  

}
.custom_myaccount_table .order-number a {
	color: #fcfcfc;
}
.custom_myaccount_table .order-actions a {
	background: #181818 !important;
	color: #fcfcfc !important;
}

.custom_myaccount_table th {
	text-align: center;
}
.custom_myaccount_table tbody td {
	text-align: center;
	color: #fcfcfc;
}
.custom_myaccount_table tbody td .order-status {
	text-align: center;
}
.custom_myaccount_col1 {
	color: #bebebe;
}
.custom_myaccount_col1 a {
	border: 1px solid #e6d12f;
	color: #e6d12f;
	padding: 1px 10px;
}
.woocommerce-account .custom_myaccount_user a {
	color: #e6d12f;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	background: none repeat scroll 0 0 #242424;
  border: 1px solid #383838;
  border-radius: 3px !important;
  padding:5px !important;
}
.woocommerce-account .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: 1px solid #e6d12f;
}
.woocommerce-account a {
  color: #e6d12f;
}
.woocommerce-account .woocommerce h2:nth-of-type(1) {
	display: none;
}
.woocommerce-account .woocommerce h2.my_ac {
	display: block;
}
.woocommerce-account #menu-footer-menu a {
  color: #555;
}
/*shop page*/
.post-type-archive-product .slider-bg {
	border-bottom: 4px solid #e6d12f;
}
.post-type-archive-product li h3 {
	background: none repeat scroll 0 0 #e6d12f !important;
}
/*@media screen and (min-width: 601) {
  .post-type-archive-product .woocommerce-page.columns-5 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
    width: 18.05%;
  }
}*/
.post-type-archive-product .woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
  background: none repeat scroll 0 0 #e6d12f;
  /*color: #383838 !important;*/
 
}
.custom_product_cls p {
    color: #bebebe;
    font-size: 14px;
}
/*@media screen and (max-width: 600) {
  .post-type-archive-product .woocommerce-page.columns-5 ul.products li.product, .woocommerce.columns-5 ul.products li.product {
    width: 30.05%;
  }
}*/
 @media (min-width: 1200px) {
	.header .navbar-default #menu-primary-menu > li:after {
		    content: " | ";
		    height: 0;
		    padding-top: 15px;
		    position: absolute;
		    top: 0;
		    width: 0;
		    margin-left: -10px;
		}
	.header .navbar-default #menu-primary-menu > li:first-child:after {
	    content: " ";
	}
	.header .navbar-default #menu-primary-menu  li  a {
	    
	    padding: 12px 20px !important;
	    
	}
 }
/*.header .navbar-default #menu-primary-menu  li a {

height:50px !important;
border-right: 1px solid #C8C8C8;
font-size: 12px;
}
*/
@media (max-width: 1199px) {
	.header .navbar-default .navbar-nav > li > a {
	  font-size: 13px;
	}
	.header .navbar-default #menu-primary-menu li a {
      padding: 17px 0px !important;
    }
}
@media (min-width: 991px) {
	.header .navbar-default #menu-shop_menu > li {
		background: url("assets/img/content-images/divider.png") no-repeat scroll right center rgba(0, 0, 0, 0);
		float: left;
	}
}

	.header .navbar-default #menu-shop_menu > li {
	     
	    color: #4c4000;
	    display: inline;
	    
	    font-family: "Open Sans",sans-serif;
	    font-size: 13px;
	    height: 90px;
	    line-height: 19px;
	    list-style: outside none none;
	    padding: 10px 7px !important;
	  
	}

	.header .navbar-default #menu-shop_menu > li:first-child:after {
	    content: " ";
	}
	.navbar-nav > li {
	    float: left;
	    position: relative !important;
	    
	}

	
	.header .navbar-default #menu-shop_menu  li  a {
	    
	    padding: 17px 20px !important;
	    
	}

/*.navbar-nav li {
   background: url("assets/img/content-images/divider.png") no-repeat scroll right center rgba(0, 0, 0, 0);
   
    color: #4c4000;
    display: inline;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    height: 90px;
    line-height: 19px;
    list-style: outside none none;
    padding: 16px 20px !important;
}*/

/* dropdown menu*/
.dropdown-menu {
  background: #DDBC07;
  border: 1px solid #383838;
}
.header .dropdown-menu {
  border: none;
}
.header .navbar-default .navbar-nav > .open > a, .header .navbar-default .navbar-nav > .open > a:hover, .header .navbar-default .navbar-nav > .open > a:focus {
    color: #383838;
}
.dropdown-toggle .caret {
  display: none !important;
}

/* category page design */
.tax-product_cat .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  background: none repeat scroll 0 0 #535353;

}
.tax-product_cat .woocommerce ul.products li.product, .woocommerce-page ul.products li.product a.added_to_cart{
  color: #F8D201;
}	
.tax-product_cat .post-type-archive-product .woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
  background: none repeat scroll 0 0 #535353;
  
}
.tax-product_cat ul.products li h3 {
  color:#fff !important;
}
.woocommerce ul.products li.product .price {
 
  background:#F8D201 !important ;
  padding:5px !important;
  position: relative !important;
  text-align: center;
  color:black;
  font-weight: bold;
}

.woocommerce ul.products li.product .button {
  margin-top: 0px;
}
.single-product .images img {
	background: #fff !important;
}
.single-product .images .image_title {
	width:100%;
}

.tax-product_cat .add_to_cart_button {
   background: none repeat scroll 0 0 #535353 !important;
   color:#fff !important;
  }

 /*.tax-product_cat .out-of-stock,.tax-product_cat .in_stock {
    background: none repeat scroll 0 0 #F8D201;
    float: right;
    text-align: right;
    font-size:9px;
    color:black;
    position: relative;
    top: -250px;
    width: 80px;*/
   
/*}
.post-type-archive-product .out-of-stock,.post-type-archive-product .in_stock {
	display: none;
}*/

@media screen and (max-width: 768px) {
  .woocommerce-page.columns-5 ul.products li.product, .woocommerce.columns-5 ul.products li.product {
    /*width: 22.05%;*/
    width:40%;
  }
}
@media screen and (min-width: 769px) and (max-width: 870px) {
  .woocommerce-page.columns-5 ul.products li.product, .woocommerce.columns-5 ul.products li.product {
    width: 22.05%;
   
  }
}
/* custom post type */
.btn-more {
	background: none repeat scroll 0 0 #000;
	color: #ac9104;
	font-family: "Open Sans",sans-serif;
	font-weight: bold;
	
	text-align: center;
    
}
.btn-more:hover {
	background: none repeat scroll 0 0 #efcb03;
	color:#000;
}
.archive_post_catelog {
	clear:both;
}
.archive_post_catelog .page-numbers {
	color:#F0CC03;
	padding-right:4px;
}
.archive_post_catelog .current {
	color:#fff;
}
.archive_post_catelog nav h2 {
	display:none;
}
.custom_post_type img,.custompost_img img {
	background: #fff !important;
}

.row_custom .custom_post_type{
    
    float: left;
    list-style-type: none;
    width: 228px;
    
}
.custom_post_title {
    background: none repeat scroll 0 0 #585858;
    MIN-height: 40px;
    position: relative;
    text-align: center;
    top: -10px;
    width: 200px;
    color: white;
}
.custom_post_title a {
	color: white;
	font-weight: bold;
}
.row_custom_category .custom_cat_list {
	list-style-type: none;
	width: 230px;
	float: left;

}
.cat_heading {
    background: none repeat scroll 0 0 #F5D001;
    color: black;
    font-weight: bold;
    height: 35px;
    text-align: center;
   /* width: 87%;*/
   width:200px;
   position:relative;
   top:0px;
}

.cat_heading a:hover {
	color: black;
}
.custompost_img.col-md-3 > p {
    background: none repeat scroll 0 0 #585858;
    width: 200px;
    color: white;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}
.custom_post_category_li div img {
  background:#fff;
}
.custompost_img {
    padding-top: 20px;
}
.standard,.cirtificate {
  color:#F5D001;
}
.standard_content,.cirtificate_content {
  color: #bebebe;
}
.powersafe_product_pdf {
  /*padding-left: 40px; */
  float: right;
}
.product_extra_info {
 border-bottom: 1px solid #F5D001;
 color:white !important;
 font-weight: bold !important;
}
.product_ul {
  padding-left: 0px !important;
  font-size: 14px !important;
  list-style: square url("assets/img/boxpic.png");
  
}
.upperimg {
	background: #181818;
}
.overlayimg {
	/*background: url("http://localhost/powersafe/wp-content/uploads/2013/06/cd_4_angle.jpg") no-repeat;*/
	background-size: contain;
	height: 100px;
    
    right: 44%;
    top:74%;
    width: 100px;
    opacity: 0.1;
}
@media screen and (min-width: 521px) {
  .overlayimg {
  	position: absolute;
  }
}

/* redesign custom post type category*/
.custom_post_category_li {
    float: left;
    list-style-type: none;
    padding-left: 5px;
    padding-right: 15px;
    padding-top: 10px;
}
.custom_post_category_ul,.row_custom {
	padding-left:0px;
}
.archive_post_taxonomy_page {
   
   height:70px;
   
}
.archive_post_taxonomy_page small img {
	float: right;
}
/* redduo page design */
.redduo_li:first-child {
  padding-top: 0px;
}
.redduo_li {
	list-style-type:none;
	padding-top: 30px;

}

.tax-product_cat .out-of-stock img{
	 bottom: 83%;
    display: inline-block;
    left: 78%;
    margin-top: 0;
    position: absolute;
    z-index: 9999;

}
.rcdduo_content {
	color: #bebebe;
	font-size:15px;
}
.woo_archive {
  color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 32px;
    font-weight: lighter;
}
.woo_archive small {
	color: #fcd500;
    font-family: "Open Sans",sans-serif;
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
}
.post-type-archive .sku {
	display: none;
}
.archive_post_title {
	color: #F6D101;
    font-size: 32px;
    font-weight: bold;
    padding: 10px;
}
.tax-product_cat .woocommerce ul.products li.product, .woocommerce-page ul.products li.product-category{
	overflow: hidden;
}
.archive_product_title {
  color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 32px;
    font-weight: lighter;
}
.archive_product_title small {
	color: #fcd500;
    font-family: "Open Sans",sans-serif;
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
}
/* build own page */
.build_own_title {
	 font-family: "Open Sans",sans-serif;
	color: #fff;
    font-size: 32px;
    font-weight: lighter;
}
.build_own_title small {
	color: #fcd500;
    font-family: "Open Sans",sans-serif;
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
}
.build_own_head_section {
	border-bottom: 2px solid #fcd500;
	padding: 20px 0px 4%;
}
.first_img,.second_img {
	text-align: center;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
}
@media screen and (max-width: 991px) {
	.formhead_img .second_img {
		width:60% !important;
	}
    .formhead_img .second_img img {
       margin-top: 8%;
    }
    .formhead_img {
    	padding-top: 10px;
    }

}
.input_txt_build,.drpdwn_build {
	background: none repeat scroll 0 0 #242424;
    border: 1px solid #383838;
    border-radius: 3px !important;
    padding: 8px;
}
.build_own_min_section .input_txt_build {
  width:100px;
}
.drpdwn_build {
	width:200px;
}
.powerboard_selection,.supply_selection {
	padding-bottom: 25px;
	color:#fff;
	font-family: "Open Sans",sans-serif;
}
.build_own_head_section {
  color:#fff;
  font-family: "Open Sans",sans-serif;	
}
.powerboard_selection h5,.supply_selection h5,.required_selection h5 {
  color: #fcd500;
  font-family: "Open Sans",sans-serif;
}
.build_mid_section,.build_mid_section label{
  color:#fff;
  font-family: "Open Sans",sans-serif;	
  padding-bottom: 17px;
  font-weight: bold !important;
}
.build_mid_section_second {
	color:#fff;
  font-family: "Open Sans",sans-serif;	
  padding-bottom: 20px;
  font-weight: bold !important;
}
.build_mid_section_first h4 {
  color:#fcd500;
  font-family: "Open Sans",sans-serif;
  font-weight: bold !important;
}
.user_contact_info_build {
	color:#fff;
  font-family: "Open Sans",sans-serif;	
  padding: 20px;
}
.switchtype {
	color:#fff;
  font-family: "Open Sans",sans-serif;	
  padding-bottom: 14px;
  font-weight: lighter;
}
.volt_lbl {
	font-weight:bold;
}
.input_txt_build_user {
	width:250px ;
}
.user_info_first_row,.user_info_second_row,.user_info_div {
  padding-bottom: 20px;
}
#phone,#fax {
	width: 200px;
}
@media screen and (min-width: 991px) {
   .fax_span {
	padding-left: 10px;
   }
}
@media screen and (max-width: 991px) {
   .fax_span {
	padding-top: 10px;
   }
}

#email,#ordinformation {
	width: 67.5%;
}
.btn_cls {
	padding-top: 20px;
	padding-left: 20px;
	
}
#rqt_btn {
  background: #F8D301;
	color: #000000;
  border: 1px solid #F8D301;
}

.flat_pin,.round_pin {
	margin-top: -10px;
}
.switch_lbl {
	background: #FCCB08;
	width: 115px;
	text-align: center;
}
.unswitch_lbl {
	background: #fff;
	width: 115px;
	text-align: center;
}
.row_amp_lbl {
	position: relative;
    top: 10px;

}
.row_amp_lbl_div {
	margin-top: -10px;
}
.radio_amp {
	padding-top: 9px;
}
.txt_amp {
	padding-top: 6px;
}
.tooltip {
	background: #181818 !important;
}

/* uber menu */
.ubermenu-skin-black-white-2 .ubermenu-item-level-0 > .ubermenu-target {
	border: none !important;
	color:#303030 !important;
}
/*.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target {
    padding-right: 80px !important;
}*/
.ubermenu-item a {
	padding-right: 50px !important;
}
.ubermenu-item a:hover {
	 background: #333333 !important;
	 
	 color:#fff !important;
}
.ubermenu-item.ubermenu-item-type-custom.ubermenu-item-object-custom.ubermenu-item-has-children.ubermenu-item-162.ubermenu-item-level-0.ubermenu-column.ubermenu-column-auto.ubermenu-has-submenu-drop.ubermenu-has-submenu-mega:hover {
	 color:#fff !important;
}
.ubermenu-item a:active { 
    background-color:  #333333 !important;
}
.ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target, .ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target, .ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target {
	/*background: #F0CB03 !important;*/
	color:#fff !important;
}
.ubermenu-skin-black-white-2 {
    background: #F0CB03 !important;
    border: none !important;
    
}
.ubermenu-skin-black-white-2 .ubermenu-item-level-0 > .ubermenu-target:hover {
	color:#fff !important;
}
.archive .woocommerce .navbar-header {
	display: none;
}
.ubermenu-item ul li .ubermenu-item-object-product_cat img .ubermenu-target-with-image {
  height: 30px !important;
    position: absolute !important;
    right: 10px !important;
    width: 30px !important;
}
.ubermenu-image.ubermenu-image-size-product-information-image {
	height: 40px !important;
    position: absolute !important;
    right: 10px !important;
    width: 40px !important;
	
}
.ubermenu-item ul li .ubermenu-item-object-product_cat span {
	font-size: 14px !important;
    position: relative !important;
    top: 0 !important;
}
/*.ubermenu-skin-black-white-2 .ubermenu-submenu.ubermenu-submenu-drop {
  background: #191919 !important;
  color:#fff !important;
}*/
.ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-full_width {
    width: 50% !important;
    border: none !important; 
   
    background: #333333 !important;
}
.ubermenu-bound .ubermenu-submenu-type-mega {
	min-width: 30% !important;
}

.ubermenu .ubermenu-target-with-image > .ubermenu-target-text {
	color:#fff !important;
	padding-top: 10px;
}
.ubermenu-item.ubermenu-item-type-taxonomy.ubermenu-item-object-product_cat.ubermenu-current-menu-item.ubermenu-item-154.ubermenu-item-auto.ubermenu-item-header.ubermenu-item-level-1.ubermenu-column.ubermenu-column-auto {
    width: 50%;
}
/*.ubermenu .ubermenu-colgroup .ubermenu-column, .ubermenu .ubermenu-custom-content-padded, .ubermenu .ubermenu-nonlink, .ubermenu .ubermenu-retractor, .ubermenu .ubermenu-submenu-padded, .ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target, .ubermenu .ubermenu-target, .ubermenu .ubermenu-widget, .ubermenu-responsive-toggle {
    padding: 15px;
}*/
.ubermenu-submenu li a {
    
    padding: 15px !important;
}
.ubermenu-submenu li a span {
	padding-top: 10px !important;
	color: #fff !important;
}
.ubermenu-submenu li:nth-child(even) {
	border-right:none !important;
}
/*.ubermenu-submenu li {
	 width: 50% !important;
	 border-bottom: 0.5px solid #000000 !important;
	 border-right: 0.5px solid #000000 !important;
	 background: #F0CB03 !important;
	
}*/
.ubermenu-skin-black-white-2 .ubermenu-submenu.ubermenu-submenu-drop {
   background: transparent !important;
   width: 50% !important;
}
.ubermenu-submenu li {
	
	 margin-bottom: 1px !important;
	width: 49% !important; 
	
	
}
.ubermenu-skin-black-white-2.ubermenu-horizontal .ubermenu-submenu-drop.ubermenu-submenu-align-left_edge_bar, .ubermenu-skin-black-white-2.ubermenu-horizontal .ubermenu-submenu-drop.ubermenu-submenu-align-full_width {
  width:50% !important;
}	
.ubermenu-skin-black-white-2.ubermenu-horizontal .ubermenu-submenu-drop.ubermenu-submenu-align-left_edge_bar, .ubermenu-skin-black-white-2.ubermenu-horizontal .ubermenu-submenu-drop.ubermenu-submenu-align-full_width {

   
  background: transparent !important;
}	
.ubermenu-submenu .ubermenu-submenu-id-98 .ubermenu-submenu-type-auto .ubermenu-submenu-type-mega .ubermenu-submenu-drop .ubermenu-submenu-align-right_edge_bar {
  width:50% !important;
  background: transparent !important;
  border:none !important;
}
.ubermenu-skin-black-white-2 .ubermenu-submenu.ubermenu-submenu-drop {
  border:none !important;
}
.ubermenu .ubermenu-submenu .ubermenu-column-auto {
  min-width: 100px;
  margin-bottom: 1px !important;
  width: auto;
  margin-right: 1px !important;
}
.ubermenu-submenu:last-child {
	border-bottom:none !important;
}
.ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target, .ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target, .ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target {
	background: #333333 !important;
}
/*.ubermenu-item.ubermenu-item-type-taxonomy.ubermenu-item-object-product_cat.ubermenu-item-155.ubermenu-item-auto.ubermenu-item-header.ubermenu-item-level-1.ubermenu-column.ubermenu-column-auto {
    width: 50%;
}*/
@media screen and (min-width: 1200px) {

	.ubermenu-nav li {
		 background: url("assets/img/content-images/divider.png") no-repeat scroll right center rgba(0, 0, 0, 0) !important;
	    color: #4c4000;
	    display: inline;
	    float: left;
	}
	.ubermenu-submenu li {
		background: #333333 !important;
	}

}
.ubermenu-nav li:last-child {
  background: #F0CB03 !important;
}
.ubermenu-nav li:last-child:hover {
	background: #333333 !important;
}
.ubermenu-submenu li a {
	background: #3E3E3E !important;
}
/*test */
/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 0, 0, 0, .8 ) 
                url('http://i.stack.imgur.com/FhHRx.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

.slider-bg {
  border-bottom:3px solid #F8D201;	
}
.tax-product_cat .sku {
  color: #fff;
  position: relative;
  top: 3px;
}
.tax-product_cat .add_to_cart_button {
  float:left !important;
}
.tax-product_cat span.price {
  font-size:13px !important;
}
.product h3 {
 margin-top:-13px !important;
}
.shop_page_featured_product_list ul.product li h3 {
  color:black !important;
}
.ls-bottom-slidebuttons {

float:right !important;
padding-right:16.5% !important;
}
.ls-bottom-slidebuttons  a{
background:url("assets/img/boxwhite.png") !important;

}
.ls-bottom-slidebuttons  a.ls-nav-active{
background:url("assets/img/boxpic.png") !important;

}
/*.ls-v5 .ls-playvideo, .ls-v5 .ls-nav-sides, .ls-v5 .ls-bottom-slidebuttons a, .ls-v5 .ls-nav-prev, .ls-v5 .ls-nav-next, .ls-v5 .ls-nav-start, .ls-v5 .ls-nav-stop, .ls-v5 .ls-fullscreen, .ls-v5 .ls-loading-container {
background:url("assets/img/boxpic.png") !important;
}*/
.col_onehalf_first li,.col_onehalf_second li {
color:#fff;
}
.ls-v5 .ls-bottom-slidebuttons a {
    width: 10px !important;
    height: 10px !important;
    margin-right: 8px !important;
}
.product_type_simple {
float:left !important;
}
@media screen and (max-width: 650px) {
   .ls-bottom-slidebuttons {
		padding-right:9.5% !important;
	}
}

.tax-product_cat .woocommerce ul.products li.product a {
float:left !important;
}

.ubermenu-skin-black-white-2 {
  font-size:11px !important;
  padding-left:16px !important;
}
.ubermenu .ubermenu-image {
  background:#fff !important;
}
ul.ubermenu-submenu li a img {
  background:#fff !important;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  padding: 0.618em 5px !important;	
}

.shop_page_featured_product_list .woocommerce ul.products li a h3 {
  padding-left: 8px;
}
/* ubermenu center */
  .ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only {
    text-align: center !important;
}
/*end*/

.psotTumbnill a {
	padding-right: 15px;
}
.psotTumbnill a img {
	width:90px;
	margin-top:4px;
}

/* newly edited by dCube for single post */
h3.single_post_title {
	color:#E8C504;
	font-weight: bold;
	font-size: 35px;

}
h3.single_post_title img {
	float: right;
	padding-right: 20px;
}
.single_custom_post_contain {
	padding-top: 20px;
}

/* menu responsive */
.ubermenu-submenu li a {
	background: #303030 !important;
}
@media screen and (max-width: 960px) {
	.ubermenu-skin-black-white-2.ubermenu-horizontal .ubermenu-submenu-drop.ubermenu-submenu-align-left_edge_bar, .ubermenu-skin-black-white-2.ubermenu-horizontal .ubermenu-submenu-drop.ubermenu-submenu-align-full_width {
		width:100% !important;
	}
	.ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column, .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column-auto {
		width:100% !important;
	}
	.ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column, .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column-auto {
		width:100% !important;
	}
	.ubermenu-skin-black-white-2 .ubermenu-submenu.ubermenu-submenu-drop {
		width:100% !important;
	}
}

.footer_second_img {
	padding-left: 20px;
}
.redduo_li img {
	background:#fff;
}
.rcd_video_div {
	clear:both;
}
.rcd_description_div {
	color:#BEBEBE;
}
/* All distributors */
.featured_blog_img_logo {
	display: inline-block;
    margin: 0 56px 20px 0;
    padding: 0;
    width: 18%;
}
.featured_blog_img_logo img {
	border: 7px solid #EBC804;
    width: 100%;
    background: #fff;
}

.featured_blog_img_logo img:hover {
	border: 7px solid #CECECE;
}
/* All catalog */
.allcatalog_list {
	margin-right: 30px;
	float:left;
	min-height:300px;
	list-style: none;
	margin-top:20px;
  
}
.allcatalog_list .catalog_title {
	background: none repeat scroll 0 0 #e7c405;
    font-weight: bold;
	width: 229px;
	text-align: center;
	min-height:40px;
	
} 
.powersafe_term  {
	color:#BEBEBE;
}
.powersafe_term h3 {
	color:#EBC804;
}
.powersafe_term h5 {
	color:#fff;
}
.term_tag {
	float:right;
	color:#000000;
	padding-right:15px;
}
.term_tag:hover {
	color:#000000;
}


.details_li li {
	font-family: "Open Sans",sans-serif;
  font-size: 14px;
  color: #bebebe;
  font-weight: lighter;
  padding-top: 15px;
}
