/*Header*/
body{
	background: url(img/bg.jpg);
}
.topbar {
  background: #284e79 none repeat scroll 0 0;
  display: block;
  width: 100%;
  min-height:47px;
}
.container {
  margin: 0 auto;
  max-width: 1170px;
  width: 100%;
}
.left {
  float: left;
  width: 50%;
}
.topbar .left a {
  font-family: "latoblack";
  font-size: 22px;
  font-weight: normal;
  margin-top: 7px;
}
a:hover{
	text-decoration: none;
}

.right {
  float: right;
  width: 50%;
  text-align: right;
}
.topbar .phone {
  position: relative;
  display: table;
  padding-left: 15px;
}
.phone a {
  display: inline-block;
  float: left;
  color: #fff;
}.phone a:hover{
	/*color: #6e6d6d;*/
	color: #322F31;
}
.phone br {
  display: none;
}
.topbar .left a:last-child {
  margin-top: 13px;
  margin-left: 7px;
}
.topbar .search {
  display: inline-block;
  padding-right: 22px;
  position: relative;
}
.topbar .search:hover{
	/*color: #6e6d6d;*/
	color: #000;
}
.topbar .search::before {
  background: rgba(0, 0, 0, 0) url("img/search.png") no-repeat scroll 0 0;
  bottom: -5px;
  content: "";
  height: 32px;
  left: -40px;
  position: absolute;
  width: 32px;
}
.topbar .search {
  color: #ffffff;
  font-family: "Lato",sans-serif;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.search_form {
  position: absolute;
  right: 208px;
  top: 42px;
  width: 200px;
  z-index: 2147483647;
  display: none;
}
.searchform, #searchform {
  background: #f9f9f9 none repeat scroll 0 0;
}
.topbar .quote {
  background: #322f31 none repeat scroll 0 0;
  display: inline-block;
  padding: 12px 26px;
}
.quote > a {
	font-family: "Lato",sans-serif;
  font-weight: 700;
  color: #fff;font-size: 16px;
  font-weight: 700;
}
.quote > a:hover{
	color: #ffffff;
}
#header {
  
  padding: 14px 0;
   
}#wrapper {
background: #fff;
  padding: 0;
}
#wrapper2.rapper {
  background: #fff;
  height: auto;
  width: 100%;
}
#wrapper, #wrapper2 {
  padding: 0 15px;
}

.headbg {
  background: #ffffff none repeat scroll 0 0;
 /* box-shadow: 1px 1px 3px;
  -webkit-box-shadow: 1px 1px 3px;
  -moz-box-shadow: 1px 1px 3px;
  -o-box-shadow: 1px 1px 3px;*/
-webkit-box-shadow: 0px 2px 2px 0px rgba(210,210,210,1);
-moz-box-shadow: 0px 2px 2px 0px rgba(210,210,210,1);
box-shadow: 0px 2px 2px 0px rgba(210,210,210,1);
  position: relative;
  width: 100%;
  z-index: 1;
}

 .woocommerce .woocommerce_tabs ul.tabs li a, .woocommerce .woocommerce-tabs ul.tabs li a {
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  display: inline-block;
  padding: 0.5em 2em;
}
#logo { float: left !important; max-width: 375px !important; }
 
#navigation {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  clear: none;
  float: right !important;
  max-width: 692px !important;
   margin: 10px 0;
}
  
  .nav.fl {
  float: right;
  margin-right: 0;
}ul.nav li{
	padding: 0 22px !important;
}
ul.nav li a {
  color: #6e6d6d !important;
  font-family: "Lato",sans-serif;
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  text-transform: uppercase;
}
ul.nav li:last-child {
  padding-right: 0 !important;
}
#navigation ul.nav > li a:hover, #navigation ul.nav > li:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #284e79 !important;
}
ul.nav li.current_page_item a, ul.nav li.current_page_parent a, ul.nav li.current-menu-ancestor a, ul.nav li.current-cat a, ul.nav li.current-menu-item a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #284e79 !important;
}

/*Sub Nav*/
#navigation .nav li.parent > a::after{
  content:none !important;  
}

#navigation ul li ul li:hover {
    border-radius: 0;
}
ul.nav li{
  position: inherit;
}
ul.nav li li {
  position: relative;
}

#navigation ul li ul {
    background: #f2f2f2 none repeat scroll 0 0;
   
    display: none;
    left:auto;
    position: absolute;
    top: 65px;
    width: 630px;
    z-index: 99999;
    left: -100% !important
}
#navigation ul.nav ul li{
 /* border-bottom: 1px solid #d4d4d4;*/
