@media (min-width: 960px) and (max-width: 1024px) {
    body{
        font-size: 10px !important;
    }
    .navbar{
    	min-height: 45px !important;
    }
}
 
@media (min-width: 600px) and (max-width: 959px) {
    body{
        font: 9px/18px Arial,Helvetica,sans-serif !important;
    }
    .navbar-nav > li > a {
	    padding: 0 1.2em !important;
	}
    .menu-top > li > a {
	    padding: 10px 5px !important;
	}
	
}
 
@media (max-width: 599px){
    body{
        font-size: 12px !important;
    }
    .shop-phone {
	    padding: 5px 30px 0 25px !important;
	}
	.navbar {
	    margin-bottom: 0 !important;
	}
}
body {
    background: url("/template/images/main-bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #000;
    font: 12px/18px Arial,Helvetica,sans-serif;
    height: 100%;
    min-width: 320px;
	padding-top: 15px;
}
header {
    background: none repeat scroll 0 0 white;
    padding-bottom: 18px;
    position: relative;
    z-index: 1;
}
h3{
	color: #3e454c;
    font: 300 1em/25px "Open Sans",sans-serif;
}
h2{
	color: #3e454c;
    font: 300 1.5em/25px "Open Sans",sans-serif;
}
.hr {
    background: none repeat scroll 0 0 #016A27;
    height: 7px;
    margin: 0 0 5px;
}
.flex-viewport{
	max-height:350px;
}
.fa-facebook-square::before {
    color: #3b5998;
    font-size: 25px;
}
.fa-facebook-square{
	line-height:25px;
	margin-top:10px;
}

/*QUAD*/
#htmlcontent_top {
    background: none repeat scroll 0 0 #ebeced;
    padding: 45px 0 42px;
}
#htmlcontent_top ul {
    margin-bottom: 0;
}
@media (min-width: 480px) and (max-width: 767px) {
	#htmlcontent_top ul {
		margin: 0 -5px;
	}
}
#htmlcontent_top ul li .img-box {
    background: none repeat scroll 0 0 #016A27;
    overflow: hidden;
}
#htmlcontent_top ul li > a {
    display: block;
}
.title-box h2{
    color: #3e454c;
    text-align: center;
}
.title-box{
	padding:20px;
}
@media (min-width: 1200px) {
	#htmlcontent_top ul li > a:hover img {
		animation-duration: 0.7s;
		animation-iteration-count: 1;
		animation-name: usInfo;
		animation-timing-function: linear;
		opacity: 1;
	}
	#htmlcontent_top ul li > a:hover .item-html:after {
		animation-duration: 0.5s;
		animation-iteration-count: 1;
		animation-name: usInfo;
		animation-timing-function: linear;
		color: #99bf38;
	}
}
#htmlcontent_top ul li .item-html {
	background: none repeat scroll 0 0 #fff;
	padding: 24px 95px 33px 40px;
	position: relative;
	text-transform: uppercase;
}
#htmlcontent_top ul li .item-html h2 {
	color: #3e454c;
	font: 300 25px/25px "Open Sans",sans-serif;
	margin: 0;
}
#htmlcontent_top ul li .item-html h3 {
	color: #99bf38;
	font: 300 20px/20px "Open Sans",sans-serif;
	margin: 0;
}
#htmlcontent_top ul li .item-html:after {
	color: #3e454c;
	content: "";
	display: block;
	font-family: "FontAwesome";
	font-size: 27px;
	margin-top: -12px;
	position: absolute;
	right: 33px;
	top: 40px;
	transform: scale(1);
	transition: all 0.2s ease 0s;
}
#htmlcontent_top ul li img {
	height: auto;
	max-width: 100%;
	opacity: 0.3;
	transform: scale(1);
	transition: all 0.2s ease 0s;
}	
@media (min-width: 992px) and (max-width: 1199px) {
	#htmlcontent_top ul li .item-html {
		padding: 14px 70px 14px 20px;
	}
	#htmlcontent_top ul li .item-html h2 {
		font: 300 30px/30px "Open Sans",sans-serif;
	}
	#htmlcontent_top ul li .item-html h3 {
		font: 300 15px/15px "Open Sans",sans-serif;
	}
	#htmlcontent_top ul li .item-html:after {
		font-size: 35px;
		right: 15px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#htmlcontent_top ul li .item-html {
		padding: 14px 40px 14px 20px;
	}
	#htmlcontent_top ul li .item-html h2 {
		font: 300 20px/20px "Open Sans",sans-serif;
	}
	#htmlcontent_top ul li .item-html h3 {
		font: 300 12px/12px "Open Sans",sans-serif;
	}
	#htmlcontent_top ul li .item-html:after {
		font-size: 25px;
		right: 10px;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	#htmlcontent_top ul li {
		padding: 0 5px;
	}
	#htmlcontent_top ul li .item-html {
		padding: 10px 5px;
		text-align: center;
	}
	#htmlcontent_top ul li .item-html h2 {
		font: 300 16px/20px "Open Sans",sans-serif;
	}
	#htmlcontent_top ul li .item-html h3 {
		font: 300 11px/15px "Open Sans",sans-serif;
	}
	#htmlcontent_top ul li .item-html:after {
		display: none;
	}
	}
	@media (max-width: 479px) {
	#htmlcontent_top ul li {
		margin-top: 20px;
		width: 100%;
	}
	#htmlcontent_top ul li:first-child {
		margin: 0;
	}
	#htmlcontent_top ul li .item-html {
		padding: 20px 15px;
		text-align: center;
	}
	#htmlcontent_top ul li .item-html:after {
		display: none;
	}
}
@keyframes usInfo {
	25% {
		transform: scale(1.15);
	}
	75% {
		transform: scale(1.25);
	}
}
#htmlcontent_logo {
    overflow: hidden;
}
#htmlcontent_logo ul {
    margin: 0;
}
#htmlcontent_logo ul li {
    float: left;
    width: 20%;
}
#htmlcontent_logo ul li img {
    height: auto;
    max-width: 100%;
    transform: scale(1);
}
@media (min-width: 1200px) {
	#htmlcontent_logo ul li:hover img {
		animation-duration: 0.5s;
		animation-iteration-count: 1;
		animation-name: usInfo;
		animation-timing-function: linear;
	}
}
/*FINE QUAD*/
.bck{
	background:#fff;
	padding-bottom:15px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: #eee;
    border-color: #ddd;
    color: #23527c;
}
.shop-phone h3{
	margin:0;
}
.pagination > li > a, .pagination > li > span {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #3e454c;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}
a:hover, a:focus {
    color: #04bf9d;
}
@media (max-width: 768px) {
	header{
		background-position: 50% 60px;
	}
	.navbar-default {
		background-color: transparent;
		border-color: transparent;
	}
	.navigation{
		display:none;
	}
}

a:hover, a:focus {
    color: #999;
    text-decoration: none;
}
a{
	color: #000;
}

ul.row{
	list-style:none;
}
.panel-body ul li{
	background: url("/template/images/marker.gif") no-repeat scroll 0 5px rgba(0, 0, 0, 0);
    color: #9b9191;
    font-size: 12px;
    line-height: 18px;
    list-style: outside none none;
    margin: 0 0 13px;
    padding: 0 0 0 18px;
}
.mod-custom__main_img {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #566F09;
}
.navigation{
	margin-top:20px;
}

.bck-menu h2{
	margin-top:0;
}
footer ul,ol{
	list-style:none;
	padding: 0;
}
#vcard a span {
    font-weight: 600;
    color: #8dbf41;
}
#slides_news a.next {
    background: url("/template/images/next.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 5px solid rgba(0, 0, 0, 0.1);
    display: block;
    font-size: 0;
    height: 31px;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0px;
    width: 33px;
    z-index: 99;
}
#slides_news a.prev {
    background: url("/template/images/prev.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 5px solid rgba(0, 0, 0, 0.1);
    display: block;
    font-size: 0;
    height: 31px;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    right: 33px;
    top: 0px;
    width: 37px;
    z-index: 99;
}
.text{
	width:50%;
	padding:10px;
}
.widget_my_cyclewidget h2 {
    margin: 20px 0 31px;
	color: #453e3e;
    font: bold 23px/32px Open Sans,sans-serif;
}
.main{
	background-color:#fff;
}
#logo{
	padding:10px;
}
.shop-phone{
	float: right;
    font: 300 30px/22px "Open Sans",sans-serif;
    text-transform: uppercase;
    padding: 42px 30px 0 25px;
	color:#016A27;
	display: inline-flex;
}
.shop-phone a{
	color:#cacaca;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
    text-decoration: none;
}
.nav > li{
    border-right: 1px dotted #ccc;
}
.nav > li > a:before, .nav > li > a:hover:before {
    opacity: 1;
    top: 0;
}
nav .nav > li > a:before {
    background: none repeat scroll 0 0 #016A27;
}
.nav > li > a:before {
    background: none repeat scroll 0 0 #016A27;
    content: " ";
    height: 10%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 71%;
    transition: all 0.2s ease 0s;
    width: 100%;
}
@media (min-width: 768px) {
	.container-fluid > .navbar-header{
		display:none;
	}
	.navbar-default{
		border:none;
	}
	nav.navbar-default {
		right: 20px;
		top: 39px;
	}
	.navbar-default {
		background-color: transparent;
		border-color: #e7e7e7;
	}
	.navbar-brand{
		display:none;
	}
	#navbar{
		float:right;
	}
}
.navbar-nav > li > a{
    font-weight: 700;
    height: 78px;
    line-height: 80px;
    padding: 0 19px;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-position: 0 0;
    color: #fff;
    font-family: "Open Sans",sans-serif;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-position: 0 0;
    color: #016A27 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #016a27;
}
.thumbnail h4 a{
	color: #453e3e;
	text-decoration: none;
}

