@import url("https://daphnis.wbnusystem.net/~wbplus/websites/assets/default.css");
/*-- GLOBAL 
=======================*/

body {
	margin: 0px;
	font-family: "open_sansregular", sans-serif;
	/*background-image: url(images/body.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
	color: #353434;
	}
.main-content {	
	margin: 0px;
	padding: 0px;
	background: none;
	}
.main-content-inner {
	margin-left: auto;
	margin-right: auto;	
    max-width: none;
	background: none;
}
@media only screen and (max-width: 1020px) {
/*.main-content {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	background-image: none;
	}
.main-content-inner {
	background-image: none;
}	*/
.full {
	padding-left: 0px;
	padding-right: 0px;
}
	
}
a {
	text-decoration: none;
	font-family: "open_sansbold", sans-serif;
	color: #0063af;
	}
a:hover {
	color: #0981de;
	}
/*-- FORM FIELDS
======================*/
form ul {
	list-style: none
	}
input[type=submit] {
	background-color: #014587;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	padding: 8px 14px 8px 14px;
	cursor: pointer;
	font-size: 1.0em;
	font-family: "open_sansregular", sans-serif;
	text-transform: uppercase;
	}
input:not([type=submit]) {
	padding: 10px;
	margin-right: 10px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 1px;
	width: 250px;
	margin-bottom: 10px;
	font-size: 1.0em;
	font-family: "open_sansregular", sans-serif;
}
select {
	padding: 10px;
	margin-right: 10px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 1px;
	width: 250px;
	margin-bottom: 10px;
	font-size: 1.0em;
	font-family: "open_sansregular", sans-serif;
}
textarea {
	padding: 10px;
	margin-right: 10px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 1px;
	width: 250px;
	margin-bottom: 10px;
	font-size: 1.0em;
	font-family: "open_sansregular", sans-serif;
	height: 150px;
}
@media only screen and (max-width: 450px) {
input:not([type=submit]),select,textarea {
	width: 200px;
	}

}
.button-grey {
	background-color: #909090 !important;	
	}
	
/* CONTACT FORM
======================*/
.button-grey {
	background-color: #909090 !important;	
	}
.contact-form {
	margin-top: 20px;	
	}
.contact-form label {
	display: none;
	}
.form-alert {
	color: #FFFFFF;
	font-size: 1.4em;
	}

/*-- MENU HORIZONTAL
======================*/
.navresponsive {
	position: absolute;
	z-index: 500;
}

/* Login Section 
=============================*/
.loginpage-form {
	width: 210px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	}
.loginpage-form ul {
	padding: 0;
	margin: 0;
	list-style:none
}
.loginpage-form li {

}
.loginpage-form label {
	display: none;
	}
.loginpage-form input[type=submit] {
	width: 212px;
}



/* HEADER
===================================================*/

.header {
	background: none;
	background-color: rgba(255,255,255,1.0);
	position: relative;
	z-index: auto !important;
	height: 84px;
	}
.header-inner {
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0em;
	padding-right: 0em;
	position: relative;
	z-index: auto !important;
	}
#logo {
	margin: 0em;
	padding: 9px 2em 0em 2em;
	float: left;
	width: 220px;
	text-align: left;
	background-color: #FFFFFF;
	z-index: 11000 !important;
	position: relative;
}
#logo img {
	max-width: 100%;
	z-index: 1100 !important;
	position: relative;
	width: auto;
	}
.header-info {
    text-align: right;
    float: right;
    margin: 1.2em 0em 0.5em 0em;
    width: 25%;
}