float: left;
height: auto;
line-height: 40px;
margin: 0;
padding: 4px 0 !important;
width: 169px;
}
#navigation ul li:hover > ul {
    display: block;
    transition: all 0.2s ease-in-out 0s;
}
#navigation .nav li ul li.parent > a {
  padding: 0 !important;
}
#navigation ul li ul li a {
  color: #000000 !important;
  font-family: "Source Sans Pro",sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  min-height: 40px;
  padding: 0 !important;
  text-transform: capitalize;
  text-decoration: none;
}
#navigation ul.nav ul ul {
  left: 0px !important;
  top: 42px;
}
.sub-menu{
  min-height: 238px;
}
.sub-menu li {
  border-bottom: 1px solid #d4d4d4;
  margin: 0 0 0 30px !important;
}
.sub-menu li ul.sub-menu li {
  margin: 0 !important;
}
#navigation ul.nav ul ul li {
  width: 169px;
}
#navigation ul.nav ul.sub-menu li:first-child ul li:last-child {
  border-bottom: 0;
}
#navigation ul.nav ul ul li a{
   font-family: 'Source Sans Pro', sans-serif;
   font-weight: 400;  
}
#navigation li:hover > a:hover, #navigation li:hover > a {
    color: #fff;
}
#navigation ul > li.current > a {
    color: #fff;
}
.main-nav {
    display: block;
}
#navigation ul > li > ul > li.current > a {
    color: #fff;
}
.menu ul > li > ul > li > ul > li.current > a {
    color: #fff;
}
#navigation ul li .current a {
    color: #fff;
}
#navigation ul li ul li ul {
    background-color: rgba(0, 0, 0, 1);
    border-top: medium none;
    display: block;
    left: 190px;
    position: absolute;
    top: 0;
    width: 180px;
  visibility:visible;
  min-height:123px;
  padding: 0;
}

/*Home Content*/
.bx-wrapper .bx-next{
  background: url(img/arrow_right.png);
}
.bx-wrapper .bx-prev{
  background: url(img/arrow_left.png);
}
.bx-wrapper .bx-controls-direction a {
  height: 40px; 
  width: 40px;  
}
.bx-wrapper .bx-prev {
  left: 30px;
}
.bx-wrapper .bx-next {
  right: 28px;
}
.bx-wrapper .bx-next:hover {
  background-position: 0;
}
.home article {
  padding-left: 52px;
  padding-top: 56px;
}
.entry, .entry p {
  font-family: "Lato",sans-serif;
  font-size: 20px;
  font-weight: 400;
}
.home .entry a {
  background: #284e79 none repeat scroll 0 0;
  border-radius: 2px;
  color: #ffffff;
  font-size: 16px;
  padding: 12px 18px;
  text-transform: uppercase;
}
/*Home Widget*/
.row {
 
  margin-left: -15px;
  margin-right: -15px;
  
}
.row {
 /* margin: 0 auto;
  display: block;
  max-width: 1170px;*/
}
.col-4 {
  float: left;
  max-width: 360px;
  padding: 0 15px;
  width: 100%;
  margin-bottom: 25px;
}
.boximg {
  border: 1px solid #d1d1d1;
}
.boximg img{
	width: 100%;
}
.col-4 .title {
  background: #284e79 none repeat scroll 0 0;
  padding: 12px 0 13px;
  text-align: center;
  text-transform: uppercase;
}
.col-4 .title > a {
  color: #ffffff !important;
  font-family: "Lato",sans-serif;
  font-size: 22px;
  font-weight: 400;
}

/*Footer*/
#footer {
  border-top: 0 none;
  color: #999999;
  padding: 0;
}
.fleft {
  float: left;
  padding-left: 1.2%;
  width: 48%;
}
.fright {
  float: right;
  width: 48%;
  padding-right: 1.2%;
}
.footer_top {
  background: #322f31 none repeat scroll 0 0;
  padding: 30px 0 48px;
}
.fleft h2 {
  color: #698cb3;
  font-family: "Lato",sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.fleft ul li a {
  color: #ffffff;
  font-family: "Lato",sans-serif;
  font-weight: 400;
}
.fleft ul li a:hover{
	color: #284e79;
}
.fleft li::before {
  background: rgba(0, 0, 0, 0) url("img/footeru.png") no-repeat scroll 0 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 15px;
  width: 5px;
}


.fleft li {
  padding: 5px 13px;
  position: relative;
}
.fr .textwidget > ul {
  color: #ffffff;
  font-size: 13px;
}
.fr .textwidget > ul {
  color: #ffffff;
  font-family: "Lato",sans-serif;
  font-size: 13px;
  font-weight: 400;
}
.fr .textwidget > ul li strong {
  font-weight: 700;
}

.fr .textwidget > ul li:last-child {
  font-family: 'Arimo', sans-serif;
}
.fr img {
  margin-bottom: 20px;
}
.fr a {
  color: #ffffff;
}
.fr a:hover {
  color: #284e79;
}

.slider, .slider img {text-align:center;}


.bottom, .bottom a, .bottom p {
  background: #284e79 none repeat scroll 0 0;
  color: #ffffff;
  font-family: "Lato",sans-serif;
  font-size: 13px;
  font-weight: 400;
  width: 100%;
}
.bottom a:hover{
	/*color: #6e6d6d;*/
	color: #322F31;
}
.bottom .container > p {
  padding: 17px 15px;
}

/* programmer 10 */

/* general page */
.breadcrumb .breadcrumb-title {
  display: none;
}
.breadcrumb a, .breadcrumb span {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color:#333333;
  text-decoration: none;
}
.breadcrumb span {
  color:#284e79;
}
.breadcrumb-trail .sep::before {
  color: #333333;
  content: "/";
  margin-right: -2px;
  padding: 0 0 0 1px;
}
.breadcrumb-trail .sep {
  color: #fff;
}
.breadcrumb {
  border-bottom: medium none;
  margin-bottom: 45px;
 
  padding: 24px 0 0 ;
}

.entry img, img.thumbnail, #portfolio .group.portfolio-img img {
  background: none repeat scroll 0 0;
  border: medium none;
  height: auto;
  padding: 0;
}
.general-box h2.vc_custom_heading {
  text-transform: uppercase;
}
.general-box .wpb_wrapper > p {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color:#333;
  margin-bottom: 17px;
}
.general-box strong {
  font-family: 'latoblack';
  color:#284e79;
  font-size: 16px;
}
.home .page strong {
  color: #284e79;
}
.general-box strong strong, .home strong strong {
  color:#333;
}
.general-box strong em {	
    font-family: 'latobold_italic';
}
.vc_row.wpb_row.vc_row-fluid.general-box {
  margin-bottom: 61px;
}

