.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  overflow: hidden;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  
}

.cboxPhoto {
    border: 0 none;
    display: block;
    height: 100% !important;
    margin: auto;
    max-width: none;
    width: 100% !important;
}

#cboxTitle {
    bottom: 5px;
    color: #CCCCCC;
    font-size: 16px;
    height: 15px;
    left: 0;
    padding: 12px 15px;
    position: absolute;
    width: 100%;
}

.rslides img {
  display: block;
  float: left;
  width: 100%;
  border: 0;  
}
/*.centered-btns_tabs,
.rslides_tabs,
.large-btns_tabs {
	width:591px !important; 
	background-color:#013b1a !important;
	height:15px !important;
	padding-left:41% !important;
	margin-top: 0px !important;
    z-index:0 !important;
	right: 0 !important;
	position:relative !important;
	padding-top:0 !important;
  }*/
  .centered-btns_tabs, .rslides_tabs, .large-btns_tabs {
    margin-top: -20px;
    position: absolute;
    right: 18px;
    z-index: 1000;
}

.footer-main {
    float: none;
}
.footer-midle {
    clear: both;
}
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 980px;
    padding: 0;
    margin: 0;
}
.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}
.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}
.rslides img {
    display: block;
    float: left;
    border: 0;
}
.slider {
    width: 100%;
    height: auto;
    margin-top: 15px;
}
.slider-box-wrape {
    width: 234px;
    /*height: 200px;*/
    
    float: right;
    margin: 0 8px 0 3px;
}
.slider-box-wrape img {
    width: 100%;
}
.slider-box-wrape:nth-child(4) {
    margin: 0 8px 0 0px;
}
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}
.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}
.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}
.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}
.btn-res span {
    height: 3px;
    width: 35px;
    background-color: #fff;
    display: block;
    margin-bottom: 6px;
}
.btn-res {
    display: none;
    position: absolute;
    right: 20px;
    width: 35px;
    top: 19px;
}
#nav li span {
    color: #FFF;
    display: block;
    text-align: center;
    margin-top: 20px;
    font-size: 19px;
    height: 28px;
}
.footer-midle{
	padding-bottom:0 !important;
}
.midle_wraper {
	width:980px;
    min-height: 755px;
	height:auto;
	margin:0 auto;
}
.header-inner-navigation-wraper{
	margin-top:-4px !important;
}
.gtm-name{
	margin-top:-4px !important;
}