.header-sign-up a, .header-Login a,  .header-cart a {
	float: right;
	display: block;
	padding: 0px 8px;
	border-right: solid 1px #badce0;
    font-family: "latoregular", sans-serif;
	font-size: 0.9em;
}
.header-to-menu {
	padding: 8px 25px 8px 0px;
	float: right;
	width: 200px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.header-sm-search {
	float: right;	
}
.header-sm {
    float: left;
	width: 25%;
    margin: 1.4em 0em 0.5em 0em;
}
.header-sm img {
	width: 30px;
	margin-right: 5px;
}
.header-to-menu {
    padding: 8px 0px 8px 0px;
    float: right;
    width: 200px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.header-cart a {
	padding: 0px 0px 0px 8px;
	border: none;
	/*background-image: url(images/cart.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;*/
}



.header-tel-email {
    margin: 0.5em 0em;
    font-size: 1.0em;
}
.header-tel,.header-email {
	float: right;
}
.header-email {
	margin-right: 10px;
}
.header-tel span {
	padding: 0px 1em;
	display: inline-block;
}
.menu-icons {
    position: absolute;
    top: 16px;
    right: 10px;
	z-index: 1012 !important;
}
.menu-icons-div.menu-icons-search {
    background-image: url(images/icon-search3.png);
}
.menu-icons-div {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	float: left;
	background-image: url(images/icon-sm-white.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	margin-left: 10px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: #014587;
}
.menu-icons-div.menu-icons-login {

	color: #FFFFFF;
	width: 110px;
	text-align: center;
	text-transform: uppercase;
	line-height: 30px;
	font-size: 0.8em;
}
.menu-icons-div.menu-icons-login a {
	color: #FFFFFF;
}
.he-search-slide {
	position: absolute;
	top: 85px;
	right: 0px;
	background-color: #FFFFFF;
	width: 250px;
	height: 50px;
	margin-bottom: -10px;
	display: none;
	z-index: 1100;
	border-bottom-left-radius: 4px;
}
.search-header {
    border: none;
    border-radius: 19px;
    width: 215px;
    margin: 4px 10px 0px 10px;
    padding: 5px 10px;
    margin-left: auto;
    background-color: #FFFFFF;
}
.search-header input[type=image] {
	width: 30px;
	height: 30px;
	float: right;
	vertical-align:middle;
}
.search-header input[type=text] {
	border: none !important;
	width: 155px;
	margin: 0px 5px 0px 0px;
	float: left;
	padding: 4px 10px;
	background-color: #F3F3F3;
	vertical-align:middle;
}
@media screen and (max-width: 999px) {
.header {
	height: auto;
	}
#logo {
    padding: 0.7em 1em;
    width: 140px;
}
#logo img {
    display: block;
}
.menu-icons {
    position: absolute;
    top: 20px;
    right: 80px;
	z-index: 1012 !important;
}
.menu-icons-div {
	width: 25px;
	height: 25px;
}
.menu-icons-div.menu-icons-login {
    line-height: 25px;
}
.he-search-slide {
    top: 60px;
}
}
@media screen and (max-width: 375px) {
.menu-icons {
    right: 60px;
}
}
@media screen and (max-width: 370px) {
.menu-icons {
    right: 60px;
}
#logo {
    padding: 1.0em 1em;
    width: 110px;
}
	.menu-icons-login {
		display: none;
	}
}


/* ANIMATION HEADERS
===============================*/
.wbSliderHeader {
	font-family: "open_sanslight", sans-serif;
}
.wbSliderSecondary {
	font-family: "open_sanslight", sans-serif;	
}
.wbSlider {
	background-color: transparent !important;
	border: solid 1px #FFFFFF;
}