/* blog */



.sidebar-box > h3 {
  color: #284e79;
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 7px;
  text-transform: uppercase;
}
.blog-catg .sidebar-box > h3 {
  margin-bottom: 13px;
}
.sidebar-box a {
	color: #333;
  font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size: 16px;
	line-height: 26px;
	text-decoration: none;
}
.sidebar-box a:hover {
	color: #284e79;
}
.sidebar-box li {
	padding-bottom: 10px;
	padding-top: 3px;
}
.sidebar-box > ul {
  margin-bottom: 29px;
}

#sidebar {
    margin-top: 0 !important;
}

#sidebar .widget_nav_menu {
  margin-top: 50px;
}

.blog-catg .sidebar-box a {
  color: #333333;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

h1.page-title {
  color: #333333;
  font-family: 'Lato', sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 54px;
  margin-top: -2px;
  text-align: left;
  text-transform: uppercase;
}


.blog-catg .sidebar-box a:hover, .archive .sidebar-box a:hover, .blog-catg .sidebar-box li.current-cat a {
  color: #284e79;
}
.blog-catg .sidebar-box li {
  background: #edebe8 none repeat scroll 0 0;
  margin-bottom: 1px;
  padding: 11px 19px 14px;
}
.post img {
  margin-bottom: 10px;
  margin-top: 19px;
}
.post .title.entry-title {
  margin: 0;
}
.post .title.entry-title > a {
  color: #284e79;
  display: block;
  font-family:'Lato',sans-serif;
  font-size: 17px;
  font-weight: 700;
  padding-top: 8px;
  text-decoration: none;
}
.post-meta {
  color: #999999;
  font-family:'Lato',sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin-bottom:9px;
}
.post-meta a:link, .post-meta a:visited, .post p.tags a:link, .post p.tags a:visited {
  color: #999999;
  font-family:'Lato',sans-serif;
  font-size: 15px;
  font-weight: 400;
	text-decoration:none;
}
.post-meta abbr {
	border-bottom: medium none;
	cursor: help;
	text-decoration: none;
}
.page-template-template-blog article .fix,
.archive article .fix {
	display: none;
}
.post-more {
  clear: none;
  margin-top: 20px;
  padding: 0;
}
.page-template-template-blog .entry p {
  color: #333333;
  font-family:'Lato',sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 38px;
}
.post-more .read-more > a {
  background: #284e79 none repeat scroll 0 0;
  border: 1px solid #284e79;
  border-radius: 3px;
  color: #ffffff;
  font-family:'Lato',sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 29px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
article.post {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 16px;
  padding-bottom: 40px;
}
.page-template-template-blog .pagination.woo-pagination {
  border-top: 2px solid #cccccc;
  margin-top: 39px;
  max-width: 847px;
  padding-top: 25px;
  text-align: right;
  width: 100%;
  margin-bottom:30px;
}
.woo-pagination {
   border-top-left-radius: 0;
    border-top-right-radius: 0;
    float: right;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-top: 15px;
    position: relative;
}
.woo-pagination span.current {
	background: #284e79 none repeat scroll 0 0;
	border: 0 none;
	color: #fff;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	font-weight:700;
	margin-left: 0;
	margin-right: 10px;
	padding: 11px 18px;
	text-align:center;
}
.woo-pagination a:link, .woo-pagination a:visited, .woo-pagination a:active {
    background-color: #322f31;
    border: 0 none;
    border-radius: 0;
    color: #fff !important;
    display: inline-block;
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	font-weight:700;
    margin-left: 0;
    margin-right: 10px;
    padding: 11px 0;
    width:43px;
	text-align:center;
}
.next.page-numbers {
    background-color: #322f31;
    text-indent: -10000px;
	position:relative;
    width: 43px;
	text-align:center;
}
.prev.page-numbers {
    background-color: #322f31;
    text-indent: -10000px;
	position:relative;
    width: 43px;
	text-align:center;
}
.next.page-numbers::before {
	color: #fff;
	content: ">";
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight:400;
	left: 0;
	position: absolute;
	text-indent: 1px;
	width: 100%;
}
.prev.page-numbers::before {
	color: #fff;
	content: "<";
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight:400;
	left: 0;
	position: absolute;
	text-indent: 1px;
	width: 100%;
}
article.post:last-child {
  border-bottom: medium none;
}
.prev_single {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
.nextv_single {
  float: right;
}
.prev_single > a {
	background: url("img/previous.png") no-repeat scroll 0 0 !important;
	display: block;
	height: 42px;
	text-indent: -10000px;
	width: 152px;
	margin-bottom: 20px;
}
.nextv_single > a {
	background: url("img/next.png") no-repeat scroll 0 0 !important;
	display: block;
	height: 42px;
	text-indent: -10000px;
	width: 152px;
	margin-bottom: 20px;
}
.entry ul {font-size: 16px;}
.post-meta { display: none;}
.single .entry > p {
  color: #333333;
	font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 26px;
}
.single .post-meta {
  margin-bottom: 28px;
}
.single .post img {
  margin-left: 30px;
}
.single article.post {
  border-bottom: 2px solid #cccccc;
  margin-bottom: 21px;
  padding-bottom: 66px;
}
.col-three {
  max-width: 263px;
  width: 100%;
}
.col-nine {
  max-width: 847px;
  width: 100%;
}
.latest-news .sidebar-box li:first-child {
    padding-top: 0px;
}
.latest-news .sidebar-box li {
  border-bottom: 1px solid #e7e7e7;
  height: 76px;
  padding: 18px 0 25px;
}
.latest-news img {
  float: left;
  height: 71px;
  margin-right: 20px;
  margin-top: 5px;
  overflow: hidden;
  width: 70px;
}
.latest-news .sidebar-box a {
  color: #284e79;
  font-family:'Lato',sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
}
.latest-news .post-date {
  color: #999;
  font-family:'Lato',sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.blog-catg .sidebar-box li:last-child {
  border-bottom: medium none;
}

.col-nine h1.title.entry-title, .archive_header {
  border: medium none;
  color: #333333;
  font-family:'Lato',sans-serif;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 8px;
  margin-top: -2px;
  text-align: left;
  text-transform: uppercase;
}
/* contact */
.contact-form .wpcf7-form label, .request-quote label {
  color: #333333;
  font-family:'Lato',sans-serif;
  float: left;
  font-size: 14px;
  font-weight: 400;
  margin-right: 10px;
  max-width: 150px;
  width: 100%;
  line-height: 17px;
  margin-top: 4px;
}
.contact-form .wpcf7 {
  border-top: 1px solid #dddddd;
  margin-top: 31px;
  padding-top: 16px;
}
.wpcf7-form > p {
  clear: both;
}
.page-id-16.page-template-default h1.title.entry-title {
  display: none;
}
h1.title.entry-title {
  color: #333333;
  font-family:'Lato',sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 24px;
  text-align: left;
  text-transform: uppercase;
  margin-top: -2px;
}
.contact-info ul {
  list-style: outside none none;
  padding: 0;
}
.contact-info li {
  color: #fff;
  font-family:'Lato',sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  list-style: outside none none !important;
}
.contact-info li strong {
  font-weight: 700;
  font-family:'Lato',sans-serif;
}

.contact-info {background:#322f31;}
.contact-info li a {
  color: #fff;
  text-decoration:none;
}
.contact-info img {
  margin: 21px 0 0;
}
.contact-info a {
	text-decoration:none;
}
.contact-link strong {
  background: #284e79 none repeat scroll 0 0;
  clear: both;
  font-family:'Lato',sans-serif;
  color: #ffffff;
  display: block;
  font-size: 22px;
  font-weight: 700;
  max-width: 356px;
  padding: 19px 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.contact-form .wpcf7-text {
  border: 2px solid #e7e7e7;
  display: block;
  color: #333333;
  font-family:'Lato',sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 33px;
  max-width: 311px;
  padding: 1px 13px 0;
  width: 100%;
}
.contact-form .wpcf7-textarea {
  border: 2px solid #e7e7e7;
  display: block;
  height: 141px;
  max-width: 408px;
  padding: 5px 13px;
  width: 100%;
}
.wpcf7-select.customSelect {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #e7e7e7;
  color: #333333;
  font-family:'Lato',sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 33px;
  max-width: 311px;
  padding: 1px 13px 0;
  width: 100%;
  line-height: 30px;
}
.customSelectInner {
  background: url("img/arrow.png") no-repeat scroll right center;
  display: block !important;
  width: 100% !important;
}
.home .breadcrumb {
  display: none;
  margin: 0;
}
.archive .sidebar-blog {
 margin-top: 22px;
}
.wpcf7-form > p {
  clear: both;
  font-family:'Lato',sans-serif;
  color: #333333;
  font-size: 14px;
  line-height: 17px;
  margin: 16px 0;
  max-width: 620px;
}
.contact-form .wpcf7-form-control.wpcf7-submit {
  color: #ffffff;
  background:#284e79;
  font-size: 16px;
  font-weight: 400;
  height: 42px;
  line-height: 42px;
  margin-left: 162px;
  margin-top: 10px;
  max-width: 152px;
  padding: 0;
  width: 100%;
}


/*WooCommerce*/
ul.products li.product {
  margin-bottom: 4.8%;
  margin-right: 3%;
  width: 22.75%;
}
ul.products li.product a img {
  border: 1px solid #edeced;
}
ul.products li h3, .product-name > a {
  color: #333333;
  font-family: "Lato",sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 21px 0;
  text-transform: capitalize;
}
.woocommerce .add-request-quote-button.button, ul.products li.product a.button {
  background-color: #284e79;
  color: #ffffff;
  font-family: "Lato",sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 7.5px 16px;
}
.woocommerce .add-request-quote-button.button:hover, ul.products li.product a.button:hover {
  background: #284e79 none repeat scroll 0 0;
  color: #322f31 !important;
}
/*Single Page*/
.woocommerce .images {
  float: left;
  margin-right: 3.3%;
  width: 31.5%;
}
.woocommerce .images a {
  border: 1px solid #e8e8e8;
  
}
.woocommerce .images .thumbnails a {
  
  margin-right: 2%;
  width: 22.85%;
}
.woocommerce .images .thumbnails a:nth-child(4),
.woocommerce .images .thumbnails a:nth-child(8),
.woocommerce .images .thumbnails a:nth-child(12) {
  margin-right: 0;
}
.woocommerce .summary {
  position: relative;
  width: 65.2%;
min-height:200px;
}
.woocommerce .summary h1.product_title {
  color: #333333;
  font-family: "Lato",sans-serif;
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: -8px;
  text-transform: uppercase;
}
.sku_wrapper {
  float: left;
  margin-bottom: 9px;
  width: 100%;
}
.star-rating {
  margin-bottom: 4px;
}
.woocommerce-product-rating .woocommerce-review-link {
  color: #000000 ;
}
.woocommerce-product-rating .woocommerce-review-link span{
  color: #284e79 ;
}
.woocommerce .summary form {
  float: left;
  margin-top: 30px;
  padding: 21px 0;
  width: 100%;
}

.quantity .qty {
  border-color: #c4c0bf;
  border-radius: 0;
  box-sizing: border-box;
  height: 30px;
  line-height: 1;
  margin-bottom: 3px;
  margin-top: 5px;
  text-align: center;
  width: 37px;
}
.single-product .entry-summary .yith-ywraq-add-to-quote {
  /*bottom: 40px;*/
  left: 0;
  /*position: absolute;*/
}

/*tabs*/

#tab-description > h2 {
  display: none;
}

.woocommerce .woocommerce_tabs, .woocommerce .woocommerce-tabs {
  border-top: medium none;
}
.tabs {
  margin-bottom: -1px;
}
.woocommerce .woocommerce_tabs ul.tabs li, .woocommerce .woocommerce-tabs ul.tabs li:first-child {
  margin-left: 30px;
}
.woocommerce .woocommerce_tabs ul.tabs li.active a, .woocommerce .woocommerce-tabs ul.tabs li.active a {
  background: #fff none repeat scroll 0 0;
  border-color: #ed2a00 #dddddd #fff;
  border-style: solid;
  border-width: 5px 1px 1px;
  color: #000;
}
.woocommerce .woocommerce_tabs ul.tabs li.active a, .woocommerce .woocommerce-tabs ul.tabs li.active a {
  background: #fff none repeat scroll 0 0;
  border-color: #284e79 #dddddd #fff;
  border-style: solid;
  border-width: 5px 1px 1px;
  color: #000;.
  font-weight: 700 !important;
}
.woocommerce .woocommerce_tabs ul.tabs li a, .woocommerce .woocommerce-tabs ul.tabs li a {
  background: #333333 none repeat scroll 0 0;
  border-radius: 0;
  color: #fff;
 font-family: "Lato",sans-serif;
  font-size: 16px;
  line-height: 26px;
  margin-right: 5px;
  text-align: center;
  width: auto;
  font-size:16px;
  text-transform:uppercase;
  text-decoration:none;
}

#tab-description {
  border: 1px solid #e0e0e0;
}
.woocommerce .woocommerce_tabs .panel, .woocommerce .woocommerce-tabs .panel {
  border: 1px solid #e0e0e0;
  padding: 30px 30px 0px 45px;
}
.woocommerce .woocommerce_tabs ul.tabs li, .woocommerce .woocommerce-tabs ul.tabs li {
  float: left;
  height: 45px;
  list-style-type: none;
}
.woocommerce .woocommerce_tabs p, .woocommerce .woocommerce-tabs p {
  color: #333333;
  font-family: "Lato",sans-serif;
  font-size: 16px;
  font-weight: 400;line-height: 27px;
  
}
#tab-description li::before {
  background: rgba(0, 0, 0, 0) url("img/tabli.png") no-repeat scroll 0 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 17px;
  width: 4px;
}
.woocommerce #tab-description ol, .woocommerce #tab-description ul {
  margin: 0 0 15px;
  padding: 0;
}
.woocommerce #tab-description ul li {
  color: #1f1f1f;
  font-family: "Source Sans Pro",sans-serif;
  font-size: 16px;
  font-weight: 400;
  list-style: outside none none;
  padding-left: 18px;
  padding-top: 9px;
  position: relative;
}
.woocommerce .woocommerce_tabs, .woocommerce .woocommerce-tabs {
  clear: both;
  float: left;
  margin-bottom: 3em;
  margin-top: 62px;
  width: 100%;
}
.bx-wrapper .bx-viewport {
  left: 0;
}
.orderby {
  height: 45px;
  line-height: 45px;
  margin-bottom: 35px;
  margin-right: 8px;
  padding: 0 5px;
  width: 265px;
}
.mobile-pcq{
	display:none;
}

.footer_top, .bottom {
 float: left;
 width: 100%;
}
.search-results article .fix {
  display: none;
}
.search-results .title.entry-title > a {
  color: #284e79;
  display: block;
  font-family: 'Lato',sans-serif;
  font-size: 17px;
  font-weight: 700;
  padding-top: 8px;
  text-decoration: none;
}
.search-results article {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 16px;
  padding-bottom: 40px;
}
/*.topbar .search:hover .search_form, .search.mobiles:hover .search_form {
  display: block;
}*/

/*========== Non-Mobile First Method Responsive ==========*/


@media only screen and (min-width: 991px) and (max-width: 1200px) {
#navigation {
  max-width: 660px !important;
}
ul.nav li:last-child {
  padding-right: 10px !important;
}
#navigation ul li ul {
  left: -160% !important;
}
.general-box .vc_col-sm-4 {
  width: 37%;
}
.general-box .vc_col-sm-8 {
  width: 63%;
}
.col-nine {
  max-width: 701px;
}
.woocommerce .images .thumbnails a {
  margin-left: 1%;
  margin-right: 1%;
  width: 22%;
}
.home .col-4 {
  float: left;
  margin-bottom: 25px;
  max-width: 310px;
  padding: 0 15px;
  width: 100%;
}
.home article {
  padding-left: 0px;
}
.bottom .container > p {
  padding: 17px 15px;
  width: 90%;
}
#wrapper2.rapper {
  width: 97%;
}

	}
	