@media( max-width: 768px) {
    .top-color-bar {
        position: relative;
    }
    .limenu:hover{
        background-position: 17px 12px !important;
    }
    .limenu{
        background-image: url(../images/plus.png) !important;
        background-repeat: no-repeat;
        background-position: 17px 12px;
    }
    .limenu.open_il{
        background-image: url(../images/min.png) !important;
    }
    .btn-res {
        display: block;
    }
    .gtm-name {
        left: 125px;
    }
    #nav li span {
        text-align: right;
        margin-top: 0px;
    }
    .slider-area-main-middle-wraper {
        width: 100%;
    }
    #nav li ul{
        max-height: 0px
    }
    #nav li ul.open_ul {
        display: block;
        background-color: #003524;
        overflow: hidden;
        max-height: 500px
    }
    .header-inner-wraper {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .header-inner-navigation-wraper {
        width: 100%;
        float: none;
    }
    .header-wrap {
        width: 100%;
        position: relative;
    }
    #nav {
        float: none;
        width: 100%;
    }
    #nav > ul > li {
        width: auto;
        height: auto;
        float: none;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 10px;
        padding-bottom: 5px;
        border-bottom: 1px solid #cfcfcf;
    }
    #nav > ul {
        height: auto;
        top: 50px;
        position: relative;
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.15s ease-out;
        background-color: #67c938;
    }
    #nav > ul > li > a {
        margin-top: 0px;
    }
    #nav > ul.open_menu {
        max-height: 500px;
        transition: max-height 0.25s ease-in;
    }
    #nav > ul > li > a {
        text-align: right;
    }
    #nav > ul > li:hover,
    #nav > ul:not(:hover) > li.active {
        height: auto;
        margin-top: auto;
        background-image: none;
    }
    #nav li ul {
        background-image: none;
        display: none;
        position: relative;
        width: 100%;
    }
    #nav li:hover:not(:first-child) ul {
        left: 0px;
        width: 100%;
    }
    #nav li ul a {
        width: 100%;
    }
    .midle_wraper {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;

    }
    .box_wraper {
        width: 24%;
        float: none;
        margin: 30px 2px 0 2px;
        display: inline-block;
        vertical-align: top;
    }
    .box_wraper p {
        font-size: 12px;
    }
    .text-icon-wrap {
        left: 0px;
        right: 0px;
    }
    .gallery-main-wrap {
        width: 100%;
        padding-top: 40px;
    }
    .gallery-midle-wraper {
        width: 100%;
    }
    .slider-box-wrape {
        margin-right: 5px !important;
    }
    .slider-box-wrape:first-child {
        margin-right: 5px !important;
    }
    .slider-box-wrape {
        width: 24%;
        float: left;
        margin: auto;
    }
    .farm_area_main {
        width: 100%;
        height: auto;
        min-height: auto;
        overflow: hidden;
        margin-top: -15px;
    }
    .farm_area_image {
        width: 33.33%;
    }
    .footer-main {
        height: auto;
        margin-top: 30px;
        padding-left: 15px;
        padding-right: 15px;
        width: auto;
    }
    .footer-midle {
        width: 100%;
        height: auto;
        padding-bottom: 30px !important;
padding-top: 20px;
    }
    .gtm-logo {
    margin-top: 10px !important;
    width: 80px;height: 59px;}
    .footer-links-columns {
        width: 50%;
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    .footer-links-social-wrape {
        width: 49%;
        float: none;
        display: inline-block;
        vertical-align: top;
        margin-top: 0px;
    }
    .footer-links-wrape {
        width: 100%;
        height: auto;
    }
    .footer-links-address-wrape {
    width: 100%;
    height: auto;
    float: left;
    margin-left: 0px;
	}
	.footer-links-tittle2 {
    width: 100% !important;
text-align: left;
margin-top: 20px;
margin-bottom: 0px;
margin-left: 0px;
}
.w3cvalidation-logo {
    float: none;
    margin-top: 0px;
    margin-left: 0px;
    display: inline-block;
    vertical-align: middle;
}
.natural-logo {
    width: 100px;
    float: none;
    display: inline-block;
    margin-top: 0;
    vertical-align: middle;
}
.footer-bottom-middle {
    text-align: left;
}
.copyrigth {
	width: 100%;
	margin-top: -55px;
text-align: right;
}
.desingby {
    width: 100%;

}
.desingby {
    margin-top: -37px;
    text-align: right;
}
.footer-links-tittle2 > span {
    float: none;
}
.contact-details-area {
    width: 31.33%;
    height: 50px;
    float: left;
    margin: 15px 0 0 0px;
}
.footer-links-address {
    margin-top: 17px;}
    .footer-bottom {
    width: 100%;
    margin-left: -15px;
    padding-left: 15px;
    margin-right: -15px;
    padding-right: 15px;
}
.footer-right-map{
	display: none;
}
.footer-bottom-middle {
    background: none repeat scroll 0 0 #002811;
    height: auto;
    width: 100%;
}
.footer-bottom {
    width: 100%;
    height: 100%;
overflow: hidden;
}
.natural-logo {
	height: 80px;
}
}
@media( max-width: 680px) {
	.natural-logo {
		margin-left: 0px;
	}
    .farm_area_main {
        margin-top: 20px;
    }
    .farm_area_main h2 {
        margin-bottom: 10px;
    }
    .slider-box-wrape {
        margin-right: 10px !important;
    }
    .slider-box-wrape:first-child {
        margin-right: 10px !important;
    }
    .box_wraper {
        width: 49%;
    }
    .box_wraper p {
        font-size: 14px;
    }
    .box_wraper p {
        padding: 15px 45px 0;
    }
    .slider-box-wrape {
        width: 48.3%;
        margin-bottom: 10px !important;
    }
    .farm-inner-box-text {
    width:  auto !important;
    height: auto !important;}
    .wrape-row-description p {
    font-family: 'open_sansregular';
    font-size: 12px;}
    .desingby a{
font-family: "Arial";
    font-size: 10px;
    }
    .copyrigth span{
        font-size: 10px;
    }
}
@media( max-width: 630px) {
    .box_wraper {
        width: 48%;
    }
    .slider-box-wrape {
        width: 47.3%;
    }
}
@media( max-width: 480px) {
	.desingby {
    margin-top: 0px;
    text-align: center;
    margin-bottom: 10px;
}
.footer-bottom-middle {
    text-align: center;
}
.copyrigth {
    width: 90%;
margin: 10px auto;
    text-align: center;
    float: none;
}
	.footer-links-wrape {
    width: 100%;
    margin-left: 0px;
}
.contact-details-area {
    width: 100%;
    height: auto;
    float: left;
    margin: 40px 0 0 0px;
}
.footer-contact {
    float: left;
    margin-left: 0px;
    width: 100%;
}
.footer-links-address {
    float: left;
    height: auto;
    margin-top: 23px;
    width: 100%;
}
.wareh-h {
    margin-left: 0;
    width: auto;
}
.wareh-c {
    float: left;
    width: 100%;
    text-align: left;
}
.fot-add {
    text-align: left;
}
.fot-add-sub {
    float: left;
    margin-right: 17px;
}
.footer-links-address {
    position: relative;
}
.icon-address-footer {
    position: absolute;
    left: 0px;
    top: 0px;
}
.footer-links-address {
    margin-top: 17px;
    position: relative;
    padding-left: 31px;
}
.footer-links-tittle2 {
    width: 100% !important;
    margin-left: 0px;
}
.footer-links-columns {
    width: 100%;}
    .footer-links-social-wrape {
    width: 100%;
    margin-top: 25px;
}
.wareh {
    margin-left: auto;}
    .farm_area_image {
        width: 100%;
    }
    .slider-box-wrape {
        width: 47%;
    }
    .box_wraper {
        width: 100%;
    }
    .gtm-name {
        width: 185px
    }
    .gtm-name h1 {
        margin-top: 13px;
        font-size: 17px;
    }
    .text-icon-wrap {
        top: 150px;
    }
}