/*   
Theme Name: Organic
Author: Vova Prik
Version: 2
*/

/* font-family: "LatoRegular"; */
@font-face {
    font-family: "LatoRegular";
    src: url("fonts/LatoRegular.eot");
    src: url("fonts/LatoRegular.eot?#iefix")format("embedded-opentype"),
    url("fonts/LatoRegular.woff") format("woff"),
    url("fonts/LatoRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "LatoBold"; */
@font-face {
    font-family: "LatoBold";
    src: url("fonts/LatoBold.eot");
    src: url("fonts/LatoBold.eot?#iefix")format("embedded-opentype"),
    url("fonts/LatoBold.woff") format("woff"),
    url("fonts/LatoBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "LatoLight"; */
@font-face {
    font-family: "LatoLight";
    src: url("fonts/LatoLight.eot");
    src: url("fonts/LatoLight.eot?#iefix")format("embedded-opentype"),
    url("fonts/LatoLight.woff") format("woff"),
    url("fonts/LatoLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
	font-family:'FontAwesome';
	src:url('fonts/fontawesome-webfont.eot?v=4.5.0');
	src:url('fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),
	url('fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),
	url('fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),
	url('fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),
	url('fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
	font-weight:normal;
	font-style:normal;
}
* {
	font-family: "LatoRegular";
	font-size: 15px;
	color: #666666;
}
html,
body {
	margin: 0!important;
	padding: 0!important; 
}
a:hover,
a:active, 
a:focus {
	text-decoration: none;
	outline: none!important;
}
ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.fa {
	display:inline-block;
	font:normal normal normal 14px/1 FontAwesome;
	font-size:inherit;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
.btn {
	background-color: #0CB25A;
	color: #fff;
	border: none;
	-webkit-transition: 0.3s;
    transition: 0.3s;
}
.btn:hover {
	background-color: #0b8d48;
	color: #fff;
	-webkit-transition: 0.3s;
    transition: 0.3s;
}
.menu-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	z-index: 10000;
}
.top-menu {
	background-color: #0CB25A;
}
.top-menu .col-md-12 {
	position: relative;
}
.top-menu a {
	color: #fff;
	-webkit-transition: 0.3s;
    transition: 0.3s;
}
.top-menu a:hover {
	color: rgba(255, 255, 255, .7);
	-webkit-transition: 0.3s;
    transition: 0.3s;
}
.top-menu .navbar-header button{
	float: left;
	padding: 0px;
	color: #fff;
	position: relative;
    z-index: 10;
}
.top-menu .nav-top-menu {
	text-align: center;
}
.top-menu .nav-top-menu li {
	display: inline-block;
}
.top-menu .nav-top-menu li a {
	padding: 10px 15px;
	display: block;
}
.phone-top {
	margin-top: 23px;
}
.phone-top p {
	margin-bottom: 0px;
}
.phone-top p .fa {
	width: 16px;
}
.phone-top p span{
	font-size: 12px;
}
.phone-top .pull-right {
	border-left: 1px solid #999999;
	padding-left: 6px;
}
.language {
	position: absolute;
	right: 15px;
	top: 0;
}
.language li{
	display: inline-block;
}
.language li a {
	display: block;
	line-height: 40px;
	text-transform: uppercase;
	padding: 0px 20px;
	border-left: 1px solid #fff; 
}
.language ul {
	border-right: 1px solid #fff;
	text-align: right;
}
.home--slider {
	margin-top: 128px;
}
.page--title h3{
	color: #666666;
	text-align: center;
	font-family: "LatoLight";
	margin: 74px 0px 40px;
}
.page--title h3::after {
	content: "";
	display: block;
	height: 1px;
	width: 50px;
	margin: 10px auto;
	background-color: #69bd43;
}
.about--image {
	margin-bottom: 60px;
}
.about--image img {
	width: 100%;
}
.logo {
	background-color: #fff;
	padding-bottom: 15px;
}
.logo img {
	margin-top: -30px;
	position: relative;
	z-index: 6;
}
.logo .navbar-header {
	text-align: center;
}
.logo .navbar-header button {
	float: none;
	font-size: 20px;
}
.logo nav {
	margin-top: 23px;
}
.product-item {
	border: 1px solid #e7e7e7;
}
.product-item-img {
	position: relative;
}
.crop .product-item-img {
     height: 250px;
     overflow: hidden;
}
.best-product .product-item-img,
.page--commodity .product-item-img {
     height: 302px;
     overflow: hidden;
}
.product-item-img img {
	width: 100%;
	height: auto;
}
.product-item span {
	color: #fff;
	font-size: 18px;
	display: block;
	text-align: center;
	background-color: #0CB25A;
	height: 50px;
   	line-height: 50px;
}
.product-item-img::before {
	content: "";
	display: block;
	background-color: #0CB25A;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	opacity: 0;
	left: 0;
	-webkit-transition: 0.3s;
    transition: 0.3s;
}
.product-item-img::after {
	content: "\f055";
	display:inline-block;
	font:normal normal normal 14px/1 FontAwesome;
	font-size:inherit;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	color: #fff;
    position: absolute;
    font-size: 65px;
    top: 38%;
    left: 40%;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.product-item:hover .product-item-img:before {
	opacity: 0.7!important;
	-webkit-transition: 0.3s;
    transition: 0.3s;
}
.product-item:hover .product-item-img:after {
	opacity: 1!important;
	-webkit-transition: 0.3s;
    transition: 0.3s;
}
/*page-content*/
.page--content,
.page--news,
.page--commodity {
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 50%, rgba(204,249,255,0.6) 100%); 
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 50%,rgba(204,249,255,0.6) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 50%,rgba(204,249,255,0.6) 100%); 
	padding-bottom: 100px;
}
.page--news img {
	width: 100%;
	height: auto;
}
.page--content .download {
	border: 1px solid #f2f2f2;
	box-shadow: 0px 0px 10px 0px #f2f2f2;
	border-radius: 2px;
	text-align: center;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 80px;
	padding: 65px 0px 30px;
}
.page--content .download:hover {
	background-color: #01b44e;
	-webkit-transition: 0.3s;
    transition: 0.3s;
}
.page--content .download:hover span,
.page--content .download:hover .fa {
	color: #fff;
	-webkit-transition: 0.3s;
    transition: 0.3s;
}
.page--content .download .fa {
	font-size: 44px;
	color: #666666;
	margin-top: 50px;
}
.page--content .download span {
	font-size: 20px;
	font-family: "LatoLight";
}
.page--content .download a {
	color: #666666;
	font-size: 16px;
	display: block;
	background-color: #f2f2f2;
	line-height: 50px;
    margin: 10px 10px 0px;
}
.page--content .col-md-9 li {
	list-style-type: disc;
}
.crop {
	border: 1px solid #f2f2f2;
	box-shadow: 0px 0px 10px 0px #f2f2f2;
	padding: 10px;
	margin-bottom: 30px;
}
.crop img {
	height: auto;
	width: 100%;
}
.crop a {
	color: #fff;
	font-size: 16px;
	font-family: "LatoLight";
	display: block;
	line-height: 45px;
	background-color: #0CB25A;
	text-align: center; 
	margin-top: 14px;
	border-radius: 2px;
}
.page--commodity img {
	width: 100%;
	height: auto;
}
/*about us*/
.container--pict {
	margin-top: 60px;
}
.container--pict .col-md-3 {
	text-align: center;
}
.container--pict p {
	color: #0CB25A;
	font-size: 18px;
	padding-top: 12px;
}
/*pagination*/
.custom-pagination {
	text-align: center;
}
.custom-pagination a,
.custom-pagination span {
	border: 1px solid #e6e6e6;
	background-color: #fff;
	border-radius: 2px;
	font-size: 16px;
	padding: 5px 10px;
	margin: 0px 4px;
	color: #999999;
	-webkit-transition: 0.3s;
    transition: 0.3s;
}
.custom-pagination a:hover {
	color: #0CB25A;
	-webkit-transition: 0.3s;
    transition: 0.3s;
}
/*contacts*/
.page--contacts .col-md-4 {
	text-align: center;
}
.page--contacts .fa {
	font-size: 53px;
	color: #666666;
	margin-bottom: 11px;
}
.page--map iframe {
	margin-bottom: -6px;
	margin-top: 55px;
}
/*breadcrumbs*/
.breadcrumbs {
	background-color: #f2f2f2;
	min-height: 90px;
	margin-top: 128px;
}
.bread--nav {
	text-align: right;
        padding: 34px 15px;
}
.bread--nav a span{
	color: #0CB25A;
	margin-right: 4px;
}
.bread--nav>span {
	margin: 0px 2px;
}
.bread--title h2 {
	font-size: 32px;
	font-family: "LatoLight";
	color: #666666;
	margin-top: 28px;
}
.news-item h3, a {
	color: #0CB25A;
	margin-top: 0px;
}
.new-news .product-item {
	margin: 16px 0px 10px;
}
.new-news .product-item-img img {
	height: auto;
}
.best-product {
	padding-bottom: 40px;
}
.new-news {
	background-color: #f2f2f2;
	padding-bottom: 80px;
}
.new-news .product-item-img::after {
    font-size: 45px;
    top: 38%;
    left: 44%;
}
.news-item-home .product-item-img {
	height: 210px;
        overflow: hidden;
        display: block;
}
.new-news .col-md-9 h3 {
	color: #0CB25A;
	margin: 0px;
	font-size: 18px;
        min-height: 76px;
}
.product-item {
	margin-bottom: 30px;
}
.news-item-home {
	margin-bottom: 30px;
}
.home-date-news {
	background-color: #0CB25A; 
	border-radius: 3px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
    padding: 6px 0px 4px;
}
.home-date-news span {
	color: #fff;
	font-size: 17px;
	display: block;
	font-family: "LatoBold";
}
.news-link {
	position: absolute;
	bottom: 0;
	width: 100%;
}
/*page-no-faund*/
.page-no-faund {
	text-align: center;
	padding: 150px 0px;
}
.page-no-faund p {
	font-size: 120px;
	line-height: 120px;
	color: #0CB25A;
	font-family: "LatoBold";
	margin-bottom: 0px;
}


/*footer*/
.footer {
	background-color: #404040;
	color: #fff;
	padding: 50px 0px;
}
.footer h5 {
	border-bottom: 1px solid #fff;
	position: relative;
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 34px;
	padding-bottom: 18px;
	color: #fff;
}
.footer h5::after {
	content: "";
	height: 3px;
	width: 50px;
	background-color: #0cb25a;
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
}
.footer li a {
	color: #fff;
	line-height: 30px;
	-webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.footer li a:hover {
	color: #00b23a;
	-webkit-transition: 0.3s;
    transition: 0.3s;
}
.footer p {
	color: #fff;
}
.footer--logo {
	text-align: center;
	margin-top: 95px;
	padding: 0px 75px;
}
.bottom-footer {
        padding: 31px 0 15px;
	background-color: #353535;
	text-align: center;
	color: #7f7f7f;
	font-size: 12px;
        margin-bottom: -20px;
}


@media(max-width: 1200px){
	#dc_jqmegamenu_widget-2-item ul li a,
        #dc_jqmegamenu_widget-3-item ul li a {
		padding: 12px 25px 12px 25px!important;
		font-size: 16px!important;
	}
	.phone-top .pull-right {
		border-left: none;
		padding-left: 18px;
		float: none!important;
		display: none;
	}
	.phone-top .pull-left {
		float: right!important;
	}
	.logo {
            padding-top: 26px;
        }
		.logo img {
			width: 70%;
		}
		.logo nav {
			margin-top: 0px;
		}
        .breadcrumbs {
           margin-top: 130px
       }
      .page--content .download {
        width: 100%;
      }
	  .phone-top {
        margin-top: 0px;
    }
}
@media(max-width: 990px){
		.logo img {
			width: 90%;
		}
		.top-menu .nav-top-menu {
			text-align: left;
		}
}
@media(max-width: 800px){
	#dc_jqmegamenu_widget-2-item ul li a,
        #dc_jqmegamenu_widget-3-item ul li a {
		font-size: 18px!important;
	}
}

@media(max-width: 768px){
	.container.logo {
		margin-top: 90px;
	}
	.top-menu {
	    z-index: 10;
	}
	.top-menu .nav-top-menu li {
		display: block;
	}
	.logo nav ul ul ul{
	    top: 0;
	    left: 0px;
	}
	.home--slider {
            margin-top: 104px;
        }
	.logo img {
		width: 100px;
	}
	.logo .navbar-header button {
		position: absolute;
		top: -24px;
		right: -12px;
		font-size: 16px;
		
	}
	.page--content,
	.page--contacts	{
		margin-top: 90px;
	}
}
.news-img img {
	width: 100%;
	height: 300px;
}
.news-description {
	height: 288px;
}
.data-news {
	float: right;
	padding-right: 30px;
	color: #8f9d9d;
}
.news-item::after {
	content: "";
   	display: block;
	height: 1px;
    	background-color: #69bd43;
    	margin: 340px 15px 70px 15px;
}
.intermag--img img {
	width: 100%;
}
.intermag--text,
.intermag--text-1 {
	padding-right: 30px;
}
.news--img {
	margin-bottom: 40px;
}
.news--img img {
	width: 100%;
}
.page-numbers.current {
    background-color: #0CB25A;
    color: #fff;
}
table>tbody>tr>td, table>tbody>tr>th, table>tfoot>tr>td, table>tfoot>tr>th, table>thead>tr>td, table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
table {
    border: 1px solid #ddd;
}
.page--content .pull-left {
	margin-right: 20px;
}
.news-item-img {
    height: 295px;
    overflow: hidden;
}
.bottom-footer a {
    float: right;
    text-align: right;
}
.bottom-footer a span {
    display: block;
    font-size: 12px;
    color: #AAAAAA;
}
.bottom-footer img {
    width: 20px;
    opacity: .6;
    margin-top: -11px;
}


/* 1. Скрываем все выпадающие списки по умолчанию */
#menu .sub-menu {
    display: none;
    position: absolute; /* Чтобы меню не раздвигало хедер, а накладывалось сверху */
    background: #fff;   /* Цвет фона выпадающего меню */
    z-index: 999;
    list-style: none;
    padding: 10px;
    border: 1px solid #ddd;
    min-width: 200px;
}

/* 2. Показываем список при наведении на родительский элемент <li> */
#menu li:hover > .sub-menu {
    display: block;
}

/* 3. Оформление для вложенных меню (третий уровень и далее), если нужно вбок */
#menu .sub-menu .sub-menu {
    top: 0;
    left: 100%; /* Выпадают вправо */
}

/* 4. Обеспечиваем относительное позиционирование для LI, чтобы ABSOLUTE работал корректно */
#menu li {
    position: relative;
}

/* 5. Убираем стандартные отступы списков для чистоты */
#menu ul {
    margin: 0;
    padding: 0;
}