@media only screen and (min-width: 768px) and (max-width: 992px) {
.general-box .vc_col-sm-4 {
  width: 51%;
}
.general-box .vc_col-sm-8 {
  width: 49%;
}
.general-box h2.vc_custom_heading {
  font-size: 32px !important;
}
#logo {
  max-width: 225px !important;
}
#navigation {
  float: left !important;
  max-width: 535px !important;
}
ul.nav li {
  padding: 0 10px !important;
}
ul.nav li a {
  font-size: 18px;
  padding: 5px 0 10px !important;
}
#navigation ul li ul {
  left: -280% !important;
  top:35px;
}
ul.nav li:last-child {
  padding-right: 10px !important;
}
.contact-info.vc_col-sm-4 {
  width: 43%;
}
.contact-form.vc_col-sm-8 {
  width: 57%;
}
.contact-form .wpcf7-form label {
  margin-bottom: 10px;
  max-width: 100%;
}
.contact-form .wpcf7-text, .wpcf7-select.customSelect, .contact-form .wpcf7-textarea {
  max-width: 90%;
}
.contact-form .wpcf7-form-control.wpcf7-submit {
  margin-left: 0;
}
.col-nine {
  float: right;
  max-width: 420px;
  width: 100%;
}
.col-three {
  float: left;
}
.single .post img {
  float: none;
  margin-left: 0;
}
.woocommerce .images .thumbnails a {
  margin-left: 1%;
  margin-right: 1%;
  width: 22%;
}
.bottom .container > p {
  padding: 17px 15px;
  width: 90%;
}
#wrapper.rapper {
  width: 96%;
}
.col-4 {
  float: left;
  max-width: 225px;
}
.col-4 .title > a {
  font-size: 15px;
}