/* NEW MENU SYSTEM
================================*/
@media screen and (min-width: 1000px) {
.menu-hold {
    position: absolute;
    top: 0px;
	padding: 12px 0px 12px 0px;
    right: 0em;
    height: 60px;
    width: 100%;
    z-index: 9999;
    background-color: #FFFFFF;
	border-bottom: solid 1px #D0D0D0;
}
.menu-hold-inner {
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	position: relative;	
}
.toggleMenu {
	display: none !important;
}
ul#navres {
	text-align: right;	
}
.navresponsive {
	position: absolute !important;
	right: 165px;
	/*right: 0px;
	bottom: 0px;*/
	text-align: right;
	background-color: transparent;
	color: #858585;
	top: auto;
}
.navrespsubmenu {
	width: 180px;
}
.navresponsive UL,.navresponsive LI {
	text-align: right;
	/*display: inline-block;*/
	color: #444444;
}
nav ul li ul {
	-webkit-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.0);
	-moz-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.0);
	box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.0);
}
nav ul li ul li {
	border: none !important;
}
nav ul li a {
	color: #344a58;
	font-family: "latobold", sans-serif;
	font-size: 0.95em;
	padding: 22px 17px;
	background-color: transparent;
	text-transform: uppercase;
}
nav ul li a:hover {
	color: #249dd6;
	background-color: transparent;
}
nav ul li ul li a {
	color: #344a58;
	font-size: 0.80em;
	padding: 12px 10px;
	background-color: #ffffff !important;
	text-align: left;
	border-bottom: 1px solid rgba(0,0,0,0.08);
	text-transform: none;
}
nav ul li ul li:last-of-type a {
	border-bottom: none;
}
nav ul li ul li a:hover {
	color: #249dd6;
	background-color: #F3F3F3 !important;
}
.touch-btn {
	display: none;
}

}
@media screen and (max-width: 999px) {
.navresponsive {
	width: 100%;
	background-color: transparent;
	top: 0px;
}
#navres.active {
	padding-top: 68px;
	background-color: #FFFFFF;	
}
.menu-hold {
    position: absolute;
    right: 0px;
    top: 0px;
    left: auto;
    width: 100%;
	background-color: #FFFFFF;	
	height: 50px;
}
.header-tel-email,.header-to-menu,.header-info {
	display: none;
}
nav.navigation {
	position: absolute;
	top: 67px;
	right: 0px;
	left: 0px;
	z-index: 1010;
}
#nav-main {
	margin-top: -1px !important;	
}
a.toggleMenu {
    background-color: transparent;
    color: #807B74 !important;
    font-size: 0em;
    height: 30px;
    z-index: 99999999999 !important;
    width: 40px;
    position: absolute;
    top: 7px;
    right: 0px;
    left: auto !important;
    display: block !important;
}
nav {
    margin: 0 0px 10px 10px;
}
#navres {
	margin: 0px !important;
}
#navres LI {
	background-color: transparent;
	width: 100%;
}
#navres LI:hover {
	background-color: transparent;
	/*color: #ffffff !important;*/
}
nav ul li {
    border-top: none;
}
nav ul li a {
	color: #014587 !important;
	border-top: 1px solid rgba(0,0,0,0.16);
	padding: 15px 10px;
	background-color: #ffffff;
}
.howerbox-level1 ol li a {
	color: #014587 !important;
	border-top: 1px solid rgba(0,0,0,0.16);
	padding: 15px 10px;
	background-color: #E8E8E8 !important;
}
nav ul li a:hover {
	color: #014587 !important;
	background-color: #E8E8E8;
}
.touch-btn {
	display: none;
}
span.touch-btn {
	background-color: transparent !important;
	background-image: url(images/plus-minus-submenu.png);
}
.toggleMenu span.touch-btn:first-of-type {
    background: url(images/plus-minus.png) no-repeat 50% 2px #666;	
    border-radius: 0px  !important;
    background-color: transparent !important;
    width: 30px;
    height: 30px;

}
a.toggleMenu span.touch-btn {
    background-position: 0% 0px !important;
}
.mobiletoplevelopen {
	width: 100%;
}
ol.ol_class {
	padding-left: 0px;	
}



}
@media screen and (max-width: 450px) {
#navres.active {
	padding-top: 68px;
	background-color: #FFFFFF;	
}	
}




.hdr img {
	border: solid 1px #ffffff;
}


/* ECOM
=========================*/

.prod-sum-figure {
	margin: 1em 2% 1em 2%;
	width: 21%;
	background-color: #FFFFFF;
	
}
.prod-sum-figure img,.prod-detail-figure img {
	border: solid 0px #D7D7D7;
	padding: 0em 0% 0em 0%;
	width: 100%;
}
@media only screen and (max-width: 700px) {
.prod-sum-figure {
	margin: 1em 2% 1em 2%;
	width: 46%;
	background-color: #FFFFFF;
}	
}
@media only screen and (max-width: 430px) {
.prod-sum-figure {
	margin: 1em 2% 1em 2%;
	width: 96%;
	background-color: #FFFFFF;
}	
}


/* BLOG
==========================*/

.blog-wrap-div {
  max-width: 940px;
  padding-top: 20px;
  padding-right: 20;
  padding-bottom: 30px;
  padding-left: 20;
  margin-left: auto;
  margin-right: auto;
}

/* ECOM MODS
======================*/
.product-sum1 H2 {
	height: 2em;
}
@media only screen and (min-width: 720px) {
.cart-wrap {
	padding-left: 30px;
	padding-right: 30px;
}
}



/*REMOVE BUY BUTTONS
===========================*/
.product-sum-button {
	/*display: none;*/
}


/* #DOWN
============================*/
/*@media screen and (min-width: 719px) {*/
.arrow-down {
	position: absolute;
	bottom: 40px;
	right: calc(50% - 16px);
	width: 33px;
	height: 33px;
	background-image: url(images/anim-arrow-down.gif);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: block;
	z-index: 1002;
}
/*}*/


/*HEADER FIX
============================*/
.header-two,.header-one {
	overflow: hidden
}
/*@media (min-width: 1200px) {
.header-two img,.header-one img {
	margin-top: -5%;
	margin-bottom: -5%;
}
}
@media (min-width: 1400px) {
.header-two img,.header-one img {
	margin-top: -8%;
	margin-bottom: -8%;
}
}*/