.list-title{
	padding-left: 10px;
	text-decoration:none;
	color: #777777;
}
.list-title:hover{
	color: #566F09;
}
.thumbnail .page-header{
	margin: 0;
	border-bottom:1px solid #ddd;
}
.list-group-item {
    background-color: #fff;
    border:none;
    position: relative;
}
.list-group-image{
	border: 1px solid #ddd;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
}
.list-group-item:last-child {
	border:none;
}
.list-group-item {
	padding:0;
}

.item.list-group-item img {
    float: left;
	margin-top:20px;
}
.item.list-group-item {
    background-color: #eeeeee;
    float: none;
    margin-bottom: 30px;
    width: 100%;
}
.img_hover{
	
}
.box {
    width:100%;
    padding:20px;
    background:#fff;
    margin:0 auto;
    border-radius:2px;
}
.box h4{
    background:#eee;
    margin:0;
    padding:60px 20px;
    text-align:center;
    -webkit-box-shadow:0 0px 4px rgba(0, 0, 0, 0.2);
            box-shadow:0 0px 4px rgba(0, 0, 0, 0.2);
}
.css3-shadow{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
}
/*==================================================
 * Drop shadow effect with box-shadow
 * ===============================================*/
.css3-shadow:after{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 40px rgba(0,0,0,0.8);
    box-shadow:0 0 40px rgba(0,0,0,0.8);
    bottom:0px;
    left:10%;
    right:10%;
    width:90%;
    height:5%;
    -moz-border-radius:100%;
    border-radius:100%;
}
.bwWrapper {
    position:relative;
    display:block;
}
.BWfade{
	margin: 31px 0 20px 16px;
}
.lead.home{
	margin-top:20px;
}
.btn-primary{
	background:#016A27;
	border-color: #A0BA11;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: #99bf38;
    border-color: #A0BA11;
    color: #fff;
}
.arrow-list a:before{
	color: #8dbf41;
    content: "";
    font-family: "FontAwesome";
    font-size: 13px;
    margin-right: 15px;
	
}
.arrow-list a{
	color: #000;
    line-height: 30px;
}
.arrow-list ul, ol{
	list-style:none;
}
.content_plane ul, ol{
	list-style:none;
	padding-left:0;
}
.content_plane h3{
	color:#fff;
}
.content_plane {
    background: none repeat scroll 0 0 #016A27;
    color: #3b3b3b;
    padding: 47px 50px 20px;
    position: relative;
    text-transform: uppercase;
}
.recent-posts.news li {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ebebeb;
    padding: 25px 15px;
}
/* FOOTER */
.footer-container #footer a{
	color: #6c7986;
    transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
.footer-container #footer{
    text-transform: uppercase;
}
.footer-container #footer {
    color: #6c7986;
    padding-top: 1em;
}
.footer-container {
    background-color: #34393f;
    padding: 0 10px;
    position: relative;
}
.title_block {
    background: none repeat scroll 0 0 #3e454c;
    color: #fff;
    margin: 0 0 20px;
    padding: 10px 0px 10px 10px;
    text-transform: uppercase;
}

footer a{
	color: #fff;
}
footer h3{ 
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #8dbf41;
    font: 600 14px/20px "Open Sans",sans-serif;
    margin: 0 0 24px;
    padding: 0;
    text-transform: uppercase;
}
.footer-container #footer a:hover {
    color: #04bf9d;
}
.home a:hover{
	background-color: #fff !important;
}	