.slider .bx-wrapper {
 height: 330px;
}
.slider .bx-wrapper ul li {
 width: 300px !important;
}
.slider .bx-wrapper ul li img {
 max-height: 330px !important;
}
.bx-wrapper ul.kiwi-logo-carousel.align-center li div.helper {
 display: block;
}
#inner-wrapper2 {
  box-sizing: border-box;
  padding: 0 15px;
  position: relative;
  transition: left 0s ease 0s, all 0s ease 0s, all 0.5s ease 0s;
  width: 100%;
}
#wrapper2 {
  padding: 0;
}
	}

@media only screen and (min-width: 481px) and (max-width: 767px) {	
.general-box img {
  margin-bottom: 30px;
}
.contact-form .wpcf7-textarea {
  max-width: 370px;
}
.contact-form .wpcf7-form label {
  margin-bottom: 10px;
}
.wpb_text_column.wpb_content_element.contact-link {
  margin-bottom: 20px;
}
.csstransforms3d.csstransitions .show-nav #navigation {
 backface-visibility: hidden;
 left: 0;
 transform: translate3d(0%, 0px, 0px);
 -ms-transform: translate3d(0%, 0px, 0px); /* IE 9 */
 -webkit-transform: translate3d(0%, 0px, 0px); /* Chrome, Safari, Opera */
}
.woocommerce .images {
  float: left;
  margin-right: 2%;
  width: 47%;
}
.woocommerce .summary {
  float: right;
  width: 50%;
}
.woocommerce .images .thumbnails a {
  margin-left: 1%;
  margin-right: 1%;
  width: 22%;
}
.woocommerce .woocommerce_tabs ul.tabs li a, .woocommerce .woocommerce-tabs ul.tabs li a {
  padding: 0.5em 1em;
}
.bottom .container > p {
  padding: 17px 15px;
  width: 90%;
}
/*programmer 14*/
.csstransforms3d.csstransitions .show-nav #navigation {
 backface-visibility: hidden;
 left: 0;
 transform: translate3d(0%, 0px, 0px);
 -ms-transform: translate3d(0%, 0px, 0px); /* IE 9 */
 -webkit-transform: translate3d(0%, 0px, 0px); /* Chrome, Safari, Opera */
}
#navigation{
	background-color:#fff;
}
.nav-toggle {
  margin: 0;
}
#navigation h3 {
  display: none;
}
ul.nav li a {
  color: #6e6d6d !important;
  font-family: "Lato",sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  text-transform: capitalize;
}
#navigation ul li ul {
  background: #ffffff none repeat scroll 0 0;
  display: block;
  left: 0 !important;
  margin: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99999;
  padding-left: 10px;
}
#navigation ul li ul li ul {
  background-color: #fff;
  border-top: medium none;
  left: 0;
  min-height: 25px;
  padding: 0;
  position: relative;
  visibility: visible;
  width: 100%;
}
#navigation ul.nav ul li {
  float: none;
  height: auto;
  line-height: 25px;
  margin: 0;
  padding: 0 !important;
  width: 100%;
  margin-left: 0 !important;
}
#navigation ul.nav ul ul {
  left: 0 !important;
  top: 0;
}
.sub-menu li {
  border-bottom: none;
  margin: 0 0 0 30px !important;
}
#navigation ul li ul li a {
  color: #000000 !important;
  font-size: 15px;
  line-height: 25px;
  min-height: 25px;
  padding: 0 !important;
  text-decoration: none;
  text-transform: capitalize;
}
ul.products li.product {
  margin-bottom: 4.8%;
  margin-right: 3%;
  width: 47%;
}
.nav-toggle::before {
  background: #000;
}
.nav-toggle {
  background-color: #284e79;
  background-image: none;
  border-bottom: none;
  cursor: pointer;
  display: block;
  font-size: 1em;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
}
.topbar {
  display: none;
}
.nav-toggle::before {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  content: "";
  display: inline-block;
  font-family: "FontAwesome";
  font-weight: normal;
  margin-left: 0;
  padding: 0.8em 1em 0.8em 1em;
  text-shadow: none;
}
.mobile-pcq {
  float: right;
  width: 200px;
  display: block;
  position: relative;
  z-index: 9999;
  margin-top: -36px;
}
.phone a:last-child {
 display: none;
}
.mobiles::before {
  background: rgba(0, 0, 0, 0) url("img/search.png") no-repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 32px;
  left: 46px;
  position: absolute;
  width: 32px;
  top:0;
}
.mobiles {
  color: #ffffff;
  cursor: pointer;
  float: left;
  font-family: "Lato",sans-serif;
  font-size: 12px;
  font-weight: 700;
}
.mobile-pcq .phone{
	float:left;
	width:35px;
}
.quote {
  background: #000000 none repeat scroll 0 0;
  float: right;
  padding: 8px;
  position: relative;
  top: -3px;
  width:90px;
}
.search_form {
  position: absolute;
  right: 0;
  top: 31px;
  width: 200px;
  z-index: 2147483647;
}
#wrapper2.rapper {
  background: #fff;
  height: auto;
  width: 100%;
}
#wrapper, #wrapper2 {
  padding: 0;
}
.col-4 {
  float: none;
  max-width: 360px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto 25px;
}