@media (max-width: 1024px) {
.header-two img,.header-one img {
	width: 150% !important;
	max-width: none !important;
	margin-left: -25%;

}
}
@media (max-width: 800px) {
.header-two img,.header-one img {
	width: 200% !important;
	max-width: none !important;
	margin-left: -50%;

}
}
@media (max-width: 450px) {
.header-two img,.header-one img {
	width: 300% !important;
	max-width: none !important;
	margin-left: -75%;
}
}
/* FULL WIDTH IMAGE SNIPPET
==============================*/
.full-width-image img {
	width: 100%;
	max-width: none;
	margin: 0px !important;
	display: block;
}
@media (max-width: 1024px) { 
.full-width-image {
	overflow: hidden;
}
.full-width-image .column img {
	width: 150% !important;
	max-width: none !important;
	margin-left: -25% !important;

}
}
@media (max-width: 450px) {
.full-width-image .column img {
	width: 200% !important;
	max-width: none !important;
	margin-left: -50% ;
}
}







.h-cats2 {
	background-color: rgba(255,255,255,0.40) !important;
	padding-top: 0.01em;
}
.h-cats-text {
	padding: 1px 15px;
	background-color: #FFFFFF;
	text-align: left;
}
.h-cats2 img {
	display: block;
}
.h-cats2 figure {
-webkit-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.21);
-moz-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.21);
box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.21);
}


.h-cats figure {
	position: relative;
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.h-cats figcaption {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	background-color: rgba(1,69,135,0.80);

	pointer-events: none;

}
.h-cats figure:hover {
	transform: scale(1.05);

}
.h-cats H2 {
	font-size: 1.3em;
	color: rgba(255,255,255,1.00);
}
.colour.h-cats {
	background-color: transparent;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,1.00) 100%);
}










/* Prod Det
======================================*/

.cat-title-wrap, .prod-detail-nav-wrap {
	background-color: #EAECEB;	
}
.cat-title-nav,.prod-detail-nav-constrain {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding: 25px 5px;
	text-align: left;
}
.cat-title-nav .nav {
	margin-left: 7px;	
	border: solid 1px #c5c7c6;
	padding: 2px 4px;
	cursor: pointer;
}

.prod-sum-wrap {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding: 25px 5px;

}


.prodV3-ymal-wrap {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 50px;
	padding-top: 25px;
	border-top: solid 1px #cccccc;
}
.prodV3-ymal-wrap .slider-product-name {
    font-family: "open_sansregular", sans-serif;
	font-size: 0.8em;
	
}
.prodV3-ymal-wrap img {
	width: 100px;

}




.prod-detail-wrap {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	font-size: 0.9em;
}
.prod-detail-top-wrap {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}
.prod-detail-image-wrap {
	width: 45% !important;
}
.prod-detail-info-wrap {
	width: 48% !important;
}

.prod-detail-figure {
	text-align: center;
}
.prod-detail-figure img {
	max-height: 500px;
}
.prodV3-productinfo-wrap {
	margin-top: 20px;	
}
.prod-detail-info-wrap .colour {
	padding: 0.02em 0em;
}
.prod-detail-info-wrap .colour .column {
	padding-left: 0em;
	padding-right: 0em;
}
.prod-detail-price {
	font-family: "latobold", sans-serif;
	color: #465051;
	font-size: 1.1em;
}
.prod-detail-nav-constrain a {
    font-family: "latoregular", sans-serif;
	color: #000000;
	font-size: 0.8em;
}
.prod-detail-nav-constrain a:hover {
	color: #014587;
}
.addtocartform {
	margin-bottom: 1em;	
}
.addtocartform * {
	vertical-align: middle;	
}
.prod-det-img-thumbs {

}
.prodV3-price-bar-buy * {
	vertical-align: middle;
}
.prodV3-price-bar-price-price.prod-detail-price {
	line-height: 1.8em;
}
@media (max-width: 500px) {
.prod-detail-wrap {
	margin-top: 1em;
}
.prod-detail-image-wrap {
	width: 100% !important;
	margin-right: 0%;
	padding-right: 0%;
	border: none;
	border-bottom: 1px solid #cdcdcd;

}
.prod-detail-image-wrap img {
	margin-bottom: 1em;
}
.prod-detail-info-wrap {
	width: 100% !important;
	margin-top: 1em;
}
}



/* NEWS ONE
============================*/
.news2-sum-shortdesc {
	padding: 15px 0px;
}
.blog-wrap-div {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
.news1-wrap H3 {
	border: none;
	font-size: 1.2em;
}
.news1-article-text-wrap {
    float: left;
    max-width: 75%;
}
.news1-article-images {
	width: 20%;
}
.news1-article-images img {
    max-width: 100% !important;
}
@media (max-width: 1160px) {
.blog-wrap-div {
	margin-left: 1em;
	margin-right: 1em;
}	
}
/* HOME NEWS
============================*/
.news1-wrap-tag-all .news1-wrap-tag {
	float: left;
	width: calc(25% - 3em);
	margin: 0em 1.5em;

}
.news1-wrap-tag-all .news1-article-images {
	width: 100%;
}
.news1-wrap-tag-all .news1-article-text-wrap {
    float: left;
	width: 100%;
    max-width: 100%;
}
.h-news2 .news1-wrap-tag-all .news1-wrap-tag {
	float: left;
	width: calc(50% - 2em);
	margin: 0em 1.0em;

}
.h-news2 .news1-article-title H3 {
	font-size: 1em;
	color: #939393;
}
@media (max-width: 700px) {
.news1-wrap-tag-all .news1-wrap-tag {
	float: left;
	width: calc(50% - 2em);
	margin: 0em 1.0em;

}	
}
@media (max-width: 399px) {
.news1-wrap-tag-all .news1-wrap-tag {
	float: left;
	width: calc(100% - 2em);
	margin: 0em 1.0em;

}	
}
/* NEWS TWO
============================*/
.news2-wrap-sum {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;	
}
.news2-wrap {
	padding-top: 0px;
}
.news2-wrap .news1-wrap {
	float: left;
	width: 29%;
	margin: 1em 2% 2em 2%;
	border: none;
	border-bottom: solid 1px #cccccc;
	position: relative;
	padding-bottom: 42px;
}
.news2-wrap .news1-article-images {
	margin-right: 0px;
}
.news2-wrap .news1-article-images img {
	max-width: 500px !important;
	width: 100%;
	border: none;
}
.news2-wrap .news1-article-text-wrap {
	max-width: 100%;
}
.news2-wrap .news1-article-date {
	font-size: 1em;
	margin-bottom: 0.6em;
	color: #8B8B8B;
}
.news2-wrap .news1-article-text-wrap {
    font-size: 1em;
	padding-top: 8px;
}
.news2-nav-wrapper {
	background-color: #EAECEB;
	text-align: right;
}
.news1-footer-numbers {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;

}
.news1-footer-numbers-item {
	margin-right: 10px;
	float: none;
	display: inline-block;
	padding-right: 0px;
}
.news1-footer-numbers-item span {
	padding: 7px 0px 3px 0px;
}
.news1-footer-numbers-item input[type=submit] {
	background: none;
	color: #212322;
	padding: 5px 10px;
	border: solid 1px #c7c9c8;
	border-radius: 0px;
	
}
.news1-footer-numbers-item input[type=submit]:disabled {
	border: solid 1px #dbdbdb;
	color: #afbcb5;	
	cursor: default;
}
.news2-item-date {
	color: #ABABAB;
}
.news2-wrap H3 {
	margin: 0px;
	font-size: 1.2em;
}
.news2-sum-shortdesc P {
	margin: 0px;	
}
.news2-sum-more a {
	display: block;
	padding: 10px 0px;
	margin-top: 10px;
	background-image: url(images/ed-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 80%;
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
}
.news2-det-news-snip-wrap {
	width: 80%;
	border: solid 1px #c8c8c8;
	border-radius: 8px;
	margin: 2.5em 0px;
	padding: 15px;
	-webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.11);
	-moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.11);
	box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.11);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.news2-det-news-snip-wrap .news1-article-images {
	display: none;
}
.news2-det-news-snip-wrap .news1-wrap-tag {
	border-bottom: 1px solid #BDBDBD;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.news2-det-news-snip-wrap .news1-article-short-description P {
	margin: 0px;
}
.news2-det-numbers .news1-footer-numbers-item {
	margin-left: 0px;
	border: solid 1px #c5c7c6;
	padding: 5px 10px;
	color: #ABABAB;
}
.news2-det-numbers .news1-footer-numbers-item a {
	color: #000000;
	font-family: "open_sansregular", sans-serif;
	
}
.news2-det-numbers .news1-footer-numbers-item:nth-of-type(3n+3) {	
	border: none;
	padding: 5px 0px;
	color: #000000;
}
@media (max-width: 719px) {
.news2-wrap .news1-wrap {
	width: 44%;
	margin: 0 3% 2em 3%;
}
	
}
@media (max-width: 400px) {
.news2-wrap .news1-wrap {
	width: 94%;
	margin: 0 3% 2em 3%;
}
	
}