.slider .bx-wrapper {
 height: 310px;
}
.slider .bx-wrapper ul li {
 width: 206px !important;
}
.slider .bx-wrapper ul li img {
 max-height: 306px !important;
}
.bx-wrapper ul.kiwi-logo-carousel.align-center li div.helper {
 display: block;
}
#inner-wrapper2 {
  box-sizing: border-box;
  padding: 0 15px;
  position: relative;
  transition: left 0s ease 0s, all 0s ease 0s, all 0.5s ease 0s;
  width: 100%;
}

	}
	
@media only screen and (min-width: 481px) and (max-width: 572px) {

}

@media only screen and (max-width : 480px) {
.general-box img {
  margin-bottom: 30px;
  width: 100%;
}
.wpb_text_column.wpb_content_element.contact-link {
  margin-bottom: 20px;
}
.contact-form .wpcf7-form label {
  margin-bottom: 10px;
  max-width: 100%;
}
.contact-form .wpcf7-text, .wpcf7-select.customSelect, .contact-form .wpcf7-textarea {
  max-width: 90%;
}
.contact-form .wpcf7-form-control.wpcf7-submit {
  margin-left: 0;
}
.latest-news .post-date {
  display: block;
}
.post img {
  float: none;
  margin-left: 0;
}
.post .title.entry-title > a {
  line-height: 20px;
}
.single .post img {
  margin-left: 0;
}
.prev_single, .nextv_single {
  float: none;
  margin: 0;
}
.prev_single > a, .nextv_single > a {
  margin: 0 auto 20px;
}
.fleft {
  margin-bottom: 56px;
  padding-left: 15px;
  width: 90%;
}
.fright {
  float: left;
  padding-left: 15px;
  padding-right: 0;
  width: 90%;
}
.fright .fr {
  float: none;
}
.bottom .container a {
  display: block;
}
#logo {
  float: left !important;
  max-width: 290px !important;
  padding: 0 15px;
}
#wrapper.rapper {
  background-image: none;
}
.home article {
  max-width: 100%;
  padding-left: 0;
  padding-top: 5px;
}
.home .wpb_column.vc_column_container.vc_col-sm-12 {
  padding: 0;
  width: 90%;
}
.rapper .col-4 {
  float: none;
  margin-bottom: 25px;
  max-width: 90%;
  padding: 0;
  width: 100%;
}
.woocommerce .images {
  float: none;
  margin-right: 0;
  width: 100%;
}
.woocommerce .images .thumbnails a {
  margin-left: 1%;
  margin-right: 1%;
  width: 21.95%;
}
.woocommerce .summary {
  width: 100%;
}
.woocommerce .woocommerce_tabs ul.tabs li, .woocommerce .woocommerce-tabs ul.tabs li:first-child {
  margin-left: 0;
}
.woocommerce .woocommerce_tabs .panel, .woocommerce .woocommerce-tabs .panel {
  padding: 30px 5px 70px;
}
.woocommerce-tabs input, .woocommerce-tabs textarea {
  width: 94%;
}
#commentform textarea {
  width: 92% !important;
}
.bottom .container > p {
  padding: 17px 15px;
  width: 90%;
}
.slider .bx-wrapper {
  height: 110px;
}
.slider .bx-wrapper ul li {
  width: 96px !important;
}
.slider .bx-wrapper ul li img {
  max-height: 110px !important;
}
.bx-wrapper ul.kiwi-logo-carousel.align-center li div.helper {
  display: block;
}
/*programmer 14*/
.csstransforms3d.csstransitions .show-nav #navigation {
 backface-visibility: hidden;
 left: 0;
 transform: translate3d(0%, 0px, 0px);
 -ms-transform: translate3d(0%, 0px, 0px); /* IE 9 */
 -webkit-transform: translate3d(0%, 0px, 0px); /* Chrome, Safari, Opera */
}
#navigation{
	background-color:#fff;
}
.nav-toggle {
  margin: 0;
}
#navigation h3 {
  display: none;
}
ul.nav li a {
  color: #6e6d6d !important;
  font-family: "Lato",sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  text-transform: capitalize;
}
#navigation ul li ul {
  background: #ffffff none repeat scroll 0 0;
  display: block;
  left: 0 !important;
  margin: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99999;
  padding-left: 10px;
}
#navigation ul li ul li ul {
  background-color: #fff;
  border-top: medium none;
  left: 0;
  min-height: 25px;
  padding: 0;
  position: relative;
  visibility: visible;
  width: 100%;
}
#navigation ul.nav ul li {
  float: none;
  height: auto;
  line-height: 25px;
  margin: 0;
  padding: 0 !important;
  width: 100%;
  margin-left: 0 !important;
}
#navigation ul.nav ul ul {
  left: 0 !important;
  top: 0;
}
.sub-menu li {
  border-bottom: none;
  margin: 0 0 0 30px !important;
}
#navigation ul li ul li a {
  color: #000000 !important;
  font-size: 15px;
  line-height: 25px;
  min-height: 25px;
  padding: 0 !important;
  text-decoration: none;
  text-transform: capitalize;
}
ul.products li.product {
  margin-bottom: 4.8%;
  margin-right: 3%;
  width: 47%;
}
.nav-toggle::before {
  background: #000;
}
.nav-toggle {
  background-color: #284e79;
  background-image: none;
  border-bottom: none;
  cursor: pointer;
  display: block;
  font-size: 1em;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
}
.topbar {
  display: none;
}
.nav-toggle::before {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  content: "";
  display: inline-block;
  font-family: "FontAwesome";
  font-weight: normal;
  margin-left: 0;
  padding: 0.8em 1em 0.8em 1em;
  text-shadow: none;
}
.mobile-pcq {
  float: right;
  width: 175px;
  display: block;
  position: relative;
  z-index: 9999;
  margin-top: -36px;
}
.phone a:last-child {
 display: none;
}
.mobiles::before {
  background: rgba(0, 0, 0, 0) url("img/search.png") no-repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 32px;
  left: 35px;
  position: absolute;
  width: 32px;
  top:0;
}
.mobiles {
  color: #ffffff;
  cursor: pointer;
  float: left;
  font-family: "Lato",sans-serif;
  font-size: 12px;
  font-weight: 700;
}
.mobile-pcq .phone{
	float:left;
	width:35px;
}
.quote {
  background: #000000 none repeat scroll 0 0;
  float: right;
  padding: 8px;
  position: relative;
  top: -3px;
  width:90px;
}
.search_form {
  position: absolute;
  right: 0;
  top: 31px;
  width: 200px;
  z-index: 2147483647;
}
#wrapper2.rapper {
  background: #fff;
  height: auto;
  width: 100%;
}
#wrapper, #wrapper2 {
  padding: 0;
}
#inner-wrapper2 {
  box-sizing: border-box;
  padding: 0 15px;
  position: relative;
  transition: left 0s ease 0s, all 0s ease 0s, all 0.5s ease 0s;
  width: 100%;
}
.slider .bx-wrapper {
 height: 110px;
}
.slider .bx-wrapper ul li {
 width: 106px !important;
}
.slider .bx-wrapper ul li img {
 max-height: 106px !important;
}
.bx-wrapper ul.kiwi-logo-carousel.align-center li div.helper {
 display: block;
}
.wpb_wrapper > p {
  padding: 0 15px;
}
.rapper .col-4 {
  margin: 0 auto;
}
.woocommerce_result_count, .woocommerce_ordering, .woocommerce-result-count, .woocomerce-ordering {
  float: none;
  width: 100%;
}
.orderby {
  width: 100%;
}
ul.products li.product {
  margin-bottom: 4.8%;
  margin-right: 0;
  width: 100%;
}
.woocommerce.ywraq-wrapper > form {
  overflow: scroll;
}
.woocommerce.ywraq-wrapper input, .woocommerce.ywraq-wrapper textarea {
  max-width: 95%;
}

	}
#yith-ywraq-mail-form .form-row {width:100%;}
span.request-brochure {background: #284e79;display: inline-block;padding: 0 10px; margin-right: 4px;color: #fff;}
.contact-info {background:#322f31;}
.page-id-560 h1.entry-title {display:none;}