/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://vianaturale.ee/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://vianaturale.ee/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://vianaturale.ee/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://vianaturale.ee/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://vianaturale.ee/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://vianaturale.ee/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://vianaturale.ee/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://vianaturale.ee/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://vianaturale.ee/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

.postWrapper {
    padding-bottom: 25px;
    clear: both;
}

.postTitle {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DDDDDD;
    margin-bottom: 15px;
}

.postTitle h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.postTitle h3 {
    font-size: 10px;
    margin: 0px;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
}

.postContent {
    padding-bottom: 10px;
}

.postDetails {

}

.postBookmarks {
    padding-bottom: 10px;
}

.postBookmarks h4 {

    font-size: 12px;
    font-weight: bold;
}

.commentWrapper {
    padding-bottom: 15px;
}

.commentContent {
    padding-bottom: 0px;
}

.commentDetails {
    margin-bottom: 5px;
    padding: 0px;
}

.commentDetails h4.username {
    display: inline;
}

.postError {
    font-size: 16px;
}

.tags {
    font-weight: bold;
    padding-bottom: 10px;
}

.tags UL {
    display: inline;
}

.tags UL LI {
    font-weight: normal;
    display: inline;
    padding-right: 6px;
}

.tags h4 {
    font-size: 12px;
    font-weight: bold;
}

.menu-tags, .menu-categories, .menu-recent {
    margin: 5px 9px;
}

.menu-tags h5, .menu-categories h5, .menu-recent h5 {
    font-size: 11px;
}

.block-blog .menu-tags UL LI {
    display: inline;
    padding: 2px;
    margin-left: 10px;
}

.block-blog .menu-categories UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI a, .block-blog .menu-categories UL LI a, .block-blog .menu-tags UL LI a {
    font-size: 11px;
}

.tagcloud {
    /* text-align:center; */
}

.tag-count-1 {
    font-size: 1em !important;
}

.tag-count-2 {
    font-size: 1.2em !important;
}

.tag-count-3 {
    font-size: 1.4em !important;
}

.tag-count-4 {
    font-size: 1.6em !important;
}

.tag-count-5 {
    font-size: 1.8em !important;
}

.tag-count-6 {
    font-size: 2em !important;
}

.tag-count-7 {
    font-size: 2em !important;
}

.tag-count-8 {
    font-size: 2em !important;
}

.tag-count-9 {
    font-size: 2em !important;
}

.tag-count-10 {
    font-size: 2em !important;
}

.block-blog .head h4 {
    padding-left: 20px;
}

.block-blog .block-title strong {
    background-image: url(https://vianaturale.ee/skin/frontend/mgstheme/default/aw_blog/images/icon_blog.png);
    background-repeat: no-repeat;
    padding-left: 21px;
    text-align: left;
}

.postWrapper .poster {
    display: inline;
}

.input-box.aw-blog-comment-area {
    width: 100%;
}

.widget-latest li {
    font-size: 12px;
    padding: 5px 10px;
}

.block-blog .menu-categories {
    margin: 0;
    padding: 5px 9px;
}

A.awblog_current_comment {
    text-decoration: none !important;
    font-weight: bold !important;
}
/* 
*/
.eabi_banklink_select {
    width: 95% !important;
    text-align: left;
}

.eabi_banklink_select ul {
    display: table;
}
.eabi_banklink_select li {
    float: left;
    list-style: none;
    height: 90px;
    min-width: 94px;
    overflow: hidden;
    padding: 2px;
    background: transparent;
    margin: 0 !important;
}
.eabi_banklink_select li > a {
    display: block;
    height: 80px;
    min-width: 80px;
    border-radius: 8px;
    border: 3px solid #eee;
    position: relative;
    background: #fff;
    text-decoration: none;
}
.eabi_banklink_select *, .eabi_banklink_select *:before, .eabi_banklink_select *:after {
    box-sizing: content-box;
}


.eabi_banklink_select li > a:hover {
    border-color: #1477a0;
    text-decoration: none;
}
.eabi_banklink_select li > a.selected {
    border-color: #ffc000;
}
.eabi_banklink_select li > a.selected:hover {
    border-color: #1477a0;
}
.eabi_banklink_select li > a > img {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 12px;
}

.eabi_banklink_select li > a > span {
    margin: auto;
    position: absolute;
    text-transform: uppercase;
    display: block;
    width: 84px;
    line-height: 84px;
    text-align: center;
    color: #666;
}


#eabi_banklink_payment_start {
}

#eabi_banklink_payment_start p {
    text-align: center;
}




/* small logo definitions */

.eabi_banklink_select .eabi_banklink_small li {
    height: 54px;
    min-width: 54px;
}

.eabi_banklink_select .eabi_banklink_small li > a {
    height: 50px;
    min-width: 50px;
}


.eabi_banklink_select .eabi_banklink_small li > a > img {
    width: 46px;
    padding: 2px;
}


.eabi_banklink_select .eabi_banklink_small li > a > span {
    width: 50px;
    line-height: 50px;
}







/* make credit card logos not interactive */
#payment_form_eabi_estcard_ee li > a:hover ,
#payment_form_eabi_estcard_ee li > a,
.eabi_banklink_not_selectable li > a,
.eabi_banklink_not_selectable li > a:hover {
	border-color: #eee !important;
	cursor: inherit;
}

/* end credit card logos not interactive */

/*  loading mask */
#eabi-banklink-loading-mask {
    color: #d85909;
    font-size: 1.1em;
    font-weight: bold;
    opacity: 0.8;
    position: absolute;
    text-align: center;
    z-index: 500;
}

#eabi-banklink-loading-mask .loader {
    background: none repeat scroll 0 0 #fff4e9;
    border: 2px solid #f1af73;
    color: #d85909;
    font-weight: bold;
    left: 50%;
    margin-left: -60px;
    padding: 15px 60px;
    position: fixed;
    text-align: center;
    top: 35%;
    width: 120px;
    z-index: 1000;
}

/* end loading mask */

/* force payment buttons to the right */

.eabi-banklink-order-payment-form-buttons-set button.button {
    float: right;
    margin-left: 5px;
}

/* end force payment buttons to the right */

/*
  
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * or OpenGPL v3 license (GNU Public License V3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * or
 * http://www.gnu.org/licenses/gpl-3.0.txt
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to info@e-abi.ee so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this module to newer
 * versions in the future.
 *
 * @category   Eabi
 * @package    Eabi_Dpd
 * @copyright  Copyright (c) 2018 Aktsiamaailm LLC (http://en.e-abi.ee/)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 * @license    http://www.gnu.org/licenses/gpl-3.0.txt  GNU Public License V3.0
 * @author     Matis Halmann
 * 

*/
/* 
    Created on : Dec 29, 2014, 12:23:35 AM
    Author     : Matis
*/
.eabi_carrier
{
    outline: none;
}
.eabi_carrier strong
{
    line-height: 30px;
}
.eabi_carrier.over,
.eabi_carrier:hover
{
    text-decoration: none;
}
.eabi_carrier .eabi_postoffice_comment
{
    display: none;
    line-height: 16px;
    margin-left: 28px;
    margin-top: -30px;
    padding: 14px 20px;
    width: 300px;
    z-index: 10;
}


.eabi_carrier.over .eabi_postoffice_comment,
.eabi_carrier:hover .eabi_postoffice_comment
{
    background: #eff5ea;
    border: 1px solid #95a486;
    color: #3d6611;
    display: inline;
    position: absolute;
}
.callout
{
    border: 0;
    left: -12px;
    position: absolute;
    top: 30px;
    z-index: 20;
}
.eabi_carrier .eabi_postoffice_comment
{
    border-radius: 4px;
    box-shadow: 5px 5px 8px #CCC;
}

.eabi_carrier.over .eabi_postoffice_comment_error,
.eabi_carrier:hover .eabi_postoffice_comment_error {
    background: #faebe7;
    color: #df280a;
    border-color: #f16048;
    
}

.brand-page-title,
.feature-brand-title {
    border: 0 none;
    margin: 0 0 7px;
}
.brand-description {
    margin: 0 0 10px;
}
.feature-brands {
    margin-bottom: 10px;
    border: 1px solid #bbafa0;
    background-color: #fbfaf6;
    padding: 15px;
}
.std ul.brands-list {
    padding: 0;
    list-style: none;
    margin: 0;
}
.feature-brands:before,
.feature-brands:after,
.brands-list:before,
.brands-list:after,
.chars-filter:before,
.chars-filter:after {
    display: table;
    content: "";
}
.feature-brands:after,
.brands-list:after,
.chars-filter:after {
    clear: both;
}
.feature-brands .feature-brand-item {
    float: left;
    width: 23.5%;
    margin-left: 2%;
    text-align: center;
}
.feature-brands .feature-brand-item .feature-brand-title {
    font-size: 14px;
}
.feature-brands .feature-brand-item:nth-child(4n+1) {
    margin-left: 0;
    clear: left;
}
.feature-brands .feature-brand-item .feature-brand-image a {
    display: block;
}
.feature-brands .feature-brand-item .feature-brand-image .brand-img {
    max-width: 100%;
    border: 1px solid #cccccc;
}

.brands-search .block-content {
    padding: 10px;
}
.brands-search .block-content ul.chars-filter {
    margin-top: 10px;
}
.brands-search .block-content ul.chars-filter li {
    float: left;
}
ul.chars-filter li a {
    text-decoration: none;
}
ul.chars-filter li a {
    display: block;
    border: 1px solid transparent;
    height: 28px;
    line-height: 28px;
    width: 28px;
    text-align: center;
}
ul.chars-filter li a:hover,
ul.chars-filter li.active a {
    background-color: #F18200;
    color: #ffffff;
    border: 1px solid #de5400;
}
.brands-list .brand-item {
    float: left;
    width: 18.8%;
    margin-left: 1.5%;
    text-align: center;
    margin-top: 10px;
}
.brands-list .brand-item:nth-child(5n+1) {
    margin-left: 0;
    clear: left;
}
.brands-list .brand-item .brand-image a {
    display: block;
}
.brands-list .brand-item .brand-image .brand-img {
    max-width: 100%;
    border: 1px solid #cccccc;
}
.brands-list .brand-item .brand-title {
    font-size: 12px;
    color: #203548;
}
.brands-list .brand-item .brand-title a {
    color: #203548;
}

.brands-widget .brand-item {
    text-align: center;
}
.brands-widget .brand-item .brand-item-inner {
    padding: 5px;
    margin: 5px;
}
.brands-widget .brand-item .brand-image .brand-img img {
    max-width: 100%;
    border: 1px solid #ccc;
    margin: 0 auto;
}
.brands-widget .slick-prev:before,
.brands-widget .slick-next:before {
    color: #333333;
}
.brands-widget .slick-prev {
    right: 100%;
}
.brands-widget .slick-next {
    left: 100%;
}
.brands-widget.vertical-slider .brand-item .brand-image .brand-img {
    display: inline-block;
}
.brands-widget.vertical-slider .slick-prev:before {
    content: "▲";
}
.brands-widget.vertical-slider .slick-next:before {
    content: "▼";
}
.brands-widget.vertical-slider .slick-prev {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.brands-widget.vertical-slider .slick-next {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.block-brand-related {
    margin-top: 20px;
}
.block-brand-related .products-list .product-shop {
    margin-left: 160px;
}
.block-brand-related .products-list .price-box {
    float: none;
}
.block-brand-related .products-list .add-to-links,
.block-brand-related .products-list .ratings::after,
.block-brand-related .products-list .desc {
    clear: none;
}
.block-brand-related .products-related-grid .ratings .rating-box {
    float: none;
    margin-bottom: 5px;
}
.block-brand-related .actions {
    background: none;
    padding: 0;
    text-align: inherit;
}
.block-brand-related .actions button.button,
.block-brand-related .actions a {
    float: none;
}
.products-related-grid .product-name {
    color: #203548;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px;
}
.products-related-grid .product-name a {
    color: #203548;
}
ul.products-related-grid {
}
ul.products-related-grid:before,
ul.products-related-grid:after {
    content: "";
    display: table;
}
ul.products-related-grid:after {
    clear: both;
}
.block-brand-related .block-content ul.products-related-grid li.item {
    padding: 0;
    margin-top: 10px;
}
.block-brand-related .block-content ul.products-related-grid.products-related-grid-2cols li.item {
    float: left;
    width: 49%;
    margin-left: 2%;
}
.block-brand-related .block-content ul.products-related-grid.products-related-grid-2cols li.item:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
}
.block-brand-related .block-content ul.products-related-grid.products-related-grid-3cols li.item {
    float: left;
    width: 32%;
    margin-left: 2%;
}
.block-brand-related .block-content ul.products-related-grid.products-related-grid-3cols li.item:nth-child(3n+1) {
    margin-left: 0;
    clear: left;
}
.block-brand-related .block-content ul.products-related-grid.products-related-grid-4cols li.item {
    float: left;
    width: 23.5%;
    margin-left: 2%;
}
.block-brand-related .block-content ul.products-related-grid.products-related-grid-4cols li.item:nth-child(4n+1) {
    margin-left: 0;
    clear: left;
}
.block-brand-related .block-content ul.products-related-grid.products-related-grid-5cols li.item {
    float: left;
    width: 18.4%;
    margin-left: 2%;
}
.block-brand-related .block-content ul.products-related-grid.products-related-grid-5cols li.item:nth-child(5n+1) {
    margin-left: 0;
    clear: left;
}
.block-brand-related .block-content ul.products-related-grid.products-related-grid-6cols li.item {
    float: left;
    width: 15%;
    margin-left: 2%;
}
.block-brand-related .block-content ul.products-related-grid.products-related-grid-6cols li.item:nth-child(6n+1) {
    margin-left: 0;
    clear: left;
}
.block-brand-related .block-content ul.products-related-grid li.item .product-image,
.block-brand-related .block-content ul.products-list li.item .product-image {
    background-color: #eeeded;
    border: 1px solid #d9dde3;
    display: block;
    padding: 5px;
}
.block-brand-related .block-content ul.products-related-grid li.item .product-image img,
.block-brand-related .block-content ul.products-list li.item .product-image img {
    max-width: 100%;
}
.product-brand {
    margin-bottom: 10px;
}
.product-brand .product-brand-inner {
    display: inline-block;
    text-align: center;
    background-color: #f8f7f5;
    border: 1px solid #d9dde3;
}
.product-brand .product-brand-inner .brand-title {
    margin-top: 5px;
}
/**
 * Contus Support Interactive.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file PRICE COUNTDOWN-LICENSE.txt.
 *
 * =================================================================
 *                 MAGENTO EDITION USAGE NOTICE
 * =================================================================
 * This package designed for Magento 1.4.x and 1.5.x COMMUNITY edition
 * Contus Support does not guarantee correct work of this package
 * on any other Magento edition except Magento 1.4.x and 1.5.x COMMUNITY edition.
 * =================================================================
 */
.promo-banner{
	position:relative;
	overflow: hidden;
}
.promo-banner .banner-hover a{position:absolute; top:0; left:0; width:100%; height:100%}
.promo-banner .text-container h1,.promo-banner .text-container .h1, .promo-banner .text-container h2, .promo-banner .text-container h3, .promo-banner .text-container h4,.promo-banner .text-container h5,.promo-banner .text-container h6,.promo-banner .text-container p {
	margin: 0;
}
.promo-banner .text-container {
	position: absolute;
	padding: 15px;
	z-index: 98;
}
.promo-banner .text-left {
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	left: 0;
	text-align: left;
}
.promo-banner .text-top-left {
	left: 0;
	top: 0;
	bottom: auto;
}
.promo-banner .text-right {
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	right: 0;
	text-align: right;
}
.promo-banner .text-top-right {
	right: 0;
	top: 0;
	bottom: auto;
}
.promo-banner .text-center {
	top: 50%;
	text-align: center;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	
	}
.promo-banner .text-top-center {
	top: 0;
	width: 100%;
	text-align: center;
}
.promo-banner .text-bottom-center {
	bottom: 0;
	width: 100%;
	text-align: center;
}
.promo-banner .text-bottom-left {
	bottom: 0;
	left: 0;
	top: auto;
}
.promo-banner .text-bottom-right {
	bottom: 0;
	right: 0;
	top: auto;
}
.promo-banner .view-more { margin-top: 10px; }
.social-login-options {   
    padding-top: 20px;
}
.social{
    display: inline;
    float: left;    
    text-indent: -9999px;
}
.social-facebook a {
    background-position: 0 0;
    background-repeat: no-repeat;
    border-radius: 2px;
    display: block;
    height: 28px;
    transition: all 0.3s ease-in-out 0s;
    width: 28px;
}
.social-facebook a:hover {
    background-position: 0 -38px;
}
.social-facebook .facebook {
    background: rgba(0, 0, 0, 0) url("https://vianaturale.ee/skin/frontend/mgstheme/default/mgs/social/images/facebook.png") no-repeat scroll 0 0;
}
.social-google a {
    background-position: 0 0;
    background-repeat: no-repeat;
    border-radius: 2px;
    display: block;
    height: 28px;
    transition: all 0.3s ease-in-out 0s;
    width: 28px;
}
.social-google a:hover {
    background-position: 0 -38px;
}
.social-google .google {
    background: rgba(0, 0, 0, 0) url("https://vianaturale.ee/skin/frontend/mgstheme/default/mgs/social/images/googleplus.png") no-repeat scroll 0 0;
}
.social-twitter a {
    background-position: 0 0;
    background-repeat: no-repeat;
    border-radius: 2px;
    display: block;
    height: 28px;
    transition: all 0.3s ease-in-out 0s;
    width: 28px;
}
.social-twitter a:hover {
    background-position: 0 -38px;
}
.social-twitter .twitter {
    background: rgba(0, 0, 0, 0) url("https://vianaturale.ee/skin/frontend/mgstheme/default/mgs/social/images/twitter.png") no-repeat scroll 0 0;
}
/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.1 | MIT License | git.io/normalize */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}@media print{*{color:#000!important;text-shadow:none!important;background:transparent!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.table td,.table th{background-color:#fff!important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(https://vianaturale.ee/skin/frontend/mgstheme/default/fonts/glyphicons-halflings-regular.eot);src:url(https://vianaturale.ee/skin/frontend/mgstheme/default/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(https://vianaturale.ee/skin/frontend/mgstheme/default/fonts/glyphicons-halflings-regular.woff) format('woff'),url(https://vianaturale.ee/skin/frontend/mgstheme/default/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(https://vianaturale.ee/skin/frontend/mgstheme/default/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;width:100% \9;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;width:100% \9;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:400;line-height:1;color:#777}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}cite{font-style:normal}mark,.mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#428bca}a.text-primary:hover{color:#3071a9}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#428bca}a.bg-primary:hover{background-color:#3071a9}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}blockquote:before,blockquote:after{content:""}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=radio],input[type=checkbox]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=radio]:focus,input[type=checkbox]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#777;opacity:1}.form-control:-ms-input-placeholder{color:#777}.form-control::-webkit-input-placeholder{color:#777}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{line-height:34px;line-height:1.42857143 \0}input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;min-height:20px;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.radio input[type=radio],.radio-inline input[type=radio],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox]{position:absolute;margin-top:4px \9;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type=radio][disabled],input[type=checkbox][disabled],input[type=radio].disabled,input[type=checkbox].disabled,fieldset[disabled] input[type=radio],fieldset[disabled] input[type=checkbox]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm,.form-horizontal .form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm,select[multiple].input-sm{height:auto}.input-lg,.form-horizontal .form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg{height:46px;line-height:46px}textarea.input-lg,select[multiple].input-lg{height:auto}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:25px;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center}.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type=radio],.form-inline .checkbox input[type=checkbox]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{top:0;right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.3px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn:focus,.btn:active:focus,.btn.active:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus{color:#333;text-decoration:none}.btn:active,.btn.active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#3071a9;border-color:#285e8e}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd}.btn-primary .badge{color:#428bca;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#428bca;cursor:pointer;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;-o-transition:height .35s ease;transition:height .35s ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#428bca;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#777}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px solid}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{outline:0}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn>input[type=radio],[data-toggle=buttons]>.btn>input[type=checkbox]{position:absolute;z-index:-1;filter:alpha(opacity=0);opacity:0}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=radio],.input-group-addon input[type=checkbox]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#428bca}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#428bca}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030;-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}.navbar-nav.navbar-right:last-child{margin-right:-15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type=radio],.navbar-form .checkbox input[type=checkbox]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-form.navbar-right:last-child{margin-right:-15px}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}.navbar-text.navbar-right:last-child{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#333}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#777}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#777}.navbar-inverse .navbar-nav>li>a{color:#777}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#777}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#777}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#fff}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#428bca;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#2a6496;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;cursor:default;background-color:#428bca;border-color:#428bca}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:hover,a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:hover,.label-default[href]:focus{background-color:#5e5e5e}.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#fff}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron{padding-right:60px;padding-left:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-right:auto;margin-left:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#428bca}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar,.progress-bar-striped{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar[aria-valuenow="1"],.progress-bar[aria-valuenow="2"]{min-width:30px}.progress-bar[aria-valuenow="0"]{min-width:30px;color:#777;background-color:transparent;background-image:none;-webkit-box-shadow:none;box-shadow:none}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media,.media-body{overflow:hidden;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{color:#555;text-decoration:none;background-color:#f5f5f5}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{color:#777;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#e1edf7}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,a.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,a.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,a.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,a.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#428bca}.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#428bca}.panel-primary>.panel-heading .badge{color:#428bca;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#428bca}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate3d(0,-25%,0);-o-transform:translate3d(0,-25%,0);transform:translate3d(0,-25%,0)}.modal.in .modal-dialog{-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{min-height:16.43px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-size:12px;line-height:1.4;visibility:visible;filter:alpha(opacity=0);opacity:0}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{right:5px;bottom:0;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;text-align:left;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{display:table;content:" "}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important;visibility:hidden!important}.affix{position:fixed;-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none!important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}th.visible-print,td.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
.margin5{margin:5px}
.margin10{margin:10px}
.margin15{margin:15px}
.margin20{margin:20px}
.margin25{margin:25px}
.margin30{margin:30px}
.margin35{margin:35px}
.margin40{margin:40px}
.margin-top5{margin-top:5px}
.margin-top10{margin-top:10px}
.margin-top15{margin-top:15px}
.margin-top20{margin-top:20px}
.margin-top25{margin-top:25px}
.margin-top30{margin-top:30px}
.margin-top35{margin-top:35px}
.margin-top40{margin-top:40px}
.margin-right5{margin-right:5px}
.margin-right10{margin-right:10px}
.margin-right15{margin-right:15px}
.margin-right20{margin-right:20px}
.margin-right25{margin-right:25px}
.margin-right30{margin-right:30px}
.margin-right35{margin-right:35px}
.margin-right40{margin-right:40px}
.margin-bottom5{margin-bottom:5px}
.margin-bottom10{margin-bottom:10px}
.margin-bottom15{margin-bottom:15px}
.margin-bottom20{margin-bottom:20px}
.margin-bottom25{margin-bottom:25px}
.margin-bottom30{margin-bottom:30px}
.margin-bottom35{margin-bottom:35px}
.margin-bottom40{margin-bottom:40px}
.margin-left5{margin-left:5px}
.margin-left10{margin-left:10px}
.margin-left15{margin-left:15px}
.margin-left20{margin-left:20px}
.margin-left25{margin-left:25px}
.margin-left30{margin-left:30px}
.margin-left35{margin-left:35px}
.margin-left40{margin-left:40px}

.padding5{padding:5px}
.padding10{padding:10px}
.padding15{padding:15px}
.padding20{padding:20px}
.padding25{padding:25px}
.padding30{padding:30px}
.padding35{padding:35px}
.padding40{padding:40px}
.padding-top5{padding-top:5px}
.padding-top10{padding-top:10px}
.padding-top15{padding-top:15px}
.padding-top20{padding-top:20px}
.padding-top25{padding-top:25px}
.padding-top30{padding-top:30px}
.padding-top35{padding-top:35px}
.padding-top40{padding-top:40px}
.padding-right5{padding-right:5px}
.padding-right10{padding-right:10px}
.padding-right15{padding-right:15px}
.padding-right20{padding-right:20px}
.padding-right25{padding-right:25px}
.padding-right30{padding-right:30px}
.padding-right35{padding-right:35px}
.padding-right40{padding-right:40px}
.padding-bottom5{padding-bottom:5px}
.padding-bottom10{padding-bottom:10px}
.padding-bottom15{padding-bottom:15px}
.padding-bottom20{padding-bottom:20px}
.padding-bottom25{padding-bottom:25px}
.padding-bottom30{padding-bottom:30px}
.padding-bottom35{padding-bottom:35px}
.padding-bottom40{padding-bottom:40px}
.padding-left5{padding-left:5px}
.padding-left10{padding-left:10px}
.padding-left15{padding-left:15px}
.padding-left20{padding-left:20px}
.padding-left25{padding-left:25px}
.padding-left30{padding-left:30px}
.padding-left35{padding-left:35px}
.padding-left40{padding-left:40px}

@media (min-width: 1200px) {
	.width1024 .container{width:1024px}
	.width1200 .container{width:1200px}
	.width1366 .container{width:1366px}
	.fullwidth .container{width:100%}
}
@media only screen and (min-width : 992px){
	.col-md-custom-5, .col-md-custom-7, .col-md-custom-8{float: left;}
	.products-grid-custom-5{margin:0 5px}
	.col-md-custom-5{width:20%; padding-left:10px; padding-right:10px}
	.product-category-tab.owl-carousel.col-md-custom-5 .owl-item{ padding: 0; margin:0 -10px}
	
	.products-grid-custom-7{margin:0 10px}
	.col-md-custom-7{width:14.28%; padding-left:5px; padding-right:5px}
	.product-category-tab.owl-carousel.col-md-custom-7 .owl-item{ padding: 0; margin:0 -5px}
	
	.products-grid-custom-8{margin:0 12px}
	.col-md-custom-8{width:12.5%; padding-left:3px; padding-right:3px}
	.product-category-tab.owl-carousel.col-md-custom-8 .owl-item{ padding: 0; margin:0 -3px}
}
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('https://vianaturale.ee/skin/frontend/mgstheme/default/fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('https://vianaturale.ee/skin/frontend/mgstheme/default/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('https://vianaturale.ee/skin/frontend/mgstheme/default/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('https://vianaturale.ee/skin/frontend/mgstheme/default/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('https://vianaturale.ee/skin/frontend/mgstheme/default/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('https://vianaturale.ee/skin/frontend/mgstheme/default/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.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;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
.button-fixed{position:relative}
.button-fixed .button{position:fixed; bottom:10px; right:10px; z-index:9999}

* { margin:0; padding:0; outline: none;}
html{
	overflow-x: hidden;
}
body          {color:#696969; text-align:left; font-family: arial, sans-serif; font-weight: 400; font-size: 15px; outline: 0; line-height: 1.8;
background-color: #fff;
overflow-x: hidden;}
img           { border:0; vertical-align:top; margin: 0 auto;}
.h1, .h2, .h3, .h4, .h5 , .h6 , h1, h2, h3, h4, h5, h6{
	display: block;
}
h1, .h1{font-size: 40px;}
h2, .h2{font-size: 34px;}
h3, .h3{font-size: 24px;}
h4, .h4{font-size: 18px;}
h5, .h5{font-size: 16px;}
h6, .h6{font-size: 14px;}
a             { 
	text-decoration:none;
	color: #0a0a0a;outline: none; }
a:hover       { text-decoration:none;outline: none; }
a:focus,a:active        { outline: none; }
a:hover,
a:focus{
	color: #76c25d;	
}
/* CUSTOM CLASS */
.no-padding{padding: 0;}
.no-display{display: none;}
.parallax{
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.color-default{color: #76c25d;}
/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }
label{
	color: #696969;
font-size: 14px;
padding: 0;
display: inline-block;
margin-bottom: 5px;
text-align: left;	
}
*::-moz-selection{
	background-color: #76c25d;
	color: #fff;
}
/* Table */
table         { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
.label        { color: #2f2f2f; padding: 0; }
label         { vertical-align: middle; }
.checkbox     { display: inline-block; }
/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul,ol         { list-style:none; margin: 0; padding: 0;}
.a-center{text-align:center}
/* ======================================================================================= */
/* custom transition */
a,button.button,
.btn,
button.btn,
.mega-menu .nav-main li.dropdown .dropdown-menu,
.mega-menu .nav-main li.dropdown .dropdown-menu li ul li a,
.header .top-bar-abs{
	transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-ms-transition: all .4s ease 0s;
}
.background-center{background-position: center center;}
/* Global Styles ========================================================================= */
/* Form Elements */
.form-control {
    margin-bottom: 5px;
}
.btn, button{
    border-radius: 23.5px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 23px 12px;
	line-height: 1;
	word-spacing: 4px;
	box-shadow: none;	
	border: 1px solid transparent;
}
button.button:hover,
.btn:hover,
button.btn:hover{
	box-shadow: none;	
}
.btn-default{
	background-color: #fff;
	color: #76c25d;
	border: 1px solid #76c25d;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active{
	color: #fff;
	background-color: #76c25d;
	border-color: #76c25d;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default.active[disabled], fieldset[disabled] .btn-default.active {
	background-color: #76c25d;
	border-color: #76c25d;
}
.btn-transparent{
	background-color: transparent;
	color: #76c25d;
	border: 1px solid #76c25d;
}
.btn-transparent:hover,
.btn-transparent:active,
.btn-transparent:focus{
	background-color: #76c25d;
	border-color: #76c25d;
	color: #fff;
}
.btn-primary,
.btn-primary.active{
	background-color: #76c25d;
	color: #fff;
	border-color: #76c25d;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active:active{
	background-color: #696969;
	border-color: #696969;
	color: #fff;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
	background-color: #696969;
	border-color: #696969;
}
.btn-secondary{
	background-color: #696969;
	color: #fff;
	border: 1px solid #696969;	
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus{
	background-color: #76c25d;
	color: #fff;
	border-color: #76c25d;	
}
.btn-secondary.disabled, .btn-secondary[disabled], fieldset[disabled] .btn-secondary, .btn-secondary.disabled:hover, .btn-secondary[disabled]:hover, fieldset[disabled] .btn-secondary:hover, .btn-secondary.disabled:focus, .btn-secondary[disabled]:focus, fieldset[disabled] .btn-secondary:focus, .btn-secondary.disabled:active, .btn-secondary[disabled]:active, fieldset[disabled] .btn-secondary:active, .btn-secondary.disabled.active, .btn-secondary.active[disabled], fieldset[disabled] .btn-secondary.active {
	background-color: #76c25d;
	border-color: #76c25d;
}
.btn-full{
	width: 100%;	
}
.btn-lg{
	font-size: 16px;
	padding: 14px 38px 15px;
	letter-spacing: 0.08em;	
}
.btn-sm{
	padding: 9px 20px;	
}
.btn-addto{
    width: 48px;
    height: 48px;
    display: inline-block;
    text-align: center;
    line-height: 48px;
    color: #fff;
    padding: 0;
    margin: 0;
    font-size: 18px;
    background-color: #696969;
    transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    border: none;
    border-radius: 50%;
}
.btn-addto:hover, .btn-addto:focus, .btn-addto:active{
    background-color: #76c25d;
    color: #fff;
}
.btn-addto-default{
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	color: #76c25d;
	border: 1px solid #76c25d;
	border-radius: 50%;
	padding: 0;
	margin: 0;
	font-size: 16px;
	background-color: #fff;
    transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
	text-align: center;
}
.btn-addto-default:hover,
.btn-addto-default:focus,
.btn-addto-default:active{
	background-color: #76c25d;
	color: #fff;
}
.form-control,
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"]{
	font-size: 14px;
	color: #0a0a0a;
	line-height: 1;
	font-weight: 400;
	border-radius: 2px;
	padding: 10px 20px;
	border: 1px solid #f4f1e3;
	margin-bottom: 10px;
	width: 100%;
	box-shadow: none;
	height: 40px;
}
.form-control:focus,
input:focus{
	border-color: #76c25d;
	box-shadow: none;
}
input::placeholder{color: #ababab;}
input::-webkit-input-placeholder{color: #ababab;}
input::-moz-placeholder{color: #ababab;}
input::-ms-input-placeholder{color: #ababab;}
input:-moz-placeholder{color: #ababab;}

.form-control.input-lg,
input.input-lg{
	height: 47px;
	line-height: 47px;
	padding: 0 20px;
}
.form-control.input-sm,
input.input-sm{
	height: 34px;
	line-height: 34px;
	padding: 0 20px;
}
input.validation-failed{
	border-color: red;
}
input.validation-failed:focus{
	box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(241,0,34,0.6)
}
select{
	font-size: 14px;
	color: #ababab;
	line-height: 1;
	font-weight: 400;
	padding: 6px 20px;
	border: 1px solid #f4f1e3;
	height: 40px;
	border-radius: 2px;
	width: 100%;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff url(https://vianaturale.ee/skin/frontend/mgstheme/organie/images/icon-dropdown.png) calc(100% - 20px) center no-repeat scroll !important;
	margin-bottom: 10px;
	
}
select option{
	padding: 5px 10px;
	min-height: 28px;
}
select::-ms-expand{display: none;}

select.multiselect,select.multiple{
	background-color: #fff ;
        background-image: none !important;
	min-height: 100px;
}

textarea{
	border: 1px solid #f4f1e3;
	min-height: 100px;
	width: 100%;
	padding: 12px 23px;
	line-height: 1.2;
}
textarea.validation-failed {
	border-color: red
}
.fieldset > .field.required > .label::after,.fieldset > .fields > .field.required > .label::after,.fieldset > .field._required > .label::after,.fieldset > .fields > .field._required > .label::after {
	content: "*";
	font-size: 13px;
	margin: 0 0 0 3px;
	font-weight: 400;
	color: inherit
}
.field.choice {
	display: inline-flex;
	width: 100%;
	margin-bottom: 10px
}
.field.choice input {
	margin: 0;
	margin-right: 20px
}
.field.choice input label {
	font-weight: 700;
	color: #0a0a0a
}
.form-group,
.fieldset .fields > .field{
    margin-bottom: 20px;
}
input[type="radio"], input[type="checkbox"]{
    margin-right: 10px;
}
.guest-select {width:305px !important;}

.parallax {
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.no-display   { display:none; }
.center{text-align:center}
.clear {
	clear: both;
}
#maincontent{
	min-height: 400px;
}
.validation-advice,
em.required,p.required{color: red;}
em.required{
    font-style: normal;
}
.owl-carousel.owl-theme .owl-controls .owl-page span{
     background-color: #ababab;
    border: 1px solid transparent;
    border-radius: 50%;
    height: 8px;
    margin-left: 7.5px;
    margin-right: 7.5px;
    transition: all 0.35s ease 0s;
    width: 8px;
}
.owl-carousel.owl-theme .owl-controls .owl-page:hover span,
.owl-carousel.owl-theme .owl-controls .owl-page.active span{
     background-color: #fff;
    border-color: #76c25d;
   transform: scale(1.5);
   -webkit-transform: scale(1.5);
   -moz-transform: scale(1.5);
}
.owl-carousel.owl-theme .owl-controls{margin-top: 28px;}
/* ADD CUSTOM FONT ICON FARM */
@font-face {
    font-family: 'OrganieFarm';
    src:  url('https://vianaturale.ee/skin/frontend/mgstheme/organie/fonts/OrganieFarm.eot?5pu6sd');
    src:  url('https://vianaturale.ee/skin/frontend/mgstheme/organie/fonts/OrganieFarm.eot?5pu6sd#iefix') format('embedded-opentype'),
        url('https://vianaturale.ee/skin/frontend/mgstheme/organie/fonts/OrganieFarm.ttf?5pu6sd') format('truetype'),
        url('https://vianaturale.ee/skin/frontend/mgstheme/organie/fonts/OrganieFarm.woff?5pu6sd') format('woff'),
        url('https://vianaturale.ee/skin/frontend/mgstheme/organie/fonts/OrganieFarm.svg?5pu6sd#OrganieFarm') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="farm icon-"], [class*=" farm icon-"] {
    
    font-family: 'OrganieFarm' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.farm.icon-apple:before {
    content: "\e900";
}
.farm.icon-banana:before {
    content: "\e901";
}
.farm.icon-basket:before {
    content: "\e902";
}
.farm.icon-blender:before {
    content: "\e903";
}
.farm.icon-bread:before {
    content: "\e904";
}
.farm.icon-broccoli:before {
    content: "\e905";
}
.farm.icon-carrot:before {
    content: "\e906";
}
.farm.icon-coconut:before {
    content: "\e907";
}
.farm.icon-corn:before {
    content: "\e908";
}
.farm.icon-cucumber:before {
    content: "\e909";
}
.farm.icon-delivery:before {
    content: "\e90a";
}
.farm.icon-droplets:before {
    content: "\e90b";
}
.farm.icon-eco-bag:before {
    content: "\e90c";
}
.farm.icon-egg:before {
    content: "\e90d";
}
.farm.icon-egg-plant:before {
    content: "\e90e";
}
.farm.icon-grain:before {
    content: "\e90f";
}
.farm.icon-grape:before {
    content: "\e910";
}
.farm.icon-home:before {
    content: "\e911";
}
.farm.icon-honey:before {
    content: "\e912";
}
.farm.icon-jam:before {
    content: "\e913";
}
.farm.icon-leaf:before {
    content: "\e914";
}
.farm.icon-lemon:before {
    content: "\e915";
}
.farm.icon-lettuce:before {
    content: "\e916";
}
.farm.icon-map:before {
    content: "\e917";
}
.farm.icon-milk:before {
    content: "\e918";
}
.farm.icon-organie:before {
    content: "\e919";
}
.farm.icon-smoothie:before {
    content: "\e91a";
}
.farm.icon-tomato:before {
    content: "\e91b";
}
.farm.icon-tractor:before {
    content: "\e91c";
}
/* ADD CUSTOM FONT PLANT */
@font-face {
    font-family: 'OrganiePlant';
    src:  url('https://vianaturale.ee/skin/frontend/mgstheme/organie/fonts/OrganiePlant.eot?5kccg4');
    src:  url('https://vianaturale.ee/skin/frontend/mgstheme/organie/fonts/OrganiePlant.eot?5kccg4#iefix') format('embedded-opentype'),
        url('https://vianaturale.ee/skin/frontend/mgstheme/organie/fonts/OrganiePlant.ttf?5kccg4') format('truetype'),
        url('https://vianaturale.ee/skin/frontend/mgstheme/organie/fonts/OrganiePlant.woff?5kccg4') format('woff'),
        url('https://vianaturale.ee/skin/frontend/mgstheme/organie/fonts/OrganiePlant.svg?5kccg4#OrganiePlant') format('svg');
    font-weight: normal;
    font-style: normal;
}
.plant[class*='icon-'] {
    
    font-family: 'OrganiePlant' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-plant:before {
    content: "\e900";
}
.icon-plant-1:before {
    content: "\e901";
}
.icon-plant-2:before {
    content: "\e902";
}
.icon-plant-3:before {
    content: "\e903";
}
.icon-plant-4:before {
    content: "\e904";
}
.icon-plant-5:before {
    content: "\e905";
}

/*END CUSTOM FONT ICON*/
/* HEADER */
/* MENU */
.dropdown-menu{
	border: none;
	border-radius: 0;
	margin: 0;
	min-width: 165px;
	padding: 0;
}
.mega-menu .nav-main{
	display: inline-block;
	width: 100%;
	text-align: center;
}
.mega-menu .nav-main > li{
	display: inline-block;
	float: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.mega-menu .nav-main > li.mega-menu-fullwidth{
	position: static;
}
.mega-menu .nav-main > li + li{margin: 0;}
.mega-menu .nav-main > li a{
	background: none;
	color: #0a0a0a;
	font-size: 14px;
	font-weight: 700;
	padding: 18px 26px 17px;
	text-transform: uppercase;
}
.mega-menu .nav-main li:hover a,
.mega-menu .nav-main li:focus a{
	background: none;
}
.mega-menu .nav-main > li a:hover,
.mega-menu .nav-main > li a:focus,
.mega-menu .nav-main > li.active a:hover,
.mega-menu .nav-main > li.active a:focus{color: #76c25d;background: none;}
.mega-menu .nav-main > li a .icon-next{margin-left: 5px;}
.mega-menu .nav-main li.dropdown .dropdown-menu{
	border: none;
	border-top: 2px solid #76c25d;
	box-shadow: 0 6px 6px rgba(0,0,0,0.176);
	display: block;
	margin: 0;
	min-width: 260px;
	opacity: 0;
	visibility: hidden;
	padding: 0;
	position: absolute;
	transform: translateY(20px);
	-moz-transform:translateY(20px);
	-ms-transform: translateY(20px);
	-webkit-transform: translateY(20px);
}
.mega-menu .nav-main li.dropdown:hover > .dropdown-menu,
.mega-menu .nav-main li.dropdown:focus > .dropdown-menu{
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	visibility: visible;
}
.mega-menu .nav-main li.dropdown .dropdown-menu li ul li{
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}
.mega-menu .nav-main li.dropdown .dropdown-menu li ul li a{
	border-bottom: 1px solid #f4f4f4;
	color: #696969;
	font-size: 15px;
	display: inline-block;
	width: 100%;
	font-weight: 400;
	padding: 12px 15px;
	position: relative;
	text-transform: initial;
	
}
.mega-menu .nav-main li.dropdown .dropdown-menu li ul li a:before{
	background-color: #696969;
	content:"";
	display: inline-block;
	height: 1px;
	width: 7px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 50%;
	transition: all 0.4s ease 0s;
	visibility: hidden;	
	margin-left: 10px;
}
.mega-menu .nav-main li.dropdown .dropdown-menu li ul li a:hover,
.mega-menu .nav-main li.dropdown .dropdown-menu li ul li a:focus{
	color: #76c25d;
	padding-left: 30px;
}
.mega-menu .nav-main li.dropdown .dropdown-menu li ul li a:hover:before,
.mega-menu .nav-main li.dropdown .dropdown-menu li ul li a:focus:before{
	opacity: 1;
	visibility: visible;
}
.mega-menu .nav-main li.dropdown .dropdown-menu li ul li:hover a,
.mega-menu .nav-main li.dropdown .dropdown-menu li ul li:focus a{
	background: none;
}
.mega-menu .nav-main li.dropdown .dropdown-menu li ul li.dropdown-submenu > a:after{
	content: "\f105";
	font-family: "FontAwesome";
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	position: absolute;
	top: 12px;
	right: 10px;
}
.mega-menu .nav-main li.dropdown .dropdown-menu li ul li.dropdown-submenu > a:after:hover{
	color: #76c25d;
}
.mega-menu .nav-main li.dropdown .dropdown-menu li ul li .dropdown-menu{
	left: 100%;
	position: absolute;
	top: 15px;
}
.mega-menu .nav-main li.mega-menu-fullwidth .dropdown-menu .mega-menu-content{
		margin: 0 auto;
		padding: 10px 0 25px;
	}
	.mega-menu .nav-main li.mega-menu-fullwidth .dropdown-menu .mega-menu-content > .sub-menu li a{
		padding: 10px 0;
	}
.mega-menu .nav-main li.mega-menu-fullwidth .dropdown-menu .mega-menu-content > .sub-menu > li > a{
	padding: 0;
	border: none;
}
.mega-menu .nav-main li.mega-menu-fullwidth .dropdown-menu .mega-menu-content  .sub-menu  li  a{
	padding: 10px 0;
}
.mega-menu .nav-main li.mega-menu-fullwidth .dropdown-menu .mega-menu-content  .sub-menu  li  a:before{margin-left: 0;}
.mega-menu .nav-main li.mega-menu-fullwidth .dropdown-menu .mega-menu-content  .sub-menu  li  a:hover{
	padding-left: 20px;
}
.mega-menu .nav-main li.mega-menu-fullwidth .dropdown-menu .mega-menu-content .sub-menu li a .mega-menu-sub-title{
	border-bottom: 1px solid #d8d5d5;
	color: #0a0a0a;
	font-weight: 700;
	padding: 10px 0;
	text-transform: uppercase;	
	width: 100%;
	display: inline-block;
}

.mega-menu .nav-main li.mega-menu-fullwidth .dropdown-menu .mega-menu-content  .sub-menu  li  a.level1{border: none;}
.mega-menu .nav-main li.mega-menu-fullwidth .dropdown-menu .mega-menu-content  .sub-menu  li  a.level1:before {
	display: none;
} 
.mega-menu .nav-main li.mega-menu-fullwidth .dropdown-menu .mega-menu-content .sub-menu li a.level1:hover{
	padding-left: 0;
}
.mega-menu .nav-main li.mega-menu-fullwidth > .dropdown-menu{
	left: 0;
	right: 0;
	margin: 0 auto;
}
.mega-menu .nav-main .dropdown .dropdown-menu li ul li.dropdown-submenu:hover > .dropdown-menu{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
}
.header:not(.header-v1) .mega-menu .nav-main li.mega-menu-fullwidth .dropdown-menu .mega-menu-content{
	width: 100%;
	padding: 20px 30px 30px;
}
/* ========= Header ========= */
body.loading:after{
	content:"";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.2);
	z-index: 1000;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
}
.btn-responsive-nav{
	display: none;
	font-size: 30px;
	color: #0a0a0a;
	line-height: 1;
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	cursor: pointer;
}
.btn-responsive-nav:hover{
	color: #76c25d;
}
/* Top link */

/* Middle Header */
.block-cart-header {
	display: inline-block !important;
	position: relative;
}
.block-cart-header .dropdown-toggle{position: relative; cursor: pointer; }
.block-cart-header .dropdown-toggle [class*="ion-"]{
	font-size: 30px;
	color: #0a0a0a;
	line-height: 1;
	margin: 0;
	padding: 0;
}
.block-cart-header .box-icon{position: relative;display: inline-block;}
.block-cart-header .dropdown-toggle:hover [class*="ion-"]{
	color: #76c25d;
}
.block-cart-header .dropdown-toggle .count{
	position: absolute;
	font-size: 12px;
	font-weight: 700;
	padding: 3px 5.5px 3px;
	border-radius: 50%;
	text-align: center;
	background-color: #76c25d;
	color: #fff;
	position: absolute;
	line-height: 1;
	top: -7px;
	right: -13px;
}
.block-cart-header .dropdown-menu{
	left: auto;
	right: 0;
	min-width: 320px;
	padding: 20px;
	border: none;
	border-top: 2px solid #76c25d;
	border-radius: 0;
	margin: 0;	
}
.block-cart-header .dropdown-menu .empty{
	margin: 0 auto;
	text-align: center;	
}
.block-cart-header .mini-products-list{max-height: 435px; overflow-y: auto;}
.mini-products-list .item{
	display: inline-block;
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: 1px solid #f8f7f7;
	width: 100%;
	position: relative;
}
.mini-products-list .item .product-image{
	display: inline-block;
	max-width: 80px;
	margin-right: 15px;
	float: left;
}
.mini-products-list .item .product-image img{
	border: 1px solid #f8f7f7;
	margin: 0 auto;
	text-align: center;
}
.mini-products-list .item .product-details{
	display: inline-block;
	width: calc(100% - 95px);
	float: left;
}
.mini-products-list .item .product-details .product-name a{
	color: #0a0a0a;
	font-size: 15px;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 10px;
}
.mini-products-list .item .product-details .product-name a:hover{
	color: #76c25d;
}
.mini-products-list .item .product-details .box-price .price{
	font-size: 15px;
	font-weight: 700;
}
.mini-products-list .item:hover .product-image img{border-color: #76c25d;}

.mini-products-list .item .btn-remove,
.mini-products-list .item .btn-edit{
	display: inline-block;
	position: absolute;
	font-weight: 400;
	top: 50%;
	font-size: 16px;
	line-height: 1;
}
.mini-products-list .item .btn-edit{
	right: 0;
}
.mini-products-list .item .btn-remove{
	right: 20px;
	line-height: 1.2;
}
.block-cart-header .subtotal{
	padding-top: 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f8f7f7;
	display: inline-block;
	width: 100%;
	line-height: 1;
}
.block-cart-header .subtotal .label{
	color: #696969;
	display: block;
	float: left;
	font-size: 16px;
	margin: 0;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
}
.block-cart-header .subtotal  .total-price{
	display: inline-block;
	float: right;
}
.block-cart-header .subtotal .price{
	font-size: 18px;
	font-weight: 700;
	text-align: right;
	float: right;
}
.nav-toggle-close{
	font-size: 30px;
	color: #0a0a0a;
	margin: 0 auto;
	text-align: center;
	line-height: 1;
	cursor: pointer;
	margin-bottom: 40px;
	/* display: block; */
}
.nav-toggle-close:hover{
	color: #76c25d;
}
.top-bar-abs .wellcome-title{
	padding: 35px 0 10px;
	margin-top: 0;
	background: url(https://vianaturale.ee/skin/frontend/mgstheme/organie/images/bg-welcome-title.png) no-repeat scroll center bottom;
	max-width: 355px;
	letter-spacing: 0.1em;
	line-height: 2;
	color: #0a0a0a;
	margin-bottom: 40px;
}
.top-bar-abs .wellcome-title .h6{
	margin: 0;
	line-height: 2;
	}
header .dropdown-menu li a,
header .dropdown-menu {
	font-size: 14px;
	color: #696969;
}
header .dropdown-menu li a:hover,
header .dropdown-menu li a:focus{
	color: #76c25d;
}
.language-current{
	display: inline-block;
	float: none;
	text-align: center;
	margin-top: 0;
	width: 100%;
}
.top-bar-abs button.dropdown-toggle{
	cursor: pointer;
	padding: 10px 15px;
	margin: 0;
	background: none;
	border: none;	
}
header button.dropdown-toggle{border-radius: 0;}
header .header button.dropdown-toggle:hover{
	color: #76c25d;
}
.language-current{
	margin-bottom: 0;
}
.language-dropdown,
.currency-dropdown{position: relative;}
.language-current .language-dropdown,
.language-current .currency-dropdown,
.language-current .account-dropdown{
	display: inline-block !important;
	float: none;
}
.account-dropdown{position: relative;}
.search-dropdown{
	display: inline-block !important;
	position: relative;
}
.language-dropdown .dropdown-toggle,
.currency-dropdown .dropdown-toggle,
.account-dropdown .dropdown-toggle{
	display: inline-block ;
	color: #ababab;
	font-size: 11px;
	padding: 10px 15px;
	text-transform: uppercase;
	cursor: pointer;
	padding: 0 15px;
	margin: 0;
	background: none;
	border: none;	
}
.currency-dropdown .dropdown-toggle{
	height: 24px;
	line-height: 24px;
	word-spacing: normal;
}
.top-bar-abs .currency-dropdown .dropdown-toggle{
    font-size: 15px;
    line-height: 29px;
    font-weight: 400;
}
.language-dropdown .dropdown-toggle .icon,
.currency-dropdown .dropdown-toggle .icon{
	font-size: 10px;
	margin-left: 5px;
	line-height: 24px;
}
.language-dropdown .dropdown-menu,
.currency-dropdown .dropdown-menu,
.account-dropdown .dropdown-menu{
	border-top: 2px solid #76c25d;
	padding: 10px 15px;
	text-align: left;
}
.language-dropdown .dropdown-menu li,
.currency-dropdown .dropdown-menu li,
.account-dropdown .dropdown-menu li{
	padding: 5px 0;
	display: inline-block;
	float: left;
	width: 100%;
}
.language-dropdown .dropdown-menu li > a,
.currency-dropdown .dropdown-menu li > a,
.account-dropdown .dropdown-menu li > a{
	padding: 0;
	margin: 0;
}
.currency-dropdown .dropdown-menu li > a:hover,
.language-dropdown .dropdown-menu li > a:hover,
.account-dropdown .dropdown-menu li > a:hover{
	background: none;
}
.language-dropdown .dropdown-menu img {margin-right: 10px;}
.language-dropdown .dropdown-menu li.active,
.currency-dropdown .dropdown-menu li.active,
.account-dropdown .dropdown-menu li.active{
	color: #76c25d;
}
.top-bar-abs{
	position: fixed;
	width: 440px;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 1001;
	display: block;
	background-color: #fff;
	padding: 40px 40px;
	opacity: 0;
	visibility: hidden;
	overflow-y: auto;
	overflow-x: hidden;
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	text-align: center;
	
}
.top-bar-abs.show{
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);	
}
.top-bar-abs .block-topbar{
	margin: 0 -40px;
	text-align: left;
	border-bottom: 1px solid #f4f4f4;
	padding: 30px 0;
}
.top-bar-abs .block-topbar:first-child{
	margin-top: 0;
}
.top-bar-abs .subtitle{
	font-size: 18px;
	color: #0a0a0a;	
	line-height: 1.2;
	margin-bottom: 30px;
	padding: 0 40px;
	border-left: 3px solid #76c25d;
	font-weight: bold;	
	margin-top: 0;
}
.top-bar-abs .top-headers-links ul.links{
	padding: 0 40px;
}
.top-headers-links ul.links > li > a{
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 20px;
	color: #ababab;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
}
.top-headers-links ul.links > li:last-child > a{
	margin: 0;
}
.top-headers-links ul.links > li > a:hover{
	color: #76c25d;
}
.top-headers-links ul.links > li{
	padding: 0;
	margin: 0;
}
.block-social-header ul{	
	padding: 0 40px;
}
.block-social-header ul li{
	display: inline-block;
	margin-right: 10px;
}

.block-social-header ul li a{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	color: #696969;
	font-size: 16px;
	border: 1px solid #f2f2f2;
	display: inline-block;	
	text-align: center;
	padding-left: 3px;
}
.block-social-header ul li a:hover{
	color: #fff;
	background-color: #76c25d;
	border-color: #76c25d;
}
.social-login-options{
	padding: 0 40px;
	display: inline-flex;
}
/* Block search */
.search-form{
	display: inline-block;
	width: 100%;
	text-align: left;
	
}
.search-form .search-select{
	position: relative;
}
.search-form .search-select .search-cat-active{
	height: 40px;
	text-align: left;
	color: #0a0a0a;
	border-bottom: 1px solid #f8f7f7;
	position: relative;
	line-height: 40px;
	width: 100%;
	display: inline-block;
}
.search-form .search-select .search-cat-active:after{
	content: "\f0d7";
	font-family: "FontAwesome";
	display: inline-block;
	font-size: 14px;
	float: right;
}
.search-form .search-select #select-cat-dropdown{
	width: 100%;
	background: #fff;
	box-shadow: 0 6px 6px 0 rgba(0,0,0,0.175);
	position: absolute;
	min-width: 165px;
	top: 100%;
	max-height: 200px;
	overflow-y: auto;
	z-index: 9;
	padding: 10px;
}
.search-form .search-select #select-cat-dropdown li span{
	cursor: pointer;
	display: inline-block;
	width: 100%;
	padding: 5px 0;
}
.search-form .search-select #select-cat-dropdown li span:hover{
	color: #76c25d;
}
.search-form .search-select #select-cat-dropdown li ul{
	padding-left: 5px;
	display: inline-block;
	width: 100%;	
}
.search-form .form-search{
	display: inline-block;
	width: 100%;
	position: relative;
}
.search-form .form-search .input-text{margin: 0;}
.search-form .button{
	background: none;
	height: 40px;
	width: 40px;
	padding: 0;
	line-height: 40px;
	font-size: 16px;
	color: #0a0a0a;
	margin: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	border: none;
}
.search-form .button:hover{
	color: #76c25d;
}
.search-form .search-autocomplete{
	position: absolute;
	top: 100%;
	width: 100%;
	min-width: 165px;
	background-color: #fff;
	box-shadow: 0 6px 12px 0 rgba(0,0,0,0.175);
	padding: 10px;
}
.search-form .search-autocomplete li{
	display: inline-block;
	width: 100%;
	padding: 5px 0;
}
.header[class*="header-"] .logo-container .logo-sticky{display: none;}
.header-v1 .block-cart-header,
.header-v1 .btn-responsive-nav,
.header-v5 .block-cart-header,
.header-v5 .btn-responsive-nav{
	display: inline-block;
	float: right;	
}
.header-v1 .btn-responsive-nav,
.header-v5 .btn-responsive-nav{margin-left: 40px;padding: 34.5px 0;}
/* HEADER 1 */
.header-v1 .header-content,
.header-v5 .header-content{
	display: inline-block;
	width: 100%;
	max-height: 100px;
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
}
.header-v1 .header-content .container-fluid,
.header-v5 .header-content .container-fluid{
	padding-left: 115px;
	padding-right: 115px;
}
.header-v1 .logo-container h1,.header-v5 .logo-container h1{margin: 0;}
.header-v1 .logo-container .logo,
.header-v5 .logo-container .logo{
	margin: 20px 0;	
	display: block;
}
.header-v1 .mega-menu{width: 100%;}
.header-v1 .header-center,
.header-v5 .header-center{position: static;}
.header-v1 .mega-menu .nav-main > li > a,
.header-v5 .mega-menu .nav-main > li > a{
	padding: 43px 27px 42px;
	
}
@media(min-width: 992px){
	.header-v1 .mega-menu .nav-main > li > a,
	.header-v5 .mega-menu .nav-main > li > a{
		line-height: 1;
	}
}
.header-v1 .block-cart-header .dropdown-toggle,
.header-v5 .block-cart-header .dropdown-toggle{
	margin: 32.5px 0;
}
.header-v1 .search-form,
.header-v5 .search-form,
.header-v6 .search-form{
	padding-bottom: 40px;
	padding-top: 30px;
}
.header-v1 .search-form .form-search .input-text,
.header-v5 .search-form .form-search .input-text,
.header-v6 .search-form .form-search .input-text{
	border: none;
	border-bottom: 1px solid #f4f4f4;
	font-size: 24px;
	padding: 10px 0;
	height: 50px;
	font-style: italic;
}
.header-v1 .block-cart-header .dropdown-toggle .count,
.header-v5 .block-cart-header .dropdown-toggle .count{
	top: 0;
}
.header-v1 .search-form .form-search .button,
.header-v5 .search-form .form-search .button,
.header-v6 .search-form .form-search .button{text-align: right;}
.header-v1 .search-form .form-search input::-moz-placeholder{color: #e0e0e0;}
.header-v5 .search-form .form-search input::-moz-placeholder{color: #e0e0e0;}
.header-v1 .search-form .form-search input::-webkit-input-placeholder{color: #e0e0e0;}
.header-v5 .search-form .form-search input::-webkit-input-placeholder{color: #e0e0e0;}
.header-v1 .search-form .form-search input.input-text:-ms-input-placeholder{color: #e0e0e0;}
.header-v5 .search-form .form-search input.input-text:-ms-input-placeholder{color: #e0e0e0;}
.header-v1.header-sticky-menu .header-content,
.header-v5.header-sticky-menu .header-content{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	max-height: 60px;
	background-color: #fff;
	z-index: 999;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.176);
}
header [class*="header-"].header-sticky-menu .logo-container .logo-header{display: none;}
header [class*="header-"].header-sticky-menu .logo-container .logo-sticky{display: block;}
header [class*="header-"].header-sticky-menu .logo-container .logo img{max-height: 50px;}
header [class*="header-"].header-sticky-menu .logo-container .logo img {
    max-height: 60px;
    padding: 0px;
    padding-top: 7px;
    padding-bottom: 7px;
}
header [class*="header-"].header-sticky-menu .logo-container .logo img.suurlogo {
	display:none;
}
header [class*="header-"].header-sticky-menu .logo-container .logo img.vaikelogo {
	display:inline-block;
}

header [class*="header-"].header-sticky-menu .logo-container .logo{margin: 0;}
header [class*="header-"].header-sticky-menu .mega-menu .nav-main > li > a{
	padding: 17px 27px 17px;
	line-height: 1.8;
}
header [class*="header-"].header-sticky-menu .social-login-options{display: none !important;}
header [class*="header-"].header-sticky-menu .block-cart-header .dropdown-toggle{
	margin: 13px 0;
}
.header-v1.header-sticky-menu .btn-responsive-nav,
.header-v5.header-sticky-menu .btn-responsive-nav{
	padding: 14.5px 0;
}
/* HEADER 2 */
.header-v2 .header-content{
	border-bottom: 1px solid #f4f4f4;
	padding-bottom: 34px;
	padding-top: 45px;
	text-align: center;
}
.header-v2 .header-content {
    padding-bottom: 5px;
    padding-top: 5px;
}

.header-v2 .header-content .logo img {
    max-height: 130px;
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-v2 .header-content .logo img.vaikelogo {
	display:none;
}
.header-v2 .header-content .logo-container h1{
	margin: 0;
	
}
.header-v2 .header-content .logo-container .logo{
	float: none;
	width: 100%;
}
.header-v2 .nav-main-collapse {
	position: relative;
	text-align: center;
}
.header-v2 .nav-header-content{
	max-height: 60px;
	position: relative;
}
.header-v2 .mega-menu,
.header-v2 .mega-menu,
.header-v2 .search-dropdown,
.header-v2 .block-cart-header,
.header-v2 .account-dropdown,
.header-v2 .language-dropdown,
.header-v2 .currency-dropdown{
	display: inline-block !important;
	float: none;
	width: auto;
}
.header-v2 .mega-menu .nav-main > li:last-child > a{
	padding-right: 10px;
}
.search-dropdown .dropdown-toggle{
	display: inline-block;
	margin: 0;
	background: none;
	border: none;
	font-size: 18px;
	padding: 0;
	
}
.search-dropdown .dropdown-toggle span{
	padding: 20px 20px 21px;
	display: inline-block;
}

.search-dropdown .dropdown-menu{
	right: 0;
	left: auto;
	min-width: 360px;
	border-radius: 0;
	border: none;
	border-top: 2px solid #76c25d;
	margin: 0;
	padding: 15px;
}
.header-v2 .block-cart-header .dropdown-toggle{
	margin: 20px 20px 21px;
	line-height: 1;
}
.header-v2 .block-cart-header .dropdown-toggle [class*="ion-"]{
	font-size: 18px;
	color: #0a0a0a;
}
.header-v2 .account-dropdown .dropdown-toggle,
.header-v2 .language-dropdown .dropdown-toggle{padding: 0;}
.header-v2 .account-dropdown .dropdown-toggle span{
	font-size: 18px;
	padding: 19px 20px 21px;
}
.header-v2 .search-dropdown .dropdown-toggle:after,
.header-v2 .account-dropdown .dropdown-toggle:before,
.header-v2 .language-dropdown .dropdown-toggle:before,
.header-v2 .currency-dropdown .dropdown-toggle:before{
	content:"";
	display: inline-block;
	width: 1px;
	height: 22px;
	vertical-align: middle;
	background-color: #eeeff0;
}
.header-v2 .currency-dropdown .dropdown-toggle{
	font-size: 14px;
	height: auto;
	line-height: 1;
	padding: 0;
}
.header-v2 .language-dropdown .dropdown-toggle span,
.header-v2 .currency-dropdown .dropdown-toggle span{
	padding: 19px 20px 15px;
	display: inline-block;
}
.header-v2 .language-dropdown .dropdown-menu,
.header-v2 .currency-dropdown .dropdown-menu{
	right: 0;
	left: auto;
}
.header-v2 .language-dropdown img{margin-right: 5px;margin-top: -2px;}
.header-v2.header-sticky-menu .nav-main-collapse,
.header-v3.header-sticky-menu .nav-header-container{
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	background-color: #fff;
	box-shadow: 6px 0 12px rgba(0,0,0,0.175);
	z-index: 999;
}
.header-v2.header-sticky-menu .logo-container,
.header-v3.header-sticky-menu .logo-container{
	position: fixed;
	top: 0;
	z-index: 1000;
}
.header-v2.header-sticky-menu  .account-dropdown,
.header-v2.header-sticky-menu  .language-dropdown,
.header-v2.header-sticky-menu .currency-dropdown{display: none !important;}
header .header-v2.header-sticky-menu .block-cart-header .dropdown-toggle{margin-left: 15px;margin-top: 20px;margin-bottom: 21px;}
/* HEADER 3 */
.header-v3 .top-bar{
	background-color: #444;
	color: #ababab;
	line-height: 1;
	font-size: 14px;
	height: 40px;
}
.header-v3 .top-bar .container-fluid{
	padding-left: 100px;
	padding-right: 100px;
}
.header-v3 .welcome-msg{
	line-height: 35px;
}
.header-v3 .top-bar .links,
.header-v3 .language-dropdown,
.header-v3 .currency-dropdown{
	display: inline-block !important;
	float: right;
}
.header-v3 .top-bar .links li{
	display: none;
}
.header-v3 .top-bar .links li.my-account,
.header-v3 .top-bar .links li.log-in{
	display: inline-block;
	
	line-height: 40px;
}
.header-v3 .top-bar .links a{
	color: #ababab;
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
}
.header-v3 .top-bar .links a:hover{
	color: #76c25d;
}
.header-v3 .top-bar .links li.last a{
	padding-right: 0;
}
.header-v3 .top-bar .links li.last:before{
	content:"";
	display: inline-block;
	vertical-align: middle;
	margin-top: 2px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #ccc;
}
.header-v3 .top-bar .links li.first:before{
	content:"";
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 20px;
	background-color: #696969;
}
.header-v3 .currency-dropdown .dropdown-toggle,
.header-v3 .language-dropdown .dropdown-toggle{
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	text-transform: uppercase;
	color: #ababab;
	padding: 0;
}
.header-v3 .currency-dropdown .dropdown-toggle:before{
	content:"";
	display: inline-block;
	vertical-align: middle;
	margin-top: 2px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #ccc;
}
.header-v3 .currency-dropdown .dropdown-toggle span,
.header-v3 .language-dropdown .dropdown-toggle span{
	padding-left: 15px;
	padding-right: 15px;
	display: inline-block;
}
.header-v3 .currency-dropdown .dropdown-toggle .icon,
.header-v3 .language-dropdown .dropdown-toggle .icon{display: none;}
.header-v3 .currency-dropdown .dropdown-toggle i,
.header-v3 .language-dropdown .dropdown-toggle i{
	margin-right: 8px;
}
.header-v3 .header-content{
	padding-top: 47px;
	padding-bottom: 34px;
}
.header-v4 .header-content{
	padding-top: 50px;
	padding-bottom: 34px;
}

.header .block-phone{
    max-width: 160px;
    margin-top: 5px;
}
.header .block-phone .phone-left{
	margin-right: 0;
	text-align: right;
	display: inline-block;
	margin-top: 4px;
}
.header .block-phone .phone-left p:first-child{
	color: #696969;
	font-size: 12px;
	margin-bottom: 0;
	text-transform: uppercase;
	word-spacing: 0.2em;
}
.header .block-phone .phone-left p.h4{
	color: #76c25d;
	font-size: 16px;
	font-style: italic;
	font-weight: 700;
	margin-top: 0;
}
.header .block-phone .phone-left p.h4 a{
	color: #76c25d;
}
.header .block-phone .phone-left p.h4 a:hover{color: #0a0a0a;}
.header .block-phone .icon-phone{
	color: #696969;
	float: right;
	font-size: 35px;
	line-height: 1.5;
	display: inline-block;
	margin-right: 10px;
}
.logo-container h1{margin: 0;}
.header-v3 .block-cart-header,
.header-v4 .block-cart-header {
	float: right;
}
.header-v3:not(.header-sticky-menu) .block-cart-header{
	margin-right: 45px;
	margin-top: 8px;
}
.header-v3 .welcome-msg a{
	color: #ababab;
}
.header-v3 .block-cart-header .box-icon,.header-v4 .block-cart-header .box-icon{
	margin-right: 20px;
}
.header-v3 .block-cart-header .box-title div,.header-v4 .block-cart-header .box-title div{
	text-transform: uppercase;
	font-size: 12px;
	color: #696969;
}
.header-v3 .block-cart-header .box-title .price,.header-v4 .block-cart-header .box-title .price{
	font-weight: 700;
	font-style: italic;
	color: #696969;
	line-height: 1;
	font-size: 16px;
}
.header-v3 .block-cart-header .dropdown-toggle,.header-v4 .block-cart-header .dropdown-toggle{
	display: inline-flex;
}
.header-v3 .block-cart-header [class*="ion-"],.header-v4 .block-cart-header [class*="ion-"]{
	font-size: 35px;
	line-height: 48px;
}
.header-v4 .block-cart-header .btn-edit [class*="ion-"],
.header-v4 .block-cart-header .btn-remove [class*="ion-"],
.header-v3 .block-cart-header .btn-edit [class*="ion-"],
.header-v3 .block-cart-header .btn-remove [class*="ion-"]
 {font-size: 16px;line-height: 1;}
.header-v3 .block-cart-header .dropdown-toggle .count,.header-v4 .block-cart-header .dropdown-toggle .count{
	top: 5px;
	right: -10px;
}
.header-v3 .header-content{
	border-bottom: 1px solid #f4f4f4;
}
.header-v3 .nav-header-container,
.header-v4 .nav-header-container{
	text-align: center;
	display: inline-block;
	width: 100%;
	max-height: 60px;
	position: relative;
	float: left;
}
.header-v3 .nav-header-container .mega-menu,
.header-v3 .search-dropdown{
	display: inline-block;
	float: none;
}
.header-v3 .search-dropdown{display: inline-block !important;}
.alert{margin-top: 20px;}
/* header 4 */

.header-v4 .nav-header-main{
	background-color: #0a0a0a;
	position: relative;
}
.header-v4 .mega-menu{display: inline-block;float: none;}
.header-v4 .mega-menu .nav-main > li > a{
	color: #fff;
}
.header-v4 .mega-menu .nav-main > li > a:hover{
	color: #76c25d;
}
.header-v4 .search-dropdown,
.header-v4 .account-dropdown,
.header-v4 .currency-dropdown,
.header-v4 .language-dropdown{
	display: inline-block !important;
	float: none;
}
.header-v4 .search-dropdown .dropdown-toggle,
.header-v4 .account-dropdown .dropdown-toggle,
.header-v4 .currency-dropdown .dropdown-toggle,
.header-v4 .language-dropdown .dropdown-toggle{
	color: #fff;
	font-size: 16px;
	padding: 0;
	height: auto;
	line-height: 1;
}
.header-v4 .account-dropdown .dropdown-toggle span{
	display: inline-block;
	padding: 19px 20px 20px;
}
.header-v4 .currency-dropdown .dropdown-toggle span,
.header-v4 .language-dropdown .dropdown-toggle span{
	display: inline-block;
	padding: 19px 20px 15px;
}
.header-v4 .currency-dropdown .dropdown-toggle{font-size: 14px;}
.header-v4 .language-dropdown img{margin-top: -4px;}
.header-v4.header-sticky-menu .nav-header-container{
	position: fixed;
	background-color: #fff;
	box-shadow: 0 6px 6px 0 rgba(0,0,0,0.175);
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
}
.header-v4.header-sticky-menu .nav-header-main{
	background-color: #fff;
}
.header-v4.header-sticky-menu .mega-menu .nav-main > li > a{
	color: #0a0a0a;
}
.header-v4.header-sticky-menu .mega-menu .nav-main > li > a:hover{
	color: #76c25d;
}
.header-v4.header-sticky-menu .account-dropdown,
.header-v4.header-sticky-menu .currency-dropdown,
.header-v4.header-sticky-menu .language-dropdown{display: none !important;}
.header-v4.header-sticky-menu .search-dropdown .dropdown-toggle{color: #0a0a0a;}
.header-v4.header-sticky-menu .search-dropdown .dropdown-toggle:hover{
	color: #76c25d;
}
.header-v4.header-sticky-menu .logo-container{
	position: fixed;
	z-index: 1000;
	top:0;
}
.header-v4.header-sticky-menu .block-cart-header,
.header-v3.header-sticky-menu .block-cart-header{
	position: fixed;
	top: 0;	
	z-index: 1000;
}
.header-v3.header-sticky-menu .block-cart-header .dropdown-toggle, 
.header-v4.header-sticky-menu .block-cart-header .dropdown-toggle{
	margin: 6px 0 !important;
}
.header.header-builder .header-content{
	height: auto;
	max-height: 100%;
}
/* header v5 */
@media(min-width: 992px){
	body.cms-home:not(.page-builder) .header-v5{
		position: absolute;
		z-index: 1001;
		top: 0;
		left: 0;
		right: 0;
	}
}
.cms-home .header-v5 .top-headers-links{display: none;}
.header-v5 .top-bar-abs .mega-menu .nav-main {
		text-align: left;
	}
.header-v5 .top-bar-abs	.mega-menu .nav-main > li{
		float: left;
		width: 100%;
		position: relative;
	}
.header-v5 .top-bar-abs	.mega-menu .nav-main > li a{
		padding: 5px ;
		position: relative;
	}
	.header-v5 .top-bar-abs	.mega-menu .nav-main > li > a{
		padding: 15px 5px !important;
		line-height: 1 !important;
	}
.header-v5 .top-bar-abs	.mega-menu .nav-main > li > a:before{
		content:"";
		display: inline-block;
		width: 5px;
		height: 1px;
		vertical-align: middle;
		margin-right: 10px;
		background-color: #0a0a0a;
	}
.header-v5 .top-bar-abs	.mega-menu .nav-main li.mega-menu-fullwidth{position: relative;}
.header-v5 .top-bar-abs	.mega-menu .nav-main .toggle-menu{
		position: absolute;
		right: 0;
		top: 0;		
	}
.header-v5 .top-bar-abs	.mega-menu .nav-main .toggle-menu a{
		width: 35px;
		height: 35px;
		padding: 0 !important;
		text-align: right;
		display: inline-block;
		line-height: 35px;
	}
.header-v5 .top-bar-abs	.mega-menu .nav-main > li > .toggle-menu a:before,
.header-v5 .top-bar-abs	.mega-menu .nav-main  li.category-menu .dropdown-menu li ul li .toggle-menu a:before{
		content: "\f067";
		font-family: "FontAwesome";
		display: inline-block;
		font-size: 14px;
		font-weight: 400;
	}
.header-v5 .top-bar-abs	.mega-menu .nav-main > li > .toggle-menu a.collapse:before,
.header-v5 .top-bar-abs	.mega-menu .nav-main  li.category-menu .dropdown-menu li ul li .toggle-menu a.collapse:before{
		content:"\f068";
	}
	
.header-v5 .top-bar-abs	.mega-menu .nav-main li.dropdown .dropdown-menu{
		position: relative;
		opacity: 1;
		visibility: visible;
		display: none;
		border: none;
		box-shadow: none;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		padding-left: 20px;
		width: 100%;
		transition-property: none;
		-moz-transition-property: none;
		-ms-transition-property: none;
		-webkit-transition-property: none;
		z-index: 1;
	}
.header-v5 .top-bar-abs	.mega-menu .nav-main li.dropdown .dropdown-menu li ul li a{
		padding: 5px 0;
		border: none;
	}
.header-v5 .top-bar-abs	.mega-menu .nav-main li.dropdown .dropdown-menu li ul li .dropdown-menu{
		position: relative;
		left: 0;
		display: none;
		top: 0;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
	}
.header-v5 .top-bar-abs	.mega-menu .nav-main li.dropdown .dropdown-menu li ul li a:before,
.header-v5 .top-bar-abs	.mega-menu .nav-main li.dropdown .dropdown-menu li ul li.dropdown-submenu > a:after{display: none;}
.header-v5 .top-bar-abs	.mega-menu .nav-main .dropdown .dropdown-menu li ul li .toggle-menu a{
		color: #0a0a0a;
		font-size: 14px;
		font-weight: 400;
		text-align: right;
		margin-right: -3px;
	}
.header-v5 .top-bar-abs	.mega-menu .nav-main .dropdown .dropdown-menu li ul li .toggle-menu a .fa-minus,
.header-v5 .top-bar-abs	.mega-menu .nav-main .dropdown .dropdown-menu li ul li .toggle-menu a.active .fa-plus{display: none;}
.header-v5 .top-bar-abs	.mega-menu .nav-main .dropdown .dropdown-menu li ul li .toggle-menu a.active .fa-minus{display: inline-block;}
.header-v5 .top-bar-abs	.mega-menu .nav-main  li.category-menu .dropdown-menu li ul li .toggle-menu a{
		width: 35px;
		height: 35px;
		line-height: 35px;
		text-align: right;
		margin: 0;
	}
.header-v5 .top-bar-abs .mega-menu .nav-main  li.category-menu .dropdown-menu li ul li .toggle-menu a:before{
		opacity: 1;
		visibility: visible;
		left: auto;
		position: relative;
		margin: 0;
		background: none;
		top: auto;
		width: auto;
	}
	.header-v5 .top-bar-abs .mega-menu .nav-main li a .icon-next{display: none;}
	.header-v5 .top-bar-abs .mega-menu .nav-main li .toggle-menu{display: block !important;}
	.header-v5 .language-current .account-dropdown{display: inline-block !important;}
	.header-v5 .language-current{
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		-webkit-justify-content: center;
	}
	.header-v5 .top-bar-abs .account-dropdown button.dropdown-toggle{font-size: 16px;line-height: 1.6;}
	.cms-home .header-v5 .header-center .mega-menu{display: none;}
	.header-v5 .top-bar-abs .mega-menu{
		padding: 0 40px;
	}
	.cms-home .header-v5.header-sticky-menu .header-center .mega-menu{
		display: block;
	}
	 .header-v5 .header-center{
		 position: relative;
	 }
/* header 6 */
.header-v6 .block-social-header-2{
	padding-top: 32px;
	padding-bottom: 32px;
}
.header-v6 .block-social-header-2 ul li {
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
}
.header-v6 .block-social-header-2 ul li a{
	font-size: 20px;
	color: #ccc;
	display: block;
}
.header-v6 .block-social-header-2 ul li a:hover{
	color: #76c25d;
}
.header-v6 .header-content .container-fluid{
	padding-left: 100px;
	padding-right: 100px;
}
.header-v6 .header-center .mega-menu{
	display: flex;
	display: -webkit-flex;
}
.header-v6 .header-center .main-menu-left.mega-menu .nav-main > li{
	float: right;
}
.header-v6 .header-center .mega-menu .nav-main > li > a{
	padding: 40px 23px 35px;

}
.header-v6 .logo-container{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.header-v6.header-sticky-menu .logo-container{
	padding: 0;
}
.header-v6 .header-center .col-md-5{
	position: static;
}
.header-v6 .main-menu-right.mega-menu .nav-main > li{
	float: left;
}

.header-v6 .btn-responsive-nav{display: inline-block;
float: right;
margin-left: 30px;
	padding-top: 35px;
	padding-bottom: 35px;
}
.header-v6.header-sticky-menu .btn-responsive-nav{		
	padding-top: 15px;
	padding-bottom: 15px;
}
.header-v6 .block-cart-header{
	float: right;
	
}
.header-v6:not(.header-sticky-menu) .block-cart-header .dropdown-toggle{
	padding-top: 33px;
	padding-bottom: 33px;
}

.header-v6 .header-content{
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.header-v6.header-sticky-menu .header-content{
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	border: none;
	box-shadow: 0 0 6px rgba(0,0,0,0.176);
	z-index: 1000;
}
.header-v6.header-sticky-menu .block-social-header-2{
	padding-top: 10px;
	padding-bottom: 10px;
}
.header-v6.header-sticky-menu .header-center .mega-menu .nav-main > li > a{
	padding: 18px 23px 17px;
}
body.cms-home:not(.page-builder) .header-v6:not(.header-sticky-menu) .btn-responsive-nav:hover,
	body.cms-home:not(.page-builder) .header-v6:not(.header-sticky-menu) .block-cart-header .dropdown-toggle [class*="ion-"]:hover,
	body.cms-home:not(.page-builder) .header-v6:not(.header-sticky-menu) .header-center .mega-menu .nav-main > li > a:hover{
		color: #76c25d;
	}
	.header-v6 .header-center .block-center{
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		-webkit-justify-content: center;
	}
	.header-v6 .header-center .block-center .logo-center{
		padding-left: 55px;
		padding-right: 55px;
	}
/* END HEADER */

/* FOOTER */
body:not(.cms-home) .block-newsletter-ft{
	margin-top: 90px;
}
.scroll-to-top{
	background: none;
	border: 1px solid #76c25d;
	border-radius: 50%;
	color: #76c25d;
	font-size: 18px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	position: fixed;
	right: 20px;
	text-align: center;
	transition: all 0.4s ease 0s;
	z-index: 1000;
	cursor: pointer;
}
.scroll-to-top:hover{
	color: #fff;
	background-color: #76c25d;
	
}
.block-newsletter-ft {
	position: relative;
	display: block
}
.block-newsletter-ft .box-text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto
}
.block-newsletter-ft .box-text h4 {
	font-size: 34px;
	line-height: 1.4;
	color: #0a0a0a;
	margin-top: -5px;
	font-weight: 700;
}
.block-newsletter-ft .box-text form {
	display: inline-block;
	width: 100%
}
.block-newsletter-ft .box-text form .field,.block-newsletter-ft .box-text form .actions {
	display: inline-block;
	float: left
}
.block-newsletter-ft .box-text form .actions {
	width: 175px;
	margin-left: 25px
}
.block-newsletter-ft .box-text form .field {
	width: calc(100% - 200px);
	display: inline-block;
	position: relative
}
.block-newsletter-ft .box-text form .field .input-text {
	width: 100%;
	box-shadow: none;
	border: 1px solid #fff;
	-webkit-box-shadow: none;
	transition: all .4s ease 0s;
	margin-bottom: 20px;
}
.block-newsletter-ft .box-text form .field .input-text:placeholder{color: #ababab;}
.block-newsletter-ft .box-text form .field .input-text::-webkit-input-placeholder{color: #ababab;}
.block-newsletter-ft .box-text form .field .input-text::-moz-placeholder{color: #ababab;}
.block-newsletter-ft .box-text form .field .input-text .required-entry {
	border-color: red;
}
.block-newsletter-ft .box-text form .field .input-text .required-entry:focus {
	box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(241,0,34,0.6);
}
.block-newsletter-ft .box-text form .field .validation-advice {
	position: absolute;
	top: 100%;
	line-height: 1;
	font-size: 14px;
	color: red;
	margin-top: -10px;
}
.block-newsletter-ft .box-text .content {
	padding-top: 22px;
}
.footer-v1 .top-footer{margin-bottom: 25px;}
.footer-v1 .middle-footer{
	padding-top: 77px;
	padding-bottom: 92px;
}
.footer-v1 .middle-footer h4{
	color: #0a0a0a;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.15;
	margin-bottom: 25px;
	text-transform: capitalize;
}
footer .block-contact{
	margin-bottom: 35px;
}
footer .block-contact ul li {
    color: #696969;
    display: inline-block;
    font-size: 14px;
    line-height: 1.18;
    margin: 7px 0;
    width: 100%;
	position: relative;
}
footer .block-contact ul li > span {
    display: inline-block;
}
footer .block-contact ul li > span:first-child{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
footer .block-contact ul li > span [class*="ion-"] {
    color: #ababab;
    font-size: 18px;
    margin-right: 20px;
}
footer .block-contact ul li > span.text{padding-left: 39px;}
footer .block-contact ul li:last-child {
    padding-top: 0;
}
footer .block-contact a {
	color: #696969;
	display: inline-block;
}
footer .block-contact a:hover,
footer .block-contact a.color-default{
    color: #76c25d;
}
footer .block-social ul li {
    display: inline-block;
    margin-right: 8px;
}
footer .block-social ul li:last-child {
    margin-right: 0;
}
footer .block-social ul li a {
    background-color: transparent;
    border: 1px solid #f4f4f4;
    border-radius: 50%;
    color: #696969;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding-left: 2px;
    text-align: center;
    transition: all 0.4s ease 0s;
    width: 40px;
	overflow: hidden;
}
footer .block-social ul li a:hover {
    background-color: #76c25d;
    border-color: #76c25d;
    color: #fff;
	
}
footer .block-social ul li a .ion-social-facebook{font-size: 16px;}
footer .block-info ul li, footer .block-account ul li {
    display: inline-block;
    width: 100%;
}
footer .block-info ul li a, footer .block-account ul li a {
    color: #696969;
    display: inline-block;
    font-size: 14px;
    line-height: 1.15;
    padding: 10px 0;
    position: relative;
    transition: all 0.4s ease 0s;
    width: 100%;
}
footer .block-info ul li a::before, footer .block-account ul li a:before {
    background: #696969 none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    width: 7px;
}
footer .block-info ul li a:hover, footer .block-account ul li a:hover {
    color: #76c25d;
    padding-left: 20px;
}
footer .block-info ul li a:hover:before, footer .block-account ul li a:hover:before {
    opacity: 1;
    visibility: visible;
}
footer .block-info ul li:first-child, footer .block-account ul li:first-child {
    padding-top: 0;
}
footer .block-info ul li:last-child, footer .block-account ul li:last-child {
    padding-bottom: 0;
}
.block-flickr a {
    display: inline-block;
    float: left;
    margin-bottom: 15px;
    margin-left: 15px;
}
.block-flickr a.last {
    clear: left;
    margin-left: 0;
}
.block-flickr a:hover {
    opacity: 0.5;
}
@media (min-width: 1200px) {
	.footer-v1 .block-flickr {
	}
}
 .row-full-width{
 width: 100vw;
 position: relative;
 margin-left: -50vw;
 height: 100px;
 margin-top: 100px;
 left: 50%;
}

#static_organie_contact_information .col-lg-4.col-md-4.col-sm-4.col-xs-12{

}

#static_organie_contact_information .row {
}

.footer-v1 .bottom-footer .bottom-ft-container {
    border-top: 2px solid #f4f4f4;
    padding-bottom: 33px;
    padding-top: 30px;
}
address {
    color: #ababab;
    font-size: 14px;
    font-style: italic;
    line-height: 1.8;
    margin: 0;
}
.footer-links {
    float: right;
}
.footer-links li {
    display: inline-block;
    text-align: left;
}
.footer-links li a {
    color: #696969;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-left: 20px;
    text-transform: uppercase;
}
.footer-links li a:hover {
    color: #76c25d;
}
.footer-links li:first-child a {
    margin-left: 0;
}
.cms-index-index .footer{
	margin: 0 !important;
}
body:not(.cms-home) .footer-v2 {
    padding-top: 100px;
}
.footer-v2 address {
    color: #696969;
    line-height: 1.2;
	font-size: 15px;
}
.footer-v2 .top-footer {
    background-color: #0a0a0a;
    color: #fff;
    padding-bottom: 25px;
    padding-top: 35px;
}
.footer-v2 .block-follow-instagram p {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.3em;
    line-height: 1;
    margin-bottom: 15px;
    opacity: 0.6;
    text-transform: uppercase;
}
.footer-v2 .block-follow-instagram a.user-instagram {
    color: #fff;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 1.3;
    margin: 0;
    opacity: 1;
    text-transform: none;
}
.footer-v2 .block-follow-instagram a.user-instagram:hover {
    color: #76c25d;
}
.footer-v2 .middle-footer {
    background: rgba(0, 0, 0, 0) url("https://vianaturale.ee/skin/frontend/mgstheme/organie/images/bg-flower.png") no-repeat scroll center top;
}
.footer-v2 .middle-footer .middle-footer-content {
    border-bottom: 2px solid #f4f4f4;
}
.footer-v2 .middle-footer .block-newsletter-flower {
    display: block;
    padding-bottom: 110px;
    padding-top: 329px;
    text-align: center;
}
.footer-v2 .middle-footer .block-newsletter-flower .title-block {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 0;
    padding: 0;
}
.footer-v2 .middle-footer .block-newsletter-flower .title-block h4 {
    color: #0a0a0a;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: 37px;
}
.footer-v2 .middle-footer .block-newsletter-flower form .input-text {
    background-color: #f8f7f7;
    border: medium none;
    box-shadow: none;
    color: #ababab;
    margin: 0 auto 13px;
    max-width: 570px;
    text-align: center;
}
.footer-v2 .middle-footer .block-newsletter-flower form button.btn {
    margin-top: 18px;
}
.footer-v2 .bottom-footer .block-social ul {
    float: right;
}
.footer-v2 .bottom-footer {
    padding-bottom: 45px;
    padding-top: 40px;
}
/* END FOOTER */

/* Category */

.clearer:after, .header-container:after, .header-container .top-container:after, .header:after, .header .quick-access:after, #nav:after, .main:after, .footer:after, .footer-container .bottom-container:after, .col-main:after, .col2-set:after, .col3-set:after, .col3-layout .product-options-bottom .price-box:after, .col4-set:after, .search-autocomplete li:after, .block .block-content:after, .block .actions:after, .block li.item:after, .block-poll li:after, .block-layered-nav .currently li:after, .page-title:after, .products-grid:after, .products-list li.item:after, .box-account .box-head:after, .dashboard .box .box-title:after, .box-reviews li.item:after, .box-tags li.item:after, .pager:after, .sorter:after, .ratings:after, .add-to-box:after, .add-to-cart:after, .product-essential:after, .product-collateral:after, .product-view .product-img-box .more-views ul:after, .product-view .box-tags .form-add:after, .product-view .product-shop .short-description:after, .product-view .box-description:after, .product-options .options-list li:after, .product-options-bottom:after, .product-review:after, .cart:after, .cart-collaterals:after, .cart .crosssell li.item:after, .opc .step-title:after, .checkout-progress:after, .multiple-checkout .place-order:after, .group-select li:after, .form-list li:after, .form-list .field:after, .buttons-set:after, .page-print .print-head:after, .advanced-search-summary:after, .gift-messages-form .item:after, .send-friend .form-list li p:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

/* Popup */
.mfp-inline-holder .mfp-content{
	line-height: 0;
	width: 400px !important;
}
.mfp-inline-holder #success-message-container, 
.mfp-inline-holder .mfp-iframe-scaler{
	padding: 0;
	height: auto;
	text-align: center;
	line-height: 25px;
}
.mfp-inline-holder .mfp-content #success-message-container{
	background-color: #fff;
	padding: 20px;
}
.ajax-cart-loading{
    width:50px;
    height:50px;
    margin:0 auto;	
}
#theme-popup{position:fixed; top:0; left:0; width:100%; height:100%; opacity:0.3; z-index:1000;display:none; background-color: #000;}
#theme-popup img{position:fixed; top:50%; left:50%; z-index:910; margin-left:-16px; margin-top:-16px}
.ajaxcart-iframe #success-message-container button.btn{
    padding: 9px 15px;
}
.separator-white-space {
    float: left;
    width: 100%;
}
.separator-margin {
    text-align: center;
}
.separator-margin span::before, .separator-margin span::after {
    background-color: #dddddd;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    top: 0;
    vertical-align: top;
    width: 50%;
}
.separator-margin span::before {
    left: -13px;
    margin-left: -10px;
    top: 10px;
}
.separator-margin span::after {
    margin-right: -10px;
    right: -13px;
    top: 10px;
}
.separator-margin span em {
    color: #ccc;
    height: 20px;
    text-align: center;
    width: 20px;
}
.separator-border.style1 .separator-margin .full {
    height: 7px;
    width: 100%;
    background: url(https://vianaturale.ee/skin/frontend/mgstheme/organie/images/line.png) repeat-x scroll center center;
    display: block;
}
.separator-margin {
    text-align: center;
}
.separator-white-space .separator-margin > span {
    display: block;
    height: 0;
}
.separator-margin span::before, .separator-margin span::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    top: 0;
    vertical-align: top;
    width: 50%;
}
.separator-margin span::before {
    left: -13px;
    margin-left: -10px;
    top: 10px;
}
.separator-margin span::after {
    margin-right: -10px;
    right: -13px;
    top: 10px;
}
.separator-margin span em {
    color: #ccc;
    height: 20px;
    text-align: center;
    width: 20px;
}
/* 	HOMEPAGE 1 */

/* title block */
.title-block {
    /**background: rgba(0, 0, 0, 0) url("https://vianaturale.ee/skin/frontend/mgstheme/organie/images/bg-title-farm.png") no-repeat scroll center center;**/
    display: inline-block;
    margin-bottom: 40px;
    padding-bottom: 12px;
    padding-top: 50px;
    position: relative;
    text-align: center;
    width: 100%;
}
.title-block::after {
    margin-left: 4px;
}
.title-block::before {
    margin-right: 4px;
}
.title-block > h2, .title-block > h3 {
    color: #0a0a0a;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 1.15;
    margin: 0 0 8px;
    text-transform: uppercase;
}
.title-block p.h4 {
    color: #76c25d;
    font-size: 16px;
    font-style: italic;
    letter-spacing: 0.2em;
    line-height: 1;
    margin: 0;
}
.title-block p.h4::before, .title-block p.h4:after {
    background-color: #76c25d;
    content: "";
    display: inline-block;
    height: 1px;
    margin: 0 4px;
    vertical-align: middle;
    width: 6px;
}
.border-title-farm .title-block h2 {
    overflow: hidden;
    position: relative;
    z-index: 10;
}
.border-title-farm .title-block h2 span {
    display: inline-block;
    position: relative;
}
.border-title-farm .title-block h2 span:after, .border-title-farm .title-block h2 span:before {
    /**background: rgba(0, 0, 0, 0) url("https://vianaturale.ee/skin/frontend/mgstheme/organie/images/line.png") repeat-x scroll center center;**/
    content: "";
    display: inline-block;
    height: 7px;
    margin-top: 7px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 999px;
    z-index: 8;
}
.border-title-farm .title-block h2 span:after {
    margin-right: 40px;
    right: 100%;
}
.border-title-farm .title-block h2 span:before {
    left: 100%;
    margin-left: 40px;
}
/* Block category tabs */
.block-category-products-tabs{text-align: center;}
.block-category-products-tabs .nav-tabs,
#product_tabs:not(.product-box-tabs) .nav-tabs{
	border-bottom: none;
	margin-bottom: 45px;
}
.block-category-products-tabs .nav-tabs li,
#product_tabs:not(.product-box-tabs) .nav-tabs li{
	float: none;
	display: inline-block;
	margin: 0 5px 10px;
}
.block-category-products-tabs .nav-tabs li:first-child,
#product_tabs:not(.product-box-tabs) .nav-tabs li:first-child{margin-left: 0;}
.block-category-products-tabs .nav-tabs li:last-child,
#product_tabs:not(.product-box-tabs) .nav-tabs li:last-child{margin-right: 0;}
.block-category-products-tabs .nav-tabs li a,
#product_tabs:not(.product-box-tabs) .nav-tabs li a{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1;
	padding: 7px 15px 7px;
	color: #696969;
	border: 1px solid #f4f1e3;
	max-height: 30px;
	text-align: center;
	border-radius: 15px;
}
.block-category-products-tabs .nav-tabs li.active a,
.block-category-products-tabs .nav-tabs li a:hover,
#product_tabs:not(.product-box-tabs) .nav-tabs li.active a,
#product_tabs:not(.product-box-tabs) .nav-tabs li a:hover{
	color: #fff;
	border-color: #76c25d;
	background-color: #76c25d;
}
/* STYLE PRICE */
.price-box .price,
.price{
    font-size: 14px;
    color: #696969;
    font-style: italic;
    font-weight: 700;
}
.price-box p{margin: 0;}
.price-box .special-price{
    display: inline-block;
}
.price-box .old-price {
    display: inline-block;
    margin-right: 15px;
}
.price-box .old-price .price{
    font-weight: 400;
    text-decoration: line-through;
}
.product-label{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    line-height: 1;
}
.product-label span{
    padding: 2px 8px 2px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.1em;
    background-color: #b4e1f7;
    border-radius: 10px;
    display: inline-block;
    width: 50px;
    overflow: hidden;
    line-height: 1;
}
.product-label.sale-label span{
    background-color: #f9734d;
}
/* STYLE RATING */
.rating-box{
    font-size: 0;
    height: 15px;
    line-height: 0;
    overflow: hidden;
    position: relative;
    text-indent: -999em;
    width: 80px;
    display: inline-block;
}
.rating-box:after{
    color: #ababab;
    content: "\f3ae\f3ae\f3ae\f3ae\f3ae";
    display: inline-block;
    font-family: "Ionicons";
    font-size: 14px;
    left: 0;
    letter-spacing: 5px;
    position: absolute;
    top: 9px;
    width: 100%;
}
.rating-box .rating{
    display: inline-block;
    height: 15px;
    overflow: hidden;
    position: relative;
    float: left;
}
.rating-box .rating:after{
    color: #f5cc26;
    content: "\f2fc\f2fc\f2fc\f2fc\f2fc";
    font-family: 'Ionicons';
    display: inline-block;
    font-size: 14px;
    left: 0;
    letter-spacing: 5px;
    position: relative;
    top: 9px;
    width: 100%;
    z-index: 1;    
}
/* STYLE PRODUCT GRID*/
.products-grid .item .product-content{
    border: 1px solid #f3f0e2;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
    transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
}
.products-grid .item .product-content .product-top{
    position: relative;
    margin-bottom: 10px;
    text-align: center;
}
.products-grid .product-content .product-top .product-image{
    display: inline-block;
    width: 100%;
    position: relative;
}
.products-grid .product-content .action-wishlist{
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
    color: #76c25d;
    transition: all 0.4s ease 0s;
	border:none;
	background:none;
}
.products-grid .product-content .action-wishlist:hover{
    border:none;
	background:none;
	    color: #76c25d;
}
.products-grid .product-content .action-wishlist:hover .ion-android-favorite-outline:before{content: "\f141";}
.products-grid .product-content .controls{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.products-grid .product-content .btn-addto{
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    transform: scale(0,0);
    -moz-transform: scale(0,0);
    -webkit-transform: scale(0,0);
    -ms-transform: scale(0,0);
    transition: all .4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
}
.products-grid .item .product-content .product-details{
    padding: 0 10px;
}
.products-grid .item .product-content .product-name{
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 17px;
    margin-top: 0;
    letter-spacing: 0.05em;
    text-transform: capitalize;
}
.products-grid .item .product-content .product-name:after{
    content:"";
    width: 32px;
    height: 1px;
    background-color: #e7e5e4;
    display: block;
    margin: 17px auto 0;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
}
.products-grid .product-content .price-box{line-height: 1;}
.products-grid .item .product-content:hover .product-name:after{
    width: 60px;
    background-color: #76c25d;
}
.products-grid .item .product-content:hover{
    border-color: #76c25d;
    box-shadow: 0 0 12px rgba(0,0,0,0.175);
}
.products-grid .product-content:hover .btn-addto{
    transform: scale(1,1);
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
}
.products-grid .product-content:hover .product-image img{
    opacity: 0.2;
}
.products-grid .price-box  .price-label{display: none;}
.products-grid .price-box .price-from {
    margin-right: 10px;
    display: inline-block;
}
.products-grid .price-box .price-from:after{
    content:" - ";
    display: inline-block;
    margin-left: 10px;
}
.products-grid .price-box .price-to{
    display: inline-flex;
}
/* product layout 2*/
.products-grid.productv2 .product-content{border: none;}
.products-grid.productv2 .product-content .product-top{margin-bottom: 0;}
.products-grid.productv2 .product-content .product-image{background-color: #f8f7f7;}
.products-grid.productv2 .product-content .product-details{
	position: relative;
	/* padding-top: 41px; */
}
.products-grid.productv2 .product-content .product-name{	
	margin: 0 auto;
	margin-bottom: 24px;
	font-size: 24px;
	margin-top: -24px;
}
.products-grid.productv2 .product-content .product-details .product-name:after{
	background-color: #ababab;
}
.products-grid.productv2 .product-content .price-box .special-price .price,
.products-grid.productv2 .product-content .price-box .regular-price .price{
	font-size: 18px;
	line-height: 1.3;
}
.products-grid.productv2 .product-content:hover{border: none;box-shadow: none;}
/* STYLE PRODUCT LIST BLOCK */
.product-list-block .block-title h2{
    color: #0a0a0a;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.1em;
    margin: 0 0 40px;
    text-transform: uppercase
}
.product-list-block .product-item{
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    float: left;
}
.product-list-block .product-item:last-child{margin-bottom: 0;}
.product-list-block .product-item .product-top{
    margin-right: 30px;
    position: relative;
    max-width: 120px;
    display: inline-block;
    float: left;
}
.product-list-block .product-item .product-top .product-image{
    display: block;
    position: relative;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    width: 100%;    
}
.product-list-block .product-item .product-image:before,
.product-list-block .product-item .product-image:after{
    content:"";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .4s ease 0s;
    visibility: visible;
    width: 100%;
}
.product-list-block .product-item .product-image:before{
    border-bottom: 1px solid #76c25d;
    border-top: 1px solid #76c25d;
    transform: scale(0,1);
    -webkit-transform:  scale(0,1);
    -ms-transform:  scale(0,1);
    -moz-transform:  scale(0,1);
    transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    z-index: 100;
}
.product-list-block .product-item .product-image:after{
    border-left: 1px solid #76c25d;
    border-right: 1px solid #76c25d;
    -webkit-transform:  scale(1,0);
    -ms-transform:  scale(1,0);
    -moz-transform:  scale(1,0);
    transform-origin: 100% 0 0;
    -moz-transform-origin: 100% 0 0;
    -webkit-transform-origin: 100% 0 0;
    z-index: 100;
}
.product-list-block .product-item .product-image img{
    margin: 0 auto;
    border: 1px solid #f4f1e3;
}
.product-list-block .product-item:hover .product-image:before,
.product-list-block .product-item:hover .product-image:after{
    opacity: 1;
    transform: scale(1);
}
.product-list-block .product-item:hover .product-image img{
    opacity: 0.3;
}
.product-list-block .product-item .product-top .tocart{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 100;   
}
.product-list-block .product-item .product-top .btn-cart{
    transform: translateY(10px);
    transition: all 0.35s ease 0s;
    visibility: hidden;
    opacity: 0;
        background-color: #76c25d;
}
.product-list-block .product-item .product-top .btn-cart:hover,
.product-list-block .product-item .product-top .btn-cart:focus,
.product-list-block .product-item .product-top .btn-cart:active{
    color: #fff;
    background-color: #696969;
}
.product-list-block .product-item:hover .product-top .btn-cart{
    transform: translateY(0);
    opacity: 1;
    visibility: visible;

}

.product-list-block .product-item .product-details{
    display: inline-block;
    float: left;
    width: calc(100% - 150px);
}
.product-list-block .product-item .product-name{
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-top: 17px;
    margin-bottom: 18px;
}
.product-list-block .product-item .product-name:after{
    background-color: #e7e5e4;
    content:"";
    display: block;
    height: 1px;
    margin-top: 17px;
    width: 32px;
}
.product-list-block .product-item .price-box{
    margin-bottom: 15px;
    line-height: 1;
}
.product-list-block .product-item .meta-box .ratings{display: inline-block;margin-right: 20px;line-height: 1;float: left;}
.product-list-block .product-item .box-label{
   float: left;
   height: 20px;
    display: inline-block;
    position: relative;
}
/* STATIC BLOCK*/
.block-services {
    display: block;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease 0s;
}
.block-services a img {
    transform: scale(1, 1);
    transition: all 0.4s ease 0s;
}
.block-services .box-text {
    display: inline-block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
.block-services .box-text h4 {
    color: #0a0a0a;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
    margin-top: 0;
}
.block-services .box-text h4::after {
    background-color: #0a0a0a;
    content: "";
    display: block;
    height: 1px;
    margin: 18px auto 0;
    transition: all 0.4s ease 0s;
    width: 32px;
}
.block-services .box-text p {
    color: #696969;
    font-size: 14px;
    font-style: italic;
    letter-spacing: 0.1em;
    margin: 0;
}
.block-services:hover a img {
    transform: scale(1.2, 1.2);
}
.block-services:hover h4::after {
    width: 60px;
}

.organie3-block-life {
    padding-top: 65px;
}
.organie3-block-life .item-block {
    display: block;
    margin-bottom: 80px;
}
.organie3-block-life .item-block:last-child {
    margin-bottom: 0;
}
.organie3-block-life .item-block [class*="icon-"] {
    background-color: #f8f7f7;
    border-radius: 50%;
    color: #76c25d;
    display: inline-block;
    float: left;
    font-size: 30px;
    height: 70px;
    line-height: 70px;
    padding-left: 15px;
    text-align: center;
    transition: all 0.4s ease 0s;
    width: 70px;
}
.organie3-block-life .item-block .icon-lemon {
    font-size: 25px;
}
.organie3-block-life .item-block .content-text h3 {
    color: #0a0a0a;
    font-size: 18px;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    margin-top: 0;
    padding-top: 5px;
}
.organie3-block-life .item-block .content-text p {
    font-size: 15px;
    line-height: 25px;
    margin: 0;
}
.organie3-block-life .item-block:hover [class*="icon-"] {
    background-color: #76c25d;
    color: #fff;
}
.organie3-block-life.icon-left .item-block .content-text {
    margin-left: 100px;
}
.organie3-block-life.icon-right .item-block .content-text {
    margin-right: 100px;
    text-align: right;
}
.organie3-block-life.icon-right .item-block [class*="icon-"] {
    float: right;
}
.organie3-block-step {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100%;
}
.organie3-block-step img {
    margin: 0 auto;
}
.organie3-block-step .box-text {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-70%);
    margin-left: 20px;
}
.organie3-block-step .box-text .title-block {
    height: 260px;
    margin: 0 auto;
    padding-top: 95px;
    text-align: center;
    width: 266px;
}
.organie3-block-step .box-text .bg-border {
    /**background: rgba(0, 0, 0, 0) url("https://vianaturale.ee/skin/frontend/mgstheme/organie/images/bg-border.png") no-repeat scroll center center;**/
    margin: 0 auto;
    max-height: 260px;
    max-width: 266px;
}
.organie3-block-step .box-text .title-farm .title-block {
    padding-top: 95px;
}
/*PROMO BANNER*/
.promo-banner{
    display: flex;
    margin-bottom: 20px;
}
.promobanner img {
    margin: 0 auto;
}
.banner-nature {
    padding-right: 45px;
    text-align: right;
    padding-top: 7px;
}
.banner-nature h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0.1em;
    margin-bottom: 10px !important;
    margin-right: -15px !important;
    margin-top: 0;
    text-transform: uppercase;
}
.banner-nature h6 {
    background-color: #0a0a0a;
    float: right;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin: 0;
    padding: 2px 3px 3px 7px;
    color: #fff;
    margin-right: -8px !important;
}
.banner-strawberry {
    margin-right: 17px;
    text-align: center;
    margin-top: 10px;
}
.banner-strawberry h3 {
    color: #0a0a0a;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0.1em;
    margin-bottom: 0;
    margin-top: 7px;
}
.banner-strawberry p {
    color: #696969;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin: 4px 0 0;
    text-transform: uppercase;
	font-size: 14px;
}
/* WIDGET BLOG */
.widget-latest .date{
    color: #ababab;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-bottom: 15px;
    margin-top: 0;
    font-style: italic;
}
.widget-latest .last-post-grid-list .item .post-top .image{
    display: block;
    margin-bottom: 0;
    margin-right: 30px;
    margin-top: 20px;
    position: relative;    
}
.widget-latest .last-post-grid-list .item .post-top .image:before{
    border-left: 5px solid #f4f1e3;
    border-top: 5px solid #f4f1e3;
    content:"";
    display: block;
    height: 20px;
    left: 30px;
    position: absolute;
    top: -20px;
    width: 100%;
    z-index: -1;
    
}
.widget-latest .last-post-grid-list .first-item .post-top .image:after{
    border-bottom: 5px solid #f4f1e3;
    border-right: 5px solid #f4f1e3;
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    right: -30px;
    top: -20px;
    width: 30px;
    z-index: -1;
}
.widget-latest .last-post-grid-list .first-item .post-bottom{
    max-width: 470px;
    padding-top: 24px;
}
.widget-latest .last-post-grid-list .first-item  .date{
    font-style: italic;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
    margin-top: 0;
   
}
.widget-latest .last-post-grid-list .first-item .post-bottom h4{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0;
}
.widget-latest .last-post-grid-list .item .read-more{
	margin-top: 20px;
	display: block;
}
.widget-latest .short-desc{
    font-size: 15px;
    line-height: 1.73;
}
.widget-latest .read-more{
    line-height: 1;
    margin-top: 16px;
    color: #696969;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    position: relative;
	margin-top: 30px;
	display: block;
    
}
.widget-latest .read-more:hover{
    color: #76c25d;
}
.widget-latest .read-more:before{
    content:"/";
    display: inline-block;
    padding-right: 5px;
    
}
.widget-latest .last-post-grid-list .item{
    display: inline-block;
    width: 100%;
    line-height: 1;
    margin-bottom: 30px;
    padding-top: 20px;
}
.widget-latest .last-post-grid-list .first-item.item{
    padding-top: 0;
}
.widget-latest .last-post-grid-list .item .post-left{
    display: inline-block;
    float: left;
    margin-right: 30px;
    max-width: 270px;
}
.widget-latest .last-post-grid-list .item .post-right{
    display: inline-block;
    width: calc(100% - 300px);
    
}
.widget-latest .last-post-grid-list .item .post-right h4{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
.widget-latest .last-post-grid-list .item .post-right .read-more{margin-top: 24px;}
.widget-latest .latest-post-carousel .item,
.widget-latest .latest-post-container .item{
    margin-bottom: 30px;
}
.widget-latest .latest-post-carousel .item h4,
.widget-latest .latest-post-container .item h4{
    font-weight: 700;
    font-size: 18px;
    color: #0a0a0a;
    
}
.widget-latest .latest-post-container .item .post-bottom,
.widget-latest .latest-post-carousel .item .post-bottom{
    margin-top: 24px;
}
.widget-latest .latest-post-container .item .date{
	margin-top: 30px;
}
.widget-latest .latest-post-container .item h4{
	margin-bottom: 20px;
}
/* Newsletter block */
.block-subscribe-2 {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    max-height: 293px;
}
.block-subscribe-2 .box-text {
    display: inline-block;
    float: none;
    left: 50%;
    max-width: 570px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}
.block-subscribe-2 .box-text h4 {
    color: #0a0a0a;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: 38px;
    margin-top: 5px;
}
.block-subscribe-2 .box-text input.form-control {
    background-color: #fff;
    border: 0 none;
    margin-bottom: 10px;
    text-align: center;
}
.block-subscribe-2 .box-text .block-content{text-align: center;}
.block-subscribe-2 .box-text .block-content .actions{margin-top: 20px;}
/* BLOCM SPECIAL PRODUCT*/
.special-product .product-content{
    display: inline-block;
    width: 100%;
    
}
.special-product .product-content .product-top{
    width: 50%;
    display: inline-block;
    float: left;
    padding-right: 85px;
    padding-left: 100px;
    position: relative;
}
.special-product .product-content .product-desc{
    display: inline-block;
    width: 50%;
    float: left;
    padding-left: 15px;
}
.special-product .product-content .product-top .product-image{
    padding-right: 30px;
    padding-bottom: 30px;
    position:relative;
    display: inline-block;
    width: 100%;
}
.special-product .product-content .product-top .product-image:after{
    content:"";
    display: block;
    width: calc(100% - 30px);
    height: calc(100% - 40px);
    border: 5px solid #dde8cd;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;    
}
.special-product .product-content .product-top .box-price-abs{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #76c25d;
    color: #fff;
    width: 140px;
    height: 140px;
    padding-top: 35px;
    padding-bottom: 40px;
    border-radius: 50%;
    text-align: center;
}
/*
.special-product .product-content .box-price-abs span.h6{
    font-size: 16px;
    font-style: italic;
    letter-spacing: 0.2em;
    margin-top: 0;
    margin-bottom: 10px;
}

.special-product .product-content .box-price-abs .price{
    font-size: 40px;
    color: #fff;
    line-height: 1;
}
*/
.special-product .product-content .product-desc .product-name{
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 30px;
    font-style: italic;
    color: #76c25d;
}
.special-product .product-content .short-description{
    margin-bottom: 30px;
}
.special-product .product-content .controls,
.special-product .product-content .icon-links{
    display: inline-flex;
}
.special-product .product-content .icon-links li{
    display: inline-block;
    margin-left: 10px;
}
.special-product .product-content .icon-links .btn-addto{
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border: 1px solid  #76c25d;
    color: #76c25d;
}
.special-product .product-content .icon-links .btn-addto:hover{
    color: #fff;
    background-color: #76c25d;
}
/* TESTIMONIAL */
.testimonials-carousel .testimonial-item{
    display: inline-block;
    width: 100%;
    text-align: center;
   
}
.testimonials-carousel .testimonial-item .testimonial-author {
    margin: 0 auto;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 40px;
    overflow: hidden;
}
.testimonials-carousel .testimonial-item .testimonial-content .h5{
    font-size: 18px;
    font-style: italic;
    letter-spacing: 0.1em;
    line-height: 36px;
     max-width: 750px;
     padding: 0;
     margin: 0 auto 30px;
}
.testimonials-carousel .testimonial-item .testimonial-info strong{
    display: inline-block;
    font-weight: 700;
    color: #0a0a0a;
    letter-spacing: 0.05em;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 13px;
}
.testimonials-carousel .testimonial-item .testimonial-info .h6{
    display: inline-block;
    font-style: italic;
    font-size: 14px;
}
.testimonials-carousel.owl-carousel.owl-theme .owl-controls .owl-prev,
.testimonials-carousel.owl-carousel.owl-theme .owl-controls .owl-next{
    border: none;
    background: none;
    color: #392a25;
    width: auto;
    height: auto;
    line-height: 1;
    padding: 0;
    visibility: visible;
    margin: 0;
	opacity: 0.3;
}
.testimonials-carousel.owl-carousel.owl-theme .owl-controls .owl-prev:hover,
.testimonials-carousel.owl-carousel.owl-theme .owl-controls .owl-next:hover{
    background: none;
    color: #76c25d;
    transform: translate(0, -50%) ;
    -webkit-transform: translate(0, -50%) ;
    -moz-transform: translate(0, -50%) ;
    -ms-transform: translate(0, -50%) ;
    margin: 0;
	opacity: 1;
}
.portfolio-grid .portfolio-top-content{
    display: inline-block;
    float: left;
    width: 100%;
}
.portfolio-grid .item{
    margin-bottom: 30px;
}
.portfolio-grid .portfolio-bottom-content{display: inline-block;}
.portfolio-grid .portfolio-bottom-content .portfolio-name{
    font-weight: 700;
    color: #0a0a0a;
    margin-top: 15px;
    margin-bottom: 20px;
}
.portfolio-grid .category-link a{
    color: #76c25d;
    font-size: 14px;
}
.portfolio-grid .category-link a:hover{
    color: #696969;
}
/* NEWSLETTER BOX POPUP */
.newsletter-box-popup .mfp-inline-holder .mfp-content{
    width: auto;
	min-width: 650px;
    height: auto;
    border-radius: 0;
}
#newsletter-popup .block-popup-top{
    background-color: #fff;
    display:block;
	position: relative;
	width: 100%;
}
#newsletter-popup .newsletter-popup-content{
	position: absolute;
	top: 50%;
	left: 0 ;
	right: 0;
	max-width: 570px;
	transform: translateY(-50%);
    text-align: center;
	margin: 0 auto;
}
#newsletter-popup .newsletter-popup-content .h3{
    font-size: 24px;
    font-weight: 700;
    color: #0a0a0a;
    margin-top: 0;
    margin-bottom: 29px;
    letter-spacing: 0.05em;
}
#newsletter-popup .newsletter-popup-content .desc-popup{
    line-height: 2;
    margin-bottom: 30px;
}
#newsletter-popup .newsletter-popup-content .field{
    margin-bottom: 30px;
}
#newsletter-popup .newsletter-popup-content .checkbox{display: inline-flex;margin-top: 10px;}
#newsletter-popup .newsletter-popup-content  input[type="checkbox"]{
    margin: 0 10px 0 0;
}
#newsletter-popup .newsletter-popup-content .input-text{
    text-align: center;
}
#newsletter-popup .newsletter-popup-content label{
    line-height: 1;
}
/* REVOLUTION SLIDER */

.tp-rightarrow.default,
.tp-leftarrow.default{
    background: none !important;
    width: 0 !important;
    height: 0 !important;
}
.tp-rightarrow{right: 150px !important; margin: 0 !important;}
.tp-leftarrow{left: 50px !important; margin: 0 !important;}
.tp-rightarrow.default:before{
    content: 'Next';
    text-transform: capitalize;
    font-size: 18px;
    font-style:italic;
    letter-spacing: 0.2em;
    width: 100px;
    height: 100px;
    background-color: transparent;
    border-radius: 50%;
    text-align: center;
    color: #0a0a0a;    
    font-family: 'Playfair Display', serif;
    display: inline-block;
    transform: translateY(-50%);
    font-weight: 700;
    line-height: 100px;
}
.tp-leftarrow.default:before{
    content:"Prev";
    text-transform: capitalize;
   font-size: 18px;
    font-style:italic;
    letter-spacing: 0.2em;
    width: 100px;
    height: 100px;
    background-color: transparent;
    border-radius: 50%;
    text-align: center;
    color: #0a0a0a;    
    font-family: 'Playfair Display', serif;
    transition: all 0.4s ease 0s;
    display: inline-block;
    transform: translateY(-50%);
    font-weight: 700;
    line-height: 100px;
}
.tp-leftarrow.default:hover:before,
.tp-rightarrow.default:hover:before{
    color: #fff;
    background-color: #0a0a0a;
}
.tp-bullets.simplebullets.round .bullet{
    background-image: none !important;
    width: 8px !important;
    height: 8px !important;
    background-color: #ababab !important;
    border-radius: 50%;
    margin-left: 7px !important;
    margin-right: 7px !important;
	line-height: 13px;
    border: 1px solid transparent;
	transition: all 0.4s ease 0s;
}
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.round .bullet:hover{
    background-color: transparent !important;
   transform: scale(1.6) !important;
   -webkit-transform: scale(1.6) !important;
   -moz-transform: scale(1.6) !important;
    border-color: #76c25d;
    margin-top: -4px !important;
}
/* HOMEPAGE 1*/
.custom-boxshadown{
    box-shadow: inset 0px 10px 0 #fafafa;
}
.block-about{
    text-align: center;
    display: block;
    width: 100%;
}
.block-about .block-title-about img{
    margin: 0 auto;
    
}
.block-about .block-title-about .h3{
    font-size: 24px;
    font-style: italic;
    letter-spacing: 0.1em;
    line-height: 2;
    color: #0a0a0a;
    font-weight: 400;
    margin-top: 62px;
    margin-bottom: 130px;
    max-width: 725px;
    margin-left: auto;
    margin-right: auto;
}
.block-about .box-item {
    margin-bottom: 30px;
    text-align: center;
}

.block-about .box-item img{
    margin: 0 auto;
}
.block-about .box-item2 img{
	margin-left: 100px;
}
.block-about .box-item3 img{
	margin-left: 86px;
}
.block-about .box-item h4{
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-top: 25px;
    margin-bottom: 25px;
    color: #0a0a0a;
    
}
.block-about .box-item p{
    margin-bottom: 25px;
	line-height: 25px;
}
.block-about .box-item .btn{
	padding-left: 25.5px;
	padding-right: 25.5px;
}
/* widget deal*/
.custom-deal-title-abs{
	position: relative;
	min-height: 610px;
}
.custom-deal-title-abs .title-block{
	background: none;
	margin: 0;
	padding: 0;
	width: auto;
	text-align: left;
	position: absolute;	
	left: 50%;
	top: 120px;
	/*! line-height: 1; */
}
.custom-deal-title-abs .title-block h2{
	line-height: 1;
}
.single-deal .item-deal{
	display: inline-block;
	width: 100%;
	float: left;
}
.single-deal .item-deal .box-attribute{display: none;}
.single-deal .item-deal .product-top,
.single-deal .item-deal .product-details{
	display: inline-block;
	width: 50%;
	float: left;
	position: relative;
}
.single-deal .item-deal .product-details{
	padding-right: 100px;
}
.single-deal .item-deal .product-top{
	text-align: center;	
}
.single-deal .item-deal .product-top img{
	margin: 0 auto;
	max-height: 610px;
	z-index: 2;
}
.single-deal .item-deal .product-name {
	font-size: 16px;
	font-style: italic;
	letter-spacing: 0.2em;
	margin-top: 170px;
	margin-bottom: 25px;
}
.single-deal .item-deal .product-name a{
	color: #76c25d;
}
.single-deal .item-deal .product-name a:hover{
	color: #0a0a0a;
}
.single-deal .item-deal .box-deal-abs{
	width: 140px;
	height: 140px;
	border-radius: 50%;
	color: #fff;
	padding: 30px;
	text-align: center;
	background-color: #76c25d;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 1;
}
.single-deal .item-deal .box-deal-abs .price-box .old-price{display: none;}
.single-deal .item-deal .box-deal-abs span{
	font-size: 16px;
	letter-spacing: 0.2em;
	line-height: 1;
	margin-bottom: 10px;
	display: block;
	font-style: italic;
	margin-top: 10px;
	margin-left: 5px;
}
.single-deal .item-deal .box-deal-abs .price{
	font-size: 40px;
	font-weight: 900;
	font-style: italic;
	line-height: 1;
	color: #fff;
	letter-spacing: 0;
}
.single-deal .item-deal .product-top:after{
	content:"";
	display: block;
	width: 472px;
	height: 600px;
	border: 8px solid rgba(255,255,255,0.83);
	position: absolute;
	transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	top: 20px;
	left: 30px;
	z-index: 0;
}
.single-deal .item-deal .short-desc{
	margin-bottom: 25px;
}
.single-deal .deal-timer {
	margin-bottom: 28px;
}
.deal-timer{
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
.deal-timer .countdown span{
	display: inline-block;
	text-align: center ;
	width: 25%;
}
.deal-timer .countdown span{
	font-size: 48px;
	color: #76c25d;
	font-weight:700;
	line-height: 1;
	text-align: center;
	margin-bottom: 15px;
}
.deal-timer .countdown {
	display: inline-block;
	width: 100%;
}
.deal-timer .countdown span b{display: block;position: relative;line-height: 1;}
.deal-timer .countdown span .timer{
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.2em;
	font-style: italic;
	color: #797575;
}
.deal-timer .countdown span b:not(.timer){
	margin-bottom: 12px;
}
.deal-timer .countdown span b:not(.timer):after{
	content:":";
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	top: 20px;
	right: 0;
}
.deal-timer .countdown span:last-child b:not(.timer):after{display: none;}
.single-deal .item-deal .actions{display: inline-flex;}
.single-deal .item-deal .actions button
{
	margin-right: 23px;
	display: inline-block;
}
.single-deal .item-deal .deal-timer .countdown{
	margin-left: -13px;
	margin-top: 0;
	margin-bottom: 0;
}
.deals-grid .deal-item .product-content{
	display: inline-block;
	width: 100%;
}
.deals-grid .deal-item .product-content .product-top{
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.deals-grid .deal-item{
	margin-bottom: 30px;
}
.deal-item .discount-save{
	width: 60px;
	height: 60px;
	font-size: 14px;
	color: #fff;
	padding: 0;
	margin: 0;
	background-color: #76c25d;
	border-radius: 50%;
	top: 0;
	font-style: italic;
	left: 0;
	line-height: 1.35;
	position: absolute;
	text-align: center;
	padding: 8px 0;
}
.deal-item .discount-save .save-content{
	padding-top: 0;
}
.deals-grid .deal-item .discount-save .save-content{margin: 0;}
.deal-item .discount-save .percent{ font-size: 16px;font-weight: bold;font-style: italic;}
.deals-grid .deal-item .actions{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
}
.deals-grid .deal-item .actions button{
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;	
	transform: scale(0,0);
	-moz-transform: scale(0,0);
	-webkit-transform: scale(0,0);
}
.deals-grid .deal-item:hover .actions button{
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
}
.deals-grid .deal-item:hover .product-top img{opacity: 0.5;}
.deals-grid .deal-item .product-desc{text-align: center;}
.deals-grid .deal-item .product-desc .product-name{
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
	
}
.deals-grid .deal-item .product-desc .product-name:after{
	content:"";
	display: block;
	background-color: #e7e5e4;
	height: 1px;
	width: 32px;
	margin-top: 17px;
	margin-left: auto;
	margin-right: auto;
}
.deal-item .deal-timer{
	margin-top: 5px;
	margin-bottom: 0;
	width: 100%;
}
.deal-item .deal-timer .countdown{margin: 0;}
.deal-item .deal-timer .countdown span{
	font-size: 30px;	
	margin-bottom: 0;
}
.deal-item .deal-timer .countdown span b:not(.timer){
	margin-bottom: 10px;
}
.deal-item .deal-timer .countdown span .timer{font-size: 12px;}
.deal-item .deal-timer .countdown span b:not(.timer):after{
	top: 10px;
}
.deal-item .price-box{line-height: 1;}
.category-products .deals-grid .deal-item .action-wishlist{
	position: absolute;
	color: #76c25d;
	font-size: 20px;
	top: 15px;
	right: 15px;
}
.deals-grid .deal-item .action-wishlist:hover .ion-android-favorite-outline:before{
	content:"\f141";
}
.deals-grid .deal-item .price-box .special-price span{font-size: 16px;}
/* Deal list */
.deals-list .deal-item{
	display: inline-block;
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px solid #f4f4f4;
	float: left;
}
.deals-list .deal-item:first-child{
	padding-top: 0;
}
.deals-list .deal-item:last-child{
	border-bottom: none;
	padding-bottom: 0;
}
.deals-list .deal-item .product-image-container{
	position: relative;	
}
.deals-list .deal-item .product-name{
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-top: 0;
	margin-bottom: 20px;
}
.deals-list .deal-item .product-name:after{
	content:"";
	display: block;
	margin-top: 20px;
	width: 32px;
	height: 1px;
	background-color: #e7e5e4;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
}
.deals-list .deal-item:hover .product-name:after{
	background-color: #76c25d;
	width: 64px;
	transition: all 0.4s ease 0s;
}
.deals-list .deal-item .product-description{
	margin-bottom: 25px;
}
.deals-list .deal-item .price-box{
	line-height: 1;
	margin-bottom: 25px;
}
.deals-list .deal-item .price-box .price{font-size: 24px;}
.deals-list .deal-item .price-box .old-price .price{
	font-size: 14px;
	color: #ababab;
}
.deals-list .deal-item .deal-timer{
	max-width: 400px;
	margin-bottom: 20px;
}
.deals-list .deal-item .controls{
	display: inline-flex;
}
.deals-list .deal-item .controls .btn,
.deals-list .deal-item .controls a{
	display: inline-block;
	margin-right: 10px;
}
/* Block Delivery process*/
.custom-layer-abs{
	position: relative;
}
.custom-layer-abs:after{
	content:"";
	display: block;
	height: 80px;
	width: 1px;
	background-color: #76c25d;
	bottom: -40px;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
}
.block-delivery-process [class*='layer-']{
	position: absolute;
	display: block;
	max-width: 100%;
	z-index: 2;
}
.layer-left{
	left: -15px;
	bottom: -200px;
}
.layer-right{
	right: -15px;
	top: -138px;
}
.block-delivery-process .block-content{
	display: inline-block;
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 44px;
}
.block-delivery-process .block-content .step-content [class*='step-']{
	display: inline-block;
	width: 25%;
	text-align: center;
	float: left;
}
.block-delivery-process .block-content .step-content .box-content h5{
	font-size: 18px;
	color: #0a0a0a;
	letter-spacing: 0.05em;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: 700;
}
.block-delivery-process .block-content .step-content [class*='step-'] .box-icon{
	display:block;
	margin: 0 auto;
	width: 126px;
	height: 123px;
	background: transparent url('https://vianaturale.ee/skin/frontend/mgstheme/organie/images/border-img.png') center center no-repeat scroll;
	
}
.block-delivery-process .block-content .step-content [class*='step-'] .box-icon .farm{
	/* font-size: 56px; */
	text-align: center;
	width: 115px;
	height: 115px;
	line-height: 115px;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	border-radius: 50%;
	color: #76c25d;
	display: block;
	margin: 0 auto;
	font-size: 0;
}
.block-delivery-process .block-content .step-content [class*='step-']:hover .box-icon .farm{
	background-color: #76c25d;
	color: #fff;
}
.block-delivery-process .block-content .step-1 {margin-top: 175px;}
.block-delivery-process .block-content .step-4{margin-top: 231px;}
.block-delivery-process .block-content .step-content [class*='step-'] .box-icon .farm:before{
	font-size: 56px;
}
.block-delivery-process .setting-img{
	margin-top: -255px;
	display: inline-flex;
}
.block-delivery-process .block-content .step-content [class*='step-'] .box-icon:after{
	content:"";
	background: transparent url(https://vianaturale.ee/skin/frontend/mgstheme/organie/images/arrow-delivery.png) scroll no-repeat ;
	display: inline-block;
	width: 133px;
	height: 92px;
	position: absolute;
	top: -79px;
	right: -59px;
	opacity: 0.5;
}
.block-delivery-process .block-content .step-content [class*='step-'] .box-content{
	position: relative;
}
.block-delivery-process .block-content .step-content .step-2 .box-icon:after{
	transform: rotateX(180deg) rotate(30deg);
	bottom: 57px;
	top: auto;
	right: -104px;
}
.block-delivery-process .block-content .step-content .step-3 .box-icon:after{
	transform: rotate(80deg);	
	bottom: -10px;
	top: auto;
	right: -120px;
}
.block-delivery-process .block-content .step-content .step-2 .box-content{margin-right: 21px;}
.block-delivery-process .block-content .step-content .step-3 .box-content{
	margin-left: 80px;
}
.block-delivery-process .block-content .step-content .step-4 .box-content{margin-left: 12px;}
.block-delivery-process .block-content .step-content .step-4 .box-icon:after{display: none;}
/* Homepage 5*/
.block-layer-abs {
    position: relative;
    display: block
}

.block-layer-abs .layer-left {
    position: absolute;
    left: -15px;
    top: -320px;
	bottom: auto;
    z-index: 900;
}

.block-layer-abs .layer-right {
    position: absolute;
    right: -15px;
    top: -120px;
    z-index: 900;
	bottom: auto;
}

.block-layer-abs .layer-center {
    padding-top: 140px;
    padding-bottom: 140px;
}

.block-layer-abs .layer-center .layer-img1 {
    display: inline-block;
    position: relative;
    margin-right: 40px;
}

.block-layer-abs .layer-center .layer-img1:before {
    border: 3px solid #0a0a0a;
    bottom: -40px;
    content: "";
    display: block;
    left: 30px;
    position: absolute;
    right: -30px;
    top: 40px;
    z-index: 0;
}

.block-layer-abs .layer-center .layer-img1 img {
    position: relative;
    z-index: 2;
}

.block-layer-abs .layer-center .layer-img2 {
    position: absolute;
    top: -220px;
    z-index: 900;
}

.block-layer-abs .layer-center .about-text {
    padding-top: 343px;
    position: relative;
    padding-bottom: 125px;
}

.block-layer-abs .layer-center .about-text .text {
    color: #0a0a0a;
    font-style: italic;
    letter-spacing: .1em;
    line-height: 2;
    margin: 0;
    margin-left: 10px;
    margin-top: 10px;
}

.block-layer-abs .layer-center .about-text .layer-img3 {
    position: absolute;
    bottom: 10px;
    left: -200px;
    z-index: -1;
}

.block-layer-abs .layer-bottom {
    position: absolute;
    bottom: -170px;
    right: -15px;
    z-index: 9;
}

.title-cake .title-block {
    background: none;
}

.title-cake .title-block h3,
.title-cake .title-block h2 {
    color: #0a0a0a;
    font-size: 48px;
    font-style: italic;
    letter-spacing: .2em;
    margin-bottom: 20px;
    font-weight: 400;
}

.title-cake .title-block h3:before,
.title-cake .title-block h2:before {
    content: "#";
    display: inline-block;
    margin-right: 0;
}

.block-shop-by-cate {
    position: relative;
}

.block-shop-by-cate .title-block {
    position: absolute;
    top: -232px;
    left: 0;
    max-width: 390px;
    padding: 0;
    margin: 0;
    background: none;
	text-align: left;
}

.block-shop-by-cate .title-block h3 {
    padding: 0;
    margin: 0;
    line-height: 1.7;
}

.block-shop-by-cate .button-cate {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    font-size: 14px;
    color: #0a0a0a;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    height: 48px;
    width: 152px;
    line-height: 48px;
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    background-color: #fff;
    text-align: center;
	display: inline-block;
}

.block-shop-by-cate .button-cate:hover,.block-shop-by-cate .button-cate:focus,.block-shop-by-cate .button-cate:active {
    color: #fff;
    background-color: #76c25d;
}

.block-shop-by-cate .img-top {
    margin-bottom: 30px;
}

.block-shop-by-cate .img-top,.block-shop-by-cate .img-bottom,.block-shop-by-cate .img-center {
    position: relative;
    display: block;
    overflow: hidden;
}

.block-shop-by-cate .img-top img,.block-shop-by-cate .img-bottom img,.block-shop-by-cate .img-center img {
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
}

.block-shop-by-cate .img-top:hover img,.block-shop-by-cate .img-bottom:hover img,.block-shop-by-cate .img-center:hover img {
    opacity: .3;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.block-shop-by-cate:after {
    content: "";
    display: block;
    width: 1px;
    height: 80px;
    background-color: #0a0a0a;
    position: absolute;
    bottom: -160px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
}

.block-cake-banner {
    text-align: center;
    max-width: 770px;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.4);
    padding: 56px 125px 45px;
}

.block-cake-banner p {
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 22px;
    line-height: 1.4;
    font-weight: 700;
	font-size: 14px;
}

.block-cake-banner h3 {
    font-size: 40px;
    font-style: italic;
    letter-spacing: .1em;
    margin: 0;
    margin-bottom: 32px;
    color: #0a0a0a;
    line-height: 1.2;
}

.block-cake-banner a.btn {
    padding-left: 27px;
    padding-right: 27px;
    letter-spacing: .1em;
}

.custom-style-blog-cake .widget-latest .item {
    display: block;
    position: relative;
}

.custom-style-blog-cake .widget-latest .item .post-tag {
    display: block;
}

.custom-style-blog-cake .widget-latest .item .post-bottom {
    margin-bottom: 20px;
    padding-left: 115px;
    position: relative;
    padding-top: 28px;
	margin-top: 0;
}

.custom-style-blog-cake .widget-latest  .item .post-bottom h4 {
    font-size: 24px;
	margin-top: 0;
	margin-bottom: 23px;
}

.custom-style-blog-cake .widget-latest .item .date {
    position: absolute;
    width: 85px;
    height: 85px;
    border: 2px solid #e0e0e0;
    padding: 0 20px;
    left: 0;
    top: 30px;
    border-radius: 50%;
	text-align: center;
}
.custom-style-blog-cake .widget-latest .item .year{display: none;}
.custom-style-blog-cake .widget-latest .item .date .month {
   font-size: 16px;
    text-align: center;
    display: inherit;
    letter-spacing: 0.2em;
    color: #0a0a0a;
	margin-top: 8px;
}

.custom-style-blog-cake .widget-latest .item .date .day {
    font-size: 34px;
    font-style: normal;
    font-weight: bold;
   
    letter-spacing: 0.2em;
    line-height: 1;
    padding-bottom: 0;
    color: #76c25d;
}

.custom-style-blog-cake .widget-latest .item .date .day:after {
    content: "";
    display: block;
    width: 32px;
    height: 1px;
    margin: 9px auto 0;
    line-height: 1;
    vertical-align: baseline;
    background-color: #e0e0e0;
}

.custom-style-blog-cake .widget-latest .item .date .year {
    display: none
}
.custom-style-blog-cake .widget-latest .item .tag {
    margin-bottom: 15px;
	line-height: 1;
}
.custom-style-blog-cake .widget-latest .item .tag a {
    color: #ababab;
	letter-spacing: 0.1em;
	text-transform: capitalize;
	font-size: 14px;
}
.custom-style-blog-cake .widget-latest .item .tag a:hover {
    color: #76c25d;
}
.custom-style-blog-cake .widget-latest .item .tag .fa-tags{display: none;}
.custom-style-blog-cake .widget-latest .item .tag ul li{padding: 0; margin: 0;display: inline-block;font-size: 14px;}
/* homepage 2 */
.block-welcome-organie {
    text-align: center;
}
.block-welcome-organie .tool-tip {
    color: #0a0a0a;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
    margin: 20px auto 105px;
    max-width: 730px;
}
.block-welcome-organie .block-content {
    padding-left: 110px;
    padding-right: 120px;
}
.block-welcome-organie .box-cate-item {
    border: 1px solid transparent;
    display: block;
    margin: 0 auto;
    max-width: 170px;
    padding: 32px 10px 25px;
    position: relative;
    transition: all 0.35s ease 0s;
    width: 100%;
}
.block-welcome-organie .box-cate-item .box-top {
    position: relative;
    width: 100%;
}
.block-welcome-organie .box-cate-item .box-top img {
    margin: 0 auto;
	max-width: 100%;
}
.block-welcome-organie .box-cate-item .box-top .farm {
    color: #fff;
    font-size: 45px;
    left: 0;
    margin: 0 auto;
    padding-left: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.block-welcome-organie .box-cate-item h5 {
    color: #0a0a0a;
    display: block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 17px;
    margin-top: 32px;
    text-transform: capitalize;
}
.block-welcome-organie .box-cate-item h5::after {
    background-color: #e7e5e4;
    content: "";
    display: block;
    height: 1px;
    margin: 17px auto 0;
    width: 32px;
}
.block-welcome-organie .box-cate-item p.h6 {
    color: #696969;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 0;
}
.block-welcome-organie .box-cate-item:hover {
    border-color: #76c25d;
}
.block-welcome-organie [class*="col-md"] {
    padding-left: 10px;
    padding-right: 10px;
}
.custom-block-why-choose {
    max-height: 615px;
    position: relative;
}
.block-why-choose-organie .box-left-abs {
    bottom: -100px;
    left: 0;
    position: absolute;
    z-index: 2;
}
.block-why-choose-organie .box-right-abs {
    position: absolute;
    right: 0;
    top: -355px;
    z-index: 2;
}
.block-why-choose-organie .block-content .box-center img {
    margin: 0 auto;
}
.block-why-choose-organie .block-content [class*="box-item"] {
    display: inline-block;
    padding: 10px 25px;
    width: 100%;
}
.block-why-choose-organie .block-content [class*="box-item"] h5 {
    color: #0a0a0a;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 5px;
    position: relative;
    text-transform: capitalize;
    z-index: 2;
}
.block-why-choose-organie .block-content [class*="box-item"] p {
    margin: 0;
    position: relative;
    z-index: 2;
}
.block-why-choose-organie .block-content .box-left {
    padding-top: 130px;
}
.block-why-choose-organie .block-content .box-left .box-item-1 {
    margin-bottom: 80px;
}
.block-why-choose-organie .block-content .box-right {
    padding-top: 130px;
}
.block-why-choose-organie .block-content .box-right .box-item-2 {
    margin-bottom: 80px;
}
.block-why-choose-organie .block-content .box-item-1 {
    position: relative;
}
.block-why-choose-organie .block-content .box-item-1::before {
    background-color: #fff;
    border-radius: 45px;
    bottom: -20px;
    content: "";
    left: -25px;
    padding: 0;
    position: absolute;
    right: 0;
    top: -15px;
    transform: perspective(800px) rotateY(-25deg);
}
.block-why-choose-organie .block-content .box-item-2 {
    position: relative;
}
.block-why-choose-organie .block-content .box-item-2::before {
    background-color: #fff;
    border-radius: 45px;
    bottom: -20px;
    content: "";
    left: -5px;
    padding: 0;
    position: absolute;
    right: -20px;
    top: -15px;
    transform: perspective(800px) rotateY(25deg);
}
.promo-banner .banner-summer {
    padding-bottom: 34px;
    padding-left: 58px;
}
.promo-banner .banner-summer .h4 {
    color: #0a0a0a;
    font-size: 34px;
    font-style: italic;
    letter-spacing: 0.2em;
    margin-bottom: 0;
    margin-left: 12px;
    margin-top: 0;
	text-align: left;
	line-height: 1.3;
}
.promo-banner .banner-summer h3 {
    color: #fff;
    font-size: 100px;
    font-weight: 900;
    letter-spacing: 0.4em;
    line-height: 1;
    margin-bottom: 8px;
    margin-top: 0;
    text-transform: uppercase;
}
.promo-banner .banner-summer .sale-code {
    color: #696969;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.23em;
    line-height: 1;
    margin-left: 5px;
    padding-bottom: 4px;
    padding-top: 6px;
    text-transform: uppercase;
}
.promo-banner .banner-summer .sale-code .code {
    background-color: #fff;
    margin-left: 5px;
    padding: 2px 10px 2px 8px;
}
.promo-banner .banner-organie {
    margin-left: -5px;
    margin-top: 20px;
}
.promo-banner .banner-organie .h4 {
    color: #0a0a0a;
    display: block;
    font-size: 24px;
    font-style: italic;
    letter-spacing: 0.2em;
    margin-bottom: 5px;
    margin-left: 13px;
    margin-top: 0;
    text-transform: uppercase;
	text-align: left;
}
.promo-banner .banner-organie h3 {
    color: #fff;
    font-size: 120px;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1;
    margin-bottom: 8px;
    margin-top: 0;
}
.promo-banner .banner-organie .sale-code {
    color: #696969;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-right: 25px;
    text-align: right;
    text-transform: uppercase;
}
/* HOMEPAGE 4 */
.block-story {
    display: block;
    padding-bottom: 133px;
    padding-top: 120px;
    position: relative;
    width: 100%;
}
.block-story .block-content{
	width: 100%;
	display: inline-block;
}
.block-story .layer-top {
    left: 0;
    position: absolute;
    top: -145px;
    z-index: -1;
}
.block-story .layer-bottom {
    bottom: 0;
    position: absolute;
    right: 0;
}
.block-story .block-content .col-md-4 {
    position: relative;
}
.block-story .block-content .box-left, .block-story .block-content .box-right {
    z-index: -1;
}
.block-story .block-content .box-center {
    background-color: #fff;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
    display: block;
    height: 700px;
    left: -85px;
    margin-top: 70px;
    padding: 62px 65px 75px;
    position: absolute;
    top: 0;
    width: 570px;
    z-index: 1;
}
.block-story .block-content .box-center:before {
    border: 1px solid #f4f1e3;
    bottom: 15px;
    content: "";
    display: block;
    left: 15px;
    position: absolute;
    right: 15px;
    top: 15px;
}
.block-story .block-content .box-left {
    margin-top: 70px;
}
.block-story .block-content .box-left .img-left-1 {
    float: right;
    margin-right: -30px;
    margin-top: 54px;
}
.block-story .block-content .box-left .img-left-2 {
    margin-top: 56px;
}
.block-story .block-content .box-right .img-right-1 {
    margin-left: 34px;
}
.block-story .block-content .box-right .img-right-2 {
    left: -57%;
    margin-top: -103px;
    position: absolute;
    top: 100%;
    z-index: -1;
}
.block-story .title-block h2{
	margin-bottom: 9px;
	margin-left: 18px;
}
.block-story .block-content .author {
    display: inline-flex;
    margin-top: 36px;
}
.block-story .block-content .author img {
    margin-right: 28px;
}
.block-story .block-content .author strong {
    color: #0a0a0a;
    display: block;
    font-size: 14px;
    letter-spacing: 0.05em;
    margin-bottom: 0;
    margin-top: 17px;
    text-transform: uppercase;
    width: 100%;
}
.block-story .block-content .author .info-author {
    display: inline-block;
}
.block-story .block-content .author .info {
    font-style: italic;
    letter-spacing: 0.05em;
}
.block-story .title-block {
    margin-bottom: 33px;
}
.custom-block-product-slider {
    padding-left: 40px;
    padding-right: 40px;
}
.block-farm-services .title-block {
    margin-bottom: 30px;
}
.block-farm-services .block-content {
    text-align: center;
}
.block-farm-services .block-content img {
    margin: 0 auto;
}
.block-farm-services .block-content .img-main img {
    max-width: 100%;
}
.block-farm-services .block-content .farm_services_item .farm {
    background-color: #fff;
    border-radius: 50%;
    color: #76c25d;
    display: block;
    font-size: 30px;
    height: 70px;
    line-height: 70px;
    margin: 20px auto 0;
    text-align: center;
    width: 70px;
}
.block-farm-services .block-content .farm_services_item h3 {
    color: #0a0a0a;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    margin-top: 26px;
    text-transform: capitalize;
}
.block-farm-services .block-content .farm_services_item h3::after {
    background-color: #e7e5e4;
    content: "";
    display: block;
    height: 1px;
    margin: 20px auto 0;
    width: 32px;
}
.block-farm-services .block-content .farm_services_item p {
    line-height: 1.7;
    margin-bottom: 5px;
}
.block-farm-services .block-content .farm_services_item a {
    color: #696969;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-decoration: underline;
}
.block-farm-services .block-content .farm_services_item a:hover {
    color: #76c25d;
}
.block-farm-services .block-content .img-main {
    margin-top: 60px;
}
.custom-deal-layout2 .deal-container{
	background-color: #fff;
	display: block;
	float: left;
	width: 100%;
	position: relative;
	margin-top: -130px;
	padding-top: 100px;
}
.custom-deal-layout2 .title-block{
	background: none;
	left: 50%;
	margin: 0 0 0 15px;
	padding: 0;
	position: absolute;
	text-align: left;
	top: 156px;
	width: auto;
}
.custom-deal-single2 .single-deal .item-deal .product-top{
	padding-left: 100px;
	padding-right: 85px;
}
.custom-deal-single2 .single-deal .item-deal .product-top:after{display: none;}
.custom-deal-single2 .single-deal .item-deal .product-top .product-image{
	display: block;
	padding-bottom: 30px;
	padding-right: 30px;
	position: relative;
	width: 100%;
	z-index: 3;
}
.custom-deal-single2 .single-deal .item-deal .product-top .product-image:after{
	content:"";
	display: block;
	position: absolute;
	width: calc(100% - 30px);
	height: calc(100% - 40px);
	left: 30px;
	top: 40px;
	z-index: -1;
	border: 5px solid #dde8cd;
}
.custom-deal-single2 .single-deal .item-deal .box-deal-abs{
	left: 0;
	margin-top: -10px;
	top: 40%;
	z-index: 5;
}
.single-deal .item-deal .box-attribute{
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.single-deal .item-deal .box-attribute dl{
	display: inline-flex;
	margin-bottom: 5px;
	margin-top: 6px;
	width: 100%;
}
.single-deal .item-deal .box-attribute dl:first-child{margin-top: 0;}
.single-deal .item-deal .box-attribute dl:last-child{margin-bottom: 0;}
.single-deal .item-deal .box-attribute dl dt{
	color: #696969;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.05em;
	min-width: 135px;
	text-transform: uppercase;
}
.single-deal .item-deal .box-attribute dl dd{
	display: inline-block;	
}
.single-deal .item-deal .box-attribute dl dd a{color: #696969;}
.single-deal .item-deal .box-attribute dl dd a:hover{color: #76c25d; }
.custom-deal-single2 .single-deal .item-deal .deal-timer{
	margin-bottom: 18px;
}
.custom-deal-single2 .single-deal .item-deal .box-attribute{display: block;}
.custom-deal-single2 .single-deal .item-deal .product-details{
	padding-left: 15px;
	padding-right: 100px;
}
.custom-deal-single2 .single-deal .item-deal .product-name {
	margin-top: 18px;
	margin-bottom: 95px;
}
.custom-deal-single2 .single-deal .item-deal .short-desc{margin-bottom: 20px;line-height: 1.6;}

.block-testimonial-bg {
    position: relative;
}
.block-testimonial-bg .box-left {
    bottom: -190px;
    left: -15px;
    position: absolute;
}
.block-testimonial-bg .box-right {
    bottom: -152px;
    position: absolute;
    right: -15px;
}
/* HOME FLOWER2 */
.block-flower-collection {
    display: block;
    padding-bottom: 80px;
    padding-top: 102px;
    position: relative;
    width: 100%;
}
.block-flower-collection::before {
    background-color: #0a0a0a;
    content: "";
    display: block;
    height: 100px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -50px;
    width: 1px;
    z-index: 3;
}
.block-flower-collection a.btn {
    width: 148px;
}
.block-flower-collection .box-text-spring {
    display: block;
    padding-bottom: 112px;
    padding-top: 45px;
    text-align: center;
    width: 100%;
}
.block-flower-collection .box-text-spring .sub-title {
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1;
    margin-bottom: 24px;
    margin-top: 17px;
    text-transform: uppercase;
}
.block-flower-collection .box-text-spring h3 {
    color: #0a0a0a;
    font-size: 40px;
    font-style: italic;
    letter-spacing: 0.1em;
    line-height: 48px;
    margin-bottom: 35px;
    margin-top: 0;
    text-transform: capitalize;
}
.block-flower-collection .box-text-spring p {
    margin: 0 auto 35px;
    max-width: 500px;
}
.block-flower-collection .box-img-1 {
    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 1;
}
.block-flower-collection .box-img-1 h4 {
    bottom: 87px;
    color: #0a0a0a;
    font-size: 40px;
    font-style: italic;
    font-weight: 700;
    left: 0;
    letter-spacing: 0.1em;
    line-height: 1.4;
    max-width: 215px;
    position: absolute;
    z-index: 2;
}
.block-flower-collection .box-img-1 img {
    left: -50px;
    position: relative;
    z-index: 1;
}
.block-flower-collection .box-img-1 span {
    display: inline-block;
    position: relative;
}
.block-flower-collection .box-img-1 span::after {
    border: 1px solid #0a0a0a;
    content: "";
    display: block;
    height: 100%;
    max-height: 540px;
    max-width: 370px;
    position: absolute;
    right: 10px;
    top: 30px;
    width: 100%;
    z-index: 0;
}
.block-flower-collection .box-img-2 {
    text-align: right;
}
.block-flower-collection .box-img-2 h4 {
    color: #0a0a0a;
    font-size: 40px;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 56px;
    margin: 0 auto;
    max-width: 210px;
    padding-left: 25px;
    position: relative;
    text-align: left;
    z-index: 2;
}
.block-flower-collection .box-img-2 img {
    margin-right: 0;
    
    margin-top: -23px;
    z-index: 1;
}
.block-flower-collection .box-text-organie {
    display: block;
    padding-top: 168px;
    text-align: center;
    width: 100%;
}
.block-flower-collection .box-text-organie .h4 {
    display: block;
    font-size: 18px;
    font-style: italic;
    letter-spacing: 0.2em;
    line-height: 1;
    margin-bottom: 33px;
    margin-top: 0;
    z-index: 2;
}
.block-flower-collection .box-text-organie h2 {
    color: #0a0a0a;
    float: left;
    font-size: 72px;
    font-weight: 900;
    letter-spacing: 0.2em;
    line-height: 62px;
    margin-bottom: 42px;
    margin-top: 0;
    padding-left: 15px;
    text-transform: uppercase;
    width: 100%;
}
.block-flower-collection .box-text-organie h2 span {
    float: left;
    font-size: 40px;
    letter-spacing: 0.2em;
    padding-top: 12px;
    width: 100%;
}
.block-flower-collection .box-text-organie p {
    margin: 0 auto 35px;
    max-width: 500px;
}
.custom-col-flower .col-md-5 {
    width: 45.3%;
}
.custom-col-flower .col-md-7 {
    width: 54.7%;
}
.block-deal-flower {
    padding-left: 85px;
    transition: all 0.4s ease 0s;
}
.block-deal-flower img {
    transition: all 0.4s ease 0s;
}
.block-deal-flower .box-content {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.block-deal-flower .box-text {
    left: 50%;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.block-deal-flower .box-text h2 {
    color: #0a0a0a;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.2em;
    line-height: 1;
    margin-bottom: 40px;
    margin-top: 0;
    text-transform: uppercase;
}
.block-deal-flower .box-text .sale {
    color: #0a0a0a;
    display: block;
    font-size: 72px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 38px;
    margin-top: 0;
}
.block-deal-flower .box-text p {
    color: #696969;
    letter-spacing: 0.2em;
    margin: 0;
    text-transform: uppercase;
}
.block-deal-flower .box-text a {
    background-color: #0a0a0a;
    color: #fff;
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1;
    max-width: 130px;
    padding: 7px 8px;
}
.block-deal-flower .box-text a:hover {
    background-color: #76c25d;
}
.block-deal-flower .box-text .box-abs {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    padding: 75px 20px 90px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
.block-deal-flower .box-text .box-abs a {
    bottom: 90px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    z-index: 10;
}
.block-deal-flower .box-text .box-abs:after {
    border: 1px solid #696969;
    bottom: 20px;
    content: "";
    display: block;
    left: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 9;
}
.block-deal-flower:hover .box-content > img {
    transform: scale(1.2);
}
.deal-desc-hidden .single-deal .item-deal .product-top,
.deal-desc-hidden .single-deal .item-deal .product-name,
.deal-desc-hidden .single-deal .item-deal .short-desc,
.deal-desc-hidden .single-deal .item-deal .actions{display: none;}
.deal-desc-hidden .single-deal .item-deal .deal-timer{
	margin-top: 36px;
	margin-bottom: 0;
	margin-left: 52px;
	text-align: center;
}
.deal-desc-hidden .single-deal .item-deal .deal-timer .countdown{
	max-width: 464px;
	margin: 0 auto;
}
.deal-desc-hidden .single-deal .item-deal .deal-timer .countdown span{
	color: #0a0a0a;
	margin-bottom: 0;
}
.deal-desc-hidden .single-deal .item-deal .deal-timer .countdown span b:not(.timer){
	margin-bottom: 10px;
}
.deal-desc-hidden .single-deal .item-deal .deal-timer .countdown span b:not(.timer):after{
	top: 22px;
}
.deal-desc-hidden .single-deal .item-deal .deal-timer .countdown span .timer{
	color: #76c25d;
}
.deal-desc-hidden .single-deal .item-deal .product-details {
	padding: 0;
	width: 100%;
}
.title-flower2 .title h3 {
    color: #0a0a0a;
    font-size: 40px;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 0 0 68px;
    text-transform: capitalize;
}
.custom-box-product-bg .products-grid .owl-carousel.owl-theme .owl-controls .owl-prev,
.custom-box-product-bg .products-grid .owl-carousel.owl-theme .owl-controls .owl-next
 {
    opacity: 1;
    transform: none;
    visibility: visible;
	margin-top: -100px;
}
.custom-box-product-bg .products-grid .owl-carousel.owl-theme .owl-controls .owl-prev{
	left: -43px;
}
.custom-box-product-bg .products-grid .owl-carousel.owl-theme .owl-controls .owl-next{
	right: -43px;
}
.custom-title-top .title-flower2 {
    left: 102px;
    position: relative;
    top: 82px;
    z-index: 9;
}
.custom-box-product-bg.padding-left30{padding-left: 30px;}
.custom-box-product-bg.padding-right30{padding-right: 30px;}
.custom-box-product-bg .products-grid{
    background-color: #f8f7f7;
    padding: 100px 55px 15px;
}
.box-text-flower {
    padding-bottom: 40px;
    padding-top: 45px;
    text-align: center;
}
.box-text-flower .sub-title {
    color: #0a0a0a;
    display: block;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.5em;
    line-height: 1.3;
    margin: 0 auto 37px;
    text-transform: uppercase;
}
.box-text-flower h3 {
    color: #0a0a0a;
    font-size: 80px;
    font-weight: 700;
    letter-spacing: 0.5em;
    margin: 0 auto 20px 30px;
    text-transform: uppercase;
}
.box-text-flower p {
    color: #0a0a0a;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.7em;
    text-transform: uppercase;
}
.box-text-flower .box-abs {
    left: 0;
    margin: 0 auto;
    max-width: 720px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.block-fresh-spring {
    padding-right: 85px;
    transition: all 0.4s ease 0s;
}
.block-fresh-spring .box-content {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.block-fresh-spring .box-content img {
    transition: all 0.4s ease 0s;
}
.block-fresh-spring h6 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    left: 0;
    letter-spacing: 0.3em;
    line-height: 1;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
}
.block-fresh-spring h6.first {
    margin-top: -2px;
    top: 12.5%;
}
.block-fresh-spring h6.last {
    bottom: 12.5%;
    margin-bottom: -3px;
}
.block-fresh-spring h6.last a {
    color: #fff;
}
.block-fresh-spring h6.last a:hover {
    color: #76c25d;
}
.block-fresh-spring .box-text {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.block-fresh-spring .box-text .box-bg-white {
    background-color: #fff;
    left: 0;
    margin: 0 auto;
    max-width: 660px;
    padding-bottom: 100px;
    padding-top: 95px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s ease 0s;
	width: 90%;
}
.block-fresh-spring .box-text .box-bg-white img {
    margin: 0 auto;
    max-width: 100%;
}
.block-fresh-spring .box-text .box-bg-white h3 {
    font-size: 72px;
    font-weight: 700;
    letter-spacing: 0.4em;
    line-height: 1;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    width: auto;
}
.block-fresh-spring .box-text .box-bg-white h3 span {
    background: rgba(0, 0, 0, 0) url("https://vianaturale.ee/skin/frontend/mgstheme/organie/images/bg-fresh.jpg") no-repeat scroll center center;
    display: inline-block;
    width: auto;
}
.block-fresh-spring .box-text .box-bg-white h4 {
    color: #0a0a0a;
    font-size: 34px;
    letter-spacing: 0.43em;
    line-height: 1;
    margin-bottom: 0;
    margin-left: 13px;
    margin-top: 26px;
    text-transform: uppercase;
}
.block-fresh-spring .box-text .box-bg-white:after {
    border: 1px solid #e0e0e0;
    bottom: 20px;
    content: "";
    display: block;
    left: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
}
.block-fresh-spring:hover .box-content > img {
    transform: scale(1.2);
}
.custom-trending.custom-title-top .title-flower2 {
    top: 62px;
}
.custom-trending.custom-title-top .title-flower2 h3 {
    margin-bottom: 50px;
}

.border-title .title-flower2 .title {
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}
.border-title .title-flower2 .title h3 {
    display: inline-block;
    margin-bottom: 73px;
    position: relative;
    width: auto;
}
.border-title .title-flower2 .title h3:after, .border-title .title-flower2 .title h3:before {
    background-color: #696969;
    content: "";
    display: inline-block;
    height: 1px;
    margin-top: 3px;
    position: absolute;
    top: 50%;
    width: 999px;
}
.border-title .title-flower2 .title h3:after {
    left: 100%;
    margin-left: 53px;
}
.border-title .title-flower2 .title h3:before {
    margin-right: 55px;
    right: 100%;
}
/* Home flower 3*/
.block-about-flower3 .box-img-main {
    display: inline-block;
    width: 100%;
    position: relative
}

.block-about-flower3 .box-img-main .img-1 {
    position: relative;
    display: table
}

.block-about-flower3 .box-img-main .img-1:before {
    content: "";
    display: block;
    width: 200px;
    height: 205px;
    border: 10px solid #76c25d;
    position: absolute;
    bottom: -155px;
    left: 72px
}

.block-about-flower3 .box-img-main .img-1:after {
    content: "";
    display: block;
    width: 200px;
    height: 205px;
    border: 5px solid #efefef;
    position: absolute;
    top: 50px;
    right: -56px
}

.block-about-flower3 .box-img-main .img-2 {
    position: absolute;
    top: 194px;
    right: 64px
}

.block-about-flower3 .title {
    margin-top: 30px;
    margin-bottom: 90px
}

.block-about-flower3 .title img {
    margin-left: 86px
}

.block-about-flower3 .title h5 {
    margin: 0;
    font-size: 18px;
    font-style: italic;
    color: #0a0a0a;
    letter-spacing: 0.1em;
    line-height: 2;
    margin-top: -80px
}

.block-about-flower3 .item-about {
    display: inline-block;
    width: 100%;
    max-width: 380px;
    margin-bottom: 46px
}

.block-about-flower3 .item-about .h2 {
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin-top: 0;
    margin-bottom: 13px;
    color: #0a0a0a;
    text-transform: uppercase
}

.block-about-flower3 .item-about p {
    margin: 0;
    line-height: 24px
}

.custom-title-top-center .title-flower2 .title h3 {
    margin-top: -30px;
    text-align: center;
    margin-bottom: 122px
}
.block-img-deal {
    display: block;
    width: 100%;
    position: relative;
    text-align: center
}

.block-img-deal img {
    margin: 0 auto
}

.block-img-deal h3 {
    font-size: 48px;
    color: #0a0a0a;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    line-height: 1;
    position: absolute;
    top: -26px;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-left: 15px
}

.block-img-deal p.h2 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.3em;
    color: #76c25d;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-left: 16px
}
.custom-title-top-deal .title-flower2 .title h3 {
    margin-bottom: 46px;
    padding-left: 5px;
    text-transform: none
}
.custom-title-top-deal .title-flower2 {
    bottom: -64px;
    float: right;
    max-width: 500px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 4;
}
.block-flower-summer {
    width: 100%;
    text-align: center;
    max-width: 500px;
    margin: 0 auto
}

.block-flower-summer .sub-title {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin: 0 auto 30px;
    letter-spacing: 0.2em;
    text-transform: uppercase
}

.block-flower-summer h3 {
    font-size: 40px;
    font-style: italic;
    letter-spacing: 0.1em;
    text-transform: capitalize;
    color: #0a0a0a;
    line-height: 48px;
    margin-bottom: 54px;
    margin-top: 0
}

.block-flower-summer .btn-default {
    border: none;
    background-color: #fff;
    color: #76c25d;
    width: 148px
}

.block-flower-summer .btn-default:hover {
    color: #fff;
    background-color: #76c25d;
}
.background-bottom-center {
    background-position: bottom center
}
.custom-btn{
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.4em;
    font-weight: bold;
    text-transform: none;
    line-height: 1;
    border: none;
    background-color: #0a0a0a;
    padding-bottom: 1px;
    width: 146px;
    text-align: right;
    padding-left: 6px;
    display: block;
    margin-top: -40%;
    
}
.custom-btn:hover{
	background-color: #76c25d;
	color: #fff;
}
.custom-deal-layout3 .deal-container{
    width: 100%;
    float: right;
    display: inline-block;
    max-width: 500px;
}
.custom-deal-layout3{text-align: center;}
.custom-deal-layout3 .single-deal .item-deal{
    display: inline-block;
    width: 100%;
    max-width: 500px;
    text-align: center;
}
.custom-deal-layout3 .single-deal .item-deal .box-content{
    display: inline-block;
    width: 100%;
    background-color: #f8f7f7;
    padding: 68px 50px 72px;
	text-align: center;
}
.custom-deal-layout3 .single-deal .item-deal .box-attribute {
    display: block;
	margin-bottom: 31px;
}
.custom-deal-layout3 .single-deal .item-deal .product-details{
	width: 100%;
	padding: 0;	
}
.custom-deal-layout3 .single-deal .item-deal .box-attribute dl dt,
.custom-deal-layout3 .single-deal .item-deal .box-attribute dl dd{width: 50%;}
.custom-deal-layout3 .single-deal .item-deal .box-attribute dl dt{
	padding-right: 20px;
	text-align: right;
}
.custom-deal-layout3 .single-deal .item-deal .box-attribute dl dd{
	padding-left: 10px;
	text-align: left;
}
.custom-deal-layout3 .single-deal .item-deal .short-desc{
	line-height: 26px;
	margin-bottom: 42px;
}
.custom-deal-layout3 .single-deal .deal-timer{
	margin-top: 17px;
	margin-bottom: 0;
}
.custom-deal-layout3 .single-deal .deal-timer .countdown{
	max-width: 450px;
}
.custom-deal-layout3 .single-deal .deal-timer .countdown span{color: #0a0a0a;}
.custom-deal-layout3 .single-deal .deal-timer .countdown span b:not(.timer):after{
	top: 23px;
}
.custom-deal-layout3 .single-deal .deal-timer .countdown span .timer{
	color: #76c25d;
}
.custom-padding-product .products-grid.productv2 .product-content{padding-bottom: 10px;}
/* home flower 4 */
.block-spring-flower {
    display: inline-block;
    padding: 270px 0 100px;
    position: relative;
    text-align: center;
    width: 100%;
}
.block-spring-flower img {
    margin: 0 auto;
}
.block-spring-flower h2 {
    color: #696969;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.3em;
    margin: 0 auto 35px;
}
.block-spring-flower h3 {
    color: #0a0a0a;
    font-size: 48px;
    letter-spacing: 0.2em;
    margin: 0 auto;
    text-transform: uppercase;
}
.block-spring-flower a {
    bottom: 0;
    font-size: 18px;
    font-weight: 900;
    left: 0;
    letter-spacing: 0.3em;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-transform: uppercase;
}
.block-spring-flower .text {
    bottom: 34px;
    left: 0;
    position: absolute;
    right: 0;
    top: 180px;
}
.block-flower-about {
    margin: 0 auto;
    max-width: 740px;
    text-align: center;
    width: 100%;
}
.block-flower-about img {
    margin: 0 auto;
    max-width: 100%;
}
.block-flower-about h3 {
    color: #0a0a0a;
    font-size: 24px;
    font-style: italic;
    letter-spacing: 0.1em;
    line-height: 2;
    margin: 28px auto 0;
}
.custom-promobanner .promo-banner {
    margin-bottom: 0;
}
.custom-promobanner .promo-banner img {
    width: 100%;
}
.promo-banner .box-white {
    background-color: #fff;
    color: #0a0a0a;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1;
    padding: 35px 0;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    width: 212px;
}
.promo-banner .box-white:hover {
    background-color: #76c25d;
    color: #fff;
}
.promo-banner .banner-fresh {
    padding: 46px 0;
    text-align: center;
}
.promo-banner .banner-fresh .sub-title {
    color: #0a0a0a;
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin-bottom: 120px;
}
.promo-banner .banner-fresh h3 {
    color: #0a0a0a;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.5em;
    line-height: 1;
    margin: 0 0 5px 20px;
    text-transform: uppercase;
}
.promo-banner .banner-fresh p {
    color: #0a0a0a;
    font-size: 24px;
    letter-spacing: 0.5em;
    margin-bottom: 100px;
    margin-left: 10px;
    text-transform: uppercase;
    white-space: nowrap;
}
.promo-banner .banner-fresh a {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.2em;
}
.promo-banner .banner-wedding {
    padding-bottom: 25px;
    padding-right: 38px;
}
.promo-banner .banner-wedding h3 {
    color: #0a0a0a;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0.15em;
    line-height: 0.8;
    margin: 0 0 10px;
    padding-left: 10px;
}
.promo-banner .banner-wedding p {
    color: #696969;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.25em;
    margin: 0;
    text-transform: uppercase;
}
.promo-banner .banner-beautiful {
    padding-right: 37px;
}
.promo-banner .banner-beautiful h3 {
    color: #0a0a0a;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0.1em;
    margin: 0 -5px 10px 0;
    padding-top: 5px;
    text-transform: uppercase;
}
.promo-banner .banner-beautiful .h4 {
    background-color: #fff;
    color: #696969;
    float: right;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 20px;
    margin: 0;
    min-height: 20px;
    padding-left: 10px;
    padding-right: 5px;
}
.block-amazing-services .block-content {
    display: inline-block;
    padding-top: 20px;
    width: 100%;
}
.block-amazing-services .block-content .col-md-4 .box-item-services:first-child {
    margin-top: 68px;
}
.block-amazing-services .block-content .box-item-services {
    display: inline-block;
    margin-bottom: 87px;
    width: 100%;
}
.block-amazing-services .block-content .box-item-services .icon-flower {
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    float: left;
    height: 70px;
    margin-right: 30px;
    padding: 14px 0;
    text-align: center;
    width: 70px;
}
.block-amazing-services .block-content .box-item-services .icon-flower img {
    margin: 0 auto;
}
.block-amazing-services .block-content .box-item-services .text {
    display: inline-block;
    width: calc(100% - 100px);
}
.block-amazing-services .block-content .box-item-services .text h4 {
    color: #0a0a0a;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 12px;
    margin-top: 0;
}
.block-amazing-services .block-content .box-item-services .text p {
    line-height: 24px;
}
.block-amazing-services .block-content .box-item-services.icon-right .icon-flower {
    float: right;
    margin-left: 30px;
    margin-right: 0;
}
.block-amazing-services .block-content .icon-right {
    float: right;
    text-align: right;
}
.block-amazing-services .block-content .main-content {
    display: block;
    text-align: center;
    width: 100%;
}
.block-amazing-services .block-content .main-content img {
    margin: 0 auto;
}
/* Home Plant 1 */
.block-plant-about .col-1 img {
    margin-left: 65px;
}
.block-plant-about .col-1 .content-box {
    padding-top: 100px;
}
.block-plant-about .col-1 .box-item {
    display: inline-block;
    float: left;
    margin-bottom: 15px;
    margin-top: 15px;
    width: 100%;
}
.block-plant-about .col-1 .box-item:first-child {
    margin-top: 0;
}
.block-plant-about .col-1 .box-item:last-child {
    margin-bottom: 0;
}
.block-plant-about .col-1 .box-item .plant {
    color: #ccc;
    display: inline-block;
    float: left;
    font-size: 65px;
    line-height: 1;
    text-align: left;
    width: 98px;
}
.block-plant-about .col-1 .box-item .text {
    display: inline-block;
    max-width: 345px;
    position: relative;
    width: calc(100% - 100px);
}
.block-plant-about .col-1 .box-item .text .h2 {
    color: #0a0a0a;
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin-bottom: 14px;
    margin-top: 24px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}
.block-plant-about .col-1 .box-item .text .h2::before {
    background-color: #76c25d;
    content: "";
    display: inline-block;
    height: 1px;
    left: -18px;
    position: absolute;
    top: 50%;
    transform: scale(0, 1);
    transition: all 0.4s ease 0s;
    vertical-align: middle;
    width: 30px;
}
.block-plant-about .col-1 .box-item .text p {
    font-size: 15px;
    line-height: 24px;
    margin: 0;
}
.block-plant-about .col-1 .box-item:hover .text .h2 {
    color: #76c25d;
    padding-left: 30px;
}
.block-plant-about .col-1 .box-item:hover .text .h2::before {
    transform: scale(1, 1);
}
.block-plant-about .title-about {
    display: block;
    margin-bottom: 87px;
    margin-top: 97px;
    max-width: 553px;
    padding-left: 97px;
}
.block-plant-about .title-about h4 {
    color: #0a0a0a;
    display: block;
    font-size: 18px;
    font-style: italic;
    letter-spacing: 0.1em;
    line-height: 36px;
    margin-bottom: 35px;
    text-align: left;
}
.block-plant-about .title-about .author strong {
    color: #0a0a0a;
    font-size: 14px;
    letter-spacing: 0.05em;
    margin-right: 10px;
    text-transform: uppercase;
}
.block-plant-about .title-about .author .h6 {
    color: #696969;
    font-style: italic;
    letter-spacing: 0.05em;
    margin: 0;
}
.block-plant-about .box-img-2 {
    display: block;
    padding-left: 20px;
    position: relative;
}
.block-plant-about .box-img-2::before {
    border: 8px solid #e8f0de;
    bottom: -60px;
    content: "";
    display: inline-block;
    height: 290px;
    left: -4px;
    position: absolute;
    width: 185px;
    z-index: -1;
}
.block-counter {
    display: inline-block;
    float: left;
    width: 100%;
}
.block-counter .counter-number {
    border-left: 1px solid #e0e0e0;
    display: inline-block;
    float: left;
    padding: 30px 0;
    text-align: center;
    width: 25%;
}
.block-counter .counter-number span {
    display: block;
}
.block-counter .counter-number .counter {
    color: #76c25d;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
    margin-top: 0;
    position: relative;
}
.block-counter .counter-number .text {
    color: #0a0a0a;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.block-counter .counter-number:first-child {
    border-left: 0 none;
}
.block-counter .counter-number.number-2 .counter::after, .block-counter .counter-number.number-4 .counter::after {
    content: "+";
    display: inline-block;
    font-size: 25px;
    line-height: 1;
    position: absolute;
}
.background-center {
    background-position: center center;
}
.title-plant .title-block {
    background: rgba(0, 0, 0, 0) url("https://vianaturale.ee/skin/frontend/mgstheme/organie/images/bg-title-plant.png") no-repeat scroll center top;
    padding-bottom: 22px;
    padding-top: 83px;
}
.block-organie-video {
    float: right;
    max-width: 790px;
    position: relative;
    text-align: center;
    width: 100%;
}
.block-organie-video .title {
    color: #76c25d;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.8em;
    line-height: 1;
    margin-bottom: 30px;
    margin-top: 2px;
}
.block-organie-video h3 {
    color: #0a0a0a;
    font-size: 80px;
    font-weight: 700;
    letter-spacing: 0.5em;
    line-height: 1;
    margin-bottom: 35px;
    margin-top: 0;
    text-transform: uppercase;
}
.block-organie-video .video-info {
    color: #0a0a0a;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.2em;
    padding-left: 25px;
    text-transform: uppercase;
	line-height: 65px;
}
.block-organie-video .video-info a {
    color: #fff;
    display: inline-block;
    font-size: 11px;
    margin-left: 10px;
    margin-right: 20px;
    position: relative;
    transition: all 0.35s ease 0s;
}
.block-organie-video .video-info a .fa {
    font-size: 8px;
    left: 0;
    margin: 0 auto;
    padding-left: 10px;
    position: absolute;
    right: 0;
    top: 51%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	
}
.block-organie-video .video-info a:hover {
    transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}
.block-organie-video .box-abs {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
	-webkit-transform:  translateY(-50%);
	-moz-transform:  translateY(-50%);
}
.block-organie-app .title {
    margin-bottom: 65px;
    text-align: left;
}
.block-organie-app .title h2 {
    color: #0a0a0a;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0.1em;
    margin-bottom: 7px;
    margin-top: 0;
    text-transform: uppercase;
}
.block-organie-app .title .h4 {
    color: #76c25d;
    font-size: 16px;
    font-style: italic;
    letter-spacing: 0.2em;
    margin: 0;
}
.block-organie-app .block-content .box-item {
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
	border: none;
	box-shadow: none;
	border-radius: 0;
	margin-top: 0;
}
.block-organie-app .block-content .box-item .item-title {
    display: inline-block;
    width: 100%;
	background: none;
	border: none;
	color: inherit;
	padding: 0;
	border-radius: 0;
}
.block-organie-app .block-content .box-item .item-title h6 a {
	border-radius: 3px;
    cursor: pointer;
    display: block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
    margin: 0;
    padding: 17px 14px 17px 30px;
    transition: all 0.4s ease 0s;
    width: 100%;
	color: #fff;
	background-color: #76c25d;
}
.block-organie-app .block-content .box-item .item-title h6 a.collapsed {
    background-color: #f8f7f7;    
    color: #0a0a0a;
}
.block-organie-app .block-content .box-item .item-title h6 a span {
    color: #fff;
    float: right;
    font-size: 17px;
    text-align: right;
}
.block-organie-app .block-content .box-item .item-title h6 a.collapsed span{
	color: #76c25d;
}
.block-organie-app .block-content .box-item .item-content {
    background-color: #f8f7f7;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    line-height: 1.65;
    padding: 27px 30px 28px;
}
.block-organie-app .block-content .box-item .item-title:hover h6 a{
    background-color: #76c25d;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #fff;
}
.block-organie-app .block-content .box-item .item-title:hover h6 a span  {
    color: #fff;
}
.block-organie-app .block-content .box-item .item-title h6 a:not(.collapsed)  span:before {
    content: "\f207";
}
/* home plant 2 */
.block-plant-about-2 .box-layer-left, .block-plant-about-2 .box-layer-right {
    position: absolute;
    z-index: 100;
}
.block-plant-about-2 .box-layer-left {
    left: 0;
    top: 295px;
}
.block-plant-about-2 .box-layer-right {
    right: 0;
    top: 130px;
}
.block-plant-about-2 .block-content {
    text-align: center;
}
.block-plant-about-2 .block-content .title-about h3 {
    color: #76c25d;
    display: inline-block;
    font-size: 120px;
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 0;
}
.block-plant-about-2 .block-content .title-about h3 span {
    color: #0a0a0a;
    display: inline-block;
    float: left;
    font-size: 72px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-left: 110px;
    width: 100%;
}
.block-plant-about-2 .block-content .desc {
    display: block;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 2;
    margin: 60px auto 55px;
    max-width: 720px;
}
.block-plant-about-2 .block-content .h2 {
    color: #0a0a0a;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.2em;
    line-height: 1.2;
    margin: 0;
    text-transform: uppercase;
}
.block-plant-about-2 .block-content .section-1 {
    display: block;
    padding-bottom: 90px;
    position: relative;
}
.block-plant-about-2 .block-content .section-1::after {
    background-color: #0a0a0a;
    bottom: -55px;
    content: "";
    height: 100px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 1px;
}
.block-plant-about-2 .block-content .section-2 {
    background-color: #f8f7f7;
    padding: 125px 0 95px;
}
.block-plant-about-2 .block-content .section-2 .item {
    display: inline-block;
    margin-bottom: 20px;
    text-align: center;
}
.block-plant-about-2 .block-content .section-2 .item .plant {
    background-color: #fff;
    border-radius: 50%;
    color: #76c25d;
    display: inline-block;
    font-size: 72px;
    height: 150px;
    line-height: 150px;
    margin: 0 auto;
    padding: 0 0 0 30px;
    text-align: center;
    width: 150px;
}
.block-plant-about-2 .block-content .section-2 .item h4 {
    color: #0a0a0a;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 24px;
    margin-top: 43px;
}
.block-plant-about-2 .block-content .section-2 .item p {
    margin-bottom: 14px;
}
.block-plant-about-2 .block-content .section-2 .item a {
    color: #696969;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 0;
    text-decoration: underline;
}
.block-plant-about-2 .block-content .section-2 .item a:hover {
    color: #76c25d;
}
.title-no-bg .title-block {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin-bottom: 50px;
}
.custom-testimonial-layout1 .title-block,
.custom-testimonial-layout1 .testimonial-container{
	float: right;
	width: 100%;
	max-width: 965px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.custom-testimonial-layout1 .testimonial-container .testimonials-carousel .testimonial-item{
	background-color: #fff;
	padding: 50px 35px;
	min-height: 421px;
	text-align: center;
}
.custom-testimonial-layout1 .testimonial-container .testimonials-carousel{
	padding-left: 90px;
	padding-right: 90px;
}
.custom-testimonial-layout1  .testimonials-carousel .testimonial-item .testimonial-author{
	margin-bottom: 24px;
}
.custom-testimonial-layout1 .testimonials-carousel .testimonial-item .testimonial-content .h5{
	letter-spacing: 0.05em;
	line-height: 30px;
	margin-top: 0;
}
.custom-testimonial-layout1 .owl-carousel.owl-theme.testimonials-carousel .owl-controls .owl-prev{
	left: 15px;
}
.custom-testimonial-layout1 .owl-carousel.owl-theme.testimonials-carousel .owl-controls .owl-next{right: 15px;}
/* home flower 5 */
.block-custom-product {
    -moz-box-flex: 1;
    -moz-box-pack: center;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 100%;
    justify-content: center;
    position: relative;
    text-align: center;
    width: 100%;
}
.block-custom-product img {
    max-width: 100%;
}
.block-custom-product .box-price {
    color: #696969;
    display: block;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.3em;
    line-height: 1;
    margin-bottom: 28px;
    text-transform: uppercase;
}
.block-custom-product h3 {
    color: #0a0a0a;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin: 0 auto 15px;
    text-transform: capitalize;
}
.block-custom-product a {
    display: table;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.3em;
    margin: 0 auto;
    text-transform: uppercase;
}
.block-custom-product a::after {
    background-color: #76c25d;
    content: "";
    display: block;
    height: 1px;
    opacity: 0;
    transition: all 0.35s ease 0s;
    width: 100%;
}
.block-custom-product a:hover::after {
    opacity: 1;
}
.onepage-slider .page {
    height: 100%;
    overflow: hidden;
    width: 100%;
}
.onepage-slider {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.onepage-pagination {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 40px;
    top: 50%;
    z-index: 5;
}
.onepage-pagination li {
    padding: 0;
    text-align: center;
}
.onepage-pagination li a {
    display: block;
    height: 8px;
    padding: 15px;
    transition: all 0.4s ease 0s;
    width: 8px;
}
.onepage-pagination li a::before {
    background-color: #ababab;
    border-radius: 50%;
    content: "";
    height: 8px;
    position: absolute;
    width: 8px;
}
.onepage-pagination li a.active::before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #0a0a0a;
    height: 12px;
    left: 13px;
    margin-top: -4px;
    width: 12px;
}
.disabled-onepage-scroll, .disabled-onepage-scroll .wrapper {
    overflow: auto;
}
.disabled-onepage-scroll .onepage-wrapper .section {
    left: auto;
    position: relative;
    top: auto;
}
.disabled-onepage-scroll .onepage-wrapper {
    min-height: 100%;
    transform: none;
}
.disabled-onepage-scroll .onepage-pagination {
    display: none;
}
body.disabled-onepage-scroll, .disabled-onepage-scroll .onepage-wrapper, html {
    position: inherit;
}

/* END HOMEPAGE */
/* PAGE CATALOG*/
.toolbar .amount{
    font-size: 16px;
    font-style: italic;
    letter-spacing: 0.1em;
    color: #696969;
    line-height: 40px;
    margin-bottom: 10px;
}
.toolbar .amount .count{
    color: #76c25d;
}
.toolbar .pager{
    margin-top: 0;
    margin-bottom: 50px;
}
.toolbar .sort-view .view-mode,
.toolbar .sort-view .limiter,
.toolbar .sort-view .sort-by{
    display: inline-block;
    float: right;    
    margin-bottom: 10px;
}
.toolbar .view-mode{
    margin-left: 20px;
}
.toolbar .view-mode .view-type{
    font-size: 18px;
    color: #696969;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0 0 0 10px;
    border: 1px solid #f4f1e3;
    border-radius: 2px;
    text-align: center;
    display: inline-block;
}
.toolbar .view-mode strong.view-type,
.toolbar .view-mode .view-type:hover{
    background-color: #76c25d;
    border-color: #76c25d;
    color: #fff;
}
.toolbar select{
    border: none;
    background-color: #f8f7f7 !important;
    color: #696969;
    font-size: 13px;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
    width: 175px;
    margin: 0;
    margin-left: 10px;
    display: inline-block;
    float: left;
}
.toolbar .sort-by {margin-right: 20px;}
.toolbar .sort-by select{
    margin-right: 10px;
}
.toolbar .sort-by a{line-height: 40px;}
.toolbar-bottom{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.toolbar-bottom .pagination{
    display: inline-block;
    float: none;
    margin: 0;
    border-radius: 0;
    text-align: center;
}
.toolbar-bottom .pagination > li > a{
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 40px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0;
    border: none;
    background: transparent;
    text-align: center;
    color: #0a0a0a;
    border-radius: 50%;
}
.toolbar-bottom .pagination > .active > a, 
.toolbar-bottom .pagination > .active > span, 
.toolbar-bottom .pagination > .active > a:hover,
.toolbar-bottom .pagination > .active > span:hover,
.toolbar-bottom .pagination > .active > a:focus,
.toolbar-bottom .pagination > .active > span:focus,
.toolbar-bottom .pagination > li > a:hover{
    color: #fff;
    background-color: #76c25d;
}
.toolbar-bottom .pagination > li > a.next:hover,
.toolbar-bottom .pagination > li > a.previous:hover{
    color: #76c25d;
    background-color: transparent;
}
.category-products .products-grid .add-to-cart{
    display: inline-flex;
}
.page-title.category-title h1{
    text-transform: capitalize;
    color: #222;
    margin-bottom: 30px;
    margin-top: 0;
    display: none;
}
.category-products .products-list .item{
    display: inline-block;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #f4f4f4;
    float: left;
}

.category-products .products-list .item .box-position{
    position: relative;
    min-height: 18px;
    display: block;
    margin-bottom: 20px;
    
}
.category-products .products-list .item .box-position .product-label{
    left: 0;
    right: auto;
}
.products-list .item .product-name{
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.05em; 
    margin-bottom: 15px;
}
.products-list .item .product-name:afer{
    content:"";
    background-color: #e7e5e4;
    display: block;
    height: 1px;
    margin-top: 20px;
    transition: all 0.4s ease 0s;
    width: 32px;
}
.products-list .item .price-box{
    margin-bottom: 18px;
}
.products-list .item .price-box .price{
    font-size: 24px;
    letter-spacing: 0.1em;
    font-weight: 700;
    font-style: italic;
}
.products-list .item .price-box .old-price .price{
    font-size: 14px;
    color: #ababab;
}
.products-list .item .desc{
    margin-bottom: 25px;
}
.products-list .item .controls .add-to-cart{
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.products-list .item .controls .icon-links{
    display: inline-flex;
    float: left;
}
.products-list .item .controls .icon-links li {
    display: inline-block;
    margin-right: 10px;
    
}
.products-list .item .controls .icon-links li .btn-addto{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #76c25d;
    background-color: #fff;
    border: 1px solid #76c25d;
    transition: all 0.4s ease 0s;
}
.products-list .item .controls .icon-links li .btn-addto:hover,
.products-list .item .controls .icon-links li .btn-addto:focus,
.products-list .item .controls .icon-links li .btn-addto:active{
    background-color: #76c25d;
    color: #fff;
}
.products-list .item .ratings,
.products-list .item .no-rating{
    float: right;
    text-align: right;
    line-height: 1;
}
.products-list .item .rating-box:after,
.products-list .item .rating-box .rating::after{
    font-size: 16px;
}
.products-list .item .rating-box{
    margin-bottom: 20px;
    width: 85px;
}
.products-list .item .rating-links p {
    font-size: 14px;
    font-style: italic;
    color: #ababab;
}
.category-products .toolbar-bottom{
    margin-top: 30px;
}
/* SIDEBAR */
.sidebar .block {
    display: block;
}
.sidebar .block .block-title h4,
.block-layered-nav .block-title strong,
.block-layered-nav .currently .block-subtitle,
.block-blog-tags .block-title h3{
     font-size:24px;
     color: #0a0a0a;
     font-weight: 700;
     text-transform: capitalize;
     margin-top: 0;
     margin-bottom: 28px;
     position: relative;
}
.block-layered-nav .actions {margin-bottom: 50px;}
.block-layered-nav .block-content .actions a{color: #76c25d;}
.sidebar .block > .block-content{
    margin-bottom: 50px;
}
.block-layered-nav .currently ol {width: 100%;}
.block-layered-nav .currently ol li{display: inline-block;margin-top: 5px;margin-bottom: 5px;width: 100%;}
.block-layered-nav .currently ol li .label{font-size: 14px;color: #0a0a0a;margin-right: 20px;min-width: 60px;text-transform: uppercase;}
.block-layered-nav .currently ol li .value{font-style: italic;}
.sidebar .mini-products-list .item:last-child{border-bottom: none;}
.sidebar .block-title h2{position: relative;}
/* VERTICAL MENU */
.vertical-menu li {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}
.vertical-menu li a{
    display: inline-block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f4f4f4;
    margin: 0;
}
.vertical-menu li .toggle-icon{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.vertical-menu li .toggle-icon a{
    border: none;
    padding: 0 !important;
    width: 48px;
    height: 48px;
    font-size: 12px;
    line-height: 48px;
    text-align: center;
}
.vertical-menu li .toggle-icon a:before{
    content:"\f217";
    font-family: "Ionicons";
    display: inline-block;
}
.vertical-menu li .toggle-icon a.collapse:before{
    content: "\f208";
}
.vertical-menu li.level1 a{
    padding-left: 10px;
}
.vertical-menu li.level2 a{
    padding-left: 20px;
}
.vertical-menu li.level3 a{
    padding-left: 30px;
}
.vertical-menu li:last-child a{border-bottom: none;}
.block-layered-nav .block-title{display: none;}
.block-layered-nav .block-content dl{
    margin: 0;
}
.block-layered-nav .block-content dl ol li{
    display: inline-block;
    width: 100%;
}
.block-layered-nav .block-content dl ol li a{
    display: inline-block;
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.block-layered-nav .block-content dl ol li:first-child a{
    padding-top: 0;
}
.block-layered-nav .block-content dl ol li:last-child a{
    padding-bottom: 0;
}
.block-layered-nav .block-content dl ol li a span:not(.count){
    position: relative;
    width: calc(100% - 30px);
}
.block-layered-nav .block-content dl ol li a span:not(.count):after{
    content:"";
    display: inline-block;
    height: 1px;
    width: 999px;
    background-color: #f4f4f4;
    position: absolute;
    z-index: -1;    
    top: 50%;
    margin-left: 18px;
}
.block-layered-nav .block-content dl ol li a span.count{
    display: inline-block;
    width: 30px;
    text-align: right;
    background-color: #fff;
    float: right;    
    font-size: 14px;
}
.block-layered-nav .block-content #narrow-by-list dt .h4{
    font-size: 24px;
    color: #0a0a0a;
    font-weight: 700;
    margin-bottom: 28px;
    margin-top: 0;
    text-transform: capitalize;
    position: relative;
}
.block-layered-nav .block-content #narrow-by-list dt .h4:after{
    content: "\f123";
    font-family: 'Ionicons';
    font-size: 16px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #0a0a0a;
	cursor: pointer;
}
.block-layered-nav .block-content #narrow-by-list dt.active .h4:after{
    content:"\f126";
    
}
.block-layered-nav .block-content #narrow-by-list dd{
    margin-bottom: 50px;
}
.block-layered-nav .block-content #narrow-by-list dd.last{
    margin-bottom: 0;
}
.ui-slider {
    background: #f8f7f7 none repeat scroll 0 0;

    position: relative;
    text-align: left;
}
.price .label-box #amount{
    border:none;
    padding: 0;
    margin: 0;
    margin-top: 20px;
    height: auto;
    text-align: center;
    font-size: 14px;
}
.price .ui-slider-horizontal {
    height: 4px;
}
.ui-slider .ui-slider-range {
    background-color: #76c25d;
    border: 0 none;
    display: block;
    font-size: 0.7em;
    position: absolute;
    z-index: 1;
}
.ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: 0;
}
.ui-slider .ui-slider-handle {
    background: #76c25d none repeat scroll 0 0;
    cursor: default;
    height: 14px;
    position: absolute;
    width: 14px;
    z-index: 2;
    border-radius: 50%;
}
.ui-slider-horizontal .ui-slider-handle {
    cursor: pointer;
    top: -5px;
}
.mfp-inline-holder #success-message-container, .mfp-inline-holder .mfp-iframe-scaler {
    height: auto;
    line-height: 25px;
    padding: 0;
    text-align: center;
}
.mfp-iframe-holder .mfp-content {
    min-height: 400px;
}
.ui-slider .ui-slider-handle::after {
    background: #76c25d;
    content: "";
    display: block;
    height: 14px;
    width: 14px;
    border-radius: 50%;
}
#slider-range .ui-slider-handle:last-child {
    margin-left: -14px;
}
.block-layered-nav .block-content a{
    color: #696969;
}
.block-layered-nav .block-content a:hover{
    color: #76c25d;
}
.sidebar .product-list-block .product-item .product-top{
    max-width: 80px;
    margin-right: 20px;
}
.sidebar .product-list-block .product-item .product-name{
    font-size: 16px;
    margin-top: 0;
}
.product-list-block .product-item .meta-box{display: inline-block;float: left;width: 100%;}
.sidebar .product-list-block .product-item .product-details{
    width: calc(100% - 100px);
}
.sidebar .product-list-block .product-item .price-box{
    float: left;
    margin-right: 10px;
}
#block-cart-sidebar .summary .amount a{
    color: #76c25d;
    font-style: italic;
}
#block-cart-sidebar .subtotal .label{
    font-size: 14px;
    text-transform: uppercase;
    color: #696969;
}
#block-cart-sidebar .subtotal .price{
    font-size: 18px;
}
.block-compare .block-title .smal{display: none;}
.block-compare .block-content ol li,
.block-viewed .block-content ol li{
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    margin-bottom: 20px;
}
.block-compare .block-content .item .product-image,
.block-viewed .block-content .item .product-image{
    display: inline-block;
    float: left;
    max-width: 80px;
    margin-right: 20px;
    border: 1px solid #f4f1e2;
}
.block-compare .block-content .item .product-image img,
.block-viewed .block-content .item .product-image img{
    max-width: 100%;
}
.block-compare .block-content .item .product-details,
.block-viewed .block-content .item .product-details{
    display: inline-block;
    width: calc(100% - 100px);
}
.block-compare .block-content .item .btn-remove{
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 12px;
    transform: translateY(-50%);
}
.block-compare .actions a{
    color: #76c25d;
    
}
.block-compare .block-title small{display: none;}
.block-compare .actions a:hover{
    color: #696969;
}
.block-poll .block-content .col-md-12 span{
    display: inline-flex;
    width: 100%;
    margin-bottom: 15px;
}
.block-poll .block-content .col-md-12:last-child span{
    margin-bottom: 0;
}
.sidebar .block-subscribe .block-title{display: none;}
.sidebar .block-subscribe form .block-content{
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}
.sidebar .block-subscribe form .block-content .actions{
    position: absolute;
    right: 0;
    top: 0;
}
.sidebar .block-subscribe form .actions .button{
    width: 40px;
    height: 40px;
    background: none !important;
    color: #76c25d;
    font-size: 18px;
}
.sidebar .block-wishlist .block-title small{display: none;}
.sidebar .block-wishlist .actions a{
    color: #76c25d;
}
.block-tags .tagcloud a{
    display: inline-block;
    padding: 6px 15px 7px;
    border-radius: 2px;
    border: 1px solid #eee;
    background-color: #fbfaf9;
    color: #ababab;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: all 0.4s ease 0s;
    line-height: 1;
}
.block-tags .tagclound a:hover,
.block-tags .tagclound a:focus{
    background-color: #76c25d;
    border-color: #76c25d;
    color: #fff;
}
.block-related .item .related-checkbox{
    position: absolute;
    top: 15px;
    left: 0;
}
.block-related .item .link-wishlist{
    font-size: 14px;
    color: #76c25d;    
}
.block-related .item .link-wishlist:hover{
    color: #696969;
}
.block-related .item .product-name{
    margin-top: 0;
}
.block-related .block-subtitle a{
    color: #76c25d;
}
.block-related .block-subtitle a:hover{
    color: #696969;
}
.category-description{
    margin-bottom: 30px;
}
/* END PAGE CATALOG*/
/* PAGE PRODUCT */
.product-view .product-shop .product-name .h3{
    font-size: 24px;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-bottom: 12px;
    margin-top: 0;
    color: #0a0a0a;
}
.product-view .product-shop .product-name .h3:after{
    content:"";
    display: block;
    width: 30px;
    height: 1px;
    background-color: #e7e5e4;
    text-align: left;
    margin-top: 20px;
}
.product-view .product-shop .box-label{
    position: relative;
    height: 20px;
    margin-bottom: 12px;
    display: inline-block;
    text-align: left;
}
.product-view .product-shop .box-topdetails{
    display: inline-block;
    width: 100%;
}
.product-view .product-shop .box-topdetails .box-left,
.product-view .product-shop .box-topdetails .box-right{
    display: inline-block;
    float: left;
    width: 50%;
}
.product-view .product-shop .box-topdetails .box-right{
    text-align: right;
}
.product-view .product-shop .price-box .price{
    font-size: 24px;
    letter-spacing: 0.1em;
    color: #696969;
    font-weight: 700;
}
.product-view .product-shop .price-box .old-price .price{
    font-size: 14px;
    color: #ababab;
}
.product-view .product-shop .price-box{
    margin-bottom: 20px;
    line-height: 1;
}
.product-view .product-shop .short-description{
    margin-bottom: 30px;
}
.product-view .product-shop .rating-links {
    color: #ababab;
    font-style: italic;
    font-size: 14px;
}
.product-view .product-shop .product-type .availability.in-stock{
    display: none;
}
.product-view .product-shop .box-attr{
     display: inline-block;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #f4f4f4;
    border-bottom:  1px solid #f4f4f4;
}
.product-view .product-shop .product-type .box-item{
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.product-view .product-shop .product-type .box-item:first-child{
    margin-top: 0;
}
.product-view .product-shop .product-type .box-item:last-child{
    margin-bottom: 0;
}
.product-view .product-shop .product-type .box-item .label{
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    width: 135px;
    margin-right: 20px;
    display: inline-block;
    color: #696969;
    float: left;
    line-height:1.8;
    text-align: left;
}
.product-view .product-shop .product-type .box-item .value{
    display: inline-block;
    width:calc(100% - 155px);
}
.product-view .product-shop .add-to-box .shop_meta{
    display: inline-block;
    width: 100%;
    padding-top: 30px;
 
    padding-bottom: 30px;
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 30px;
}
.product-view .product-shop .availability {
    margin-left: 30px;
    color: #ababab;
    display: inline-block;
}
.product-view .product-shop .availability [class*="ion-"]{
    font-size: 16px;
    color: #76c25d;
    margin-right: 10px;
}
.product-view .product-shop .shop_meta .btn-shop{
    display: inline-flex;
    width: 146px;
    border-radius: 2px;
    background-color: #f8f7f7;
    height: 40px;
    line-height: 40px;
    padding: 0;
}
.product-view .product-shop  .shop_meta .btn-shop .qty{
    font-size: 18px;
    cursor: pointer;
    color: #ababab;
    padding: 0 10px;
}
.product-view .product-shop  .shop_meta .btn-shop .qty:hover{
    color: #76c25d;
}
.product-view .product-shop .shop_meta .btn-shop .input-qty-product{
    border: none;   
    background-color: transparent;
    text-align: center;
    font-weight: 700;
    padding: 0;
    width: 76px;
    color: #0a0a0a;
    font-size: 15px;
}
.product-view .product-shop .add-button-cart{
    display: inline-block;
    float: left;
}
.product-view .add-to-links li {
    display: inline-block;
    margin-left: 10px;
}
.product-view .add-to-links .btn-addto,
.product-view .email-friend .btn-addto{
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #76c25d;
    background-color: #fff;
    border: 1px solid #76c25d;
    font-size: 16px;
}
.product-view .add-to-links .btn-addto:hover,
.product-view .email-friend .btn-addto:hover{
    background-color: #76c25d;
    color: #fff;
    
}
.product-view .email-friend .btn-addto{
    margin-bottom: 0;
    margin-left: 10px;   
}
.product-view .brand-image img{max-height: 40px;}
/* PRODUCT MEDIA */
.product-img-box .image-media{
    position: relative;
    display: block;
    text-align: center;
	cursor: pointer;
}
.product-img-box .image-media .magnifier{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    float: none;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.product-img-box .image-media .magnifier a{
    font-size: 24px;
    opacity: 0;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    transform: scale(0,0);
}
.product-img-box .image-media:hover .magnifier a{
    opacity: 1;
    transform: scale(1,1);
    visibility: visible;
}
.product-img-box .image-media img{
    margin: 0 auto;
}
.product-img-box .image-media:hover img{
    opacity: 0.3;
    
}
.product-img-box .thumbnails-carousel{
    padding-left: 60px;
    padding-right: 60px;
	margin-top: 30px;
}
.product-img-box .thumbnails-carousel .image-media img{width: 100px; max-width: 100%;}
.product-img-box .thumbnails-carousel .image-media .magnifier .buttons{display: none;}
.product-img-box .thumbnails-carousel.owl-carousel.owl-theme .owl-controls .owl-next, 
.product-img-box .thumbnails-carousel.owl-carousel.owl-theme .owl-controls .owl-prev{
    opacity: 1;
    visibility: visible;
    border: none;
    border-radius: 0;
    width: auto;
    height: auto;
    font-size: 34px;
    top: 50%;
    transform: translate(0,-50%) !important;
    color: #696969;
    position: absolute;
    margin: 0 !important;
}
.product-img-box .thumbnails-carousel.owl-carousel.owl-theme .owl-controls [class*='owl-']:hover{
    background: none;
    color: #76c25d;
}
.product-img-box .thumbnails-carousel.owl-carousel.owl-theme .owl-controls .owl-next{
    right: 0;
    left: auto;
}
.product-img-box .thumbnails-carousel.owl-carousel.owl-theme .owl-controls .owl-prev{
    right: auto;
    left: 0;
}
.product-img-box .thumbnails-carousel .item{margin-left: 5px;margin-right: 5px;}
.product-view .product-essential{
    margin-bottom: 40px;
}
.product-view .product-box-tabs{
    margin-top: 40px;
    display: inline-block;
    width: 100%;
}
.product-view .product-box-tabs .nav-tabs{
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #f4f4f4;
}
.product-view .product-box-tabs .nav-tabs > li{
    float: none;
    display: inline-flex;
}
.product-view .product-box-tabs .nav-tabs > li > a{
    font-size: 24px;
    letter-spacing: 0.05em;
    font-style: italic;
    margin: 0 20px;
    padding: 0 0 5px;
    color: #ababab;
    position: relative;
    border: none;
    border-radius: 0;
    background: none;
}
.product-view .product-box-tabs:not(.onepage-column) .nav-tabs > li:first-child > a{
    margin-left: 0;
}
.product-view .product-box-tabs.onepage-column .nav-tabs{
    text-align: center;
}
.product-view .product-box-tabs .nav-tabs > li > a:after{
    content:"";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    background: transparent;
    bottom: 0;
    left: 0;
    right: 0;
}
.product-view .product-box-tabs .nav-tabs > li.active > a, 
.product-view .product-box-tabs .nav-tabs > li.active > a:hover,
.product-view .product-box-tabs .nav-tabs > li.active > a:focus,
.product-view .product-box-tabs .nav-tabs > li > a:hover,
.product-view .product-box-tabs .nav-tabs > li > a:focus{
    border: none;
    color: #0a0a0a;   
    background: none !important;
}
.product-view .product-box-tabs .nav-tabs > li.active > a:after, 
.product-view .product-box-tabs .nav-tabs > li.active > a:hover:after,
.product-view .product-box-tabs .nav-tabs > li.active > a:focus:after,
.product-view .product-box-tabs .nav-tabs > li > a:hover:after,
.product-view .product-box-tabs .nav-tabs > li > a:focus:after{
    background-color: #76c25d;
}
.product-view .product-box-tabs .tab-content > .tab-pane{
    padding-top: 70px;
    padding-bottom: 30px;
}
.product-view .product-box-tabs.onepage-column .tab-content > .tab-pane{
    max-width: 770px;
    margin: 0 auto;
}
.product-box-tabs .popup-link .fa{
    font-size: 14px;
}
.product-box-tabs #box-reviews .box-reviews h4{
    font-size: 18px;
    font-weight: 700;
    color: #0a0a0a;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 30px;
}
.product-box-tabs #box-reviews .box-reviews dl dt{
    display: inline-block;
    width: 100%;
    margin-bottom: 17px;
}
.product-box-tabs #box-reviews .box-reviews dl{
    padding-top: 25px;
    padding-bottom: 25px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #f4f4f4;
}
.product-box-tabs #box-reviews .box-reviews dl dt span{
    display: inline-block;    
}
.product-box-tabs #box-reviews .box-reviews dl dt .author{
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-right: 20px;
}
.product-box-tabs #box-reviews .box-reviews dl dt .date{
    color: #ababab;
    font-style: italic;
    letter-spacing: 0.05em;
}
.product-box-tabs #box-reviews .box-reviews dl dt .date:before{
    content:"";
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #ababab;
    vertical-align: middle;
    margin-right: 12px;
}
#box-reviews .box-reviews .ratings-table{
    margin-bottom: 20px;
}
#box-reviews .box-reviews .ratings-table tbody > tr > th{
    min-width: 70px;
    font-weight: 700;
    font-size: 14px;
    color: #0a0a0a;
}
#box-reviews .box-reviews dd{
    line-height: 1.8;
}
#box-reviews #product-review-table{
    max-width: 330px;
    margin-bottom: 10px;
}
#box-reviews .form-review{
	margin-top: 20px;
}
#product-review-table tbody > tr > th{
    color: #0a0a0a;
    font-weight: 700;
    min-width: 70px;
    text-transform: capitalize;
}
.question-title{
    margin-bottom: 30px;
}
.question-title h4,
.question-form h5,
.question-list h4{
    font-size: 18px;
    font-weight: 700;
    color: #0a0a0a;
    margin-bottom: 30px;
    letter-spacing: 0.05em;
}
.question-list .question-content .content{
    font-weight: 400;
    font-size: 15px;
    padding-left: 0;
    padding-right: 50px;
    display: inline-flex;
}
.question-list .question-content .content.arrow-down,
.question-list .question-content .content.arrow-right{
    background: none;
}
.question-list .question-content .content:before{ 
    display: inline-block;
    font-family: 'Ionicons';
    font-size: 18px;
    color: #76c25d;
    margin-right: 10px;
}
.question-content .content.arrow-right:before{
    content: "\f125";
}
.question-content .content.arrow-down:before{
    content: "\f123";
}
.question-list .question-content .score,
.question-list .answer-content .score{
    font-style: italic;
    color: #76c25d;
    right: 20px;
}
.question-list .question-by{
    font-size: 12px;
}
.answer-form{margin-top: 20px;}
.answer-form .answer-img-loader{
    float: none;
    margin-left: 20px;
    width: 20px;
    vertical-align: middle;
}
.question-list .answer-content{
    padding-right: 50px;
}
.question-list .item .question-content{
    padding: 20px 0;
    border-bottom: 1px solid #f4f4f4;
}
.question-list .item:first-child .question-content{
    padding-top: 0;
}
#upsell_products {
    margin-left: -15px;
    margin-right: -15px;
}
.product-collateral{margin-top: 40px;}
.product-collateral .title h2,
.block-brand-related .block-title h2{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    color: #0a0a0a;
    margin-top: 0;
    margin-bottom: 30px;    
}
.product-collateral .owl-carousel.owl-theme .owl-controls .owl-next,
.product-collateral .owl-carousel.owl-theme .owl-controls .owl-prev{
    opacity: 1;
    visibility: visible;
    top: -60px;
    position: absolute;
    margin: 0 15px !important;
    transform: none !important;
    right: 0;
    left: auto;
	font-size: 35px;
}
.product-collateral .owl-carousel.owl-theme .owl-controls .owl-prev{
    right: 30px; 
    left: auto;
}
/* .product-grouped-product .product-view .product-shop .product-type .box-item:last-child{
    padding-bottom: 30px;
    border-bottom: 1px solid #f4f4f4;
} */
.group-featured-box{
    margin-top: 30px;
}
.group-featured-box table{margin-bottom: 0;}
.group-featured-box table > thead > tr > th{
    text-transform: uppercase;
    font-weight: 700;
    color: #0a0a0a;
    padding: 10px;
    font-size: 14px;
    text-align: center;
}
.group-featured-box table > tbody > tr > td{
    text-align: center;
    vertical-align: middle;
}
.group-featured-box table > tbody > tr > td.product-name .h4{
    color: #0a0a0a;
    font-weight: 700;
    font-size: 16px;
    margin: 0;
}
.product-view .product-shop .group-featured-box table > tbody > tr > td.product-price .price-box{margin: 0;}
.product-view .product-shop .group-featured-box table > tbody > tr > td.product-price .price-box .price{
    font-size:16px;
}
.product-view .product-shop .group-featured-box table > tbody > tr > td.product-price .price-box .old-price .price{
    font-size: 14px;
}
.product-bundle-product .product-view .product-shop .price-box{
    line-height: 1.5;
}
.product-bundle-product .product-view .product-shop .price-box .price-label{margin-right: 10px;}
.product-view .product-options .box-content dl dt{
    display: inline-block;
    width: 100%;
}
.product-view .product-options  dl dt label{
    font-size: 15px;
    color: #696969;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 400;
    color: #0a0a0a;
}
.product-view .product-options  dl dt label em{
    margin-left: 3px;
    font-style: normal;
}
.product-view .product-options  dl dd > .input-box{
    margin-bottom: 30px;
}
.product-view .product-options  .options-list .price-notice .price{
    color: #0a0a0a;
    margin-left: 5px;
}
.product-options-bottom .shop_meta {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 30px;
}
.price-box-bundle{
    margin-top: 30px;
}
.product-config-product .product-options{
    margin-top: 30px;
}
.bundle-box{margin-top: 30px;}
/* END PAGE PRODUCT */
/* PAGE SEND EMAIL*/
.send-friend .page-title{
    display: none;
    
}
.send-friend .fieldset h2{
    font-size: 24px;
    text-transform: uppercase;
    color: #0a0a0a;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 30px;
}
.send-friend .buttons-set .btn{
    margin-bottom: 10px;
}
/* Quick view */
.quickview-index-show #maincontent .col-main {
    width: 100%;
}
.quickview-index-show #maincontent .container{
    width: 100%;
}
.quickview-index-show .product-name h3{
    font-size: 24px;
    font-weight: 700;
    color: #0a0a0a;
    margin-bottom: 20px;
    margin-top: 0;
}
.quickview-index-show .product-view .product-essential{
    margin-bottom: 20px;
}
.quickview-popup .mfp-iframe-holder .mfp-close{
    background: none;
    text-indent: 0;
    top: 0;
    right: 0;
   text-align: center;
    border-radius: 0;
    width: 60px;
    height: 40px;
}
.quickview-popup .mfp-iframe-holder .mfp-close:before{
    content:"\f129";
    font-family: 'Ionicons';
    font-size: 18px;
    color: #0a0a0a;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
}
.quickview-popup .mfp-iframe-scaler iframe{
    padding-top: 40px;
}
.tooltip-links{
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
    float: none;
    width: 100%;
}
.tooltip-links .loading:before{
    content:"";
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-image: url(https://vianaturale.ee/skin/frontend/mgstheme/organie/images/loader.gif);
    background-size: 30px 30px;
   
}
.quickview-index-show .product-view .product-shop .product-type .box-item.categories-list{display: none;}
/***DEV_LUUNV***/
/*Home flower*/
.footer-v2 .bottom-ft-container p a:before{content:" - "}
.header-v4 .header-content{padding-top:43px; padding-bottom:40px}
.header-v4 .block-phone .icon-phone{float:unset; margin-left:14px}
.header-v4 .block-phone  p.h4 a{color:#f49ac1}
.header-v4 .block-phone  p.h4 a:hover{color:#0a0a0a}
.header-v4  .mobile-cart{
	margin-top: 18px;
    padding-right: 80px;
}
.header-v4 .block-phone{margin-left:21px;margin-top:18px}
.flower_banner{
	margin-top: -30px;
}
.flower_banner .promo-banner{
	margin-bottom:30px;
}
.flower_banner .promo-banner a,.flower_banner .promo-banner img{
	width:100%;
}
.flower_banner h5{
	font-style:italic;
	font-size:14px;
	letter-spacing: 0.2em;
}
.flower_banner strong{
	text-transform:uppercase;
	font-weight: 900;
	letter-spacing:0.4em;
}
.flower_banner .bithday{
	padding-bottom: 20px;
    padding-left: 25px;
}
.flower_banner .bithday h5{
	font-size:18px;
	color:#0a0a0a;
	font-weight:700;
	margin-bottom: 10px;
	letter-spacing: 0.4em;
}
.flower_banner .bithday strong{
	font-size:18px;
	color:#fff;
	padding:1px 10px;
	background:#000;
	margin-left:38px;
	text-transform:lowercase;
	letter-spacing: 0.3em;
	font-weight:700;
}
.flower_banner .party{
   padding: 0 50px;
   padding-top: 22%;
}
.flower_banner .party h5{
	color:#fff;
	padding:5px 10px;
	background:#000;
	display:inline;
}
.flower_banner .party strong{
	color:#fff;
	font-size:24px;
	display:block;
	line-height: 32px;
    margin-top: 8px;
}
.flower_banner .gift{
	padding-top: 36%;
}
.flower_banner .gift h5{
	margin-top:10px;
}
.flower_banner .gift strong{
	color:#0a0a0a;
	font-size:18px;
}
.flower_banner .wedding{
	padding:0 50px;
	margin-top:-35px;
}
.flower_banner .wedding h5{
	margin-bottom: 22px;
	color:#fff;
}
.flower_banner .wedding strong{
	color:#fff;
	font-size:24px;
	line-height:32px;
}
.flower_banner .valentine p{
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:0.2em;
	padding:34px;
	background:#fff;
	color:#0a0a0a;
	display:initial;
	font-weight: 700;
}
/**/
.flower_product_grid:after {
    content: "";
    display: block;
    width: 1px;
    height: 80px;
    position: absolute;
    bottom: -142px;
    background-color: #0a0a0a;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0 auto;
}
.flower_product .title-block{margin-bottom:62px}
.productv3 .item .product-content .product-name:after{background-color:#ababab}
.productv3  .item .product-content .product-top{margin-bottom:16px; background-color: #f8f7f7;}
.productv3 .item .product-content{margin-bottom:15px}
.productv3 .item .product-content .product-name{
	font-size:24px;
	margin-bottom:0;
	height:67px
}
.productv3 .price-box .price, .price{font-size:18px}
.productv3 .item .product-content{border:none}
.productv3 .item .product-content:hover{
	border:none;
	box-shadow:none;
}
/**/
.flower_store .title{padding-bottom: 127px}
.flower_store .title h2{
	font-size: 34px;
	color:#0a0a0a;
	font-weight:900;
	text-transform:uppercase;
	letter-spacing:0.2em;
	margin-bottom: 22px;
}
.flower_store .title h5{
	letter-spacing:0.2em;
	margin:0;
}
.flower_store .title img{margin-bottom: 63px}
.flower_store .title p.h5{
	font-size: 24px;
	letter-spacing:0.1em;
	max-width: 760px;
    margin: 0 auto;
	line-height:2;
	color:#0a0a0a;
}
.flower_store .store_item h3{
    font-size: 24px;
    color: #0a0a0a;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 44px 0 24px;
}
.flower_store .store_item a{
	margin-top: 21px;
	cursor:pointer;
    font-size: 14px;
	font-weight:700;
	text-decoration: underline;
    letter-spacing: 0.1em;
}
.flower_store .store_item p{
    margin-bottom: 14px;
}
/**/
.flower_collection .collection{
	text-align: center;
    max-width: 770px;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.4);
    padding: 56px 125px 45px;
}
.flower_collection p{
	font-size:14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 22px;
    line-height: 1.4;
    font-weight: 700;
}
.flower_collection h3 {
    font-size: 40px;
    font-style: italic;
    letter-spacing: 0.1em;
    margin: 0;
    margin-bottom: 32px;
    color: #0a0a0a;
    line-height: 1.2;
    text-transform: capitalize;
}
.flower_collection a.btn {
    padding-left: 27px;
    padding-right: 27px;
    letter-spacing: 0.1em;
}
/**/
.instagram-block .block-content ul li {display: inline-block}
.instagram-block .block-content ul li img {
    opacity: 0.5;
    margin: 0 auto;
    max-width: 100%;
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
}
.instagram-block .block-content ul li img:hover {opacity: 1}
.instagram-block .block-content ul{display:inline-flex; vertical-align: bottom}
/**/
.flower_blogs{text-align:center}
.flower_blogs .widget-latest .read-more{margin-top:27px}
.flower_blogs .widget-latest{margin-top:30px}
.flower_blogs .widget-latest .item h4{margin-bottom:18px}
.flower_blogs .widget-latest .image{margin-bottom:30px}
.flower_blogs .widget-latest .image img:hover{
	opacity:0.5;
}
.flower_blogs .widget-latest .tag{display:none}
.flower_blogs .widget-latest .image img{
	border: 1px solid transparent;
}
.flower_blogs .widget-latest .short-desc p{line-height:26px}
/**/
.flower_testimonial .owl-prev,
.flower_testimonial .owl-next{
	opacity:1 !important;
	margin-top:40px !important;
}
.flower_testimonial .flower{
	position:relative;
}
.flower_testimonial .flower img{
   position:absolute;
   bottom:-265px;
   left:50%;
   transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
/***Flower about us***/
.cms-about-us-flower .breadcrumbs {margin-bottom: 80px}
.cms-about-us-flower #maincontent > .container{width:100% !important;padding:0 !important}
.cms-about-us-flower .footer-v2{padding-top:0 !important}
.flower_about_store{position:relative}
.flower_about_store:after {
    content: "";
    display: block;
    width: 1px;
    height: 80px;
    position: absolute;
    bottom: -40px;
    background-color: #0a0a0a;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0 auto;
}
.flower_profile .profile-contents{margin-top:40px}
.flower_profile{padding-top: 94px;padding-bottom:110px}
.flower_profile .profile-desc{
    margin-top: 20px;
}
.flower_about_store .image{
    padding-top: 124px;
}
.flower_about_store .image .flower{
    position: absolute;
    top: 40px;
    right: -50px;
}
.flower_about_store .image img{
	float:left;
}
.flower_about_store .image .border {display:inline-block;position: relative;}
.flower_about_store .image .border:after{
    content: "";
    display: block;
    width: 100%;
    height: 30px;
    border-left: 1px solid #0a0a0a;
    border-bottom: 1px solid #0a0a0a;
    position: absolute;
    left: 40px;
    bottom: -30px;
    z-index: 90;
}
.flower_about_store .image .border:before {
    content: "";
    display: block;
    width: 40px;
    height: 100%;
    border-right: 1px solid #0a0a0a;
    border-top: 1px solid #0a0a0a;
    position: absolute;
    right: -40px;
    top: 30px;
    z-index: 90;
}
.flower_about_store{
	background: linear-gradient(25deg, #F8F6F7 50%, transparent 50%);
	    padding-bottom: 150px;
}
.flower_about_store .contents{
	margin-top:105px;
	padding: 0px 56px;
}
.flower_about_store .content h3{
	font-size:120px;
	color:#0a0a0a;
	font-weight:700;
	letter-spacing:0.1em;
}
.flower_about_store .content .h5{
	color:#f49ac1;
	font-size:48px;
	width: 100%;
    text-align: right;
	letter-spacing: .1em;
	padding-right: 36px;
	margin-bottom: 70px;
}
.flower_about_store .content .item{
    margin-bottom: 40px;
	    margin-left: 60px;
		padding-right: 100px;
}
.flower_about_store .content .item strong{
	color:#0a0a0a;
	text-transform:uppercase;
	font-size:14px;
	letter-spacing:0.2em;
}
.flower_about_store .content .item p{
    line-height: 25px;
	    margin-top: 7px;
}
.flower_about_store .description{
	max-width:790px;
	margin:0 auto;
	padding:0 15px;
}
.flower_about_store .description .h3{
	letter-spacing:0.1em;
	line-height: 2;
	color:#0a0a0a;
		margin-top: 30px;
}
/*Widget profile*/
.profile-grid .block-social ul li a{
	background:#696969;
	color:#fff;
	border-color:#696969;
}
.profile-grid  .block-social{
    position: absolute;
    position: absolute;
    text-align: center;
    bottom: 50%;
    width: 100%;
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
}
.profile-grid .item:hover .profile-name:before{width:40px}
.profile-grid .item:hover .block-social{
	transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
}
.profile-grid .item{text-align:center;}
.profile-grid .profile-name{
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
}
.profile-grid .profile-name:before{
    content: "";
    width: 30px;
    height: 1px;
    background-color: #aaa;
    display: block;
    margin: 10px auto 12px;
}
/***About us Cake***/
.cms-about-us-cake #maincontent > .container{width:100% !important;padding:0 !important}
.cms-about-us-cake .title h3{
	color:#0a0a0a;
	font-size:48px;
	font-style:italic;
	line-height:80px;
	letter-spacing:0.2em;
	text-transform:uppercase;
	margin:0;
}
.cms-about-us-cake .title h5{
	margin:0;
	color:#f49ac1;
	font-size:16px;
	font-style:italic;
	line-height:2;
	letter-spacing:0.2em;
}
.cake_about .top{padding-bottom: 120px}
.cake_about .bottom .right{padding-top:69px}
.cake_about .bottom .right .block-social{margin-top:76px}
.cake_about .bottom .right p{
	margin-top: 28px;
    line-height: 24px;
}
.cake_about .bottom .right .title h5{line-height: 23px}
.cake_about .bottom{
	background: #fff;
    padding: 90px 90px 97px 90px;
}
.cake_about{
	 background: linear-gradient(340deg, #E3F6FD 66%, transparent 50%);
}
.cake_about .top .left .content{
	padding-left:110px;
    padding-right: 110px;
}
.cake_about .top .left img{
    margin-top: 80px;
}
.cake_about .top .right{padding-top: 120px}
.cake_about .top .right .border {
	display:inline-block;
	position: relative;
	margin-bottom:72px;
}
.cake_about .top .right .border:after{
    content: "";
    display: block;
    width: 100%;
    height: 30px;
    border-left: 1px solid #0a0a0a;
    border-top: 1px solid #0a0a0a;
    position: absolute;
    left: 30px;
    top: -30px;
    z-index: 90;
}
.cake_about .top .right .border:before {
    content: "";
    display: block;
    width: 30px;
    height: 100%;
    border-right: 1px solid #0a0a0a;
    border-bottom: 1px solid #0a0a0a;
    position: absolute;
    right: -30px;
    top: -30px;
    z-index: 90;
}
.cake_about .top .right .content{
	padding-right: 100px;
    padding-left: 40px;
	clear:both;
}
.cake_about .top .right img{
	float:left;
}
.cake_about .top .right .client{font-size:14px}
.cake_about .top .right h5.client{margin:0}
.cake_about .top .right strong.client{color:#0a0a0a}
.cake_about .top p{margin-top: 37px;letter-spacing: 0.1em}
.cake_about .top .right .desc{
	  background: url(https://vianaturale.ee/skin/frontend/mgstheme/organie/images/bg-symbol.png) no-repeat 40% 0;
}
.cake_about  .top h5{
	line-height:31px;
	letter-spacing: 0.07em;
	margin-bottom: 23px;
}
.cake_about .top p, .cake_about .top h5{font-size:18px}
.cake_statistic{
	padding: 60px 0 77px;
}
.cake_statistic ul li:not(:last-child):after{
	content: "";
    width: 1px;
    height: 100%;
    background-color: #ddd;
    display: block;
	position: absolute;
	top: 0;
    right: 0;
}
.cake_statistic h3{
	font-size:40px;
	font-weight:700;
	color:#f49ac1;
} 
.cake_statistic strong{
	font-size:14px;
	color:#0a0a0a;
	text-transform:uppercase;
} 
.cake_instagram {
	position:relative;
	padding-top: 120px;
    padding-bottom: 150px;
}
.cake_instagram .left{height:645px; position:relative}
.cake_instagram .right{height:645px; position:relative}
.cake_instagram .left img{
	float:right;
}
.cake_instagram .left .img-1{
	z-index:-2;
	opacity:0.3;
	position: absolute;
    top: 0;
    right: 9%;
}
.cake_instagram .left .img-2{
	z-index:-1;
	opacity:0.6;
	position: absolute;
       top: 26%;
    right: 19%;
}
.cake_instagram .left .img-3{
	z-index:10;
	position: absolute;
    top: 43%;
    right: -6%;
}
.cake_instagram .right .img-4{
	z-index:10;
	position: absolute;
    left: -14%;
    top: 12%;
}
.cake_instagram .right .img-5{
	z-index:-1;
	position: absolute;
	left: 36%;
    top: 21%;
    opacity: 0.6;
}
.cake_instagram .right .img-6{
	z-index:-2;
    position: absolute;
    top: 47%;
    left: 2.5%;
	opacity:0.3;
}
.cake_instagram .text p{text-transform:uppercase;font-size:14px;letter-spacing: .3em}
.cake_instagram .text strong{
	font-size:24px;
	color:#0a0a0a;
	text-transform: uppercase;
    letter-spacing: 0.4em;
    font-weight: 900;
}
.cake_instagram .text h5{color:#f49ac1;letter-spacing: 0.2em;margin-top: 17px}
.cake_instagram .text{
	padding-top:97px;
	box-shadow:0 0 0px 14px #fff inset, 0px 0px 0px 15px #f0f0f0 inset;
    position: absolute;
    background: #fff;
	transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    left: 50%;
	top:45.5%;
    height: 300px;
    width: 300px;
    border-radius: 50%;
	z-index:20;
}
/***About us***/
.cms-about-us-2 #maincontent > .container, .cms-about-us #maincontent > .container {
  width: 100%;
  padding:0;
}
.cms-about-us .page-main {
  margin-bottom: 30px;
  width: 100% !important;
  padding: 0;
}
.cms-about-us .img-responsive {
  margin: 0 auto;
}
.cms-about-us section {
  clear: both;
}
.cms-about-us .title_section {
  text-align: center;
  background: url(https://vianaturale.ee/skin/frontend/mgstheme/organie/images/bg-wellcome.png) scroll no-repeat center center;
  padding: 15px;
}
.cms-about-us .title_section h2 {
  font-size: 40px;
  font-weight: 800;
  color: #0a0a0a;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-indent: 0.07em;
}
.cms-about-us p.h4 {
  line-height: 15px;
  letter-spacing: 0.235em;
  color: #76c25d;
  font-size: 16px;
  text-indent: 0.235em;
}
.cms-about-us .page-title-wrapper {
  display: none;
}
.cms-about-us .about_us_1 .about_us_stores {
  background: url('https://vianaturale.ee/skin/frontend/mgstheme/organie/images/bg-about-store.png') no-repeat;
  margin-top: 22px;
  padding-bottom: 143px;
  background-size: cover;
}
.cms-about-us .about_us_1 .about_us_stores .title_about {
  text-align: center;
}
.cms-about-us .about_us_1 .about_us_stores .title_about p {
  font-size: 25px;
  letter-spacing: 0.085em;
  margin-top: 60px;
  margin-bottom: 103px;
  line-height: 49px;
}
.cms-about-us .about_us_1 .about_us_stores .title_about p span {
  font-weight: 600;
  color: #0a0a0a;
}
.cms-about-us .about_us_1 .about_us_stores .store_content {
  clear: both;
}
.cms-about-us .about_us_1 .about_us_stores .left .item_4 {
  background: url(https://vianaturale.ee/skin/frontend/mgstheme/organie/images/bg-beautiful.png) no-repeat scroll center 25%;
  background-size: 100%;
}
.cms-about-us .about_us_1 .about_us_stores .left .item_4 .title_organic {
  float: right;
  text-align: center;
  max-width: 100%;
  width: 100%;
  padding: inherit;
  padding-top: 107px;
}
.cms-about-us .about_us_1 .about_us_stores .left .item_4 .title_organic h2 {
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #0a0a0a;
}
.cms-about-us .about_us_1 .about_us_stores .left .item_4 .title_organic p {
  line-height: 15px;
}
.cms-about-us .about_us_1 .about_us_stores .left .item_4 .image_4 {
  padding-top: 26px;
}
.cms-about-us .about_us_1 .about_us_stores .left .image_1 {
  margin-bottom: 30px;
  float: right;
}
.cms-about-us .about_us_1 .about_us_stores .left .image_3 {
  float: right;
  padding-right: 0;
  max-width: 100%;
}
.cms-about-us .about_us_1 .about_us_stores .right {
  padding-top: 169px;
}
.cms-about-us .about_us_1 .about_us_stores .right .image_2 {
  margin-bottom: 30px;
  float: left;
}
.cms-about-us .about_us_1 .about_us_stores .right .col-xs-12 .image_2 {
  float: none;
}
.cms-about-us .about_us_1 .about_us_stores .right .short_desc_organic {
  float: left;
  width: 100%;
  background: #fff;
  padding: 20px 32px;
  max-width: 100%;
  background: url(https://vianaturale.ee/skin/frontend/mgstheme/organie/images/bg-symbol.png) no-repeat 38% 36%;
  background-color: #fff;
}
.cms-about-us .about_us_1 .about_us_stores .right .short_desc_organic p {
  letter-spacing: 0.06em;
  line-height: 32px;
  font-size: 18px;
}
.cms-about-us .about_us_1 .about_us_stores .right .short_desc_organic p:before {
  content: "";
  background: url(https://vianaturale.ee/skin/frontend/mgstheme/organie/images/symbol.png) no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  margin-bottom: 16px;
  margin-left: -8px;
}
.cms-about-us .about_us_1 .about_us_stores .right .short_desc_organic h2 {
  font-size: 14px;
  color: #0a0a0a;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 28px;
  margin-bottom:12px;
}
.cms-about-us .about_us_1 .about_us_stores .right .short_desc_organic em.h5 {
  font-size: 14px;
  letter-spacing: 0.07em;
}
.cms-about-us .about_us_1 .about_us_steps {
  clear: both;
  padding-top: 100px;
  padding-bottom: 65px;
}
.cms-about-us .about_us_1 .about_us_steps .step_center {
  position: relative;
}
.cms-about-us .about_us_1 .about_us_steps .step_center .text_center {
  position: absolute;
  top: 50%;
  transform: translateY(-65%);
  -webkit-transform: translateY(-65%);
  -moz-transform: translateY(-65%);
  -o-transform: translateY(-65%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.cms-about-us .about_us_1 .about_us_steps .step_center .text_center .bg_border {
  background: url(https://vianaturale.ee/skin/frontend/mgstheme/organie/images/bg-border.png) no-repeat scroll center center;
  max-width: 266px;
  max-height: 260px;
  margin: 0 auto;
}
.cms-about-us .about_us_1 .about_us_steps .step_center .text_center .bg_border .title_section {
  width: 266px;
  height: 260px;
  margin: 0 auto;
  padding-top: 93px;
}
.cms-about-us .about_us_1 .about_us_steps .step_center .text_center .bg_border .title_section h2 {
  letter-spacing: 0.1em;
margin-top: 5px;
text-indent: 0.1em;
}
.cms-about-us .about_us_1 .about_us_steps .step_right .farm {
  float: right;
}
.cms-about-us .about_us_1 .about_us_steps .step_right .step_text {
  margin-right: 95px;
  text-align: right;
}
.cms-about-us .about_us_1 .about_us_steps .step_left .farm {
  float: left;
}
.cms-about-us .about_us_1 .about_us_steps .step_left .step_text {
  margin-left: 95px;
}
.cms-about-us .about_us_1 .about_us_steps .step_item {
  padding-top: 49px;
  padding-left: 7px;
  padding-bottom:9px;
  clear: both;
}
.cms-about-us .about_us_1 .about_us_steps .step_item:hover .farm {
  background-color: #76c25d;
  color: #fff;
}
.cms-about-us .about_us_1 .about_us_steps .step_item .farm {
  text-align: center;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 30px;
  color: #76c25d;
  background-color: #f8f7f7;
  display: inline-block;
  margin-top: 19px;
  transition: all .4s ease 0s;
  -webkit-transition: all .4s ease 0s;
  -moz-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
}
.cms-about-us .about_us_1 .about_us_steps .step_item .icon-carrot {
  font-size: 38px;
}
.cms-about-us .about_us_1 .about_us_steps .step_item p {
  line-height: 23px;
}
.cms-about-us .about_us_1 .about_us_steps .step_item h3 {
  font-size: 18px;
  margin-bottom: 14px;
}
.cms-about-us .about_us_1 .about_us_farm_services {
  background: #f8f7f7;
  padding-top: 100px;
  clear: both;
}
.cms-about-us .about_us_1 .about_us_farm_services .title_farm_services {
  text-align: center;
  background: url('https://vianaturale.ee/skin/frontend/mgstheme/organie/images/bg-wellcome.png') no-repeat center;
  padding: 15px;
}
.cms-about-us .about_us_1 .about_us_farm_services .title_farm_services h2 {
  font-size: 42px;
  font-weight: 800;
  color: #0a0a0a;
  letter-spacing: 0.07em;
}
.cms-about-us .about_us_1 .about_us_farm_services .farm_services_image {
  padding-top: 69px;
}
.cms-about-us .about_us_1 .about_us_farm_services .farm_services_items {
  clear: both;
}
.cms-about-us .about_us_1 .about_us_farm_services .farm_services_items .farm_services_item {
  text-align: center;
}
.cms-about-us .about_us_1 .about_us_farm_services .farm_services_items .farm_services_item:hover .farm {
  background-color: #76c25d;
  color: #fff;
}
.cms-about-us .about_us_1 .about_us_farm_services .farm_services_items .farm_services_item:hover h3:after {
  width: 40px;
}
.cms-about-us .about_us_1 .about_us_farm_services .farm_services_items .farm_services_item .farm {
  text-align: center;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 30px;
  color: #76c25d;
  background-color: #fff;
  display: inline-block;
  margin-top: 35px;
  transition: all .4s ease 0s;
  -webkit-transition: all .4s ease 0s;
  -moz-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
}
.cms-about-us .about_us_1 .about_us_farm_services .farm_services_items .farm_services_item .icon-carrot {
  font-size: 38px;
}
.cms-about-us .about_us_1 .about_us_farm_services .farm_services_items .farm_services_item h3 {
  font-size: 19px;
  font-weight: 700;
  color: #0a0a0a;
  margin-top: 26px;
}
.cms-about-us .about_us_1 .about_us_farm_services .farm_services_items .farm_services_item h3:after {
  content: "";
  width: 32px;
  height: 1px;
  background-color: #e7e5e4;
  display: block;
  margin: 17px auto 0;
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
}
.cms-about-us .about_us_1 .about_us_farm_services .farm_services_items .farm_services_item p {
  line-height: 24px;
  margin-top: 15px;
  margin-bottom:14px;
}
.cms-about-us .about_us_1 .about_us_farm_services .farm_services_items .farm_services_item a {
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 14px;
  color: #888;
  text-decoration: underline;
}
.cms-about-us .about_us_1 .about_us_farm_services .farm_services_items .farm_services_item a:hover {
  color: #76c25d;
}
.about_us_farmers {
  padding-top: 114px;
}
.about_us_farmers .farmer_items {
  clear: both;
  padding-top: 68px;
}
.about_us_farmers .farmer_items .farmer_item {
  text-align: center;
}
.about_us_farmers .farmer_items .farmer_item h2 {
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 700;
  color: #0a0a0a;
  margin-top: 26px;
}
.about_us_farmers .farmer_items .farmer_item h2:after {
  content: "";
  width: 32px;
  height: 1px;
  background-color: #e7e5e4;
  display: block;
  margin: 17px auto 0;
  transition: all .5s ease 0s;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
}
.about_us_farmers .farmer_items .farmer_item p {
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 14px;
  color: #888;
  line-height: 29px;
}
.farm_services_brands {
  background: #e8f0de;
}
.cms-about-us-2 .featured-brands .owl-carousel .owl-item,
.cms-about-us .featured-brands .owl-carousel .owl-item {
  height: 180px;
  position: relative;
}
.cms-about-us-2 .featured-brands .owl-carousel .owl-item img,
.cms-about-us .featured-brands .owl-carousel .owl-item img {
  opacity: 0.7;
  display: block;
  height: auto;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.featured-brands .owl-carousel .owl-item img:hover {
  opacity: 1;
}
/***About us 2***/
.cms-about-us-2 .testimonial-list .testimonial-item {
  display: inline-block;
}
.cms-about-us-2 .page-main {
  margin-bottom: 26px;
  width: 100% !important;
  padding: 0;
}
.cms-about-us-2 .page-main .main {
  margin-top: 20px;
}
.cms-about-us-2 .title_section {
  text-align: center;
  background: url(https://vianaturale.ee/skin/frontend/mgstheme/organie/images/bg-wellcome.png) scroll no-repeat center center;
  padding: 15px;
}
.cms-about-us-2 .title_section h2 {
  font-size: 40px;
  font-weight: 800;
  color: #0a0a0a;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-indent: 0.1em;
}
.cms-about-us-2 p.h4 {
  line-height: 15px;
  letter-spacing: 0.235em;
  color: #76c25d;
}
.cms-about-us-2 .about_us_2 .set_bg {
  position: relative;
}
.cms-about-us-2 .about_us_2 .set_bg .bg-about-2,
.cms-about-us-2 .about_us_2 .set_bg .bg-about-1 {
  position: absolute;
  bottom: 100px;
  width: 12%;
  z-index: 1;
}
.cms-about-us-2 .about_us_2 .set_bg .bg-about-2 {
  right: 0;
}
.cms-about-us-2 .about_us_2 .about_us_story {
  padding-bottom: 210px;
}
.cms-about-us-2 .about_us_2 .about_us_story .center {
  margin: 70px -85px;
  padding-left: 85px;
  padding-right: 85px;
  z-index: 10;
  box-sizing: content-box;
  box-shadow: -5px -5px 50px #f0f0f0;
  background: #fff;
}
.cms-about-us-2 .about_us_2 .about_us_story .center .center_inner {
  margin: 15px -70px;
  border: 1px solid #f0f0f0;
  padding: 60px 48px;
  box-sizing: border-box;
}
.cms-about-us-2 .farm_services_brands{margin-top:115px}
.cms-about-us-2 .about_us_2 .about_us_story .center .center_inner .title_section p {
  line-height: 15px;
  letter-spacing: 0.235em;
  color: #76c25d;
  font-size: 16px;
}
.cms-about-us-2 .about_us_2 .about_us_story .center .center_inner .content_story {
	text-align:left;
  padding-top: 5px;
}
.cms-about-us-2 .about_us_2 .about_us_story .center .center_inner .content_story h2 {
  text-transform: uppercase;
  color: #0a0a0a;
  font-size: 14px;
  font-weight:700;
  letter-spacing: 0.08em;
  margin-top: 68px;
  margin-bottom: 5px;
}
.cms-about-us-2 .about_us_2 .about_us_story .center .center_inner .content_story p {
  margin: 18px 0;
  line-height: 26px;
  letter-spacing: 0.05em;
}
.cms-about-us-2 .about_us_2 .about_us_story .center .center_inner .content_story p span {
  color: #76c25d;
}
.cms-about-us-2 .about_us_2 .about_us_story .center .center_inner .content_story p.h5 {
  font-size: 14px;
  letter-spacing: 0.07em;
  margin-bottom: 10px;
  margin-top: 0;
}
.cms-about-us-2 .about_us_2 .about_us_story .center .center_inner .content_story .img-responsive {
  padding: 0;
  margin-right: 25px;
  max-width: 108px;
  margin-top: 25px;
}
.cms-about-us-2 .about_us_2 .about_us_story .left {
  padding-top: 0px;
}
.cms-about-us-2 .about_us_2 .about_us_story .left .bg_1 {
  margin-right: -275px;
  float: right;
  margin-top: -30px;
  max-width: 609px;
  margin-bottom: 45px;
}
.cms-about-us-2 .about_us_2 .about_us_story .right {
  padding-left: 0;
}
.cms-about-us-2 .about_us_2 .about_us_story .right .bg_2 {
  max-width: 546px;
  margin-left: -270px;
  margin-top: -165px;
  z-index: -100;
  position: absolute;
}
.cms-about-us-2 .about_us_2 .about_us_clients {
  padding-top: 110px;
  background: #f8f7f7;
}
.cms-about-us-2 .about_us_2 .about_us_clients:before {
  content: "";
  width: 1px;
  height: 80px;
  background-color: #0a0a0a;
  display: block;
  margin: 17px auto 0;
  transition: all .5s ease 0s;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  margin-top: -140px;
  margin-bottom: 73px;
}
.cms-about-us-2 .about_us_2 .about_us_clients .title-block {
  background: none;
  padding: 0;
}
.cms-about-us-2 .about_us_2 .about_us_clients .title-block h2 {
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.07em;
  padding-bottom: 40px;
}
/***Testimonials list***/
.testimonial-container .title {
  margin-bottom: 110px;
}
.testimonial-container .title h3 {
  color: #0a0a0a;
  font-weight: 600;
  font-size: 34px;
}
.testimonials-list .testimonial-item .testimonial-content {
  background: #fff;
  padding: 40px 30px 20px 30px;
  line-height: 32px;
  letter-spacing: 0.05em;
  font-size: 18px;
  margin: 0;
  min-height: 190px;
  padding-top: 40px;
  position: relative;
  font-style: italic;
  margin-bottom: 30px;
}
.testimonials-list .testimonial-item .testimonial-content p {
  margin-bottom: 0;
}
.testimonials-list .testimonial-item .testimonial-content:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  border-left: 0px solid transparent;
  border-right: 28px solid transparent;
  border-top: 28px solid #fff;
  position: absolute;
  bottom: -28px;
  left: 45px;
}
.testimonials-list .testimonial-item .testimonial-content:before {
  content: "";
  background: url(https://vianaturale.ee/skin/frontend/mgstheme/organie/images/symbol_2.png) no-repeat;
  width: 35px;
  height: 30px;
  display: block;
  position: absolute;
  top: -18px;
  left: 30px;
}
.testimonials-list .testimonial-item .testimonial-author > div {
  display: table-cell;
}
.testimonials-list .testimonial-item .testimonial-author .img-thumbnail {
  background: none;
  border: 0;
  padding: 0;
  padding-right: 20px;
}
.testimonials-list .testimonial-item .testimonial-author .img-thumbnail img {
  max-width: 65px;
}
.testimonials-list .testimonial-item .testimonial-author p {
  text-transform: uppercase;
  color: #0a0a0a;
  font-size: 14px;
  margin-top: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.testimonials-list .testimonial-item .testimonial-author .h5 {
  letter-spacing: 0.07em;
  color: #696969;
  font-size: 14px;
  line-height: 8px;
  font-style:italic;
}
/***Block social***/
.block-social ul li {
  display: inline-block;
  margin-right: 8px;
}
.block-social ul li:last-child {
  margin-right: 0;
}
.block-social ul li a {
  background-color: transparent;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #696969;
  border: 1px solid #f4f4f4;
  border-radius: 50%;
  padding-left: 2px;
  text-align: center;
  display: inline-block;
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
-moz-transition: all .3s ease 0s;
-o-transition: all .3s ease 0s;
}
.block-social ul li a:hover {
  background-color: #76c25d;
  color: #fff;
  border-color: #76c25d;
}
/***CONTACT***/
.contacts-index-index ::-webkit-input-placeholder,
.cms-organie-contact2 ::-webkit-input-placeholder {
  color: #aaa;
}
.contacts-index-index ::-moz-placeholder,
.cms-organie-contact2 ::-moz-placeholder {
  color: #aaa;
}
.contacts-index-index :-ms-input-placeholder,
.cms-organie-contact2 :-ms-input-placeholder {
  color: #aaa;
}
.contacts-index-index :-moz-placeholder,
.cms-organie-contact2 :-moz-placeholder {
  color: #aaa;
}
.contacts-index-index textarea,
.cms-organie-contact2 textarea {
  resize: none;
}
.contacts-index-index .fields,
.cms-organie-contact2 .fields {
  margin-right: -20px;
}
.contacts-index-index .field,
.cms-organie-contact2 .field {
  padding: 0;
  padding-right: 20px;
  margin-bottom: 21px;
}
.contacts-index-index .form-control,
.cms-organie-contact2 .form-control {
  color: #0a0a0a;
  font-size: 15px;
}
.contacts-index-index .contact_content {
  margin-bottom: 65px;
}
.contacts-index-index .form-control {
  border: 1px solid #f4f1e2;
  box-shadow: none;
}
.contacts-index-index .form-control:focus {
  border-color: #76c25d;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contacts-index-index h3 {
  color: #0a0a0a;
  font-weight: 600;
  font-size: 18px;
}
.contacts-index-index .title_form {
  margin-bottom: 30px;
  margin-top: 23px;
}
.contacts-index-index .item_contact {
  border-bottom: 1px solid #f0f0f0;
  margin-right: 80px;
  margin-top: 24px;
  padding-bottom: 28px;
}
.contacts-index-index .item_contact h3 {
  font-size: 14px;
  line-height: 20px;
}
.contacts-index-index .item_contact p {
  margin: 0;
  color: #696969;
}
.contacts-index-index .block-social {
  border-bottom: 0;
}
.contacts-index-index .block-social h3 {
  display: initial;
}
.contacts-index-index .block-social ul {
  display: initial;
  margin-left: 20px;
}
.contacts-index-index .actions-toolbar .btn {
  margin-top: 20px;
  letter-spacing: 0.08em;
}

/***Breadcrumbs***/
.breadcrumbs{
    text-align:center;
	padding:50px 0;
	margin-bottom:120px;
	background-size:cover;
}
.breadcrumbs li {
  display: inline-flex;
  font-size: 18px;
  font-style: italic;
  color: #0a0a0a;
}
.breadcrumbs span{color: #76c25d}
.breadcrumbs li:last-child {
  color: #76c25d;
}
.breadcrumbs li a {
  text-decoration: none;
}
.breadcrumbs li a,
.breadcrumbs li {
	font-weight: 400;
	font-size: 16px;
}
.breadcrumbs h1 {
  text-transform: uppercase;
  font-weight: 800;
  color: #0a0a0a;
  letter-spacing: 0.1em;
  margin: 0;
  margin-bottom: 7px;
  font-size: 40px;
}
.breadcrumbs li span {
    margin: 0px 15px;
}
/***404***/
.cms-no-route #footer{display:none}
.cms-no-route #maincontent {
  width: 100% !important;
  background: url(https://vianaturale.ee/skin/frontend/mgstheme/organie/images/bg-404.png) no-repeat center bottom;
  background-size: 100%;
  padding: 60px 0;
  margin-top: 85px;
}
.cms-no-route  .header{
   box-shadow: 0px 10px 20px #f0f0f0;
}
.cms-no-route .center {
  text-align: center;
}
.cms-no-route .center .img {
  background: url(https://vianaturale.ee/skin/frontend/mgstheme/organie/images/center-404.png) no-repeat center center;
  background-size: 100%;
  padding: 70px 0;
  width:70%;
  margin:0 auto;
  margin-top:55px;
}
.cms-no-route .center .img img {
  width: 397px;
  margin: 0 auto;
}
.cms-no-route .center h3 {
  font-size: 56px;
  color: #0a0a0a;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
.cms-no-route .center span,
.cms-no-route .center a {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.cms-no-route .center a {
  font-weight: 600;
  text-decoration: underline;
}
/***Blog list***/
.btn-tag {
  border-radius: 5px;
  text-transform: lowercase;
  background: #FBFAF8;
  border: 1px solid #f0f0f0;
  color: #aaa;
  padding: 3px 15px;
  display: inline-block;
  margin: 3px;
  transition: all .4s ease 0s;
  -webkit-transition: all .4s ease 0s;
  -moz-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
}
.btn-tag:hover,
.btn-tag:active,
.btn-tag:focus {
  background-color: #76c25d;
  color: #fff;
  border-color: #76c25d;
}
.blog-cat-view  a.btn, .blog-index-list a.btn {
  letter-spacing: 0.07em;
  margin-top:18px;
}
.blog-cat-view  .pager-setting,
.blog-index-list  .pager-setting{
  display:none;
}
.blog-cat-view .pages, .blog-index-list .pages {margin-top:45px}
.blog-cat-view::-webkit-input-placeholder , .blog-index-list ::-webkit-input-placeholder {
  color: #aaa;
}
.blog-cat-view::-moz-placeholder, .blog-index-list ::-moz-placeholder {
  color: #aaa;
}
.blog-cat-view:-ms-input-placeholder, .blog-index-list :-ms-input-placeholder {
  color: #aaa;
}
.blog-cat-view h3, .blog-index-list h3,
.blog-cat-view .h3, .blog-index-list .h3 {
  font-size: 24px;
  font-weight: 600;
  color: #0a0a0a;
  letter-spacing: 0.05em;
}
.blog-cat-view .post-title, .blog-index-list .post-title {
  margin-top: 16px;
  margin-bottom: 27px;
}
.blog-cat-view .post-title a:hover , .blog-index-list .post-title a:hover {
  color: #76c25d;
}
.blog-cat-view .published-by , .blog-index-list .published-by {
  margin: 31px 0 10px;
  font-style:italic;
}
.blog-cat-view .published-by a , .blog-index-list .published-by a {
  text-decoration: underline;
  text-transform: capitalize;
  color: #555;
  display: inline;
  margin-left: 5px;
  text-transform: capitalize;
}
.blog-cat-view .published-by a:hover, .blog-index-list .published-by a:hover {
  color: #76c25d;
}
.blog-index-list .blog-load-more-post {
  text-align: center;
}
.pages_masonry{display:none}
.blog-index-list .blog-post-masonry-toolbar {
  display: none;
}
 .blog-index-list .blog-masonry .grid-item {
  padding-bottom: 50px;
}
.blog-cat-view .pager .text-left,
.blog-cat-view .pager .sort-view,
.blog-index-list .pager .text-left,
.blog-index-list .pager .sort-view{
	 display:none;
}
.blog-index-list .blog-masonry .grid-item .post-link {
  margin-top: 20px;
}
.blog-index-list .blog-masonry .grid-item .post-link a {
  color: #696969;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-size: 15px;
}
 .blog-index-list .blog-masonry .grid-item .post-link a:hover {
  color: #76c25d;
}
 .blog-index-list .blog-masonry .grid-item .post-title a {
  font-size: 20px;
}
.blog-cat-view .blog-post, .blog-index-list .blog-post {
  padding-bottom: 40px;
  border-bottom: 1px solid #f4f4f4;
  padding-top: 48px;
  margin-right: 30px;
}
.blog-cat-view .blog-post.first, .blog-index-list .blog-post.first {
  padding-top: 0;
}
.blog-cat-view .blog-post.first img, .blog-index-list .blog-post.first img {

}
.pages_masonry{display:none}
.sidebar .block {
  margin-bottom: 30px;
}
.sidebar .block.block-blog-tags h3 {
  margin-top: 5px;
  margin-bottom: 30px;
}
.sidebar .block h3 {
  margin-bottom: 45px;
}
.sidebar .block.block-blog-categories h3 {
  margin-bottom: 22px;
  margin-top:0;
}
.sidebar .block h3 {
  margin-bottom: 45px;
}
.sidebar .block-blog-categories .block-content .category-list .item {
  margin-top: 17px;
}
.sidebar .block-blog-categories .block-content .category-list .item .category-info a {
  color: #696969;
  font-weight: 500;
  line-height: 25px;
  position: relative;
  display: block;
}
.sidebar .block-blog-categories .block-content .category-list .item .category-info a:hover {
  color: #76c25d;
}
.sidebar .block-blog-categories .block-content .category-list .item .category-info a .title {
  background: #fff;
  padding-right: 10px;
}
.sidebar .block-blog-categories .block-content .category-list .item .category-info a .count {
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 10px;
}
.sidebar .block-blog-categories{
	margin-bottom:-22px;
}
.sidebar .block-blog-categories .block-content .category-list .item .category-info a:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #f4f4f4;
  position: absolute;
  bottom: 7px;
  left: 0;
  z-index: -1;
}
.sidebar .block-blog-posts .block-content .post-list .item {
  margin-bottom: 20px;
}
.sidebar .block-blog-posts .block-content .post-list .item .post-name {
  display:table-cell;
  vertical-align: top;
  padding-left:20px;
}
.sidebar .block-blog-posts .block-content .post-list .item .post-name a {
  color: #444;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.04em;
  margin-top:10px;
}
.sidebar .block-blog-posts .block-content .post-list .item .post-name a:hover {
  color: #76c25d;
}
.sidebar .block-blog-posts .block-content .post-list .item .post-name a p {
  font-weight: 600;
}
.sidebar .block-blog-posts .block-content .post-list .item .post-img{
  width: 80px;
  display:table-cell;
  vertical-align: top;
}
.sidebar .block-blog-posts .block-content .post-list .item .post-img img {
  width: 100%;
}
.sidebar .block-blog-ads {
  position: relative;
  margin: 0 auto;
  margin-bottom: 50px;
  color: white;
}
.sidebar .block-blog-ads .top {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}
.sidebar .block-blog-ads .top h2 {
  font-size: 13px; 
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.3em;
  text-indent:0.3em;
}
.sidebar .block-blog-ads .bottom {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 20px;
}
.sidebar .block-blog-ads .bottom h2 {
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .5em;
  font-size: 40px;
  margin-top: 0;
  text-indent:0.5em;
}
.sidebar .block-blog-ads .bottom span {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.sidebar .block-blog-ads .bottom p {
  margin: 0;
  letter-spacing: 0.1em;
}
.sidebar .block-blog-ads .bottom:before {
  content: "";
  display: block;
  margin-left: 20px;
  width: 25px;
  height: 25px;
  background: linear-gradient(to top left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(44%), #fff 50%, rgba(0, 0, 0, 0) calc(56%), rgba(0, 0, 0, 0) 100%);
}
.sidebar .block-blog-ads .bottom:after {
  content: "";
  display: block;
  float: right;
  margin-right: 20px;
  width: 25px;
  height: 25px;
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(44%), #fff 50%, rgba(0, 0, 0, 0) calc(56%), rgba(0, 0, 0, 0) 100%);
}
.sidebar .block-content {
  margin-bottom: -0;
}
.sidebar .block-blog-tags .block-content {
  margin-left: -3px;
}
.blog-post-view .sidebar .block-blog-tags .block-content li, .blog-cat-view .sidebar .block-blog-tags .block-content li, .blog-index-list .sidebar .block-blog-tags .block-content li{
  display:inline;
}
.postBookmarks a {
  display: inline-block;
  line-height: 18px;
  margin: 0 5px;
}
.postBookmarks p {
  color: #0a0a0a;
  font-size: 15px;
  margin: 10px 0 0 0;
  font-weight: bold;
}
.blog-post-view .tags p,
.blog-cat-view .tags p, .blog-index-list .tags p {
  color: #0a0a0a;
  font-size: 15px;
  margin: 10px 0 0 0;
  display: inline;
  margin-right:8px
}
.blog-cat-view .date_time, .blog-index-list .date_time{
	font-style:italic;
	font-size:14px;
	color:#aaa;
	letter-spacing: 0.05em;
	display:block;
	margin-bottom:10px;
}
.tags ul li:not(:last-child) .line-tag:after{
  content: ' ,';
}
.line-tag {
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #696969;
  display: inline;
  font-style:italic;
}
.line-tag:hover {
  color: #76c25d;
}
/***Blog detail***/
.blog-post-view .postTitle{border:0}
.blog-post-view ::-webkit-input-placeholder {
  color: #aaa;
}
.blog-post-view ::-moz-placeholder {
  color: #aaa;
}
.blog-post-view :-ms-input-placeholder {
  color: #aaa;
}
.blog-post-view :-moz-placeholder {
  color: #aaa;
}
.blog-post-view .date_time {
  color: #aaa;
  font-size: 14px;
  letter-spacing: 0.08em;
  font-style: italic;
}
.blog-post-view h3,
.blog-post-view .h3 {
  font-size: 18px;
  font-weight: 600;
  color: #0a0a0a;
  letter-spacing: 0.06em;
}
.blog-post-view .blog-content {
  margin-right: 30px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 25px;
}
.blog-post-view .post-title {
  font-size: 34px;
  margin-top: 15px;
}
.blog-post-view h2 {
  font-size: 24px;
}

.blog-post-view .post-info .post-img img {
  width: 100%;
}
.blog-post-view .post-info .published-by {
  margin: 30px 0 10px;
}
.blog-post-view .post-info .published-by a {
  text-decoration: underline;
  text-transform: capitalize;
  color: #555;
  display: inline-block;
  margin-left: 8px;
}
.blog-post-view .post-info .published-by a:hover {
  color: #76c25d;
}
.blog-post-view .post-content {
  margin-bottom: 40px;
}
.blog-post-view .post-content p {
  margin: 0 0 15px;
}
.blog-post-view .post-content blockquote {
  line-height: 30px;
  letter-spacing: 0.1em;
  font-size: 18px;
  color: #696969;
  border-color: #C6D9AB;
  margin: 55px 70px 45px;
  border-width: 2px;
  font-style: italic;
  padding-left: 30px;
}
.blog-post-view .post-content strong {
  /**font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 60px;**/
  color: #0a0a0a;
}
.blog-post-view .post-content .image-content {
  margin-bottom: 20px;
  margin-top: 50px;
}
.blog-post-view .post-content .image-content .image {
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 70px;
  text-align: center;
}
.blog-post-view .post-content .image-content .image img {
  max-width: 100%;
  margin-bottom: 12px;
  height: auto;
}
.blog-post-view .post-content .image-content .image span {
  font-style: italic;
  color: #aaa;
  font-size: 15px;
  letter-spacing: 0.03em;
}
.blog-post-view .post-content .image-content .text {
  padding-right: 40px;
  margin-left: -30px;
  padding-left: 30px;
}
.blog-post-view .comment-count {
  margin: 75px 0 0 0;
  font-size: 18px;
}
.blog-post-view .comment-count .count {
  color: #76c25d;
}
.blog-post-view .comment-count span {
  display:inline;
}
.blog-post-view .comment-list {
  margin-top: 25px;
  border-bottom: 2px solid #f0f0f0;
  margin-bottom:70px;
}
.blog-post-view .comment-list .blog-load-more-comment {
  text-align: center;
}
.blog-post-view .comment-list .blog-load-more-comment a {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #888;
}
.blog-post-view .comment-list .item {
  margin-bottom: 30px;
}
.blog-post-view .comment-list .item .content {
  margin: 5px 0;
}
.blog-post-view .comment-list .item .name {
  display: initial;
  color: #0a0a0a;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.blog-post-view .comment-list .item .posted-on {
  display: initial;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.blog-post-view .comment-list .item .posted-on:before {
  color: #aaa;
  content: "\f111";
  font-size: 5px;
  font-family: "Fontawesome";
  margin-right: 15px;
  margin-left: 20px;
}
.blog-post-view .comment-list .item .fa {
  margin-right: 10px;
  font-size: 12px;
}
.blog-post-view .comment-list .item em {
  font-size: 15px;
  letter-spacing: 0.06em;
}
.blog-post-view .post-comment {
  padding-top: 55px;
}
.blog-post-view .blog-post-comment-list-toolbar{display:none}
.blog-post-view .post-comment .fieldset {
  margin-bottom: 25px;
}
.blog-post-view .post-comment .fieldset .comment {
  clear: both;
}
.blog-post-view .post-comment .fieldset .field {
  padding: 0;
  padding-top: 20px;
}
.blog-post-view .post-comment .fieldset .field textarea {
  resize: none;
  width: 100%;
  padding: 10px 20px;
}
.blog-post-view .post-comment .fieldset .field .label {
  display: none;
}
.blog-post-view .post-comment .fieldset .field .input-text {
  color: #0a0a0a;
  font-size: 15px;
  border: 1px solid #f4f1e2;
  box-shadow: none;
}
.blog-post-view .post-comment .fieldset .field .input-text:focus {
  border-color: #76c25d;
  box-shadow: 0px 0px 15px #ecffd1;
}
.blog-post-view .post-comment .actions-toolbar button {
  letter-spacing: 0.06em;
}
.blog-post-view .post-comment .title{
	font-size: 18px;
	color:#0a0a0a;
	font-weight:700;
}
.blog-post-view .input-text{
	border:1px solid #ddd;
}
.blog-post-view .input-text:focus{
	border:1px solid #76c25d;
}
.blog-post-view textarea{
    resize: none;
}
.blog-post-view .tags{
	padding-top:6px;
}
.blog-post-view .tags .fa{
	margin-right: 10px;
}
.blog-post-view .share-this span {
  margin-top: 10px;
}
.blog-post-view .share-this .st-btn[data-network='sharethis'] {
  top: 0 !important;
}
.blog-post-view .share-this .st-btn[data-network='sharethis']:hover {
  top: 0 !important;
}
.blog-masonry .aw-blog-read-more{
	background: none;
    color: #0a0a0a;
    border: none;
}
.blog-masonry .aw-blog-read-more:hover{ color:#76c25d}
.blog-masonry .aw-blog-read-more:before{
	content:"/ ";
}
/***/
.post-actions {
  padding: 35px 14px;
  background: #f7f7f7;
  margin-top: 35px;
  margin-bottom:75px;
}
.post-actions .action a {
  color: #0a0a0a;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
}
.post-actions .action .fa {
  color: #76c25d;
  font-size:20px;
  margin:5px;
}
.post-actions .action a:hover {
  color: #aaa;
}
.post-actions .action a:hover .fa {
  color: #aaa;
}
/***Share this***/
.share-this{
	display:inline;
	float:right;
}
.text-share {
  float: right;
  margin-left:16px;
  text-decoration: underline;
  color: #aaa;
  font-style:italic;
  margin-top:25px;
}
 .st-btn[data-network='sharethis'] {
  background: #fff !important;
  border: 1px solid #ddd !important;
  top: 18px !important;
   transition: all .4s ease 0s;
  -webkit-transition: all .4s ease 0s;
  -moz-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
}
 .st-btn[data-network='sharethis']:hover {
  background-color: #76c25d !important;
  border-color:#76c25d !important;
  top:18px !important;
}
 .st-btn[data-network='sharethis']:hover > svg {
  fill: #fff !important;
}
.st-btn > svg {
  fill: #555 !important;
}
.st-animated{
  display: initial;
   float: right;
}
/***Portfolio list***/
.portfolio-category-list .menu-portfolio {
  margin-bottom: 58px;
}
.portfolio-category-list {
    overflow: visible;
}
.portfolio-category-list .menu-portfolio ul.tab-menu li {
  display: inline-block;
  margin: 4px;
}
.portfolio-category-list .menu-portfolio ul.tab-menu li .btn {
  border: 1px solid #f0f0f0;
  background: #fff;
  color: #696969;
  padding: 7px 20px;
  letter-spacing: 0.1em;
}
.portfolio-category-list .menu-portfolio ul.tab-menu li .btn:hover,
.portfolio-category-list .menu-portfolio ul.tab-menu li .btn:focus,
.portfolio-category-list .menu-portfolio ul.tab-menu li .btn:active {
  background: #76c25d;
  border-color: #76c25d;
  color: #fff;
}
.portfolio-category-list .menu-portfolio ul.tab-menu li .btn.is-checked {
  background: #76c25d;
  border-color: #76c25d;
  color: #fff;
}
.portfolio-category-list .tabs_categories_porfolio_content .item {
  margin: 0 0 30px;
}
.portfolio-category-list .tabs_categories_porfolio_content .item .portfolio-top-content {
  border: 1px solid #fff;
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
}
.portfolio-category-list .tabs_categories_porfolio_content .item img {
  max-width: 100%;
}
.portfolio-category-list .tabs_categories_porfolio_content .item .portfolio-top-content a{
	display:initial;
}
.portfolio-category-list .tabs_categories_porfolio_content .item .portfolio-bottom-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 10px;
}
.portfolio-category-list .tabs_categories_porfolio_content .item .portfolio-bottom-content .category-link {
  font-size: 14px;
  font-weight: 600;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
}
.portfolio-category-list .tabs_categories_porfolio_content .item .portfolio-bottom-content .category-link a {
  color: #686868;
}
.portfolio-category-list .tabs_categories_porfolio_content .item .portfolio-bottom-content .category-link a:hover {
  color: #76c25d;
}
.portfolio-category-list .tabs_categories_porfolio_content .item .portfolio-bottom-content h5 {
  color: #0a0a0a;
  font-weight: 600;
  font-size: 18px;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
}
.portfolio-category-list .tabs_categories_porfolio_content .item .portfolio-bottom-content h5:after {
  content: "";
  width: 32px;
  height: 1px;
  background-color: #E8E4E3;
  display: block;
  margin: 17px auto 20px;
}
.portfolio-category-list .tabs_categories_porfolio_content .item:hover .portfolio-top-content {
  border-color: #76c25d;
  box-shadow: 0px 1px 20px #dff6bf;
}
.portfolio-category-list .tabs_categories_porfolio_content .item:hover .portfolio-top-content img{
  opacity: 0.15;
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease;
}
.portfolio-category-list .tabs_categories_porfolio_content .item:hover .portfolio-bottom-content .category-link,
.portfolio-category-list .tabs_categories_porfolio_content .item:hover .portfolio-bottom-content h5 {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}
/***Portfolio detail***/
.portfolio-view-index .owl-carousel.owl-theme .owl-controls .owl-prev{left:20px}
.portfolio-view-index h3 {
  color: #0a0a0a;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom:25px;
}
.portfolio-view-index .portfolio-details {
  margin-top: -60px;
  width: 100%;
  padding: 0;
}
.portfolio-view-index .portfolio-details .portfolio-image {
  padding-bottom: 15px;
}
.portfolio-view-index .portfolio-table{
		margin:65px 0 30px 0;
}
.portfolio-view-index .portfolio-table th{
		font-weight:700;
		color:#0a0a0a;
		border:0;
		margin:0;
}
.portfolio-view-index .portfolio-table td{
		border:0;
}
.portfolio-view-index .portfolio-details .related-project .item {
  margin:10px;
}
.portfolio-view-index .portfolio-details .related-project .item .portfolio-top-content {
	margin:0 8px;
  border: 1px solid #fff;
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
}
.portfolio-view-index .portfolio-details .related-project .item img {
  width: 100%;
}
.portfolio-view-index .portfolio-details .related-project .item a {
  display:initial;
}
.portfolio-view-index .portfolio-details .related-project .item .portfolio-bottom-content {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 10px;
}
.portfolio-view-index .portfolio-details .related-project .item .portfolio-bottom-content .category-link {
  font-size: 14px;
  font-weight: 600;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
}
.portfolio-view-index .portfolio-details .related-project .item .portfolio-bottom-content .category-link a {
  color: #686868;
}
.portfolio-view-index .portfolio-details .related-project .item .portfolio-bottom-content .category-link a:hover {
  color: #76c25d;
}
.portfolio-view-index .portfolio-details .related-project .item .portfolio-bottom-content h5 {
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  color: #0a0a0a;
  font-weight: 600;
  font-size: 18px;
}
.portfolio-view-index .portfolio-details .related-project .item .portfolio-bottom-content h5:after {
  content: "";
  width: 32px;
  height: 1px;
  background-color: #E8E4E3;
  display: block;
  margin: 15px auto;
}
.portfolio-view-index .portfolio-details .related-project .item:hover .portfolio-top-content {
  border-color: #76c25d;
  box-shadow: 0px 1px 20px #dff6bf;
}
.portfolio-view-index .portfolio-details .related-project {
  margin-top:30px;
}
.portfolio-view-index .portfolio-details .related-project .item:hover .portfolio-top-content img {
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  opacity: 0.3;
}
.portfolio-view-index .portfolio-details .related-project .item:hover .portfolio-bottom-content {
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
}
.portfolio-view-index .portfolio-details .related-project .item:hover .portfolio-bottom-content .category-link,
.portfolio-view-index .portfolio-details .related-project .item:hover .portfolio-bottom-content h5 {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}
/***owl carolsel***/
.owl-carousel.owl-theme .owl-controls .owl-next,
.owl-carousel.owl-theme .owl-controls .owl-prev {
  left: 0;
  width: 40px;
  height: 48px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 48px;
  color: #392a25;
  border: none;
  background: transparent;  
  position: absolute;
  top: 50%;
  transition: all .4s ease 0s;
  -webkit-transition: all .4s ease 0s;
  -moz-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  visibility: hidden;
  text-align: center;
 /* position: static;*/
  display:inline-block;
  margin:0;
  opacity: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-next{
  transform: translate(-100%, -50%);
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);  
  right: 0;
  left: auto;
}
.owl-carousel.owl-theme .owl-controls .owl-prev{
    left: 0;
    right: auto;
    transform: translate(100%, -50%);
  -webkit-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  -o-transform: translate(100%, -50%);  
}
.owl-carousel.owl-theme:hover .owl-controls .owl-next,
.owl-carousel.owl-theme:hover .owl-controls .owl-prev {
  visibility: visible;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  margin: 0;
  opacity: 1;
}
.owl-carousel.owl-theme .owl-controls .owl-next:hover,
.owl-carousel.owl-theme .owl-controls .owl-prev:hover {
  color: #76c25d; 
}
/***contact us 2***/
.cms-contacts-2 #maincontent>.container{
	 width: 100% !important;
  padding: 0;
}
.cms-contacts-2 .title_section {
  background: url('https://vianaturale.ee/skin/frontend/mgstheme/organie/images/bg-title-farm.png') no-repeat;
  padding: 25px 15px;
  background-position: 20% top;
  margin-bottom: 20px;
}
.cms-contacts-2 .title_section h2 {
  color: #0a0a0a;
  font-weight: 800;
  letter-spacing: 0.1em;
  font-size: 40px;
}
.cms-contacts-2 .title_section em {
  letter-spacing: 0.15em;
}
.cms-contacts-2 .map {
  margin: 140px 0 100px;
}
.cms-contacts-2 .form_contact {
  background-position: center top;
  padding-top:106px;
  clear:both;
}
.cms-contacts-2 .form_contact .actions-toolbar {
  text-align: center;
  padding-top: 25px;
  letter-spacing: 0.08em;
}
.cms-contacts-2 .form_contact .title_section {
  background-position: center top;
  margin-bottom: 40px;
}
.cms-contacts-2 .form_contact .fields {
  margin-right: -20px;
}
.cms-contacts-2 .form_contact .fieldset .field{
	padding:0;
	padding-right:20px;
	margin-bottom:10px;
}
.cms-contacts-2 .store-information {
  letter-spacing: 0.05em;
  background: url(https://vianaturale.ee/skin/frontend/mgstheme/organie/images/bg-contact.png) scroll no-repeat center center;
  background-size: 100%;
}
.cms-contacts-2 .store-information .image {
  padding-right: 100px;
}
.cms-contacts-2 .store-information .image img {
  box-shadow: 40px 30px 0px -6px #fff, 40px 30px 0px 0px #F4F1E3;
}
.cms-contacts-2 .store-information .info {
  padding: 0;
}
.cms-contacts-2 .store-information .info p.h5 {
  font-size: 18px;
  margin: 15px;
  line-height: 30px;
  margin-bottom: 75px;
}
.cms-contacts-2 .store-information .info h3 {
  font-size: 18px;
  color: #0a0a0a;
  font-weight: 600;
}

.loader{
	text-align:center;
	height:35px;
	width:100%;
	 background: url(https://vianaturale.ee/skin/frontend/mgstheme/organie/images/loader.gif) no-repeat center;
	 background-size:30px;
}
/***store locator***/
#show-all-store button {
  margin-top: 20px;
}
#store-list-map {
  height: 672px !important;
}
.store-list-container .store-list .items li{
	margin:0;
}
.mgs-storelocator-index-index ::-webkit-input-placeholder {
  color: #aaa;
}
.mgs-storelocator-index-index ::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
.mgs-storelocator-index-index :-ms-input-placeholder {
  color: #aaa;
}
.mgs-storelocator-index-index :-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
.mgs-storelocator-index-index select {
  padding: 10px 20px;
  height: 40px;
}
.mgs-storelocator-index-index .btn-sm {
  padding: 9px 15px;
  font-size: 12px;
  letter-spacing: 0.05em;
}
.mgs-storelocator-index-index .store-list-container .store-list .items{margin-bottom:10px;}
.mgs-storelocator-index-index .btn-primary {
  letter-spacing: 0.05em;
}
.mgs-storelocator-index-index .input-text {
  font-size: 15px;
}
.mgs-storelocator-index-index .input-text:focus {
  box-shadow:none;
  border-color:#76c25d;;
}
.mgs-storelocator-index-index .store-list-container .search-form {
  border-color: #f4f1e3;
  padding: 0;
}
.mgs-storelocator-index-index .store-list-container .search-form button {
  margin-bottom: 5px;
}
.mgs-storelocator-index-index .store-list-container select {
  color: #0a0a0a;
}
.mgs-storelocator-index-index .store-list-container h3 {
  font-size: 28px;
  font-weight: 600;
  color: #0a0a0a;
  margin: 15px;
}
.mgs-storelocator-index-index .store-list-container .store-list {
  border-color: #f4f1e3;
  padding: 0;
}
.mgs-storelocator-index-index .store-list-container .store-list .stores li {
  border-color: #f4f1e3;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  margin:0;
}
.mgs-storelocator-index-index .store-list-container .store-list .stores li .store-logo{padding-top:10px}
.mgs-storelocator-index-index .store-list-container .store-list .stores li .store-logo a,
.mgs-storelocator-index-index .store-list-container .store-list .stores li .store-logo img{
	width:100%;
}
.mgs-storelocator-index-index .store-list-container .store-list h3 {
  border-bottom: 0;
  margin-left: 15px;
}
.mgs-storelocator-index-index .store-list-container .store-list strong{
  font-weight: 700;
  letter-spacing: 0.05em;
}
.mgs-storelocator-index-index .pager {
  margin: 0;
  margin-top:15px;
}
.mgs-storelocator-index-index .pager .amount{
	margin-bottom:0;
}
.mgs-storelocator-index-index .pager .pages .pagination .item a {
  background: none;
  color: #0a0a0a;
  border: none;
  border-radius: 50%;
}
.mgs-storelocator-index-index .pager .pages .pagination .item.pages-item-next a:hover,
.mgs-storelocator-index-index .pager .pages .pagination .item.pages-item-previous a:hover {
  background: none;
  color: #76c25d;
}
.mgs-storelocator-index-index .pager .pages .pagination .item.current a {
  background: #76c25d;
  color: #fff;
}
.mgs-storelocator-index-index .pager .pages .pagination .item a:hover {
  background-color: #76c25d;
  color: #fff;
}
/***Storelocator view***/
.mgs-storelocator-index-view table td,
.mgs-storelocator-index-view table th {
  border: 1px solid #ddd;
}
.mgs-storelocator-index-view .btn {
  letter-spacing: 0.05em;
}
.mgs-storelocator-index-view{
  color: #696969;
}
.mgs-storelocator-index-view  .store-info-detail {
  margin: 30px -15px 15px -15px;
}
.mgs-storelocator-index-view  .store-info-detail .box-store-content img {
  margin: 0 auto;
}
.mgs-storelocator-index-view  .store-info-detail .store-opening-hours table td,
.mgs-storelocator-index-view  .store-info-detail .store-opening-hours table th {
  border: 1px solid #ddd;
}
.mgs-storelocator-index-view  .store-info-detail h3 {
  color: #0a0a0a;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 25px;
  letter-spacing: 0.05em;
}
.mgs-storelocator-index-view .back{
	padding:0 15px;
}
/***Brands***/
.sidebar .block-brand .view-all {
  margin-top: 15px;
}
.sidebar .block-brand h3 {
  margin-bottom: 20px;
}
.sidebar .block-brand li.item {
  margin-bottom: 0;
}
.sidebar .block-brand li.item a {
  color: #696969;
}
.sidebar .block-brand li.item a:hover .brand-image {
  border-color: #76c25d;
}
.sidebar .block-brand li.item a:hover span {
  color: #76c25d;
}
.sidebar .block-brand li.item a:after {
  top: 28px;
  left: 34%;
}
.sidebar .block-brand  li.item .title {
  padding-right: 10px;
  background-color: #fff;
}
.sidebar .block-brand li.item .brand-image {
  border: 1px solid #ddd;
  position: relative;
  overflow: hidden;
  height: 66px;
  background: #e8f0de;
  box-shadow: inset 0 0 0px 2px #fff;
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
}
.sidebar .block-brand li.item .brand-image img {
  padding: 10px;
  height: auto !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.sidebar .block-brand  li.item .brand-title {
  padding-left: 25px;
  margin-top: 10px;
}
.sidebar .block-brand li.item .brand-title span {
  font-size: 15px;
}
.brand-index-index .title h3 {
  color: #0a0a0a;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px;
}
.brand-index-index .characters {
  padding-bottom: 20px;
}
.brand-index-index .feature-brands{
	border:0;
	background:none;
	padding:0;
}
.brand-index-index .characters ul.chars-filter{
    margin-top: 15px;
}
.brand-index-index .characters ul.chars-filter li.active a {
  color: #fff;
  background: #76c25d;
  border: 1px solid #76c25d;
}
.brand-index-index .characters ul.chars-filter li {
  float: left;
}
.brand-index-index .characters ul.chars-filter li a {
  margin-right: 8px;
  margin-bottom: 8px;
  border: 1px solid #76c25d;
  background: none;
  color: #76c25d;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  display: block;
  text-align: center;
}
.brand-index-index .characters ul.chars-filter li a:hover {
  color: #fff;
  background: #76c25d;
  border: 1px solid #76c25d;
}
.brand-index-index .characters .view-all {
  float: left;
  padding: 0 5px;
  border: 1px solid #76c25d;
  padding: 1px 10px;
  border-radius: 3px;
}
.brand-index-index .characters .view-all a {
  color: #76c25d;
}
.brand-index-index .characters .view-all:hover {
  background: #76c25d;
}
.brand-index-index .characters .view-all:hover a {
  color: #fff;
}
.brand-index-index .shop-by-brand .item {
  width: 100%;
}
.brand-index-index .shop-by-brand  img {
  height: auto !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  padding: 3px;
  width: auto;
}
.brand-index-index .feature.brands{margin-top:50px}
.brand-index-index .shop-by-brand .brand-list .brand-title {
  font-size: 16px;
  font-weight: 600;
}
.brand-index-index .shop-by-brand .brand-list .brand-title .count {
  color: #76c25d;
}
.brand-index-index .shop-by-brand .brand-list .brand-content {
  border: none ;
  box-shadow: none;
  margin: 0;
  margin-right: 10px;
}
.brand-index-index .shop-by-brand .brand-list .brand-content .brand-image {
  border: 1px solid #ddd;
  position: relative;
  overflow: hidden;
  height: 120px;
  background: #e8f0de;
  box-shadow: inset 0 0 0px 2px #fff;
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
}
.brand-index-index .shop-by-brand .brand-list .brand-content .brand-image:hover{
	border-color:#76c25d;
}
.brand-index-index .shop-by-brand .brand-list .item:hover .brand-content {
  border: none ;
  box-shadow: none;
}
.brand-index-index .shop-by-brand .brand-list .item:hover .brand-content a {
  color: #76c25d;
}
.brand-index-index .shop-by-brand .brand-list .item:hover .brand-content .brand-image {
  border-color: #76c25d;
}
.brand-index-index .description {
  background: #F6F6FA;
  padding: 20px 30px 30px;
  line-height: 25px;
  letter-spacing: 0.03em;
}
.brand-index-index .description:before {
  content: "";
  background: url(https://vianaturale.ee/skin/frontend/mgstheme/organie/images/symbol.png) no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  margin-bottom: 10px;
  margin-left: -10px;
}
.brand-index-index .featured-brands,
.brand-index-index .all-brands {
  margin-right: -10px;
}
.brand-index-index .search .actions {
  padding-left: 30px;
}
.brand-index-index .search .actions .action {
  margin-bottom: 18px;
}
.brand-index-index .search .input-text {
  font-size: 15px;
   width: 60%;
   display: inline;
  margin-right: 15px;
}
/***Brand-view***/
.brand-index-view .brand-description {
  background: #F6F6FA;
  padding: 20px 30px 30px;
  line-height: 25px;
  letter-spacing: 0.03em;
  margin-top: 25px;
  margin-bottom: 0;
}
.brand-index-view .title h3{
	color:#0a0a0a;
	font-weight:700;
	font-size:24px;
}
.brand-index-view .category-products{
	margin-top:25px;
}
.brand-index-view .brand-description:before {
  content: "";
  background: url(https://vianaturale.ee/skin/frontend/mgstheme/organie/images/symbol.png) no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  margin-bottom: 10px;
  margin-left: -10px;
}
.brand-index-view .brand-info  img {
	width:100%;
  height: auto;
}
/***Events***/
.events .item .title{
		font-size:24px;
		color:#0a0a0a;
		font-weight:700;
		margin: 10px 0;
}
.events .item  p{
	margin-bottom:5px;
}
.events .item  p span{
	color: #0a0a0a;
    font-weight: 700;
    font-size: 15px;
}
.events .item .item{
    border: 1px solid #ddd;
    padding: 6px;
	margin:0 9px 20px 9px;
}
.event-index-index  .item .inner{
	border: 1px solid #ddd;
	padding:2px;
}
.events .item .info{
	padding: 0 10px;
}
.events .item{
    margin-bottom: 30px;
}
/***event***/
.event-index-view  p span{
	color:#555;
	font-weight:700;
}
.event-index-view .event-image{
	margin-bottom:30px;
}
.event-index-view h3{
	margin:0 0 10px 0;
	font-size:24px;
		color:#0a0a0a;
		font-weight:700;
}
.event-index-view .event-sidebar{
	margin-top:50px;
}
.event-description{
	background: #F6F6FA;
        padding: 15px 30px 30px;
		line-height: 25px;
        letter-spacing: 0.03em;
	margin-top:25px;
}
.event-description:before{
			content: "";
            background: url(https://vianaturale.ee/skin/frontend/mgstheme/organie/images/symbol.png) no-repeat;
            width: 20px;
            height: 20px;
            display: block;
            margin-bottom: 10px;
            margin-left: -15px;
}
/***Profiles***/
.profiles-index-index .item{
	margin-bottom:20px;
}
.profiles-index-index .block-social ul li a{
	line-height:38px;
	background:#696969;
	border-color:#696969;
	color:#fff;
}
.profiles-index-index .block-social ul li a:hover{
    background:#76c25d;
	border-color:#76c25d;
}
.profiles-index-index .profile-name{
	color:#0a0a0a;
    font-weight: 700;
    font-size: 18px;
}
.profiles-index-index .profile-name:hover{
	color:#76c25d;
}
.profiles-index-index .profile-name:before{
    content: "";
    width: 30px;
    height: 1px;
    background-color: #aaa;
    display: block;
    margin: 10px auto 12px;
}
.profiles-index-index .profile-content{
	position:relative;
}
.profiles-index-index .profile-top{
	line-height:0;
	border:1px solid #fff;
	-webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
}
.profiles-index-index .profile-desc{
	position:absolute;
	text-align:center;
	bottom:50%;
	width: 100%;
	transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
}
.profiles-index-index .border {border:1px solid #fff}
.profiles-index-index .profile-content .profile-image img{margin:0 auto}
.profiles-index-index .profile-content .profile-image{width:100%}
.profiles-index-index .profile-content:hover  .profile-top{
	border:1px solid #76c25d;
	box-shadow: 0px 1px 20px #dff6bf;
}
.profiles-index-index .profile-content:hover .profile-image {
	opacity:.25;
	transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
}
.profiles-index-index .profile-content:hover .profile-desc{
   transform: scale(1, 1);
   -webkit-transform: scale(1, 1);
   -moz-transform: scale(1, 1);
   -o-transform: scale(1, 1);
}
.profiles-index-index .profile-content:hover .profile-name:before{
	width:40px;
}
/***profiles-index-view***/
.profiles-index-view strong{
	color:#0a0a0a;
	display:inline;
	font-weight: 700;
    font-size: 15px;
}
.profiles-index-view h3 {
  color: #0a0a0a;
  font-size: 22px;
  font-weight: 700;
}
.profiles-index-view p {
	margin-bottom:0;
}
.profiles-index-view a:hover {
  color: #76c25d;
}
.profiles-index-view .description{
  border: 1px solid #f4f1e3;
    padding: 10px;
}
.profiles-index-view .user-wrapper{margin-bottom:30px;}
/***Social login***/
.header-v1 .social-login-account{
	padding: 0px 40px 30px 40px;
}
.header-v1 .social-login-account h3{display:none}
.social-login-options{
   display:inline-block !important;
   position:relative;
   padding: 0;
}
.social-login-options .soical-dropdown .fa{
   color:#ababab;
   padding:19px 20px 21px 20px;
}
.header-v4 .social-login-options .soical-dropdown .fa{color:#fff}
.social-login-options .soical-dropdown .fa:hover{color:#76c25d}
.header-v2 .social-login-options:before{
    content: "";
    display: inline-block;
    width: 1px;
    height: 22px;
    vertical-align: middle;
    background-color: #eeeff0;
}
.social-login-options .dropdown-menu{
    border-top: 2px solid #76c25d;
    padding: 10px 15px;
}
.social-login-options .dropdown-menu.width_1{min-width:68px}
.social-login-options .dropdown-menu.width_2{min-width:106px}
.social-login-options .dropdown-menu.width_3{min-width:144px}
.social-login-account .choose-social > div,
.social-login-options .dropdown-menu > div{
	margin: 0 5px;
}
.header-sticky-menu .social-login-options{
	display:none !important;
}
/***Per pages***/
.pager li {
    display: inline-block;
    margin: 5px;
}
.pages .pagination a, .pages .pagination a:focus{
	height:40px;
	width:40px;
	border-radius:50%;
	background:none;
	color:#0a0a0a;
	border: 1px solid #ddd;
	line-height:36px;
	padding:0;
	font-weight: 700;
}
.pages .pagination a:hover{
	background:#76c25d;
	border-color:#76c25d;
	color:#fff;
}
.pagination>.active>a, .pagination>.active>a:hover, .pagination>.active>a:focus{
	background:#76c25d;
	border-color:#76c25d;
	color:#fff;
	height:40px;
	width:40px;
	border-radius:50% !important;
}
.pages .pagination a.next, .pages .pagination a.previous{
	background:none;
	border:none;
}
.pages .pagination a.next:hover, .pages .pagination a.previous:hover{
	color:#76c25d;
}
/***catalog-product-compare-index***/
.catalog-product-compare-index {padding-bottom:40px;}
.catalog-product-compare-index .link-print{
	margin-top:20px;
}
.catalog-product-compare-index .page-popup .container {
  padding: 15px;
}
.catalog-product-compare-index .table {
	border: 1px solid #f4f1e3;
	margin:20px 0;
}
.catalog-product-compare-index .table th {
  color: #0a0a0a;
}
.catalog-product-compare-index .table th span{
	font-weight: 700;
}
.catalog-product-compare-index .table th,
.catalog-product-compare-index .table td {
  border: 1px solid #f4f1e3;
}
.btn:focus, .btn:active:focus, .btn.active:focus{outline:none}
a:hover, a:focus{text-decoration:none}
/*******/

/****************
DEV: Kienbt
****************/

/* Shopping cart */
.shopping-cart-table thead tr th {
	background-color: #f8f7f7;
	color: #0a0a0a333;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	border: none;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 19px;
	white-space: nowrap;
	min-width: 150px;
}
.shopping-cart-table thead tr th:first-child {
	text-align: left;
	padding-left: 32px;
	border-radius: 2px 0 0 2px;
	width: 120px;
	min-width: 0;
}
.shopping-cart-table thead tr th:last-child {
	border-radius: 0 2px 2px 0;
	width: 50px;
	min-width: 0;
}
.shopping-cart-table tbody tr td {
	vertical-align: middle;
	border-top: none;
	border-bottom: 1px solid #f4f4f4;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
.shopping-cart-table tbody tr td:first-child {
	padding-left: 0;
	text-align: left;
	padding-right: 0;
}
.shopping-cart-table tbody tr td .product-image {
	border: 1px solid #f4f1e3;
	display: inline-block;
}
.shopping-cart-table tbody tr td.cart-item-name {
	padding-left: 30px;
	text-align: left;
}
.shopping-cart-table tbody tr td.cart-item-name .product-name {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 700;
}
.shopping-cart-table tbody tr td.cart-item-name .ratings {
	margin-top: 13px;
}
.shopping-cart-table tbody tr td.cart-item-name .product-name a {
	text-decoration: none;
}
.shopping-cart-table tbody tr td .cart-price .price {
	font-size: 15px;
	color: #696969;
	font-weight: 400;
}
.shopping-cart-table tbody tr td.cart-total-price .cart-price .price {
	font-size: 18px;
	font-weight: 700;
}
.shopping-cart-table tbody tr td.actions-item-cart {
	width: 50px;
	text-align: right;
	padding-right: 0;
}
.shopping-cart-table tbody tr td.actions-item-cart .btn-remove {
	font-size: 12px;
	color: #ababab;
	border-radius: 50%;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	padding-left: 2px;
	background-color: #f8f7f7;
	display: inline-block;
}
.cart-collaterals .shipping-form dl.sp-methods div.radio input[type="radio"] {
	margin-top: 0px !important;
}
.shopping-cart-table tbody tr td.actions-item-cart .btn-remove:hover {
	color: #fff;
	background-color: #76c25d;
}
.actions-qty  {
	width: 107px;
	position: relative;
}
.actions-qty .input-text.qty {
	font-size: 14px;
	font-weight: 700;
	color: #0a0a0a333;
	height: 40px;
	padding: 0 30px;
	background-color: #f8f7f7;
	border-color: #f8f7f7;
	border-radius: 2px;
	margin: 0;
	text-align: center;
}
.actions-qty .actions {
	cursor: pointer;
	position: absolute;
	left: 11px;
	margin-top: -14px;
	top: 50%;
}
.actions-qty .actions.minus {
	right: 11px;
	left: auto;
}
.actions-qty .actions  span {
	font-size: 18px;
	color: #ababab;
}
.shopping-cart-table tfoot tr td {
	padding: 30px 0;
	border-top: none;
	border-bottom: 1px solid #f4f4f4;
}
.shopping-cart-table tfoot tr td .btn-empty {
	background-color: transparent;
	border-color: transparent;
	color: #ababab;
}
.shopping-cart-table tfoot tr td .btn-empty:hover {
	color: #76c25d;
}
.shopping-cart-table tfoot tr td .btn {
	letter-spacing: 0.1em;
}
.shopping-cart-table tfoot tr td .btn-empty  .ion-ios-close-outline {
	color: #76c25d;
	margin-right: 9px;
}
.cart-collaterals {
	padding-top: 16px;
}
.cart-collaterals .totals {
	text-align: right;
}
.cart-collaterals .discount > h3,
.cart-collaterals .totals > h3,
.cart-collaterals .shipping > h3 {
	margin-top: 0;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: 700;
}
.cart-collaterals .totals .checkout-types li a {
	color: #76c25d;
    display: block;
    margin-top: 20px;
}
#shopping-cart-totals-table {
	margin-bottom: 40px;
}
#shopping-cart-totals-table tr td {
	text-align: right;
	border-bottom: 1px solid #f4f4f4;
	padding: 15px 0;
	vertical-align: middle;
}
#shopping-cart-totals-table tr td * {
	margin: 0;
}
#shopping-cart-totals-table tr td:first-child {
	padding-right: 30px;
}
#shopping-cart-totals-table tr td .price {
	color: #76c25d;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    line-height: 1;
}
#shopping-cart-totals-table tbody tr td .price {
	font-size: 16px;
}
.cart-collaterals .discount .discount-form {
	position: relative;
}
.cart-collaterals .discount .discount-form .form-group .input-text {
	padding-right: 140px
}
.cart-collaterals .discount .discount-form .form-group > label {
	color: #696969;
	font-weight: 400;
	font-size: 15px;
	margin-bottom: 18px;
}
.cart-collaterals .discount .discount-form .btn {
	border-radius: 0;
	border-color: #f4f1e3;
	background-color: #f4f1e3;
	border-radius: 0 3px 3px 0;
	font-size: 14px;
	color: #696969;
	min-width: 137px;
	text-align: center;
}
.cart-collaterals .discount .discount-form .btn:hover {
	color: #fff;
	background-color: #76c25d;
	border-color: #76c25d;
}
.cart-collaterals .shipping-form label.required em {
	display: none;
}
.cart-collaterals .shipping-form label.required:after {
	content: "*";
	display: inline-block;
	vertical-align: top;
	margin-left: 4px;
	color: red;
}
.cart-collaterals dl.sp-methods {
	margin-top: 30px;
}
.cart-collaterals .shipping > .shipping-form {
	display: none;
}
.cart-collaterals .shipping  > h3 {
	position: relative;
	cursor: pointer;
}
.cart-collaterals .shipping  > h3:before {
	content: "\f123";
	font-family: "Ionicons";
	font-size: inherit;
	position: absolute;
	right: 0;
	top: 2px;
}
.cart-collaterals .shipping  > h3.active:before {
	content: "\f126";
}

.crosssell_products_block {
	position: relative;
	padding-top: 66px;
	margin-top: 112px;
}
.crosssell_products_block:after{
	width: 10000000px;
	height: 1px;
	content: "";
	position: absolute;
	top: 0;
	background-color: #f4f4f4;
	left: 0;
	margin-left: -40000px;
}
.crosssell_products_block > .title h3 {
	font-size: 24px;
	font-weight: 700;
	margin: 0;
	color: #0a0a0a333;
	margin-bottom: 35px;
}
.crosssell_products_block .owl-carousel .owl-item {
	padding: 0 15px;
}
.crosssell_products_block .owl-carousel.owl-theme .owl-controls .owl-buttons > div {
	color: #696969;
	font-size: 18px;
	background-color: #f8f7f7;
	width: 50px;
	height: 40px;
	text-align: center;
	position: static;
	opacity: 1;
	visibility: visible;
	transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	border: none !important;
	margin: 0 !important;
}
.crosssell_products_block .owl-carousel.owl-theme .owl-controls {
	margin: 0;
	position: absolute;
	top: -62px;
	right: 15px;
}
.crosssell_products_block .owl-carousel.owl-theme .owl-controls .owl-buttons > div.owl-prev {
	border-right: 1px solid #eff0f2 !important;
	border-radius: 20px 0 0 20px;
}
.crosssell_products_block .owl-carousel.owl-theme .owl-controls .owl-buttons > div.owl-prev:before {
	content: "\f3d2";
}
.crosssell_products_block .owl-carousel.owl-theme .owl-controls .owl-buttons > div.owl-next {
	border-radius: 0 20px 20px 0;
}
.crosssell_products_block .owl-carousel.owl-theme .owl-controls .owl-buttons > div.owl-next:before {
	content: "\f3d3";
}
.crosssell_products_block .owl-carousel.owl-theme .owl-controls .owl-buttons > div:hover {
	color: #fff;
	background-color: #76c25d;
}

/* One Step Checkout */
.oscheckout-step {
	margin-bottom: 44px;
	border-bottom: 1px solid #eee;
	padding-bottom: 50px;
}
.oscheckout-steptitle,
.account-steptitle {
	margin-top: 0;
	margin-bottom: 36px;
	font-weight: 700;
	color: #0a0a0a333;
}
h4.oscheckout-steptitle,
.account-steptitle {
	margin-bottom: 16px;
}
#oscheckout-form .form-group,
.checkout-method .sp-methods .form-list li,
.opc .form-group,
.opc .sp-methods .form-list li,
.multiple-checkout .sp-methods .form-list li  {
	margin-bottom: 22px;
}
.opc .form-group > label,
#oscheckout-form .form-group > label,
.checkout-method .sp-methods .form-list li > label,
.opc .sp-methods .form-list li > label,
.multiple-checkout .sp-methods .form-list li > label {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 14px;
	color: #696969;
}
.checkout-method .sp-methods .form-list li > label.required em,
.opc .form-group > label.required em,
.opc .sp-methods .form-list li > label.required em,
.multiple-checkout .sp-methods .form-list li > label.required em {
	display: none;
}
.checkout-method .sp-methods .form-list li > label.required:after,
.opc .form-group > label.required:after,
.opc .sp-methods .form-list li > label.required:after,
.multiple-checkout .sp-methods .form-list li > label.required:after {
	content: "*";
	display: inline-block;
	vertical-align: top;
	margin-left: 4px;
}
.oscheckout-index-index .no-width .form-control {
    margin: 0;
}
#checkout-shipping.oscheckout-step {
	padding-bottom: 28px;
}
.order-comment.oscheckout-step .form-control {
	margin: 0;
}
.oscheckout-enable-terms > .checkbox {
	margin-bottom: 0;
	margin-top: 0;
}
.oscheckout-login-link.oscheckout-step {
	padding-bottom: 15px;
	padding-top: 15px;
	border-top: 1px solid #eee;
}
.calloutbox.oscheckout-step.has-login-link {
	border-bottom: none;
	margin-bottom: 0;
}
.login-as-group > label {
	margin-bottom: 0 !important;
}
.login-as-group > label.radio-inline input {
	margin-top: 6px;
}
.checkout-method .shipment-methods dd {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 11px;
	color: #696969;
}
.checkout-method .shipment-methods dt,
.checkout-method .sp-methods dt {
	margin-bottom: 16px !important;
}
.checkout-review-table thead tr th {
	background-color: #f8f7f7;
	color: #0a0a0a333;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	border: 1px solid #f8f7f7;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 19px;
	white-space: nowrap;
	min-width: 140px;
}
.checkout-review-table {
	width: 100%;
}
.checkout-review-table thead tr th:first-child {
	text-align: left;
	padding-left: 32px;
	border-radius: 2px 0 0 2px;
	min-width: 0;
}
.shopping-cart-table thead tr th:last-child {
	border-radius: 0 2px 2px 0;
}
.checkout-review-table tbody tr td:first-child {
	padding-left: 32px;
}
.checkout-review-table tbody tr td,
.checkout-review-table tfoot tr td {
	padding: 15px 0;
	border: 1px solid #eee;
}
.checkout-review-table tbody tr td .cart-price .price {
	font-size: 15px;
	color: #696969;
	font-weight: 400;
}
.checkout-review-table tbody tr td:last-child .cart-price .price {
	font-size: 18px;
	font-weight: 700;
}
.checkout-review-table tfoot tr td:first-child {
	padding-left: 32px;
	text-transform: uppercase;
	font-weight: 700;
	color: #2a2a2a;
}
.checkout-review-table tfoot tr td * {
	margin: 0;
}
.checkout-review-table tfoot tr td:last-child {
	text-align: center;
}
.checkout-review-table tfoot tr td .price {
	font-size: 20px;
	color: #76c25d;
}
.checkout-review-table tfoot tr td h3 .price { font-size: 24px; }

.methods-review .checkout-review .order-review {
	margin-bottom: 30px;
}

/* One Page Checkout (Checkout default Magento) */
.opc .step-title {
	color: #2a2a2a;
	border-bottom: 1px solid #ddd;
	font-size: 20px;
	padding-bottom: 10px;
	padding-top: 11px;
}
.opc .step-title h3 {
	margin: 0;
	font-weight: 700;
	display: inline-block;
}
.opc li > .step {
	border-bottom: 1px solid #ddd;
	padding: 40px 0;
}
.opc li:last-child > .step {
	padding-bottom: 0;
	border-bottom: none;
}
.opc li > .step .please-wait {
	padding-top: 15px;
	display: block;
}
.opc li > .step .please-wait img {
	margin-right: 15px;
}
.opc li > .step .sp-methods dt,
.multiple-checkout .sp-methods dt {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 11px;
	color: #696969;
}
.multiple-checkout address {
	margin-bottom: 15px;
}
.opc li > .step .sp-methods dd {
	margin-bottom: 16px !important;
}
.opc li > .step .sp-methods dd ul li:after {
	content: "";
	display: table;
	clear: both;
}
.opc li > .step .sp-methods dd ul li .radio {
	margin-right: 10px !important;
}
.opc li > .step .sp-methods dd ul li .radio,
.opc li > .step .sp-methods dd ul li .radio + label {
	float: left;
	vertical-align: middle;
	margin: 0;
}
.opc li > .step .sp-methods dt:after,
.multiple-checkout .sp-methods dt:after {
	content: "";
	display: table;
	clear: both;
}
.opc li > .step .sp-methods dt > .radio,
.multiple-checkout .sp-methods dt > .radio {
	margin-right: 10px !important;
}
.opc li > .step .sp-methods dt > .radio,
.opc li > .step .sp-methods dt > .radio + label,
.multiple-checkout .sp-methods dt > .radio,
.multiple-checkout .sp-methods dt > .radio + label {
	float: left;
	vertical-align: middle;
	margin: 0;
}
.opc-block-progress .block-content dl > div > dt {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
}
#remember-me-box .link-tip {
	vertical-align: top;
	margin: 12px 0 0 10px;
}

.checkout-multiple-progress.checkout-progress {
	width: 100%;
}
.checkout-multiple-progress.checkout-progress li {
	float: left;
	width: 20%;
	border-top: 5px solid #eee;
	text-align: center;
	padding: 10px 0;
	position: relative;
}
.checkout-multiple-progress.checkout-progress li.active {
	border-color: #76c25d;
}
.checkout-multishipping-addresses .data-table {
	width: 100%;
	margin-top: 15px;
}
.checkout-multishipping-addresses .data-table thead tr th,
.multiple-checkout .data-table thead tr th {
	padding: 12px 0;
	text-align: center;
	border: 1px solid #e3e3e3;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: 700;
	color: #222;
}
.checkout-multishipping-addresses .data-table tfoot tr td,
.checkout-multishipping-addresses .data-table tbody tr td,
.multiple-checkout .data-table thead tr th,
.multiple-checkout .data-table tr td {
	padding: 12px 15px;
	text-align: center;
	border: 1px solid #e3e3e3;
	vertical-align: middle;
}
.checkout-multishipping-addresses .data-table tfoot tr td.a-right {
	text-align: right;
}
.multiple-checkout .box {
	margin-bottom: 25px;
}
.multiple-checkout .box.box-sp-methods dl dt {
	padding: 8px 0;
}
.multiple-checkout .box.box-sp-methods dl dd ul li {
	padding: 5px 0;
}
.multiple-checkout .box.box-sp-methods .radio {
	margin-top: 1px;
}
.multiple-checkout .data-table {
	width: 100%;
}
.multiple-checkout .checkout-review-table tbody tr td:not(:first-child) {
	text-align: center;
}
.multiple-checkout .place-order  .grand-total big {
	margin-bottom: 15px !important;
	text-transform: uppercase;
}
.multiple-checkout .place-order  .grand-total big .price {
	font-size: 40px;
	color: #76c25d;
}

/* My Account */
.account-login .title-step {
	font-weight: 700;
	color: #2a2a2a;
	margin-bottom: 25px;
	margin-top: 0;
}
.account-login .social-login-account {
	margin-top: 60px;
}
.account-login .social-login-account .choose-social:after {
	content: "";
	display: table;
	clear: both;
}
.account-login .registered-users .form-list .form-group label{
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;	
	display: block;
	line-height: 1;
	padding: 0;
	margin: 0 0 20px;
	color: #696969;
}
.account-login .registered-users .form-list{margin-top: 10px;display: inline-block;width: 100%;}
.account-login .registered-users #remember-me-box > .checkbox {
	margin: 0;
}
.account-login .registered-users #remember-me-box .link-tip {
	margin-top: 1px;
}
.account-menu li {
	padding: 8px 0 10px;
	border-bottom: 1px solid #eee;
	font-weight: 600;
}
.account-menu li.active a {
	color: #76c25d;
}
.block.block-my-account .block-title h3 {
	margin-top: 0;
	font-weight: 700;
	color: #2a2a2a;
	margin-bottom: 20px;
}

.box-reviews #my_recent_reviews li {
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 10px;
}
.box-reviews #my_recent_reviews li .product-name small {
	margin-right: 8px;
	font-size: 10px;
}
.box-reviews #my_recent_reviews li .rating-box {
	width: 83px;
}
.box-reviews #my_recent_reviews li .rating-box:after,
.box-reviews #my_recent_reviews li .rating-box .rating:after {
	font-size: 16px;
}
.sales-order-history #my-orders-table {
	margin: 0;
}
#my-orders-table  thead tr th {
	padding: 12px 10px;
	text-align: center;
	vertical-align: middle;
	font-weight: 700;
	color: #222;
	text-transform: uppercase;
	border: 1px solid #e3e3e3;
	min-width: 100px;
}
#my-orders-table  tbody tr td,
#my-reviews-table  tbody tr td {
	padding: 12px 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #e3e3e3;
}
#my-reviews-table .rating-box {
	width: 63px;
}
.toolbar-history-order  .amount ,
.toolbar-history-order .limiter {
	display: none;
}
.toolbar-history-order .pager,
.toolbar-history-order {
	margin: 0;
	padding: 0;
}
.newsletter-manage-box .radio-inline {
	position: relative;
}
.newsletter-manage-box .radio-inline  .checkbox {
	position: absolute;
	left: 0;
	margin-top: 0;
}
.product-review-mac .ratings .rating-links {
	display: none;
}
.product-review-mac  .ratings-table{
	margin-bottom: 10px;
}
.product-review-mac  .ratings-table tr td,
.product-review-mac  .ratings-table tr th {
	border: 1px solid #e3e3e3;
	padding: 8px;
}
.productquestions-index-index  #my-questions-table,
.productquestions-index-index #my-answers-table {
	width: 100%;
}
.productquestions-index-index #my-questions-table  thead tr th,
.productquestions-index-index #my-answers-table  thead tr th,
#wishlist-table   thead tr th {
	padding: 12px 10px;
	text-align: center;
	vertical-align: middle;
	font-weight: 700;
	color: #222;
	text-transform: uppercase;
	border: 1px solid #e3e3e3;
	min-width: 100px;
}
.productquestions-index-index #my-questions-table  tbody tr td,
.productquestions-index-index #my-answers-table  tbody tr td,
#wishlist-table  tbody tr td {
	padding: 12px 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #e3e3e3;
}
/* Wishlist */
.my-wishlist textarea {
    display: block;
    height: 109px;
    width: 97%;
}
.sales-order-history .pager > * {
	display: none;
}
.sales-order-history .pager > .pages {
	display: block !important;
}
/****************
End code of Kienbt
****************/


.col-md-6.facebook .title-block.text-left{
	text-align:left;
}

.col-md-6.youtube .title-block.text-left{
	text-align:left;
}

.col-md-6.facebook .title-block.text-left h3{
	font-weight:400;
    font-size: 24px;
}

.col-md-6.youtube .title-block.text-left h3{
	font-weight:400;
    font-size: 24px;
	}

	.fb_iframe_widget {
    width: 100%;
}

.catalog-category-view .product-name{
    text-transform: inherit;
}

.products-grid .item .product-content .product-name {
    text-transform: initial;
}
.product-view .product-shop .price-box .price {
    color: #0a0a0a;
}
.product-view .product-shop .short-description {
    color: #0a0a0a;
}

.product-view .product-shop .product-type .box-item .label {
    color: #0a0a0a;
}

.product-view .product-shop .product-type .box-item .value {
    color: #0a0a0a;

}
.product-view .product-shop .availability {
    color: #0a0a0a;
}


.product-view .tab-content .std ul{
    list-style: unset;
    margin-left: 20px;
}

.product-view .tab-content .std th {
    font-weight: bold;
}

.product-view .tab-content .std{
    color: #0a0a0a;
}

.products-grid .product-content .controls {
	display:none !important;
}

.products-grid .product-content:hover .product-image img {
    opacity: 0.9;
}

.sidebar .block .block-title h2{
    font-size: 24px;
    color: #0a0a0a;
    font-weight: 700;
    text-transform: inherit;
	margin-top: 0;
    margin-bottom: 28px;
    position: relative;
    font-family: "Montserrat", arial, tahoma;
}

#mainMenu li img {
    width: 100%;
    height: auto;
    padding: 13px 0px;
	padding-bottom:0px;
}
#mainMenu .col-md-2{
	text-align:center;
    color: #0a0a0a;
}

#mainMenu .col-md-2 a{
    padding: 0px;
}

.post-content ul {
    list-style: disc;
    margin-left: 20px;
}

#maincontent .container .std ul{
    list-style: disc;
    margin-left: 20px;
}

#maincontent .container .std form ul {
    list-style: none;
    margin-left: 0px;
}

.post-content ol {
    list-style: decimal;
    margin-left: 20px;
}


#contactForm .form-list .field.col-md-4.col-sm-12:first-child{
    padding-left: 0px;
}

#contactForm .form-list .field.col-md-4.col-sm-12:last-child{
    padding-right: 0px;
}

.post-content .mgs_megamenu_product.widget.widget-products{
	display:inline-block;
    max-width: 49%;
	margin-top:20px;
}

.blog-post-view .mgs_megamenu_product.widget.widget-products h3{
    font-size: 14px;
    max-width: 210px;
    padding-right: 20px;
}

.blog-post-view .comment-count{
	display:none !important;
}

.post-actions .action a {

    font-size: 14px;
}

.blog-index-list a.previous{
    width: auto;
}
.blog-index-list a.next{
    width: auto;
}

.post-content p a{
	color:#76c25d;
}

.post-content p strong a{
	color:#76c25d;
}


.post-content strong a{
	color:#76c25d;
}

.post-content a{
	color:#76c25d;
}

.blog-post-view .post-content strong {
    line-height: 27px;
}

.mgs_megamenu_product.widget.widget-products .actions{
    text-align: center;
}

.mgs_megamenu_product.widget.widget-products .price-box{
    text-align: center;
}
.blog-post-view .mgs_megamenu_product.widget.widget-products h3 {
    font-size: 14px;
    max-width: 210px;
    padding-right: 10px;
    text-align: center;
    padding-left: 10px;
}


.portfolio-view-index .portfolio-details .portfolio-image img{
    max-width: 40%;
}

.portfolio-view-index .portfolio-details .portfolio-image {
    padding-bottom: 15px;
    /* max-width: 40%; */
    text-align: center;
}

.portfolio-view-index .portfolio-details .description h3{
	margin:0px;
}

.portfolio-view-index h3 {
    color: #0a0a0a;
    font-size: 32px;
}

.std ol{
    list-style: decimal;
	margin-left:20px;
}
.std strong a{
    color:#76c25d;
}
.std a{
    color:#76c25d;
}
.product-label.sale-label span {
    background-color: #f9734d;
    width: auto;
}

.productv3 .price-box .price, .price {
    font-size: 16px;
}

.block-layered-nav .block-content dl ol li a span.count {
    display: none;

}

.percentagewrapper{
    background-color: #f9734d;
	width:50px;
	height:50px;
	display:inline-block;
	position:absolute;
	border-radius:25px;
	top:10px;
	left:20px;
	color:#fff;
	z-index:10;
}

.percentagewrapper span{
	color:#fff;
    display: inline-block;
    line-height: 50px;
    text-align: center;
}
.product-list-block .product-item .box-label {
    clear: both;
}

.level0.level-top.parent.active .level0{
	display:inline-block !important;
}

.level1.active.parent .level1{
	display:inline-block !important;
	
}
.cms-home .portfolio-grid .porfolio-image img{
    max-height: 300px;
    object-fit: cover;
    width: 100%;
}

.cms-home .portfolio-grid .portfolio-name{
    margin-bottom: 0px;
}

.cms-home .portfolio-grid .portfolio-name a{
    margin-bottom: 0px;
}

.cms-home .portfolio-grid .category-link.h5{
	margin-top:0px;
}

.title-porfolio.text-center{
	display:none !important;
}

/**.tp-rightarrow.tparrows.default.custom:after {
    content: '\e824';
    font-family: "revicons";
}


}**/


#gcheckout-onepage-review .agreement-content{
    height: 100px;
    overflow: auto;
}

#gcheckout-onepage-review .agreement-content{
    height: 100px;
    overflow: auto;
}

#gcheckout-onepage-review .agreement-content p{
font-size:12px;
line-height:14px;
}

#gcheckout-onepage-review .agreement-content h3 {
    font-size: 16px;
}

#gcheckout-onepage-review .checkout-agreements input{
	float:left;
}
.tp-leftarrow.default:before {
    content: '\e824' !important;
    font-family: "revicons";
    font-style: normal;
	font-size:30px;
}
.tp-rightarrow.default:before {
    content: '\e825' !important;
    font-family: "revicons";
    font-style: normal;
	font-size:30px;
    letter-spacing: initial;
}
#checkout-review-submit .agreement-content{
    height: 100px;
    overflow: auto;
}

#checkout-review-submit .agreement-content{
    height: 100px;
    overflow: auto;
}

#checkout-review-submit .agreement-content p{
font-size:12px;
line-height:14px;
}

#checkout-review-submit .agreement-content h3 {
    font-size: 16px;
}

#checkout-review-submit .checkout-agreements input{
	float:left;
}

.order-review-newsletter input{
	float:left;
}

.form-control.terms-condition-content{
	display:none !important;
}

.cart-collaterals .shipping{
	display:none !important;
}

#billing-new-address-form .no-width .col-md-4{
	width:50%;
	padding-left:0px;
	padding-right:0px;
}

#billing-new-address-form .no-width .col-md-4:nth-child(2){
	display:none;
}

#billing-new-address-form .no-width .col-md-4:nth-child(1){
	padding-right:5px;
}

#billing-new-address-form .no-width .col-md-4:nth-child(3){
	padding-left:5px;
}




#shipping-new-address-form .no-width .col-md-4{
	width:50%;
	padding-left:0px;
	padding-right:0px;
}

#shipping-new-address-form .no-width .col-md-4:nth-child(2){
	display:none;
}

#shipping-new-address-form .no-width .col-md-4:nth-child(1){
	padding-right:5px;
}

#shipping-new-address-form .no-width .col-md-4:nth-child(3){
	padding-left:5px;
}

#checkout-review-table-wrapper .cart-price, #checkout-review-table-wrapper .cart-price, #checkout-review-table-wrapper .cart-price{
    text-align: center;
    display: inline-block;
    width: 100%;
}

#eabi_carrier_eabiitellasmartpost{
	position:relative;
}

.eabi_carrier .eabi_postoffice_comment {
    position: absolute;
    left: -28px;
    top: 60px;
}

.amscheckout .sp-methods input{
    float: left;
}
.amscheckout .price {
    font-size: 14px;
    margin-top: 3px;
    display: inline-block;
}

.amscheckout #checkout-payment-method-load dt input{
	float:left;
}

.amscheckout #checkout-payment-method-load dt label{
	display:inline;
}

.checkoutdiscount .price{
    font-size: 14px;
    color: #ababab;
    text-decoration: line-through;
}

.hide-in-desktop{
	display:none !important;
}

#shopping-cart-totals-table tbody tr:nth-child(2){
	display:none;
}

.block-flickr img{
	max-height: 31px;
    width: auto;
    /* display: inline-flex; */
    margin-right: 2px;
    margin-bottom: 10px;
}

.block-flickr .block-content{
    text-align: right;
}
.footer-v1 .middle-footer h4 {
    text-transform: inherit;
}

.account-create .remove-middle .col-md-4{
	width:50%;
}


.account-create .remove-middle .col-md-4:nth-child(2){
	display:none !important;
}

.glc #gcheckout-shipping-method-available  input.radio {
    margin-right: 3px;
    display: inline-block;
    margin-top: 0px;
}

.glc #gcheckout-shipping-method-available .sp-methods label, .glc #gcheckout-shipping-method-available .sp-methods label .price {
    color: #5f6162;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 0px;
}

.glc #gcheckout-shipping-method-available .sp-methods select{
    padding: 3px 20px;
    margin-bottom: 0px;
}

#gcheckout-payment-methods dl dt input, #gcheckout-payment-methods dl dt label {
    display: inline-block;
}

#checkout-review-table-wrapper h3.product-name{
	font-size:16px;
	color:#3e3e3e;
}

#checkout-review-table-wrapper h3.product-name a{
	color:#3e3e3e;
}

#checkout-review-table-wrapper caption, #checkout-review-table-wrapper th, #checkout-review-table-wrapper td {
    vertical-align: middle;
}

.not-discounted-price{
    text-decoration: line-through;
}

.not-discounted-price .price{
    font-size: 12px;
}
.portfolio-details a{
    color: #76c25d;
}


.post-content a.aw-blog-read-more {
    color: #fff;
}

.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.glc .shipping-method .sp-methods dt {
    margin-bottom: 0px;
}

.glc .shipping-method .sp-methods dd {
    margin-bottom: 10px;
}
#eabi_carrier_eabiitellaoffice{
    display: inline-block;
    max-width: 85%;
}

label[for="s_method_eabiitellaoffice_eabiitellaoffice"]{
    display: inline-block;
    max-width: 90%;
}

#checkout-payment-method-load label[for="p_method_paypal_express"]{
    display: inline-flex;
    width: 90%;
    margin-left: 3px;
}

.checkout-cart-index .pysikliendisoodustus p{
    display:inline-block;
}

.pysikliendisoodustus {
    color: #76c25d;
}

.pysikliendisoodustus-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.checkout-cart-index .pysikliendisoodustus p {
    margin-bottom: 0px;
}
.products-grid .product-content .controls {
   display: inline-block !important;
}
.products-grid .product-content .controls .btn-quickview{
   display: none !important;
}
.products-grid .product-content .controls .btn-compare{
   display: none !important;
}
.catalog-product-view .block-related a img{
    object-fit: contain;
    height: 100%;
    max-height: 270px;
    width: 100%;
}

.landing-wrapper{
	max-width: 480px;
}

.landing-header{
    text-align: center;
    margin-top: 50px;
	line-height: 20px;
}

.landing-header.no-margin{
    margin-top: 0px;
}

.landing-text{
    font-size: 10px;
    text-align: center;

}

.cms-uudiskiri .std{
    display: flex;
    justify-content: center;
}

.landing-wrapper .landing-image{
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;
}

.landing-wrapper #newsletter-validate-detail-footer{

}

.landing-wrapper #newsletter-validate-detail-footer {
    margin-top: 30px;
    display: block;
}

.landing-wrapper #newsletter-validate-detail-footer button{
    width: 100%;
}

@media(max-width: 1000px){
#contactForm .form-list .field.col-md-4.col-sm-12:first-child{
    padding-left: 0px;
}

#contactForm .form-list .field.col-md-4.col-sm-12{
    padding-right: 0px;
    padding-left: 0px;
}

.portfolio-details .description img{
	width:100%;
	height:auto;
}

}
@media(max-width: 600px){

#box-description table{
	width:100% !important;

}
.breadcrumbs h1 {
    font-size: 20px;
}
.blog-post-view .post-title {
    font-size: 24px;
    margin-top: 15px;
}
.product-img-box {
    overflow: hidden;
}
.product-shop{
    overflow: hidden;
}
.product-view .product-box-tabs {
    overflow: hidden;
}
.cms-page-view .container .col-main .std img{
	width:100%;
	height:auto;
}
.cms-uudiskiri .container .col-main .std .landing-image img{
	width:auto;
	height:auto;
}
.cms-uudiskiri .container .col-main .std .u_content_social img{
	width:100%;
	height:auto;
}


}

@media(max-width: 991px){


.header-v2 .header-content .logo img {
    height: 130px;
}
.top-footer{
	width:100%;
	overflow:hidden;
}
.breadcrumbs h1 {
    font-size: 30px;
}
.hide-in-desktop{
	display:inline-block !important;
}

.hide-in-mobile{
	display:none !important;
}

#mainMenu li img {
    max-width: 30px;
    float: left;
    padding-top: 0px;
}

#mainMenu #mobile-menu-4 li h5 {
    display: inline-block;
    text-transform: initial;
	color: #696969;
}
#mainMenu .col-md-2 {
    text-align: left;
	color: #696969;
    font-size: 15px;
    display: inline-block;
    font-weight: 400;
    position: relative;
    text-transform: initial;
}
#mainMenu .col-md-2 {
    padding-left: 0px;
	width:100%;
}
}

@media(max-width: 600px){

	.title-block > h2, .title-block > h3 {
		color: #0a0a0a;
		font-size: 26px;
		font-weight: 900;
		letter-spacing: 0.1em;
		line-height: 1.15;
		margin: 0 0 8px;
		text-transform: uppercase;
	}
	.products-grid .item .product-content .product-name {
		font-size: 14px;
	}

}

@media (max-width: 375px){
	.products-grid .item.col-xs-6, .deal-grid .deal-item.col-xs-6 {
		width: 50% !important;
		padding: 0px 4px;
		padding-left: 2px;
	}
	.products-grid .item.col-xs-6, .deal-grid .deal-item.col-xs-6.row-xs-first{
		padding-right: 2px;
		padding-left: 4px;
	}
	.products-grid .item .product-content .product-name {
		font-size: 12px;
		min-height: 54px;
	}
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}

#services  .owl-controls .owl-page span {
    border-radius: 0 !important;
    height: 5px;
    width: 25px;
}
.slides-navigation a:focus,
.slides-navigation a:hover {
	color:#ffffff !important;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(https://vianaturale.ee/skin/frontend/mgstheme/default/css/images/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

/* Styling Pagination*/

.owl-carousel .owl-controls .owl-prev {
    position: absolute;
    top: -13%;
    right: 30px;
    pointer-events: auto;
}

.owl-carousel .owl-controls .owl-next {
    position: absolute;
    top: -13%;
    right: 0;
    pointer-events: auto;
}
.owl-carousel .owl-controls .owl-prev,
.owl-carousel .owl-controls .owl-next {
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    color: #e0e0e0;
    line-height: 50px;
	text-align:center;
    font-size: 75px;
    width: 30px;
    height: 50px;
}
#owl-testimonial-widget .owl-controls .owl-prev, 
#owl-testimonial-widget .owl-controls .owl-next,
#owl_blog_two_line .owl-controls .owl-prev, 
#owl_blog_two_line .owl-controls .owl-next,
#owl_blog_three_line .owl-controls .owl-prev, 
#owl_blog_three_line .owl-controls .owl-next,
#owl_portfolio_two_line .owl-controls .owl-prev, 
#owl_portfolio_two_line .owl-controls .owl-next,
#owl_shop_carousel .owl-controls .owl-prev, 
#owl_shop_carousel .owl-controls .owl-next,
#owl_shop_carousel_1 .owl-controls .owl-prev, 
#owl_shop_carousel_1 .owl-controls .owl-next,
#owl-blog .owl-controls .owl-prev, 
#owl-blog .owl-controls .owl-next,
#owl_bestselling_carousel .owl-controls .owl-prev,
#owl_bestselling_carousel .owl-controls .owl-next{
    color: #fff;
    cursor: pointer;
    font-size: 21px;
    line-height: 25px;
    text-align: center;
    width: 25px;
    height: 28px;
    background: #222;
    border-radius: 3px;
}

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}

.white-wrapper .owl-theme .owl-controls .owl-page span {
	background-color:#b8b8b8;
}
.owl-theme .owl-controls .owl-page span {
    background-color:#ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    display: block;
    height: 10px;
    margin: 5px 4px;
    width: 10px;
}

#owl-testimonial .owl-controls .owl-page.active span {
	background-color:#222222;
}
#owl-twitter .owl-controls .owl-page span {
    background-color:#ffffff;
	border-radius: 0 !important;
    display: block;
    height: 4px !important;
    margin: 5px 4px;
    width: 30px !important;
}
#clients .owl-controls .owl-prev,
#clients .owl-controls .owl-next {
font-size:21px !important;
top:30%;
background:#dddddd;
color:#ffffff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  width:30px;
  height:30px;
  line-height:30px;
}

#clients .owl-controls .owl-prev {
left: -40px
}
#clients .owl-controls .owl-next {
right: -40px
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(https://vianaturale.ee/skin/frontend/mgstheme/default/css/images/ajaxloader.gif) no-repeat center center
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.4;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -5px;
  text-align: right;
  padding-right: 6px;
  width: 30px;
  height:30px;
  background:url('https://vianaturale.ee/skin/frontend/mgstheme/default/images/close.png') left top no-repeat;
  display:block; text-indent:9999px; overflow:hidden;
  opacity:1;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1050px; }
  .mfp-iframe-holder .mfp-close {
    top: -14px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
.mfp-iframe-scaler iframe {
    background: url('https://vianaturale.ee/skin/frontend/mgstheme/default/images/ajax-loader.gif') no-repeat scroll center center #fff !important;
}
@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.appear-animation {
	opacity: 0;
}

.appear-animation-visible {
	opacity: 1;
}
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
          animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
          animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
          animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
          animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
          animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
          animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
          animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
          animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

@keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
          animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
          animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
          animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
          animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-animation-name: flip;
          animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
          animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
          animation-name: flipOutX;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
          animation-name: flipOutY;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
          animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
          animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
          animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
          animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
          animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
          animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
          animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
          animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
          animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
          animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
          animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
          animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
          animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
          animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
          animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
          animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
          animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
          animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
          animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp;
}

@media(max-width: 991px) and (min-width: 768px){
    .pd-sm-top25{
        padding-top: 25px !important;
    }
    .pd-sm-bottom25{
        padding-bottom: 25px !important;
    }
    .pd-sm-top30{
        padding-top: 30px !important;
    }
    .pd-sm-bottom30{
        padding-bottom: 30px !important;
    }
    .pd-sm-top35{
        padding-top: 35px !important;
    }
    .pd-sm-bottom35{
        padding-bottom: 35px !important;
    }
    .pd-sm-top50{
        padding-top: 50px !important;
    }
    .pd-sm-bottom50{
        padding-bottom: 50px !important;
    }
    .pd-sm-top0{
        padding-top: 0 !important;
    }
     .row-sm-first{clear: left;}
	 .pd-sm-top80{
		 padding-top: 80px !important;
	 }
	 .pd-sm-bottom80{
		 padding-bottom: 80px !important;
	 }
	 .pd-sm-bottom40{
		 padding-bottom: 40px !important;
	 }
	 .pd-sm-top40{
		 padding-top: 40px !important;
	 }
	 .pd-sm-bottom20{padding-bottom: 20px !important;}
	 .pd-sm-bottom100{padding-bottom: 100px !important;}
}
@media(max-width: 767px){
    .pd-xs-top25{
        padding-top: 25px !important;
    }
    .pd-xs-bottom25{
        padding-bottom: 25px !important;
    }
    .pd-xs-top30{
        padding-top: 30px !important;
        
    }
    .pd-xs-bottom30{
        padding-bottom: 30px !important;
    }
    .margin-xs-bottom0{
        margin-bottom: 0 !important;
    }
	.pd-xs-top50{
		padding-top: 50px !important;		
	}
	.pd-xs-bottom50{
		padding-bottom: 50px !important;
	}
	.pd-xs-top0{
		padding-top: 0 !important;
	}
	.pd-xs-top80{padding-top: 80px !important;}
	.pd-xs-bottom80{padding-bottom: 80px !important;}
}
@media(max-width: 1750px){
	.promo-banner .banner-fresh p{
		margin-bottom: 20%;
	}
	.promo-banner .banner-fresh .sub-title{
		margin-bottom: 20%;
	}
}
@media(max-width: 1650px){
	.block-spring-flower{
		padding: 100px 0;
	}
	.block-spring-flower .text{
		top: 80px;
		bottom: 20px;
	}
}
@media(max-width: 1580px) and (min-width: 1360px){
	.header-v6 .header-center .block-center .logo-center,
	.header-v6 .header-content .container-fluid{
		padding-left: 30px;
		padding-right: 30px;
	}
	
}

@media(max-width: 1500px){
	.block-deal-flower .box-text .box-abs{
		padding-top: 35px;
		padding-left: 22px;
		padding-right: 22px;
	}
	.block-deal-flower .box-text .box-abs a{bottom: 60px;}
}
@media(max-width: 1390px){
	.custom-box-product-bg .products-grid{
		padding-left: 35px;
		padding-right: 35px;
	}
	.custom-box-product-bg .products-grid .owl-carousel.owl-theme .owl-controls .owl-prev{
		left: -30px;
		
	}
	.custom-box-product-bg .products-grid .owl-carousel.owl-theme .owl-controls .owl-next{right: -30px;}
	.block-fresh-spring .box-text .box-bg-white{
		padding-top: 60px;
		padding-bottom: 55px;
	}
	.promo-banner .banner-fresh p,.promo-banner .banner-fresh .sub-title{
		margin-bottom: 10%;
	}
}
@media(max-width: 1280px) and (min-width: 992px){
	.block-deal-flower{
		padding: 0;
	}
	.custom-col-flower .col-md-5{
		width: 40%;
	}
	.custom-col-flower .col-md-7{
		width: 60%;
	}
	.deal-desc-hidden .single-deal .item-deal .deal-timer{margin-left: auto;}
	.custom-title-top .title-flower2{
		top: 55px;
	}
	.custom-title-top .title-flower2 h3{
		margin-bottom: 40px;
	}
	.block-fresh-spring{
		padding: 0;
	}
	.promo-banner .banner-fresh p,.promo-banner .banner-fresh .sub-title{
		margin-bottom: 10%;
	}
	
}
@media(max-width: 1450px){
	.block-delivery-process .layer-right{
		
		top: -60px;
	}
	.block-delivery-process .layer-right img,
	.block-delivery-process .layer-left img{
		max-width: 200px;
	}
}
@media(max-width: 1400px){
	.header-v1 .header-content .container-fluid,
	.header-v5 .header-content .container-fluid{
		padding-left: 80px;
		padding-right: 80px;
	}
}

@media(min-width: 1366px){
    .widget-latest .last-post-grid-list .block-content > .col-md-6:first-child{
        padding-right: 85px;
    }
    .widget-latest .last-post-grid-list .block-content > .col-md-6:last-child{
        padding-left: 15px;
    }
    .custom-revolution-slider .fullwidthbanner-container{
      /**  padding-left: 100px !important;
        padding-right: 100px !important;**/
        background-color: #fff !important;
    }
}
@media(max-width: 1366px){
	.block-layer-abs .layer-left img{max-width: 200px;}
	.block-layer-abs .layer-right img{max-width: 190px;}
	.block-layer-abs .layer-bottom img{max-width: 230px;}
	.custom-block-product-slider{
		padding-left: 0;
		padding-right: 0;
	}
}
@media(max-width: 1360px) and (min-width: 1200px){
	.header-v6 .header-content .container-fluid,
	.header-v6 .header-center .mega-menu .nav-main > li > a,
	.header-v6.header-sticky-menu .header-center .mega-menu .nav-main > li > a{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.header-v6 .header-center .block-center .logo-center{
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media(min-width: 992px){
    .col-md-15{
        width: 20%;
        float: left;
    }
    .col-md-custom7{
        width: 14.2%;
        float: left;
    }
    .col-md-custom8{
        width: 12.5%;
        float: left;
    }
    .products-grid.row-8 .product-content .btn-addto{
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
    }
    .products-grid.row-8 .item .product-content .product-name{
        font-size: 15px;
    }
	.mega-menu .nav-main li.mega-menu-fullwidth .dropdown-menu .mega-menu-content{
		max-width: 900px;
	}
	.language-dropdown .dropdown-menu,
	.currency-dropdown .dropdown-menu,
	.account-dropdown .dropdown-menu,
	.block-cart-header .dropdown-menu,
	.search-dropdown .dropdown-menu{
		display: block !important;
		opacity: 0;
		visibility: hidden;
		transform: translateY(-10px);
		-moz-transform:  translateY(-10px);
		-webkit-transform:  translateY(-10px);
		-ms-transform:  translateY(-10px);
		transition: all 0.4s ease 0s;
		-moz-transition: all 0.4s ease 0s;
		-webkit-transition: all 0.4s ease 0s;
		-ms-transition: all 0.4s ease 0s;
	}
	.language-dropdown:hover .dropdown-menu,
	.currency-dropdown:hover .dropdown-menu,
	.account-dropdown:hover  .dropdown-menu,
	.block-cart-header:hover .dropdown-menu,
	.search-dropdown:hover .dropdown-menu{
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		-moz-transform:  translateY(0);
		-webkit-transform:  translateY(0);
		-ms-transform:  translateY(0);
	}
	.language-current .account-dropdown{
		display: none !important;
	}
	.mega-menu .nav-toggle-close{display: none;}
        .first-row-item{
            clear: left;
        }
        .product-view .product-shop{
            padding-left: 35px;
        }
	.deals-grid .deal-item.col-md-custom7 .special-price span,
	.deals-grid .deal-item.col-md-custom8 .special-price span{font-size: 16px;}
	.deals-grid .deal-item.col-md-custom7 .deal-timer .countdown span{font-size: 22px;}
	.deals-grid .deal-item.col-md-custom7 .deal-timer .countdown span .timer{font-size: 8px;}
	.deals-grid .deal-item.col-md-custom7 .deal-timer .countdown span b:not(.timer):after{
		top: 5px;
		font-size: 10px;
	}
	.deals-item.col-md-custom8 .deal-timer .countdown span{ font-size: 16px;}
	.deals-item.col-md-custom8 .deal-timer .countdown span .timer{font-size: 7px;}
	.header-v4 .mobile-phone{
		padding-left: 0;
	}
	body.cms-home:not(.page-builder) .header-v6:not(.header-sticky-menu) .btn-responsive-nav,
	body.cms-home:not(.page-builder) .header-v6:not(.header-sticky-menu) .block-cart-header .dropdown-toggle [class*="ion-"],
	body.cms-home:not(.page-builder) .header-v6:not(.header-sticky-menu) .header-center .mega-menu .nav-main > li > a{
		color: #fff;
	}
	.cms-home:not(.page-builder) .header-v6{
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			z-index: 1001;
		}
}
@media(min-width: 1200px){
	.mega-menu .nav-main li.mega-menu-fullwidth .dropdown-menu .mega-menu-content{
		max-width: 1200px;
	}
    .single-deal .item-deal .box-deal-abs{
		margin: 0;
		margin-top: 25px;
		left: -15px;
	}
	.single-deal .item-deal .product-details{padding-left: 5px;}
	.custom-deal-title-abs .title-block{margin-left: 5px;}
}
@media(max-width: 1300px) and (min-width: 992px){
	.header-v1 .header-content .container-fluid,
	.header-v5 .header-content .container-fluid{
		padding-left: 20px;
		padding-right: 20px;
	}
	.header-v1 .mega-menu .nav-main > li > a,
        header .header-v1.header-sticky-menu .mega-menu .nav-main > li > a{
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media(max-width: 1199px) and (min-width: 992px){
    .product-view .product-box-tabs .nav-tabs > li > a{
        margin-left:15px;
        margin-right: 15px;
    }
    .special-product .product-content .product-top{
        padding-left: 0;
    }
    header [class*="header-"].header-sticky-menu .mega-menu .nav-main > li > a,
    .header-v2 .mega-menu .nav-main > li a{
        padding-left: 16px;
        padding-right: 16px;
    }
    .header-v2 .block-cart-header .dropdown-toggle{
        margin-left: 15px;
        margin-right: 15px;
    }
    .search-dropdown .dropdown-toggle span, 
    .header-v2 .account-dropdown .dropdown-toggle span,
    .social-login-options .soical-dropdown .fa,
    .header-v2 .language-dropdown .dropdown-toggle span, 
    .header-v2 .currency-dropdown .dropdown-toggle span{
        padding-left: 15px;
        padding-right: 15px;
    }
    .product-list-block .product-item .box-label{
        float: left;
        width: 100%;
        margin-top: 10px;
    }
    .product-list-block .product-item .box-label .product-label{
        text-align: left;
    }
	.deal-item .deal-timer .countdown span{font-size: 30px;}
	.block-about .block-title-about .h3{margin-bottom: 80px;}
	.block-flower-collection .box-img-1 span:after{
		display: none;
	}
	.custom-title-top .title-flower2 .title h3{
		margin-bottom: 30px;
	}
	.custom-title-top .title-flower2,
	.custom-trending.custom-title-top .title-flower2{top: 50px; left: 75px;}
	.custom-box-product-bg .products-grid{
		padding-top: 55px;
		padding-bottom: 0;
	}
	.custom-box-product-bg .products-grid .owl-carousel.owl-theme .owl-controls{margin-top: 0 ;}
	.block-deal-flower .box-text h2{
		font-size: 16px;
		margin-bottom: 20px;
	}
	.block-deal-flower .box-text .sale{font-size: 55px;margin-bottom: 20px;}
	.block-deal-flower .box-text .box-abs a{position: relative;bottom: 0;margin-top: 10px;}
	.block-deal-flower .box-text .box-abs:after{
		bottom: 10px;
		top: 10px;
		left: 10px;
		right: 10px;
	}
	.block-fresh-spring .box-text .box-bg-white img{
		max-width: 262px;
	}
        .products-grid.productv2 .product-content .product-name{font-size: 20px;}
        .block-flower-collection .box-img-1 img{left: 0;}
		.block-spring-flower h2{
			margin-bottom: 20px;
		}
		.block-spring-flower h3{font-size: 40px;}
		.block-spring-flower{padding-bottom: 36px;}
		.promo-banner .banner-fresh{
			padding: 20px 0;
		}
		.promo-banner .banner-fresh h3{font-size: 30px;}
		.promo-banner .banner-fresh p{
			font-size: 18px;
			margin-left: 0;
			margin-right: 0;
		}
		.header-v6 .header-content .header-left{
			display: none;
		}
		.header-v6 .header-content .col-md-8{
			width: 83.3333%;
			position: static;
		}
		.header-v6 .header-center .block-center .menu-left{
			display: none;
		}
		.header-v6 .header-center .block-center{
			justify-content: left;
			-webkit-justify-content: left;
		}
		.header-v6 .header-center .block-center .logo-center{
			padding: 0;
			padding-right: 50px;
		}
		.header-v6 .main-menu-right.mega-menu .nav-main > li.hidden-md{
			display: inline-block !important;
		}
		.header-v6 .header-center .mega-menu .nav-main > li > a,
		.header-v6.header-sticky-menu .header-center .mega-menu .nav-main > li > a{
			padding-left: 18px;
			padding-right: 18px;
		}
		.block-plant-about-2 .box-layer-right img, 
		.block-plant-about-2 .box-layer-left img{max-width: 200px;}
}
@media(max-width: 1199px){
	.header-v6 .header-content .container-fluid{
		padding-left: 15px;
		padding-right: 15px;
	}
	.single-deal .item-deal .product-details{padding-right: 0;}
	.block-delivery-process .layer-right,
	.block-delivery-process .layer-left{display: none;}
	.block-about .box-item2 img,
	.block-about .box-item3 img{margin: 0 auto;}
	.block-layer-abs .layer-left {top: -210px;}
	.block-layer-abs .layer-left img{
		max-width: 130px;
	}
	.block-layer-abs .layer-right img{max-width: 120px;}
	.block-layer-abs .layer-right{
		top: -150px;
	}
	.block-layer-abs .layer-center .about-text{padding-top: 280px;}
	.block-layer-abs .layer-center .about-text .text{font-size: 20px;}
	.block-layer-abs .layer-center{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.block-layer-abs .layer-center .layer-img2{top: -120px;}
	.block-layer-abs .layer-bottom img{max-width: 170px;}
	.block-layer-abs .layer-bottom{bottom: -125px;}
	.block-layer-abs .layer-center .layer-img2{padding-right: 15px;}
	.header-v4 .language-dropdown .dropdown-menu,
	.header-v4 .currency-dropdown .dropdown-menu{
		right: 0;
		left: auto;
	}
	.block-why-choose-organie .box-right-abs img{
		max-width: 190px;
	}
	.block-why-choose-organie .box-left-abs img{
		max-width: 180px;
	}
	.promo-banner .banner-summer .h4{
		font-size: 25px;
	}
	.promo-banner .banner-summer h3{
		font-size: 75px;
	}
	.promo-banner .banner-organie .h4{font-size: 20px;}
	.promo-banner .banner-organie h3{
		font-size: 80px;
		margin-bottom: 5px;
	}
	.block-welcome-organie .block-content{
		padding-left: 0;
		padding-right: 0;
	}
	.block-img-deal h3{font-size: 40px;}
}

@media(max-width: 991px){
.nav-toggle-close{display: block;}
	.header:not(.header-v1) .mega-menu .nav-toggle-close{display: block;}
	.mega-menu .nav-main {
		text-align: left;
	}
	.mega-menu .nav-main > li{
		float: left;
		width: 100%;
		position: relative;
	}
	.mega-menu .nav-main > li a{
		padding: 5px !important;
		position: relative;
	}
	.mega-menu .nav-main > li > a:before{
		content:"";
		display: inline-block;
		width: 5px;
		height: 1px;
		vertical-align: middle;
		margin-right: 10px;
		background-color: #333;
	}
	.mega-menu .nav-main li.mega-menu-fullwidth{position: relative;}
	.mega-menu .nav-main .toggle-menu{
		position: absolute;
		right: 0;
		top: 0;		
	}
	.mega-menu .nav-main .toggle-menu a{
		width: 35px;
		height: 35px;
		padding: 0 !important;
		text-align: right;
		display: inline-block;
		line-height: 35px;
	}
	.mega-menu .nav-main > li > .toggle-menu a:before,
	.mega-menu .nav-main  li.category-menu .dropdown-menu li ul li .toggle-menu a:before{
		content: "\f067";
		font-family: "FontAwesome";
		display: inline-block;
		font-size: 14px;
		font-weight: 400;
	}
	.mega-menu .nav-main > li > .toggle-menu a.collapse:before,
	.mega-menu .nav-main  li.category-menu .dropdown-menu li ul li .toggle-menu a.collapse:before{
		content:"\f068";
	}
	
	.mega-menu .nav-main li.dropdown .dropdown-menu{
		position: relative;
		opacity: 1;
		visibility: visible;
		display: none;
		border: none;
		box-shadow: none;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		padding-left: 20px;
		width: 100%;
		transition-property: none;
		-moz-transition-property: none;
		-ms-transition-property: none;
		-webkit-transition-property: none;
		z-index: 1;
	}
	.mega-menu .nav-main li.dropdown .dropdown-menu li ul li a{
		padding: 5px 0;
		border: none;
	}
	.mega-menu .nav-main li.dropdown .dropdown-menu li ul li .dropdown-menu{
		position: relative;
		left: 0;
		display: none;
		top: 0;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
	}
	.mega-menu .nav-main li.dropdown .dropdown-menu li ul li a:before,
	.mega-menu .nav-main li.dropdown .dropdown-menu li ul li.dropdown-submenu > a:after{display: none;}
	.mega-menu .nav-main .dropdown .dropdown-menu li ul li .toggle-menu a{
		color: #333;
		font-size: 14px;
		font-weight: 400;
		text-align: right;
		margin-right: -3px;
	}
	.mega-menu .nav-main .dropdown .dropdown-menu li ul li .toggle-menu a .fa-minus,
	.mega-menu .nav-main .dropdown .dropdown-menu li ul li .toggle-menu a.active .fa-plus{display: none;}
	.mega-menu .nav-main .dropdown .dropdown-menu li ul li .toggle-menu a.active .fa-minus{display: inline-block;}
	.mega-menu .nav-main  li.category-menu .dropdown-menu li ul li .toggle-menu a{
		width: 35px;
		height: 35px;
		line-height: 35px;
		text-align: right;
		margin: 0;
	}
	.mega-menu .nav-main  li.category-menu .dropdown-menu li ul li .toggle-menu a:before{
		opacity: 1;
		visibility: visible;
		left: auto;
		position: relative;
		margin: 0;
		background: none;
		top: auto;
		width: auto;
	}
        .header:not(.header-v1) .mega-menu .nav-main li.mega-menu-fullwidth .dropdown-menu .mega-menu-content{
            padding: 0;
        }
        .header:not(.header-v1) .mega-menu .nav-main li.mega-menu-fullwidth .dropdown-menu .mega-menu-content .sub-menu .sub-menu{display: none;}
        .mega-menu .nav-main li.mega-menu-fullwidth .dropdown-menu .mega-menu-content .sub-menu li a .mega-menu-sub-title{
            border-bottom-color: #f4f4f4;
        }
	.header-v2 .mega-menu,
	.header-v3 .mega-menu,
	.header-v4 .mega-menu{
		background-color: #fff;
		height: 100%;
		max-width: 300px;
		overflow: auto;
		padding: 40px 20px;
		position: fixed;
		right: 0;
		top: 0;
		opacity: 0;
		visibility: hidden;
		transform: translateX(100%);
		-moz-transform: translateX(100%);
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transition: all 0.4s ease 0s;
		-moz-transition: all 0.4s ease 0s;
		-webkit-transition:all 0.4s ease 0s;
		-ms-transition: all 0.4s ease 0s;
		z-index: 1001;
	}
	
	.header-v2 .mega-menu.show,
	.header-v3 .mega-menu.show,
	.header-v4 .mega-menu.show{
		transform: translateX(0);
		-moz-transform:  translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		opacity: 1;
		visibility: visible;
		
	}
	/* HEADER 1 */
	.account-dropdown .dropdown-menu{
		right: 0;
		left: auto;
	}
	.language-current{
		margin-bottom: 40px;
	}
	.header-v1 .header-content .container-fluid,
	.header-v5 .header-content .container-fluid{
		width: 750px;
		padding-left: 15px;
		padding-right: 15px;
		margin: 0 auto;
	}
	/* 	HEADER 2 */
	.header-v2 .btn-responsive-nav {
		display: inline-block;
		font-size: 18px;		
		font-weight: 400;
		line-height: 1;
	}
	.header-v2 .btn-responsive-nav i{
		padding: 20px 0 20px 20px;
		line-height: 1;
	}
	.header-v2 .btn-responsive-nav:before{
		content:"";
		display: inline-block;
		width: 1px;
		height: 22px;
		background-color: #eeeff0;
		vertical-align: middle;
	}
	.header-v2 .header-content{
		padding-bottom: 10px;
		border-bottom: none;
	}
	/* header 3 */
	.header-v3 .btn-responsive-nav{
		display: inline-block;
		font-size: 23px;
		padding-left: 15px;
		line-height: 45px;
	}
	.header-v3 .search-dropdown .dropdown-toggle:after{
		content:"";
		display: inline-block;
		width: 1px;
		height: 22px;
		vertical-align: middle;
		background-color: #eeeff0;
	}
	.header-v3 .header-content{
		padding-top: 35px;
	}
	.header-v2 .search-dropdown .dropdown-menu,
	.header-v2 .block-cart-header .dropdown-menu{
		left: 0;
		right: auto;
	}
	.header-v4 .nav-header-main{
		background: none;
	}
	.header-v4 .search-dropdown .dropdown-toggle, 
	.header-v4 .account-dropdown .dropdown-toggle, 
	.header-v4 .currency-dropdown .dropdown-toggle, 
	.header-v4 .language-dropdown .dropdown-toggle,
	.header-v4 .mega-menu .nav-main > li > a{
		color: #333;
	}
	.header-v4 .mega-menu .nav-main > li > a:hover{
		color: #8eb35a;
	}
	.header-v4 .header-content{
		padding-top: 35px;
		padding-bottom: 10px;
	}
	.header-v4 .btn-responsive-nav{
		display: inline-block;
		font-size: 16px;
		padding: 0 15px;
	}
	.footer-v1 [class*="col-sm-12"] {
		margin-bottom: 25px;
	}
	.toolbar-bottom{margin-bottom: 30px;}
		.sidebar .block-blog-categories{margin-bottom: 30px;}
		.sidebar .block:not(.block-layered-nav){
			position: relative;
		}
        .sidebar .block .block-content{
            display: none;
        }
        .sidebar .block:not(.block-layered-nav) .block-title h4:after,
		.sidebar .block .block-title h2:after,
		.sidebar .block .block-title h3:after{
            content: "\f123";
            font-family: 'Ionicons';
            font-size: 16px;
            display: inline-block;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            color: #333;
			cursor: pointer;
        }
        .sidebar .block:not(.block-layered-nav) .block-title.active h4:after,
		.sidebar .block .block-title.active h2:after,
		.sidebar .block .block-title.active h3:after{
            content:"\f126";
        }
		.sidebar .block-layered-nav{margin-bottom: 0;}
		.sidebar .block-layered-nav .block-content{display: block;margin-bottom: 0;}
		.sidebar .block-layered-nav .block-content #narrow-by-list dd{display: none;}
		.block-layered-nav .block-content #narrow-by-list dd.last{margin-bottom: 50px;}
         .product-view .product-box-tabs .nav-tabs > li > a{
            padding-top: 5px;
            margin-left: 0;
        }
        .special-product .product-content .product-top{
            padding-left: 0;
            padding-right: 15px;
        }
        .testimonials-carousel.owl-carousel.owl-theme .owl-controls .owl-prev, 
        .testimonials-carousel.owl-carousel.owl-theme .owl-controls .owl-next {
            opacity: 0;
            visibility: hidden;
        }
        .testimonials-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-prev, 
        .testimonials-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-next{
            opacity: 1;
            visibility: visible;
        }
        .product-list-block .product-item .box-label .product-label{
            text-align: left;
        }
		.sidebar .block-my-account .block-title h3:after{display: none;}
	/* Home page 3*/
	.single-deal .item-deal .product-top:after{display: none;}
	.single-deal .item-deal .product-name{
		margin-top: 70px;
	}
	.custom-deal-title-abs .title-block{
		top: 20px;
	}
	.custom-deal-title-abs .title-block h2{font-size: 35px;}
	.single-deal .item-deal .short-desc{margin-bottom: 0;}
	.single-deal .deal-timer{margin-bottom: 0;}
	.custom-deal-title-abs{
		min-height: auto;
	}
	.block-delivery-process .block-content .step-content [class*="step-"] .box-icon:after{
		background-size: 90px auto;
	}
	.block-about .block-title-about .h3{margin-bottom: 80px;font-size: 18px;}
	.block-layer-abs .layer-center .about-text{
		padding-top: 210px;
	}
	.block-layer-abs .layer-center .about-text .text{font-size: 16px;}
	.block-layer-abs .layer-center .about-text{padding-bottom: 90px;}
	.title-cake .title-block h3, .title-cake .title-block h2{
		font-size: 40px;
	}
	.block-shop-by-cate .title-block h3{line-height: 1.3;}
	.block-shop-by-cate .title-block{ top: -115px;}
	.block-shop-by-cate:after{display: none;}
	.block-welcome-organie .tool-tip{
		margin-bottom: 70px;
	}
	.block-why-choose-organie .block-content .box-left{
		padding-top: 0;
	}
	.block-why-choose-organie .block-content [class*="box-item-"]{
		display: block;
		max-width: 270px;
		margin: 0 auto 70px;
		float: none;
	}
	.block-why-choose-organie .block-content .box-right{padding-top: 45px;}
	.custom-block-why-choose{max-height: 100%;}
	.block-story .block-content .box-left img,
	.block-story .block-content .box-right img{
		max-width: 100%;
	}
	.block-story .block-content .box-left .img-left-1{
		margin-left: -60px;
		float: left;
		margin-right: 0;
	}
	.block-story .block-content .col-xs-12{
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 70px;
	}
	.block-story .block-content .box-center{
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 100%;
		max-width: 570px;
	}
	.block-story .block-content .box-right .img-right-1{
		text-align: right;
	}
	.block-story .block-content .box-right .img-right-2{
		right: 0;
		left: auto;
		margin-top: 0;
	}
	.custom-deal-layout2 .deal-container{
		margin-top: -100px;
		padding-top: 70px;
	}
	.custom-deal-single2 .single-deal .item-deal .product-top{
		padding-left: 15px;
		padding-right: 15px;
	}
	.custom-deal-layout2 .title-block{top: 130px;}
	.custom-deal-layout2 .title-block h2{font-size: 34px;}
	.custom-deal-single2 .single-deal .item-deal .product-details{
		padding-right: 0;
	}
	.testimonials-carousel .testimonial-item .testimonial-content .h5{
		padding-left: 30px;
		padding-right: 30px;
	}
	.block-story .block-content .container{
		position: relative;
	}
	.block-testimonial-bg .box-right ,
	.block-testimonial-bg .box-left {display: none;}
	/* home flower2 */
	.custom-col-flower .col-md-5,
	.custom-col-flower .col-md-7{width: 100%;}
	.block-flower-collection .box-text-organie h2{
		font-size: 55px ;
	}
        .block-deal-flower,
        .block-fresh-spring{
            padding: 0;
        }
        .deal-desc-hidden .single-deal .item-deal .deal-timer{margin-left: auto;padding: 0;}
        .custom-title-top .title-flower2 .title h3{
            margin-bottom: 50px;
        }
        .custom-title-top .title-flower2{
            left: 0;
            right: 0;
            top: 65px;
            text-align: center;
        }
        .block-fresh-spring .box-text .box-bg-white{
		padding-top: 100px;
		padding-bottom: 95px;
	}
        .block-flower-collection .box-text-spring{
            padding-bottom: 80px;
        }
        .block-flower-collection .box-text-organie{
            padding-top: 80px;
        }
        .block-flower-collection .box-img-1 span:after{display: none;}
        .block-flower-collection{
            padding-top: 80px;
        }
		.block-about-flower3 .box-img-main .img-1:before,
		.block-about-flower3 .box-img-main .img-1:after{display: none;}
		.block-about-flower3 .box-img-main .img-2{
			right: 40px;
			top: 60%;
		}
		.block-about-flower3 .title{
			margin-top: 0;
			margin-bottom: 60px;
		}
		.block-about-flower3 .title img{margin-left: auto;}
		.custom-title-top-center .title-flower2 .title h3{margin-bottom: 80px;}
		.custom-title-top-deal .title-flower2{
			margin: 0 auto;
			float: none;
		}
		.custom-deal-layout3 .deal-container{
			float: none;
			margin: 0 auto;
		}
		.block-about-flower3 .title h5{margin-top: -120px;}
		.promo-banner .banner-fresh{
			padding: 20px 0;
		}
		.block-amazing-services .block-content .col-md-4 .box-item-services:first-child{
			margin-top: 0;
		}
		.block-amazing-services .block-content .col-md-4 .box-item-services{margin-bottom: 40px;}
		.block-organie-app .title h2{font-size: 35px;}
		.header-v6 .header-center .block-center .logo-center{padding: 0;}
		.header-v6 .logo-container{
			padding: 15px 0;
		}
		.block-plant-about-2 .box-layer-left img, .block-plant-about-2 .box-layer-right img{
			max-width: 150px;
		}
		.block-plant-about-2 .block-content .section-2{
			padding-top: 80px;
			padding-bottom: 60px;
		}
		.block-plant-about-2 .box-layer-right{
			top: 300px;
		}
		.header-v3:not(.header-sticky-menu) .block-cart-header{
			margin-right: 0;
		}
}
@media(max-width: 991px) and (min-width: 768px){
	.margin-sm-bottom20{margin-bottom: 20px;}
    .product-list-block .product-item .product-top{
        max-width: 80px;
        margin-right: 20px;
    }
    .product-list-block .product-item .product-details{
        width: calc(100% - 100px);
    }
     .product-list-block .product-item .box-label{
        float: left;
        width: 100%;
        margin-top: 10px;
    }
	.footer-v1 .middle-footer .col-sm-6{margin-bottom: 20px;}
	.single-deal .item-deal .product-name{
		margin-top: 110px;
	}
	.custom-deal-title-abs .title-block{
		top: 65px;
	}
	.clear-sm{clear: left;}
	.header-v4 .search-dropdown .dropdown-menu{
		left: 0;
		right: auto;
	}
	.promo-banner .box-white{
		line-height: 1.2;
		padding: 20px 10px;
		width: 130px;
	}
	.promo-banner .banner-fresh h3{
		font-size: 25px;
		margin: 0 auto 10px;
	}
	
		.promo-banner .banner-fresh p{
			font-size: 16px;
			margin-left: 5px;
			margin-right: 0;
		}
		.promo-banner .banner-wedding{
			padding-right: 10px;
		}
}
@media(max-width: 767px){
    .row-xs-first{
        clear: left;
    }
	.effect-chico .promo-banner > a:before{
		bottom: 20px;
		left: 20px;
		right: 20px;
		top: 20px;
	}
	.header-v1 .header-content .container-fluid,
	.header-v5 .header-content .container-fluid{
		width: 100%;
	}
	.search-dropdown,
	.header-v2 .block-cart-header,
	.header-v4 .block-cart-header,
	.header-v2 .account-dropdown,
	.header-v1 .block-cart-header,
	.header-v5 .block-cart-header{
		position: static;
	}
	.search-dropdown .dropdown-menu,
	.header-v2 .block-cart-header .dropdown-menu,
	.header-v4 .block-cart-header .dropdown-menu,
	.header-v2 .account-dropdown .dropdown-menu{
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 290px;
		min-width: 290px;
	}
	.header-v1 .block-cart-header .dropdown-menu,
	.header-v4 .block-cart-header .dropdown-menu,
	.header-v5 .block-cart-header .dropdown-menu{
		left: auto;
		right: 16px;
		margin: 0 auto;
		width: 290px;
		min-width: 290px;
	}
	.header-v2 .account-dropdown .dropdown-menu{
		width: 165px;
		min-width: 165px;
	}
	.header-v3 .top-bar .container-fluid{
		padding-left: 15px;
		padding-right: 15px;
		text-align: center;
	}
	.header-v3 .top-bar .links, .header-v3 .language-dropdown, .header-v3 .currency-dropdown{float: none;}
	.header-v3 .header-content .mobile-cart{width: 50%;}
	.header-v3 .top-bar .links li.first:before{display: none;}
	.header-v3 .top-bar .links li.last a{padding-right: 15px;}
	.header-v3 .top-bar .links li.last:after{
		background-color: #696969;
		content:"";
		display: inline-block;
		height: 20px;
		vertical-align: middle;
		width: 1px;
	}
	.header-v3 .currency-dropdown .dropdown-toggle:before{display: none;}
	.header-v3 .currency-dropdown .dropdown-toggle:after{
		background-color: #ccc;
		content:"";
		border-radius: 50%;
		display: inline-block;
		height: 3px;
		margin-top: 2px;
		vertical-align: middle;
		width: 3px;
	}
	.header-v3 .header-content .mobile-phone{display: none;}
	.header-content .mobile-logo{
		width: 50%;
		text-align: left;
	}
	.header-v4 button.dropdown-toggle span{
		padding-left: 10px !important;
		padding-right: 10px !important; 
	}
	/* FOOTER */
	.footer-v1 .block .block-content{
		display: none;
	}
	.footer-v1 [class*="col-sm-12"]{margin-bottom: 0;}
	.footer-v1 [class*="col-xs-12"] .block-content{
		margin-bottom: 25px;
	}
	.footer-v1 .block-social{
		margin-bottom: 25px;
	}
        .footer-v1 .block h4{
            cursor: pointer;
        }
	.footer-v1 .block h4:after{
		content:"\f3d0";
		font-family: "Ionicons";
		display: inline-block;
		font-size: 16px;
		color: #333;
		text-align: right;
		float: right;
	}
	.footer-v1 .block h4.active:after{
		content: "\f3d8";
	}
	.block-newsletter-ft button span{display: none;}
	.block-newsletter-ft button span.fa{display: inline-block;}
	.block-newsletter-ft .box-text h4{
		margin-bottom: 20px;
		margin-top: 0;
		font-size: 30px;
	}
	.block-newsletter-ft .box-text form .field{width: calc(100% - 121px);}
	.block-newsletter-ft .box-text form .actions{
		width: auto;
	}
	.footer-v2 .bottom-footer{
		text-align: center;
	}
	.footer-v2 .bottom-footer .block-social ul{
		float: none;
		margin-top: 20px;
	}
	.footer-v1 .bottom-footer .bottom-ft-container{text-align:center;}
	.footer-v1 .footer-links{
		float: none;
		margin-top: 20px;
	}
        .block-services{
            text-align: center;
            margin-bottom: 20px;
        }
        .block-services:last-child{
            margin-bottom: 0;
        }
        .widget-latest .last-post-grid-list .item .post-left{
            width: 100%;
            margin-right: 0;
            margin-bottom: 24px;
        }
        .widget-latest .last-post-grid-list .item .post-right{
            width: 100%;
        }
        .organie3-block-life{
            padding-top: 20px;
        }
        .organie3-block-life .item-block{
            margin-bottom: 40px;
        }
        .product-view .product-box-tabs .nav-tabs > li{
            text-align: left;
            display: block;
            border-bottom: 1px solid #f4f4f4;
            margin-top: 5px;
        }
        .product-view .product-box-tabs.onepage-column .nav-tabs{
            text-align: left;
            border: none;
        }
        .product-view .product-box-tabs .tab-content > .tab-pane{
            padding-top: 40px;
        }
        .footer-v1 .middle-footer{
            padding-bottom: 50px;
            padding-top: 50px;
        }
        .tp-rightarrow.default::before,
        .tp-leftarrow.default::before{
            width: 60px;
            height: 60px;
            font-size: 14px;
            line-height: 60px;
        }
        .tp-rightarrow{
            right: 100px !important;
        }
        .tp-leftarrow{
            left: 40px !important;
        }
		/* Home page 3*/
	.single-deal .item-deal .product-top, 
	.single-deal .item-deal .product-details{
		width: 100%;
		
	}
	.single-deal .item-deal .product-top {
		margin-bottom: 40px;
	}
	.custom-deal-title-abs .title-block{
		position: relative;
		left: 0;
		display: block;
		margin-top: 0;
		margin-bottom: 30px;
		top: 0;
		text-align: center;
	}
	.single-deal .item-deal .product-name{
		margin-top: 0;
	}
	.hidden-bg-image{
		background: none !important;
	}
.single-deal .item-deal .deal-timer .countdown{margin-left: 0;}
	.single-deal .item-deal .deal-timer {
		padding-right: 20%;
	}
	.block-delivery-process .block-content .step-content [class*="step-"]{
		width: 50%;
		text-align: center;
		margin: 0 !important;
		margin-bottom: 20px !important;
	}
	.block-delivery-process .block-content .step-content [class*="step-"] .box-content{
		margin: 0 !important;
		
	}
	.block-delivery-process .block-content .step-content [class*="step-"] .box-icon:after{display: none;}
	.block-delivery-process .setting-img{margin: 0;display: block;}
	.block-delivery-process .setting-img img{max-width: 100%;}
	.block-delivery-process .block-content{
		padding-top: 0;
	}
	.block-layer-abs .layer-center{
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.block-layer-abs .layer-center .col-xs-12{
		text-align: center;
	}
	.block-layer-abs .layer-center .layer-img1{text-align: center;}
	.block-layer-abs .layer-center .layer-img2{
		position: relative;
		top: 0;
		margin-top: 60px;
		margin-left: auto;
		margin-right: auto;
		padding-right: 0;
	}
	.block-layer-abs .layer-center .about-text .layer-img3{display: none;}
	.block-layer-abs .layer-center .about-text{
		padding-top: 30px;
		padding-bottom: 60px;
	}
	.pd-xs-top80{
		padding-top: 80px !important;
	}
	.block-shop-by-cate .img-center{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.testimonials-carousel .testimonial-item .testimonial-content .h5{padding: 0 15px;}
	.products-list .item .ratings, 
	.products-list .item .no-rating{
		float: left;
		text-align: left;
	}
	.footer-v2 .middle-footer .block-newsletter-flower{padding-bottom: 80px;}
	.promo-banner .banner-organie .h4,
	.promo-banner .banner-summer .h4{text-align: center;}
	.block-story .block-content .box-center{
		position: relative;
		height: auto;
	}
	.block-story{
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.block-story .block-content .col-xs-12{position: relative;top: 0;}
	.custom-deal-layout2 .title-block{
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		padding-bottom: 45px;
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}
	.custom-deal-single2 .single-deal .item-deal .product-top .product-image{
		max-width: 400px;
		margin: 0 auto;
	}
	.custom-deal-single2 .single-deal .item-deal .product-name{
		margin-bottom: 28px;
	}
	.custom-deal-single2 .single-deal .item-deal .deal-timer{
		max-width: 470px;
	}
	.custom-deal-single2 .single-deal .item-deal .product-top{margin-bottom: 0;}
        .block-flower-collection{
            padding-top: 50px;
            padding-bottom: 50px;
        }
        .block-flower-collection .box-img-1 img{
            left: 0;
            right: 0;
        }
        .block-flower-collection .box-img-1{margin-bottom: 20px;}
        .block-flower-collection .box-img-2 img{margin-right: auto;}
        .block-flower-collection .box-text-organie{padding-top: 50px;}
        .custom-box-product-bg .products-grid{
            padding-top: 60px;
            padding-bottom: 0;
        }
        .custom-box-product-bg.padding-right30{
            padding-right: 15px;
        }
        .custom-box-product-bg.padding-left30{padding-left: 15px;}
		.block-about-flower3 .box-img-main .img-2{
			top: 0;
			right: 0;
		}
		.block-about-flower3 .box-text{
			text-align: center;
		}
		.block-about-flower3 .title{
			margin-top: 80px;
			text-align: center;
		}
		.block-about-flower3 .item-about{
			text-align: center;
			margin: 0 auto 30px;
		}
		.custom-deal-layout3 .single-deal .item-deal .deal-timer{
			padding-right: 0;
		}
		.promo-banner .banner-fresh{
			padding: 46px 0;
		}
		.promo-banner .banner-fresh .sub-title{
			margin-bottom: 20%;
		}
		.promo-banner .banner-fresh p{
			margin-bottom: 25%;
		}
		.block-plant-about .col-1 .content-box{
			padding-top: 50px;
		}
		.block-plant-about .title-about{
			padding-left: 0;
			text-align: center;
			margin: 50px auto;
		}
		.block-plant-about .box-img-2{
			padding-left: 0;
			text-align: center;
		}
		.block-plant-about .box-img-2:before{display: none;}
		.block-organie-video h3{
			font-size: 60px;
		}
		.block-plant-about .col-1 img{
			margin-left: 0;
		}
		.block-plant-about .title-about h4{
			text-align: center;
		}
		.header-v6 .header-center .block-center{
			justify-content: left;
			-webkit-justify-content: left;
		}
		.block-plant-about-2 .box-layer-left, 
		.block-plant-about-2 .box-layer-right{
			display: none;
		}
		.custom-testimonial-layout1 .testimonial-container .testimonials-carousel{
			padding-left: 0;
			padding-right: 0;
		}
		.block-custom-product .box-abs{
			padding: 30px 0 50px;
			display: block;
		}
		.custom-deal-layout2 .deal-container{
			padding-top: 50px;
		}
		.block-welcome-organie .tool-tip{
			font-size: 16px;
			margin-bottom: 40px;
		}
}

@media(max-width: 630px){
    .special-product .product-content .product-top,
    .special-product .product-content .product-desc
    {
        width: 100%;
    }   
    .special-product .product-content .product-desc .product-name{
        margin-top: 20px;
    }
    .box-text-flower h3{
        font-size: 60px;
        margin-left: 0;
    }
    .box-text-flower p{
        letter-spacing: 0.5em;
    }
    
}
@media(max-width: 600px){
	.block-counter .counter-number{
		width: 50%;
	}
	.block-counter .number-3{
		border: none;
	}
	.block-plant-about-2 .block-content .title-about h3{font-size: 80px;}
	.block-plant-about-2 .block-content .title-about h3 span{
		margin-left: auto;
		font-size: 70px;
	}
	.custom-testimonial-layout1 .title-block > h2{
		font-size: 35px;
	}
}
@media(max-width: 560px){
     .toolbar .sort-view .limiter{
            width: calc(100% - 140px);
            float: left;
        }
        .toolbar .sort-view .sort-by{
            width: 100%;
            float: left;
            margin-right: 0;
            
        }
        .toolbar .sort-view .sort-by select{
            width: calc(100% - 30px);
            margin: 0;
        }
        .toolbar .sort-view .limiter select{width: 100%;margin: 0;}
        .toolbar .sort-by a{
            text-align: center;
            width: 30px;
        }
.single-deal .deal-timer{padding-right: 0;}
.block-layer-abs .layer-left img{max-width: 60px;}
.block-layer-abs .layer-left {
	top: -110px;
}
.block-layer-abs .layer-right img{max-width: 80px;}
.block-layer-abs .layer-right{
	top: -84px;
}
.block-layer-abs .layer-center .about-text{padding-bottom: 20px;}
.block-layer-abs .layer-center .about-text .text{margin: 0;}
.block-layer-abs .layer-bottom img{display: none;}
.block-cake-banner{padding-left: 15px;padding-right: 15px;}
.block-cake-banner h3{font-size: 30px;}
.block-deal-flower .box-text{
    min-width: 55%;
    background-color: #fff;
}
}
@media(max-width: 520px){
	.header-v1 .top-bar-abs,
	.header-v5 .top-bar-abs,
	.header-v6 .top-bar-abs{
		width: 300px;
		padding: 20px 20px 40px;
	}
	.header-v2 .search-dropdown .dropdown-toggle span,
	.header-v2 .account-dropdown .dropdown-toggle span,
	.header-v2 .language-dropdown .dropdown-toggle span, 
	.header-v2 .currency-dropdown .dropdown-toggle span,
        .social-login-options .soical-dropdown .fa{
		padding-left: 10px;
		padding-right: 10px;
	}
	.header-v2 .block-cart-header .dropdown-toggle{
		margin-left: 10px;
		margin-right: 10px;
	}
	.header-v2 .btn-responsive-nav i{
		padding-left: 10px;
	}
        .block-category-products-tabs .nav-tabs li{
            width: 100%;
            margin: 0 0 5px;
        }
        .block-category-products-tabs .nav-tabs li a{
            width: 100%;
            text-align: center;
        }
		.single-deal .deal-timer .countdown span{
			font-size: 35px;
		}
		.deal-timer .countdown span .timer{
			font-size: 14px;
		}
		.deal-timer .countdown span b:not(.timer):after{
			top: 14px;
		}
		.category-products .deals-list .deal-item .col-xs-6,
		.category-products .deals-grid .deal-item.col-xs-6{
			width: 100%;
		}
		.category-products .deals-list .deal-item .product-image-container{margin-bottom: 30px;}
                .box-text-flower h3{
                    font-size: 45px;
                }
                .box-text-flower p{letter-spacing: 0.2em;}
				.block-spring-flower h3{font-size: 40px;}
				.block-organie-video h3{font-size: 45px;}
}
@media(max-width: 460px){
	.promo-banner .banner-summer h3,
	.promo-banner .banner-organie h3{
		font-size: 35px;
	}
	.promo-banner .banner-summer .h4{font-size: 17px;}
	.promo-banner .banner-summer .sale-code{font-size: 10px;}
	.promo-banner .banner-organie .h4{font-size: 15px;}
	.promo-banner .banner-organie .sale-code{
		margin: 0;
		text-align: center;
		font-size: 10px;
	}
	.block-story .block-content .box-center{
		padding: 30px;
	}
        .block-fresh-spring .box-text .box-bg-white{
            padding: 50px 0;
        }
        .block-deal-flower .box-text .box-abs:after{
            bottom: 10px;
            left: 10px;
            right: 10px;
            top: 10px;
        }
        .block-deal-flower .box-text .box-abs{
            padding-left: 20px;
            padding-right: 20px;
            padding-top: 20px;
        }
        .block-deal-flower .box-text h2{font-size: 15px;margin-bottom: 15px;}
        .block-deal-flower .box-text .sale{
            font-size: 40px;
            margin-bottom: 20px;
        }
        .block-deal-flower .box-text .box-abs a{bottom: 20px;
        font-size: 12px;
        max-width: 100px;
        }
		.block-img-deal h3{
			font-size: 32px;
			top: -15px;
		}
		.custom-deal-layout3 .single-deal .item-deal .box-content{
			padding: 45px 20px 50px;
		}
		.block-custom-product h3{
			font-size: 35px;
		}
		.header-v3 .language-dropdown,
		.header-v3 .currency-dropdown{
			right: 0;
			left: auto;
		}
}
@media(max-width: 420px){
	.block-img-deal h3{font-size: 26px;}
	.header-v3 .block-cart-header .dropdown-menu{
		min-width: 290px;
	}
	.header-v4 .search-dropdown,
	.header-v4 .account-dropdown,
	.header-v4 .currency-dropdown,
	.header-v4 .language-dropdown{
		position: static;
	}
	.header-v4 .search-dropdown .dropdown-menu,
	.header-v4 .account-dropdown .dropdown-menu,
	.header-v4 .currency-dropdown .dropdown-menu,
	.header-v4 .language-dropdown .dropdown-menu{
		left: 0;
		right: 0;
		margin: 0 auto;
		min-width: 165px;
		width: 165px;
	}
        .product-view .add-to-links li{
            margin-left: 5px;
        }
        #upsell_products{
            margin: 0;
        }
        .product-collateral .owl-carousel.owl-theme .owl-controls .owl-next, .product-collateral .owl-carousel.owl-theme .owl-controls .owl-prev{
            width: 30px;
            height: 30px;
            line-height: 30px;
            margin: 0 !important;
        }
        .product-collateral .owl-carousel.owl-theme .owl-controls .owl-prev{
            right: 35px;
        }
		.single-deal .item-deal .deal-timer{
			padding-right: 0;
		}
		.mfp-inline-holder .mfp-content{
			width: 290px !important;
		}
		.ajaxcart-iframe #success-message-container button.btn{margin-bottom: 15px;}
		.block-story .layer-top{
			top: 0;
		}
		.block-story .layer-top img{max-width: 100px;}
                .box-text-flower h3{font-size: 30px;}
                .box-text-flower .sub-title{font-size: 17px;}
                .box-text-flower p{font-size: 11px;}
                .block-fresh-spring .box-text .box-bg-white img{max-width: 180px;}
                .block-fresh-spring .box-text .box-bg-white h4{font-size: 20px;}
                .block-fresh-spring .box-text .box-bg-white{padding: 40px 0;}
		.block-spring-flower h3{
			font-size: 30px;
		}
		.promo-banner .banner-fresh p,.promo-banner .banner-fresh .sub-title{
			margin-bottom: 10%;
		}
		.block-organie-video h3{font-size: 36px;}
		.block-counter .counter-number{
			width: 100%;
			border: none;
		}
		.promo-banner .banner-summer{
			padding: 0;
		}
}
@media(max-width: 375px){
	.header-v3 .top-bar .container-fluid{
		padding-left: 0;
		padding-right: 0;
	}
        .products-grid .item.col-xs-6,
		.deal-grid .deal-item.col-xs-6{
            width: 100%;
        }
         .ask-question{
            position: relative;
            top: 0;
        }
        .product-box-tabs #box-reviews .box-reviews dl:first-child{
            padding-top: 0;
        }
		.block-delivery-process .block-content .step-content [class*="step-"]{
			width: 100%;
		}
		.title-cake .title-block h3, .title-cake .title-block h2{
			font-size: 35px;
		}
		.block-layer-abs .layer-center{padding-top: 50px;padding-bottom: 50px;}
		.block-layer-abs .layer-left{top: -80px;}
		.block-cart-header .block-content .actions .btn{padding-left: 19px;padding-right: 19px;}
                .block-flower-collection .box-text-organie h2{
                    font-size: 46px;
                    padding-left: 0;
                }
               .block-custom-product h3{
			font-size: 30px;
		} 
}
/***DEV : LUUNV***/
@media(max-width: 1199px){
    .cms-about-us-2 .about_us_2 .about_us_story {padding-bottom: 110px}
	.flower_banner .bithday strong{margin-left:0}
}
@media(max-width: 991px){
	.flower_banner .valentine p {padding:16px}
	.flower_banner{margin-top:0;padding-top: 30px !important}
	.flower_collection{padding:30px 15px}
	.cms-no-route .center h3{font-size:36px}
	.products-list .countdown span:not(:last-child) b:after{margin-left:10%}
	.testimonials-list .testimonial-item{margin-top:35px}
	.testimonials-list .testimonial-item .testimonial-content{min-height:0}
	.cms-about-us-2 .about_us_2 .about_us_story .center .center_inner{padding: 35px 15px}
	.cms-about-us-2 .about_us_2 .about_us_clients::before{margin-bottom:40px}
	.testimonial-container .title{margin-bottom:80px}
	.cms-about-us-2 .farm_services_brands {margin-top: 50px}
	.featured-brands .owl-carousel .owl-item{height:150px}
	.about_us_farmers{padding-top:65px}
	.cms-about-us .about_us_1 .about_us_stores{padding-bottom:80px}
	.cms-about-us .about_us_1 .about_us_steps{padding-top:30px}
	.cms-about-us .about_us_1 .about_us_steps .step_item{padding-top:0}
	.cms-about-us .about_us_1 .about_us_steps .step_item .farm{margin-top:0}
	.cms-about-us .about_us_1 .about_us_farm_services{padding-top:50px}
	.blog-index-list .blog-post{margin-right:0}
	.blog-post-view .post-content .image-content .image{padding:0}
	.blog-post-view .post-content .image-content .text{
		padding:0;
		margin:0;
	}
	.blog-post-view .post-content blockquote{margin:30px}
	.breadcrumbs {
        padding: 120px 0;
        margin-bottom: 86px;
	}
	.post-actions{margin-bottom:50px;}
	.blog-post-view .comment-list{margin-bottom:40px;}
	.blog-post-view .post-content .image-content{margin-bottom:0}
	#store-list-map{height:550px !important}
	#map-detail{height:550px !important}
	.deal-item .deals-info .countdown span b{font-size:28px}
	.deal-timer .time-note span{font-size:12px}
	.discount-save{
		height:100px;
		width:100px;
		line-height:35px;
		top:10px;
		left:10px;
	}
	.discount-save .percent{font-size:28px}
	.deal-item h2 {margin:10px 0;font-size:34px}
	.deals-container .deal-item{padding-bottom:20px}
	.deal-item .deals-info{margin-bottom:15px}
	.flower_product{padding-top:50px !important;padding-bottom:50px !important}
	.flower_product_grid:after{bottom:-90px}
	.flower_banner .wedding{padding:0}
	.flower_banner .party{padding:0}
	.flower_store{padding-top:50px !important;padding-bottom:50px !important}
	.flower_collection{padding-top:50px !important;padding-bottom: 50px !important}
	.flower_collection .collection{padding:30px 15px}
	.flower_store .title{padding-bottom:50px}
	.flower_blogs{padding-top:65px !important;padding-bottom: 20px !important}
	.productv3 .item .product-content .product-name{height:75px}
	.header-v4 .social-login-options .soical-dropdown .fa{color:#333}
	.cake_about .top .right .content{text-align:left}
	.cake_about .top .right {text-align:center}
	.cake_about .top{padding-bottom:60px}.cake_instagram {
        padding-top: 80px;
        padding-bottom: 100px;
	}
	.cake_about .top .right .border{margin-bottom:40px}
	.flower_about_store .image{padding-top:60px}
	.flower_about_store{padding-bottom:100px}
	.flower_profile{padding-top:50px;padding-bottom:60px}
	.flower_profile .title-block{margin-bottom:0}
    .flower_about_store .content .item{margin-left:15px; padding-right:15px}
	.flower_about_store .contents{margin-top:40px}
}
@media(max-width: 766px){
	.my-wishlist .buttons-set .btn{margin:6px}
	.my-account-main .col-sm-half h3{margin-top:20px}
	.block.block-my-account .block-title h3{margin-top:20px}
	.account-login .social-login-account {margin-bottom: 20px}
	.flower_blogs .widget-latest .latest-post-container .item{width:100%}
	.flower_about_store .image .flower {
        top: -30px;
        right: 0;
	}
	.flower_about_store .image{text-align:center}
	.flower_about_store .contents{padding:0 30px; margin-top: 30px}
	.cake_about .top .right .content{padding:0 15px;}
	.cake_instagram {
        padding-top: 50px;
        padding-bottom: 50px;
	}
	.cake_about .top .left .content{padding:0 15px}
	.cake_statistic{padding:25px 0}
	.cake_statistic li{margin-bottom:10px}
	.cake_about .bottom{padding:40px 15px}
	.flower_testimonial .owl-prev,
    .flower_testimonial .owl-next{
	     margin-top:20px !important;
     }
	.flower_product .title-block{margin-bottom: 30px;}
	.flower_blogs .title-block{margin-bottom:20px}
	.instagram-block .block-content ul {display:inline-block;float:left}
	.instagram-block .block-content ul li{width:33.333333333%;display:inline-block;float:left}
	.flower_store .store_item{margin-bottom:20px}
	.social-login-options .soical-dropdown .fa{padding:19px 10px 21px 10px}
	.about_us_farmers .farmer_items{padding-top:30px}
	.cms-about-us-2 .about_us_2 .about_us_story{padding-bottom: 60px}
	.featured-brands .owl-carousel .owl-item{height:120px}
	.cms-about-us .about_us_1 .about_us_stores .right{padding-top:69px}
	.cms-about-us .about_us_1 .about_us_stores .right .image_2{float:unset}
	.cms-about-us .about_us_1 .about_us_stores .left .image_3{padding:0}
	.text-share {display: none}
	.blog-post-view .post-content blockquote{
		margin:20px 0px;
		padding: 0 15px;
	}
	.breadcrumbs {
        padding: 100px 0;
        margin-bottom: 66px;
	}
	.blog-post-view .sidebar .block, .blog-index-list .sidebar .block{margin-bottom:0}
	.toolbar .pager{margin-bottom:30px}
	.blog-index-list .blog-post{padding-bottom:30px}
	.brand-index-index .search .input-text {width:100%}
	#store-list-map{height:435px !important}
	#map-detail{height:435px !important}
	.flower_testimonial{padding-bottom:120px !important}
	.flower_testimonial .flower img{bottom:-225px}
	.header-v4 .mobile-cart {
        margin-top: 0px;
        padding-right: 15px;
	}
}
@media (max-width: 600px) {
	.flower_about_store .content h3{font-size:60px}
	.flower_about_store .content .h5{font-size:34px}
	.cake_statistic strong{font-size:12px}
	.flower_testimonial .owl-prev,
    .flower_testimonial .owl-next{
	     margin-top:0 !important;
     }
	.flower_testimonial{padding-bottom:80px !important}
	.flower_testimonial .flower img{bottom:-170px}
	.deal-item .product-info{display:block}
	.portfolio-category-list .tabs_categories_porfolio_content .item{width:100%}
	.deals-index-index  .products-grid .item{width:100%}
	.deal-item .product-image-container{width:100%}
    .deal-item .product-content{width:100%}
	.profiles-index-index .item{width:100%}
	.brand-index-view .products-grid .item{width:100%}
}
@media (max-width: 400px) {
	.footer-v2 .bottom-ft-container p a{display:block; margin-top: 10px}
	.footer-v2 .bottom-ft-container p a:before{display:none}
	.account-login .registered-users #remember-me-box .link-tip{display:block}
	.account-login .registered-users .form-list .pull-right{
	    margin-top: 29px;
	}
	.flower_banner .bithday strong{margin-left:0}
	.flower_testimonial{padding-bottom:50px !important}
	.flower_testimonial .flower img{bottom:-110px}
}
@media (min-width: 992px){
    .social-login-options:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    }
	body:not(.cms-home) .header-v5 .top-bar-abs .block-main-menu,
body:not(.cms-home) .header-v5 .top-bar-abs .account-dropdown{display: none !important;}

}
@media (min-width: 992px){
    .social-login-options .dropdown-menu {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    }
}
@media(max-width: 991px) and (min-width: 768px){
	.flower_banner .bithday{padding-left:0}
	.flower_banner .bithday strong{font-size:15px}
    .flower_banner .wedding h5{margin-bottom:0}
	.flower_banner .wedding{margin-top:10px}
	.flower_about_store .image{
       padding-top: 220px;
    }
    .footer-v2 .bottom-ft-container p a{display:block; margin-top: 10px}
	.footer-v2 .bottom-ft-container p a:before{display:none}
}
@media(max-width: 766px) and (min-width: 401px){
    .flower_banner .bithday strong{margin-left:38px}
	.flower_banner .bithday{padding-left:40px}
}
/***/

/**************
DEV: KIEN.BT
**************/


@media (max-width: 991px) {
	.cart-collaterals .totals > h3 {
		border-top: 1px solid #eee;
		margin-top: 21px;
		padding-top: 34px;
	}
	.cart-collaterals .totals,
	.checkout-types .text-right,
	#shopping-cart-totals-table tr td	{
		text-align: left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.checkout-cart-index .cart > form {
		display: block;
		border: 1px solid #ddd;
		padding: 0 20px 15px;
		max-width: 100%;
		overflow-x: auto;
	}
}
@media (max-width: 767px) {
	#shopping-cart-totals-table {
		width: 100%;
	}
	.checkout-types .btn-proceed-checkout {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}
	.cart-collaterals .discount .discount-form .form-group .input-text {
		padding-right: 10px;
	}
	.crosssell_products_block .owl-carousel.owl-theme .owl-controls,
	.cart-collaterals .discount .discount-form .buttons-set {
		position: static;
	}
	.shopping-cart-table thead {
		display: none;
	}
	.shopping-cart-table tfoot tr,
	.shopping-cart-table tfoot,
	.shopping-cart-table tfoot tr td {
		display: block;
	}
	.shopping-cart-table tfoot tr td {
		padding-top: 15px;
	}
	.shopping-cart-table tfoot tr td .btn {
		display: block;
		width: 100%;
		float: none;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
		margin-top: 15px;
	}
	.shopping-cart-table tfoot tr td:after {
		content: "";
		display: table;
		clear: both;
	}
	.shopping-cart-table tbody tr {
		display: block;
		border-bottom: 1px solid #f4f4f4;
		padding: 30px 0;
	}
	.shopping-cart-table tbody tr:after {
		content: "";
		display: table;
		clear: both;
	}
	.shopping-cart-table tbody tr td {
		display: block;
		border: none;
		padding: 0;
		position: relative;
	}
	.shopping-cart-table tbody tr td.cart-item-image {
		width: 120px;
		float: left;
		padding-left: 0 !important;
		margin-left: 0;
	}
	.shopping-cart-table tbody tr td {
		margin-left: 120px;
		padding-left: 20px !important;
		text-align: left !important;
		padding-top: 6px;
		padding-bottom: 6px;
	}
	.shopping-cart-table tbody tr td.cart-item-name .ratings:after {
		clear: none;
	}
	/* One Step Checkout */
	.checkout-review-table thead {
		display: none;
	}
	.checkout-review-table tbody tr,
	.checkout-review-table tfoot tr	{
		display: block;
		border: 1px solid #eee;
		padding: 8px 15px !important;
	}
	.checkout-review-table tbody tr td,
	.checkout-review-table tfoot tr td {
		display: block;
		border: none;
		padding: 5px 0 !important;
		text-align: left !important;
	}
	.checkout-review-table .visible-xs {
		display: inline-block !important;
	}
	.checkout-review-table .visible-xs:after {
		content: ":";
		display: inline-block;
		color: #2a2a2a;
	}
}
@charset "UTF-8";/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/@font-face{font-family:"Ionicons";src:url("https://vianaturale.ee/skin/frontend/mgstheme/organie/fonts/ionicons.eot?v=2.0.0");src:url("https://vianaturale.ee/skin/frontend/mgstheme/organie/fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"),url("https://vianaturale.ee/skin/frontend/mgstheme/organie/fonts/ionicons.ttf?v=2.0.0") format("truetype"),url("https://vianaturale.ee/skin/frontend/mgstheme/organie/fonts/ionicons.woff?v=2.0.0") format("woff"),url("https://vianaturale.ee/skin/frontend/mgstheme/organie/fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");font-weight:normal;font-style:normal}.ion,.ionicons,.ion-alert:before,.ion-alert-circled:before,.ion-android-add:before,.ion-android-add-circle:before,.ion-android-alarm-clock:before,.ion-android-alert:before,.ion-android-apps:before,.ion-android-archive:before,.ion-android-arrow-back:before,.ion-android-arrow-down:before,.ion-android-arrow-dropdown:before,.ion-android-arrow-dropdown-circle:before,.ion-android-arrow-dropleft:before,.ion-android-arrow-dropleft-circle:before,.ion-android-arrow-dropright:before,.ion-android-arrow-dropright-circle:before,.ion-android-arrow-dropup:before,.ion-android-arrow-dropup-circle:before,.ion-android-arrow-forward:before,.ion-android-arrow-up:before,.ion-android-attach:before,.ion-android-bar:before,.ion-android-bicycle:before,.ion-android-boat:before,.ion-android-bookmark:before,.ion-android-bulb:before,.ion-android-bus:before,.ion-android-calendar:before,.ion-android-call:before,.ion-android-camera:before,.ion-android-cancel:before,.ion-android-car:before,.ion-android-cart:before,.ion-android-chat:before,.ion-android-checkbox:before,.ion-android-checkbox-blank:before,.ion-android-checkbox-outline:before,.ion-android-checkbox-outline-blank:before,.ion-android-checkmark-circle:before,.ion-android-clipboard:before,.ion-android-close:before,.ion-android-cloud:before,.ion-android-cloud-circle:before,.ion-android-cloud-done:before,.ion-android-cloud-outline:before,.ion-android-color-palette:before,.ion-android-compass:before,.ion-android-contact:before,.ion-android-contacts:before,.ion-android-contract:before,.ion-android-create:before,.ion-android-delete:before,.ion-android-desktop:before,.ion-android-document:before,.ion-android-done:before,.ion-android-done-all:before,.ion-android-download:before,.ion-android-drafts:before,.ion-android-exit:before,.ion-android-expand:before,.ion-android-favorite:before,.ion-android-favorite-outline:before,.ion-android-film:before,.ion-android-folder:before,.ion-android-folder-open:before,.ion-android-funnel:before,.ion-android-globe:before,.ion-android-hand:before,.ion-android-hangout:before,.ion-android-happy:before,.ion-android-home:before,.ion-android-image:before,.ion-android-laptop:before,.ion-android-list:before,.ion-android-locate:before,.ion-android-lock:before,.ion-android-mail:before,.ion-android-map:before,.ion-android-menu:before,.ion-android-microphone:before,.ion-android-microphone-off:before,.ion-android-more-horizontal:before,.ion-android-more-vertical:before,.ion-android-navigate:before,.ion-android-notifications:before,.ion-android-notifications-none:before,.ion-android-notifications-off:before,.ion-android-open:before,.ion-android-options:before,.ion-android-people:before,.ion-android-person:before,.ion-android-person-add:before,.ion-android-phone-landscape:before,.ion-android-phone-portrait:before,.ion-android-pin:before,.ion-android-plane:before,.ion-android-playstore:before,.ion-android-print:before,.ion-android-radio-button-off:before,.ion-android-radio-button-on:before,.ion-android-refresh:before,.ion-android-remove:before,.ion-android-remove-circle:before,.ion-android-restaurant:before,.ion-android-sad:before,.ion-android-search:before,.ion-android-send:before,.ion-android-settings:before,.ion-android-share:before,.ion-android-share-alt:before,.ion-android-star:before,.ion-android-star-half:before,.ion-android-star-outline:before,.ion-android-stopwatch:before,.ion-android-subway:before,.ion-android-sunny:before,.ion-android-sync:before,.ion-android-textsms:before,.ion-android-time:before,.ion-android-train:before,.ion-android-unlock:before,.ion-android-upload:before,.ion-android-volume-down:before,.ion-android-volume-mute:before,.ion-android-volume-off:before,.ion-android-volume-up:before,.ion-android-walk:before,.ion-android-warning:before,.ion-android-watch:before,.ion-android-wifi:before,.ion-aperture:before,.ion-archive:before,.ion-arrow-down-a:before,.ion-arrow-down-b:before,.ion-arrow-down-c:before,.ion-arrow-expand:before,.ion-arrow-graph-down-left:before,.ion-arrow-graph-down-right:before,.ion-arrow-graph-up-left:before,.ion-arrow-graph-up-right:before,.ion-arrow-left-a:before,.ion-arrow-left-b:before,.ion-arrow-left-c:before,.ion-arrow-move:before,.ion-arrow-resize:before,.ion-arrow-return-left:before,.ion-arrow-return-right:before,.ion-arrow-right-a:before,.ion-arrow-right-b:before,.ion-arrow-right-c:before,.ion-arrow-shrink:before,.ion-arrow-swap:before,.ion-arrow-up-a:before,.ion-arrow-up-b:before,.ion-arrow-up-c:before,.ion-asterisk:before,.ion-at:before,.ion-backspace:before,.ion-backspace-outline:before,.ion-bag:before,.ion-battery-charging:before,.ion-battery-empty:before,.ion-battery-full:before,.ion-battery-half:before,.ion-battery-low:before,.ion-beaker:before,.ion-beer:before,.ion-bluetooth:before,.ion-bonfire:before,.ion-bookmark:before,.ion-bowtie:before,.ion-briefcase:before,.ion-bug:before,.ion-calculator:before,.ion-calendar:before,.ion-camera:before,.ion-card:before,.ion-cash:before,.ion-chatbox:before,.ion-chatbox-working:before,.ion-chatboxes:before,.ion-chatbubble:before,.ion-chatbubble-working:before,.ion-chatbubbles:before,.ion-checkmark:before,.ion-checkmark-circled:before,.ion-checkmark-round:before,.ion-chevron-down:before,.ion-chevron-left:before,.ion-chevron-right:before,.ion-chevron-up:before,.ion-clipboard:before,.ion-clock:before,.ion-close:before,.ion-close-circled:before,.ion-close-round:before,.ion-closed-captioning:before,.ion-cloud:before,.ion-code:before,.ion-code-download:before,.ion-code-working:before,.ion-coffee:before,.ion-compass:before,.ion-compose:before,.ion-connection-bars:before,.ion-contrast:before,.ion-crop:before,.ion-cube:before,.ion-disc:before,.ion-document:before,.ion-document-text:before,.ion-drag:before,.ion-earth:before,.ion-easel:before,.ion-edit:before,.ion-egg:before,.ion-eject:before,.ion-email:before,.ion-email-unread:before,.ion-erlenmeyer-flask:before,.ion-erlenmeyer-flask-bubbles:before,.ion-eye:before,.ion-eye-disabled:before,.ion-female:before,.ion-filing:before,.ion-film-marker:before,.ion-fireball:before,.ion-flag:before,.ion-flame:before,.ion-flash:before,.ion-flash-off:before,.ion-folder:before,.ion-fork:before,.ion-fork-repo:before,.ion-forward:before,.ion-funnel:before,.ion-gear-a:before,.ion-gear-b:before,.ion-grid:before,.ion-hammer:before,.ion-happy:before,.ion-happy-outline:before,.ion-headphone:before,.ion-heart:before,.ion-heart-broken:before,.ion-help:before,.ion-help-buoy:before,.ion-help-circled:before,.ion-home:before,.ion-icecream:before,.ion-image:before,.ion-images:before,.ion-information:before,.ion-information-circled:before,.ion-ionic:before,.ion-ios-alarm:before,.ion-ios-alarm-outline:before,.ion-ios-albums:before,.ion-ios-albums-outline:before,.ion-ios-americanfootball:before,.ion-ios-americanfootball-outline:before,.ion-ios-analytics:before,.ion-ios-analytics-outline:before,.ion-ios-arrow-back:before,.ion-ios-arrow-down:before,.ion-ios-arrow-forward:before,.ion-ios-arrow-left:before,.ion-ios-arrow-right:before,.ion-ios-arrow-thin-down:before,.ion-ios-arrow-thin-left:before,.ion-ios-arrow-thin-right:before,.ion-ios-arrow-thin-up:before,.ion-ios-arrow-up:before,.ion-ios-at:before,.ion-ios-at-outline:before,.ion-ios-barcode:before,.ion-ios-barcode-outline:before,.ion-ios-baseball:before,.ion-ios-baseball-outline:before,.ion-ios-basketball:before,.ion-ios-basketball-outline:before,.ion-ios-bell:before,.ion-ios-bell-outline:before,.ion-ios-body:before,.ion-ios-body-outline:before,.ion-ios-bolt:before,.ion-ios-bolt-outline:before,.ion-ios-book:before,.ion-ios-book-outline:before,.ion-ios-bookmarks:before,.ion-ios-bookmarks-outline:before,.ion-ios-box:before,.ion-ios-box-outline:before,.ion-ios-briefcase:before,.ion-ios-briefcase-outline:before,.ion-ios-browsers:before,.ion-ios-browsers-outline:before,.ion-ios-calculator:before,.ion-ios-calculator-outline:before,.ion-ios-calendar:before,.ion-ios-calendar-outline:before,.ion-ios-camera:before,.ion-ios-camera-outline:before,.ion-ios-cart:before,.ion-ios-cart-outline:before,.ion-ios-chatboxes:before,.ion-ios-chatboxes-outline:before,.ion-ios-chatbubble:before,.ion-ios-chatbubble-outline:before,.ion-ios-checkmark:before,.ion-ios-checkmark-empty:before,.ion-ios-checkmark-outline:before,.ion-ios-circle-filled:before,.ion-ios-circle-outline:before,.ion-ios-clock:before,.ion-ios-clock-outline:before,.ion-ios-close:before,.ion-ios-close-empty:before,.ion-ios-close-outline:before,.ion-ios-cloud:before,.ion-ios-cloud-download:before,.ion-ios-cloud-download-outline:before,.ion-ios-cloud-outline:before,.ion-ios-cloud-upload:before,.ion-ios-cloud-upload-outline:before,.ion-ios-cloudy:before,.ion-ios-cloudy-night:before,.ion-ios-cloudy-night-outline:before,.ion-ios-cloudy-outline:before,.ion-ios-cog:before,.ion-ios-cog-outline:before,.ion-ios-color-filter:before,.ion-ios-color-filter-outline:before,.ion-ios-color-wand:before,.ion-ios-color-wand-outline:before,.ion-ios-compose:before,.ion-ios-compose-outline:before,.ion-ios-contact:before,.ion-ios-contact-outline:before,.ion-ios-copy:before,.ion-ios-copy-outline:before,.ion-ios-crop:before,.ion-ios-crop-strong:before,.ion-ios-download:before,.ion-ios-download-outline:before,.ion-ios-drag:before,.ion-ios-email:before,.ion-ios-email-outline:before,.ion-ios-eye:before,.ion-ios-eye-outline:before,.ion-ios-fastforward:before,.ion-ios-fastforward-outline:before,.ion-ios-filing:before,.ion-ios-filing-outline:before,.ion-ios-film:before,.ion-ios-film-outline:before,.ion-ios-flag:before,.ion-ios-flag-outline:before,.ion-ios-flame:before,.ion-ios-flame-outline:before,.ion-ios-flask:before,.ion-ios-flask-outline:before,.ion-ios-flower:before,.ion-ios-flower-outline:before,.ion-ios-folder:before,.ion-ios-folder-outline:before,.ion-ios-football:before,.ion-ios-football-outline:before,.ion-ios-game-controller-a:before,.ion-ios-game-controller-a-outline:before,.ion-ios-game-controller-b:before,.ion-ios-game-controller-b-outline:before,.ion-ios-gear:before,.ion-ios-gear-outline:before,.ion-ios-glasses:before,.ion-ios-glasses-outline:before,.ion-ios-grid-view:before,.ion-ios-grid-view-outline:before,.ion-ios-heart:before,.ion-ios-heart-outline:before,.ion-ios-help:before,.ion-ios-help-empty:before,.ion-ios-help-outline:before,.ion-ios-home:before,.ion-ios-home-outline:before,.ion-ios-infinite:before,.ion-ios-infinite-outline:before,.ion-ios-information:before,.ion-ios-information-empty:before,.ion-ios-information-outline:before,.ion-ios-ionic-outline:before,.ion-ios-keypad:before,.ion-ios-keypad-outline:before,.ion-ios-lightbulb:before,.ion-ios-lightbulb-outline:before,.ion-ios-list:before,.ion-ios-list-outline:before,.ion-ios-location:before,.ion-ios-location-outline:before,.ion-ios-locked:before,.ion-ios-locked-outline:before,.ion-ios-loop:before,.ion-ios-loop-strong:before,.ion-ios-medical:before,.ion-ios-medical-outline:before,.ion-ios-medkit:before,.ion-ios-medkit-outline:before,.ion-ios-mic:before,.ion-ios-mic-off:before,.ion-ios-mic-outline:before,.ion-ios-minus:before,.ion-ios-minus-empty:before,.ion-ios-minus-outline:before,.ion-ios-monitor:before,.ion-ios-monitor-outline:before,.ion-ios-moon:before,.ion-ios-moon-outline:before,.ion-ios-more:before,.ion-ios-more-outline:before,.ion-ios-musical-note:before,.ion-ios-musical-notes:before,.ion-ios-navigate:before,.ion-ios-navigate-outline:before,.ion-ios-nutrition:before,.ion-ios-nutrition-outline:before,.ion-ios-paper:before,.ion-ios-paper-outline:before,.ion-ios-paperplane:before,.ion-ios-paperplane-outline:before,.ion-ios-partlysunny:before,.ion-ios-partlysunny-outline:before,.ion-ios-pause:before,.ion-ios-pause-outline:before,.ion-ios-paw:before,.ion-ios-paw-outline:before,.ion-ios-people:before,.ion-ios-people-outline:before,.ion-ios-person:before,.ion-ios-person-outline:before,.ion-ios-personadd:before,.ion-ios-personadd-outline:before,.ion-ios-photos:before,.ion-ios-photos-outline:before,.ion-ios-pie:before,.ion-ios-pie-outline:before,.ion-ios-pint:before,.ion-ios-pint-outline:before,.ion-ios-play:before,.ion-ios-play-outline:before,.ion-ios-plus:before,.ion-ios-plus-empty:before,.ion-ios-plus-outline:before,.ion-ios-pricetag:before,.ion-ios-pricetag-outline:before,.ion-ios-pricetags:before,.ion-ios-pricetags-outline:before,.ion-ios-printer:before,.ion-ios-printer-outline:before,.ion-ios-pulse:before,.ion-ios-pulse-strong:before,.ion-ios-rainy:before,.ion-ios-rainy-outline:before,.ion-ios-recording:before,.ion-ios-recording-outline:before,.ion-ios-redo:before,.ion-ios-redo-outline:before,.ion-ios-refresh:before,.ion-ios-refresh-empty:before,.ion-ios-refresh-outline:before,.ion-ios-reload:before,.ion-ios-reverse-camera:before,.ion-ios-reverse-camera-outline:before,.ion-ios-rewind:before,.ion-ios-rewind-outline:before,.ion-ios-rose:before,.ion-ios-rose-outline:before,.ion-ios-search:before,.ion-ios-search-strong:before,.ion-ios-settings:before,.ion-ios-settings-strong:before,.ion-ios-shuffle:before,.ion-ios-shuffle-strong:before,.ion-ios-skipbackward:before,.ion-ios-skipbackward-outline:before,.ion-ios-skipforward:before,.ion-ios-skipforward-outline:before,.ion-ios-snowy:before,.ion-ios-speedometer:before,.ion-ios-speedometer-outline:before,.ion-ios-star:before,.ion-ios-star-half:before,.ion-ios-star-outline:before,.ion-ios-stopwatch:before,.ion-ios-stopwatch-outline:before,.ion-ios-sunny:before,.ion-ios-sunny-outline:before,.ion-ios-telephone:before,.ion-ios-telephone-outline:before,.ion-ios-tennisball:before,.ion-ios-tennisball-outline:before,.ion-ios-thunderstorm:before,.ion-ios-thunderstorm-outline:before,.ion-ios-time:before,.ion-ios-time-outline:before,.ion-ios-timer:before,.ion-ios-timer-outline:before,.ion-ios-toggle:before,.ion-ios-toggle-outline:before,.ion-ios-trash:before,.ion-ios-trash-outline:before,.ion-ios-undo:before,.ion-ios-undo-outline:before,.ion-ios-unlocked:before,.ion-ios-unlocked-outline:before,.ion-ios-upload:before,.ion-ios-upload-outline:before,.ion-ios-videocam:before,.ion-ios-videocam-outline:before,.ion-ios-volume-high:before,.ion-ios-volume-low:before,.ion-ios-wineglass:before,.ion-ios-wineglass-outline:before,.ion-ios-world:before,.ion-ios-world-outline:before,.ion-ipad:before,.ion-iphone:before,.ion-ipod:before,.ion-jet:before,.ion-key:before,.ion-knife:before,.ion-laptop:before,.ion-leaf:before,.ion-levels:before,.ion-lightbulb:before,.ion-link:before,.ion-load-a:before,.ion-load-b:before,.ion-load-c:before,.ion-load-d:before,.ion-location:before,.ion-lock-combination:before,.ion-locked:before,.ion-log-in:before,.ion-log-out:before,.ion-loop:before,.ion-magnet:before,.ion-male:before,.ion-man:before,.ion-map:before,.ion-medkit:before,.ion-merge:before,.ion-mic-a:before,.ion-mic-b:before,.ion-mic-c:before,.ion-minus:before,.ion-minus-circled:before,.ion-minus-round:before,.ion-model-s:before,.ion-monitor:before,.ion-more:before,.ion-mouse:before,.ion-music-note:before,.ion-navicon:before,.ion-navicon-round:before,.ion-navigate:before,.ion-network:before,.ion-no-smoking:before,.ion-nuclear:before,.ion-outlet:before,.ion-paintbrush:before,.ion-paintbucket:before,.ion-paper-airplane:before,.ion-paperclip:before,.ion-pause:before,.ion-person:before,.ion-person-add:before,.ion-person-stalker:before,.ion-pie-graph:before,.ion-pin:before,.ion-pinpoint:before,.ion-pizza:before,.ion-plane:before,.ion-planet:before,.ion-play:before,.ion-playstation:before,.ion-plus:before,.ion-plus-circled:before,.ion-plus-round:before,.ion-podium:before,.ion-pound:before,.ion-power:before,.ion-pricetag:before,.ion-pricetags:before,.ion-printer:before,.ion-pull-request:before,.ion-qr-scanner:before,.ion-quote:before,.ion-radio-waves:before,.ion-record:before,.ion-refresh:before,.ion-reply:before,.ion-reply-all:before,.ion-ribbon-a:before,.ion-ribbon-b:before,.ion-sad:before,.ion-sad-outline:before,.ion-scissors:before,.ion-search:before,.ion-settings:before,.ion-share:before,.ion-shuffle:before,.ion-skip-backward:before,.ion-skip-forward:before,.ion-social-android:before,.ion-social-android-outline:before,.ion-social-angular:before,.ion-social-angular-outline:before,.ion-social-apple:before,.ion-social-apple-outline:before,.ion-social-bitcoin:before,.ion-social-bitcoin-outline:before,.ion-social-buffer:before,.ion-social-buffer-outline:before,.ion-social-chrome:before,.ion-social-chrome-outline:before,.ion-social-codepen:before,.ion-social-codepen-outline:before,.ion-social-css3:before,.ion-social-css3-outline:before,.ion-social-designernews:before,.ion-social-designernews-outline:before,.ion-social-dribbble:before,.ion-social-dribbble-outline:before,.ion-social-dropbox:before,.ion-social-dropbox-outline:before,.ion-social-euro:before,.ion-social-euro-outline:before,.ion-social-facebook:before,.ion-social-facebook-outline:before,.ion-social-foursquare:before,.ion-social-foursquare-outline:before,.ion-social-freebsd-devil:before,.ion-social-github:before,.ion-social-github-outline:before,.ion-social-google:before,.ion-social-google-outline:before,.ion-social-googleplus:before,.ion-social-googleplus-outline:before,.ion-social-hackernews:before,.ion-social-hackernews-outline:before,.ion-social-html5:before,.ion-social-html5-outline:before,.ion-social-instagram:before,.ion-social-instagram-outline:before,.ion-social-javascript:before,.ion-social-javascript-outline:before,.ion-social-linkedin:before,.ion-social-linkedin-outline:before,.ion-social-markdown:before,.ion-social-nodejs:before,.ion-social-octocat:before,.ion-social-pinterest:before,.ion-social-pinterest-outline:before,.ion-social-python:before,.ion-social-reddit:before,.ion-social-reddit-outline:before,.ion-social-rss:before,.ion-social-rss-outline:before,.ion-social-sass:before,.ion-social-skype:before,.ion-social-skype-outline:before,.ion-social-snapchat:before,.ion-social-snapchat-outline:before,.ion-social-tumblr:before,.ion-social-tumblr-outline:before,.ion-social-tux:before,.ion-social-twitch:before,.ion-social-twitch-outline:before,.ion-social-twitter:before,.ion-social-twitter-outline:before,.ion-social-usd:before,.ion-social-usd-outline:before,.ion-social-vimeo:before,.ion-social-vimeo-outline:before,.ion-social-whatsapp:before,.ion-social-whatsapp-outline:before,.ion-social-windows:before,.ion-social-windows-outline:before,.ion-social-wordpress:before,.ion-social-wordpress-outline:before,.ion-social-yahoo:before,.ion-social-yahoo-outline:before,.ion-social-yen:before,.ion-social-yen-outline:before,.ion-social-youtube:before,.ion-social-youtube-outline:before,.ion-soup-can:before,.ion-soup-can-outline:before,.ion-speakerphone:before,.ion-speedometer:before,.ion-spoon:before,.ion-star:before,.ion-stats-bars:before,.ion-steam:before,.ion-stop:before,.ion-thermometer:before,.ion-thumbsdown:before,.ion-thumbsup:before,.ion-toggle:before,.ion-toggle-filled:before,.ion-transgender:before,.ion-trash-a:before,.ion-trash-b:before,.ion-trophy:before,.ion-tshirt:before,.ion-tshirt-outline:before,.ion-umbrella:before,.ion-university:before,.ion-unlocked:before,.ion-upload:before,.ion-usb:before,.ion-videocamera:before,.ion-volume-high:before,.ion-volume-low:before,.ion-volume-medium:before,.ion-volume-mute:before,.ion-wand:before,.ion-waterdrop:before,.ion-wifi:before,.ion-wineglass:before,.ion-woman:before,.ion-wrench:before,.ion-xbox:before{display:inline-block;font-family:"Ionicons";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ion-alert:before{content:"\f101"}.ion-alert-circled:before{content:"\f100"}.ion-android-add:before{content:"\f2c7"}.ion-android-add-circle:before{content:"\f359"}.ion-android-alarm-clock:before{content:"\f35a"}.ion-android-alert:before{content:"\f35b"}.ion-android-apps:before{content:"\f35c"}.ion-android-archive:before{content:"\f2c9"}.ion-android-arrow-back:before{content:"\f2ca"}.ion-android-arrow-down:before{content:"\f35d"}.ion-android-arrow-dropdown:before{content:"\f35f"}.ion-android-arrow-dropdown-circle:before{content:"\f35e"}.ion-android-arrow-dropleft:before{content:"\f361"}.ion-android-arrow-dropleft-circle:before{content:"\f360"}.ion-android-arrow-dropright:before{content:"\f363"}.ion-android-arrow-dropright-circle:before{content:"\f362"}.ion-android-arrow-dropup:before{content:"\f365"}.ion-android-arrow-dropup-circle:before{content:"\f364"}.ion-android-arrow-forward:before{content:"\f30f"}.ion-android-arrow-up:before{content:"\f366"}.ion-android-attach:before{content:"\f367"}.ion-android-bar:before{content:"\f368"}.ion-android-bicycle:before{content:"\f369"}.ion-android-boat:before{content:"\f36a"}.ion-android-bookmark:before{content:"\f36b"}.ion-android-bulb:before{content:"\f36c"}.ion-android-bus:before{content:"\f36d"}.ion-android-calendar:before{content:"\f2d1"}.ion-android-call:before{content:"\f2d2"}.ion-android-camera:before{content:"\f2d3"}.ion-android-cancel:before{content:"\f36e"}.ion-android-car:before{content:"\f36f"}.ion-android-cart:before{content:"\f370"}.ion-android-chat:before{content:"\f2d4"}.ion-android-checkbox:before{content:"\f374"}.ion-android-checkbox-blank:before{content:"\f371"}.ion-android-checkbox-outline:before{content:"\f373"}.ion-android-checkbox-outline-blank:before{content:"\f372"}.ion-android-checkmark-circle:before{content:"\f375"}.ion-android-clipboard:before{content:"\f376"}.ion-android-close:before{content:"\f2d7"}.ion-android-cloud:before{content:"\f37a"}.ion-android-cloud-circle:before{content:"\f377"}.ion-android-cloud-done:before{content:"\f378"}.ion-android-cloud-outline:before{content:"\f379"}.ion-android-color-palette:before{content:"\f37b"}.ion-android-compass:before{content:"\f37c"}.ion-android-contact:before{content:"\f2d8"}.ion-android-contacts:before{content:"\f2d9"}.ion-android-contract:before{content:"\f37d"}.ion-android-create:before{content:"\f37e"}.ion-android-delete:before{content:"\f37f"}.ion-android-desktop:before{content:"\f380"}.ion-android-document:before{content:"\f381"}.ion-android-done:before{content:"\f383"}.ion-android-done-all:before{content:"\f382"}.ion-android-download:before{content:"\f2dd"}.ion-android-drafts:before{content:"\f384"}.ion-android-exit:before{content:"\f385"}.ion-android-expand:before{content:"\f386"}.ion-android-favorite:before{content:"\f388"}.ion-android-favorite-outline:before{content:"\f387"}.ion-android-film:before{content:"\f389"}.ion-android-folder:before{content:"\f2e0"}.ion-android-folder-open:before{content:"\f38a"}.ion-android-funnel:before{content:"\f38b"}.ion-android-globe:before{content:"\f38c"}.ion-android-hand:before{content:"\f2e3"}.ion-android-hangout:before{content:"\f38d"}.ion-android-happy:before{content:"\f38e"}.ion-android-home:before{content:"\f38f"}.ion-android-image:before{content:"\f2e4"}.ion-android-laptop:before{content:"\f390"}.ion-android-list:before{content:"\f391"}.ion-android-locate:before{content:"\f2e9"}.ion-android-lock:before{content:"\f392"}.ion-android-mail:before{content:"\f2eb"}.ion-android-map:before{content:"\f393"}.ion-android-menu:before{content:"\f394"}.ion-android-microphone:before{content:"\f2ec"}.ion-android-microphone-off:before{content:"\f395"}.ion-android-more-horizontal:before{content:"\f396"}.ion-android-more-vertical:before{content:"\f397"}.ion-android-navigate:before{content:"\f398"}.ion-android-notifications:before{content:"\f39b"}.ion-android-notifications-none:before{content:"\f399"}.ion-android-notifications-off:before{content:"\f39a"}.ion-android-open:before{content:"\f39c"}.ion-android-options:before{content:"\f39d"}.ion-android-people:before{content:"\f39e"}.ion-android-person:before{content:"\f3a0"}.ion-android-person-add:before{content:"\f39f"}.ion-android-phone-landscape:before{content:"\f3a1"}.ion-android-phone-portrait:before{content:"\f3a2"}.ion-android-pin:before{content:"\f3a3"}.ion-android-plane:before{content:"\f3a4"}.ion-android-playstore:before{content:"\f2f0"}.ion-android-print:before{content:"\f3a5"}.ion-android-radio-button-off:before{content:"\f3a6"}.ion-android-radio-button-on:before{content:"\f3a7"}.ion-android-refresh:before{content:"\f3a8"}.ion-android-remove:before{content:"\f2f4"}.ion-android-remove-circle:before{content:"\f3a9"}.ion-android-restaurant:before{content:"\f3aa"}.ion-android-sad:before{content:"\f3ab"}.ion-android-search:before{content:"\f2f5"}.ion-android-send:before{content:"\f2f6"}.ion-android-settings:before{content:"\f2f7"}.ion-android-share:before{content:"\f2f8"}.ion-android-share-alt:before{content:"\f3ac"}.ion-android-star:before{content:"\f2fc"}.ion-android-star-half:before{content:"\f3ad"}.ion-android-star-outline:before{content:"\f3ae"}.ion-android-stopwatch:before{content:"\f2fd"}.ion-android-subway:before{content:"\f3af"}.ion-android-sunny:before{content:"\f3b0"}.ion-android-sync:before{content:"\f3b1"}.ion-android-textsms:before{content:"\f3b2"}.ion-android-time:before{content:"\f3b3"}.ion-android-train:before{content:"\f3b4"}.ion-android-unlock:before{content:"\f3b5"}.ion-android-upload:before{content:"\f3b6"}.ion-android-volume-down:before{content:"\f3b7"}.ion-android-volume-mute:before{content:"\f3b8"}.ion-android-volume-off:before{content:"\f3b9"}.ion-android-volume-up:before{content:"\f3ba"}.ion-android-walk:before{content:"\f3bb"}.ion-android-warning:before{content:"\f3bc"}.ion-android-watch:before{content:"\f3bd"}.ion-android-wifi:before{content:"\f305"}.ion-aperture:before{content:"\f313"}.ion-archive:before{content:"\f102"}.ion-arrow-down-a:before{content:"\f103"}.ion-arrow-down-b:before{content:"\f104"}.ion-arrow-down-c:before{content:"\f105"}.ion-arrow-expand:before{content:"\f25e"}.ion-arrow-graph-down-left:before{content:"\f25f"}.ion-arrow-graph-down-right:before{content:"\f260"}.ion-arrow-graph-up-left:before{content:"\f261"}.ion-arrow-graph-up-right:before{content:"\f262"}.ion-arrow-left-a:before{content:"\f106"}.ion-arrow-left-b:before{content:"\f107"}.ion-arrow-left-c:before{content:"\f108"}.ion-arrow-move:before{content:"\f263"}.ion-arrow-resize:before{content:"\f264"}.ion-arrow-return-left:before{content:"\f265"}.ion-arrow-return-right:before{content:"\f266"}.ion-arrow-right-a:before{content:"\f109"}.ion-arrow-right-b:before{content:"\f10a"}.ion-arrow-right-c:before{content:"\f10b"}.ion-arrow-shrink:before{content:"\f267"}.ion-arrow-swap:before{content:"\f268"}.ion-arrow-up-a:before{content:"\f10c"}.ion-arrow-up-b:before{content:"\f10d"}.ion-arrow-up-c:before{content:"\f10e"}.ion-asterisk:before{content:"\f314"}.ion-at:before{content:"\f10f"}.ion-backspace:before{content:"\f3bf"}.ion-backspace-outline:before{content:"\f3be"}.ion-bag:before{content:"\f110"}.ion-battery-charging:before{content:"\f111"}.ion-battery-empty:before{content:"\f112"}.ion-battery-full:before{content:"\f113"}.ion-battery-half:before{content:"\f114"}.ion-battery-low:before{content:"\f115"}.ion-beaker:before{content:"\f269"}.ion-beer:before{content:"\f26a"}.ion-bluetooth:before{content:"\f116"}.ion-bonfire:before{content:"\f315"}.ion-bookmark:before{content:"\f26b"}.ion-bowtie:before{content:"\f3c0"}.ion-briefcase:before{content:"\f26c"}.ion-bug:before{content:"\f2be"}.ion-calculator:before{content:"\f26d"}.ion-calendar:before{content:"\f117"}.ion-camera:before{content:"\f118"}.ion-card:before{content:"\f119"}.ion-cash:before{content:"\f316"}.ion-chatbox:before{content:"\f11b"}.ion-chatbox-working:before{content:"\f11a"}.ion-chatboxes:before{content:"\f11c"}.ion-chatbubble:before{content:"\f11e"}.ion-chatbubble-working:before{content:"\f11d"}.ion-chatbubbles:before{content:"\f11f"}.ion-checkmark:before{content:"\f122"}.ion-checkmark-circled:before{content:"\f120"}.ion-checkmark-round:before{content:"\f121"}.ion-chevron-down:before{content:"\f123"}.ion-chevron-left:before{content:"\f124"}.ion-chevron-right:before{content:"\f125"}.ion-chevron-up:before{content:"\f126"}.ion-clipboard:before{content:"\f127"}.ion-clock:before{content:"\f26e"}.ion-close:before{content:"\f12a"}.ion-close-circled:before{content:"\f128"}.ion-close-round:before{content:"\f129"}.ion-closed-captioning:before{content:"\f317"}.ion-cloud:before{content:"\f12b"}.ion-code:before{content:"\f271"}.ion-code-download:before{content:"\f26f"}.ion-code-working:before{content:"\f270"}.ion-coffee:before{content:"\f272"}.ion-compass:before{content:"\f273"}.ion-compose:before{content:"\f12c"}.ion-connection-bars:before{content:"\f274"}.ion-contrast:before{content:"\f275"}.ion-crop:before{content:"\f3c1"}.ion-cube:before{content:"\f318"}.ion-disc:before{content:"\f12d"}.ion-document:before{content:"\f12f"}.ion-document-text:before{content:"\f12e"}.ion-drag:before{content:"\f130"}.ion-earth:before{content:"\f276"}.ion-easel:before{content:"\f3c2"}.ion-edit:before{content:"\f2bf"}.ion-egg:before{content:"\f277"}.ion-eject:before{content:"\f131"}.ion-email:before{content:"\f132"}.ion-email-unread:before{content:"\f3c3"}.ion-erlenmeyer-flask:before{content:"\f3c5"}.ion-erlenmeyer-flask-bubbles:before{content:"\f3c4"}.ion-eye:before{content:"\f133"}.ion-eye-disabled:before{content:"\f306"}.ion-female:before{content:"\f278"}.ion-filing:before{content:"\f134"}.ion-film-marker:before{content:"\f135"}.ion-fireball:before{content:"\f319"}.ion-flag:before{content:"\f279"}.ion-flame:before{content:"\f31a"}.ion-flash:before{content:"\f137"}.ion-flash-off:before{content:"\f136"}.ion-folder:before{content:"\f139"}.ion-fork:before{content:"\f27a"}.ion-fork-repo:before{content:"\f2c0"}.ion-forward:before{content:"\f13a"}.ion-funnel:before{content:"\f31b"}.ion-gear-a:before{content:"\f13d"}.ion-gear-b:before{content:"\f13e"}.ion-grid:before{content:"\f13f"}.ion-hammer:before{content:"\f27b"}.ion-happy:before{content:"\f31c"}.ion-happy-outline:before{content:"\f3c6"}.ion-headphone:before{content:"\f140"}.ion-heart:before{content:"\f141"}.ion-heart-broken:before{content:"\f31d"}.ion-help:before{content:"\f143"}.ion-help-buoy:before{content:"\f27c"}.ion-help-circled:before{content:"\f142"}.ion-home:before{content:"\f144"}.ion-icecream:before{content:"\f27d"}.ion-image:before{content:"\f147"}.ion-images:before{content:"\f148"}.ion-information:before{content:"\f14a"}.ion-information-circled:before{content:"\f149"}.ion-ionic:before{content:"\f14b"}.ion-ios-alarm:before{content:"\f3c8"}.ion-ios-alarm-outline:before{content:"\f3c7"}.ion-ios-albums:before{content:"\f3ca"}.ion-ios-albums-outline:before{content:"\f3c9"}.ion-ios-americanfootball:before{content:"\f3cc"}.ion-ios-americanfootball-outline:before{content:"\f3cb"}.ion-ios-analytics:before{content:"\f3ce"}.ion-ios-analytics-outline:before{content:"\f3cd"}.ion-ios-arrow-back:before{content:"\f3cf"}.ion-ios-arrow-down:before{content:"\f3d0"}.ion-ios-arrow-forward:before{content:"\f3d1"}.ion-ios-arrow-left:before{content:"\f3d2"}.ion-ios-arrow-right:before{content:"\f3d3"}.ion-ios-arrow-thin-down:before{content:"\f3d4"}.ion-ios-arrow-thin-left:before{content:"\f3d5"}.ion-ios-arrow-thin-right:before{content:"\f3d6"}.ion-ios-arrow-thin-up:before{content:"\f3d7"}.ion-ios-arrow-up:before{content:"\f3d8"}.ion-ios-at:before{content:"\f3da"}.ion-ios-at-outline:before{content:"\f3d9"}.ion-ios-barcode:before{content:"\f3dc"}.ion-ios-barcode-outline:before{content:"\f3db"}.ion-ios-baseball:before{content:"\f3de"}.ion-ios-baseball-outline:before{content:"\f3dd"}.ion-ios-basketball:before{content:"\f3e0"}.ion-ios-basketball-outline:before{content:"\f3df"}.ion-ios-bell:before{content:"\f3e2"}.ion-ios-bell-outline:before{content:"\f3e1"}.ion-ios-body:before{content:"\f3e4"}.ion-ios-body-outline:before{content:"\f3e3"}.ion-ios-bolt:before{content:"\f3e6"}.ion-ios-bolt-outline:before{content:"\f3e5"}.ion-ios-book:before{content:"\f3e8"}.ion-ios-book-outline:before{content:"\f3e7"}.ion-ios-bookmarks:before{content:"\f3ea"}.ion-ios-bookmarks-outline:before{content:"\f3e9"}.ion-ios-box:before{content:"\f3ec"}.ion-ios-box-outline:before{content:"\f3eb"}.ion-ios-briefcase:before{content:"\f3ee"}.ion-ios-briefcase-outline:before{content:"\f3ed"}.ion-ios-browsers:before{content:"\f3f0"}.ion-ios-browsers-outline:before{content:"\f3ef"}.ion-ios-calculator:before{content:"\f3f2"}.ion-ios-calculator-outline:before{content:"\f3f1"}.ion-ios-calendar:before{content:"\f3f4"}.ion-ios-calendar-outline:before{content:"\f3f3"}.ion-ios-camera:before{content:"\f3f6"}.ion-ios-camera-outline:before{content:"\f3f5"}.ion-ios-cart:before{content:"\f3f8"}.ion-ios-cart-outline:before{content:"\f3f7"}.ion-ios-chatboxes:before{content:"\f3fa"}.ion-ios-chatboxes-outline:before{content:"\f3f9"}.ion-ios-chatbubble:before{content:"\f3fc"}.ion-ios-chatbubble-outline:before{content:"\f3fb"}.ion-ios-checkmark:before{content:"\f3ff"}.ion-ios-checkmark-empty:before{content:"\f3fd"}.ion-ios-checkmark-outline:before{content:"\f3fe"}.ion-ios-circle-filled:before{content:"\f400"}.ion-ios-circle-outline:before{content:"\f401"}.ion-ios-clock:before{content:"\f403"}.ion-ios-clock-outline:before{content:"\f402"}.ion-ios-close:before{content:"\f406"}.ion-ios-close-empty:before{content:"\f404"}.ion-ios-close-outline:before{content:"\f405"}.ion-ios-cloud:before{content:"\f40c"}.ion-ios-cloud-download:before{content:"\f408"}.ion-ios-cloud-download-outline:before{content:"\f407"}.ion-ios-cloud-outline:before{content:"\f409"}.ion-ios-cloud-upload:before{content:"\f40b"}.ion-ios-cloud-upload-outline:before{content:"\f40a"}.ion-ios-cloudy:before{content:"\f410"}.ion-ios-cloudy-night:before{content:"\f40e"}.ion-ios-cloudy-night-outline:before{content:"\f40d"}.ion-ios-cloudy-outline:before{content:"\f40f"}.ion-ios-cog:before{content:"\f412"}.ion-ios-cog-outline:before{content:"\f411"}.ion-ios-color-filter:before{content:"\f414"}.ion-ios-color-filter-outline:before{content:"\f413"}.ion-ios-color-wand:before{content:"\f416"}.ion-ios-color-wand-outline:before{content:"\f415"}.ion-ios-compose:before{content:"\f418"}.ion-ios-compose-outline:before{content:"\f417"}.ion-ios-contact:before{content:"\f41a"}.ion-ios-contact-outline:before{content:"\f419"}.ion-ios-copy:before{content:"\f41c"}.ion-ios-copy-outline:before{content:"\f41b"}.ion-ios-crop:before{content:"\f41e"}.ion-ios-crop-strong:before{content:"\f41d"}.ion-ios-download:before{content:"\f420"}.ion-ios-download-outline:before{content:"\f41f"}.ion-ios-drag:before{content:"\f421"}.ion-ios-email:before{content:"\f423"}.ion-ios-email-outline:before{content:"\f422"}.ion-ios-eye:before{content:"\f425"}.ion-ios-eye-outline:before{content:"\f424"}.ion-ios-fastforward:before{content:"\f427"}.ion-ios-fastforward-outline:before{content:"\f426"}.ion-ios-filing:before{content:"\f429"}.ion-ios-filing-outline:before{content:"\f428"}.ion-ios-film:before{content:"\f42b"}.ion-ios-film-outline:before{content:"\f42a"}.ion-ios-flag:before{content:"\f42d"}.ion-ios-flag-outline:before{content:"\f42c"}.ion-ios-flame:before{content:"\f42f"}.ion-ios-flame-outline:before{content:"\f42e"}.ion-ios-flask:before{content:"\f431"}.ion-ios-flask-outline:before{content:"\f430"}.ion-ios-flower:before{content:"\f433"}.ion-ios-flower-outline:before{content:"\f432"}.ion-ios-folder:before{content:"\f435"}.ion-ios-folder-outline:before{content:"\f434"}.ion-ios-football:before{content:"\f437"}.ion-ios-football-outline:before{content:"\f436"}.ion-ios-game-controller-a:before{content:"\f439"}.ion-ios-game-controller-a-outline:before{content:"\f438"}.ion-ios-game-controller-b:before{content:"\f43b"}.ion-ios-game-controller-b-outline:before{content:"\f43a"}.ion-ios-gear:before{content:"\f43d"}.ion-ios-gear-outline:before{content:"\f43c"}.ion-ios-glasses:before{content:"\f43f"}.ion-ios-glasses-outline:before{content:"\f43e"}.ion-ios-grid-view:before{content:"\f441"}.ion-ios-grid-view-outline:before{content:"\f440"}.ion-ios-heart:before{content:"\f443"}.ion-ios-heart-outline:before{content:"\f442"}.ion-ios-help:before{content:"\f446"}.ion-ios-help-empty:before{content:"\f444"}.ion-ios-help-outline:before{content:"\f445"}.ion-ios-home:before{content:"\f448"}.ion-ios-home-outline:before{content:"\f447"}.ion-ios-infinite:before{content:"\f44a"}.ion-ios-infinite-outline:before{content:"\f449"}.ion-ios-information:before{content:"\f44d"}.ion-ios-information-empty:before{content:"\f44b"}.ion-ios-information-outline:before{content:"\f44c"}.ion-ios-ionic-outline:before{content:"\f44e"}.ion-ios-keypad:before{content:"\f450"}.ion-ios-keypad-outline:before{content:"\f44f"}.ion-ios-lightbulb:before{content:"\f452"}.ion-ios-lightbulb-outline:before{content:"\f451"}.ion-ios-list:before{content:"\f454"}.ion-ios-list-outline:before{content:"\f453"}.ion-ios-location:before{content:"\f456"}.ion-ios-location-outline:before{content:"\f455"}.ion-ios-locked:before{content:"\f458"}.ion-ios-locked-outline:before{content:"\f457"}.ion-ios-loop:before{content:"\f45a"}.ion-ios-loop-strong:before{content:"\f459"}.ion-ios-medical:before{content:"\f45c"}.ion-ios-medical-outline:before{content:"\f45b"}.ion-ios-medkit:before{content:"\f45e"}.ion-ios-medkit-outline:before{content:"\f45d"}.ion-ios-mic:before{content:"\f461"}.ion-ios-mic-off:before{content:"\f45f"}.ion-ios-mic-outline:before{content:"\f460"}.ion-ios-minus:before{content:"\f464"}.ion-ios-minus-empty:before{content:"\f462"}.ion-ios-minus-outline:before{content:"\f463"}.ion-ios-monitor:before{content:"\f466"}.ion-ios-monitor-outline:before{content:"\f465"}.ion-ios-moon:before{content:"\f468"}.ion-ios-moon-outline:before{content:"\f467"}.ion-ios-more:before{content:"\f46a"}.ion-ios-more-outline:before{content:"\f469"}.ion-ios-musical-note:before{content:"\f46b"}.ion-ios-musical-notes:before{content:"\f46c"}.ion-ios-navigate:before{content:"\f46e"}.ion-ios-navigate-outline:before{content:"\f46d"}.ion-ios-nutrition:before{content:"\f470"}.ion-ios-nutrition-outline:before{content:"\f46f"}.ion-ios-paper:before{content:"\f472"}.ion-ios-paper-outline:before{content:"\f471"}.ion-ios-paperplane:before{content:"\f474"}.ion-ios-paperplane-outline:before{content:"\f473"}.ion-ios-partlysunny:before{content:"\f476"}.ion-ios-partlysunny-outline:before{content:"\f475"}.ion-ios-pause:before{content:"\f478"}.ion-ios-pause-outline:before{content:"\f477"}.ion-ios-paw:before{content:"\f47a"}.ion-ios-paw-outline:before{content:"\f479"}.ion-ios-people:before{content:"\f47c"}.ion-ios-people-outline:before{content:"\f47b"}.ion-ios-person:before{content:"\f47e"}.ion-ios-person-outline:before{content:"\f47d"}.ion-ios-personadd:before{content:"\f480"}.ion-ios-personadd-outline:before{content:"\f47f"}.ion-ios-photos:before{content:"\f482"}.ion-ios-photos-outline:before{content:"\f481"}.ion-ios-pie:before{content:"\f484"}.ion-ios-pie-outline:before{content:"\f483"}.ion-ios-pint:before{content:"\f486"}.ion-ios-pint-outline:before{content:"\f485"}.ion-ios-play:before{content:"\f488"}.ion-ios-play-outline:before{content:"\f487"}.ion-ios-plus:before{content:"\f48b"}.ion-ios-plus-empty:before{content:"\f489"}.ion-ios-plus-outline:before{content:"\f48a"}.ion-ios-pricetag:before{content:"\f48d"}.ion-ios-pricetag-outline:before{content:"\f48c"}.ion-ios-pricetags:before{content:"\f48f"}.ion-ios-pricetags-outline:before{content:"\f48e"}.ion-ios-printer:before{content:"\f491"}.ion-ios-printer-outline:before{content:"\f490"}.ion-ios-pulse:before{content:"\f493"}.ion-ios-pulse-strong:before{content:"\f492"}.ion-ios-rainy:before{content:"\f495"}.ion-ios-rainy-outline:before{content:"\f494"}.ion-ios-recording:before{content:"\f497"}.ion-ios-recording-outline:before{content:"\f496"}.ion-ios-redo:before{content:"\f499"}.ion-ios-redo-outline:before{content:"\f498"}.ion-ios-refresh:before{content:"\f49c"}.ion-ios-refresh-empty:before{content:"\f49a"}.ion-ios-refresh-outline:before{content:"\f49b"}.ion-ios-reload:before{content:"\f49d"}.ion-ios-reverse-camera:before{content:"\f49f"}.ion-ios-reverse-camera-outline:before{content:"\f49e"}.ion-ios-rewind:before{content:"\f4a1"}.ion-ios-rewind-outline:before{content:"\f4a0"}.ion-ios-rose:before{content:"\f4a3"}.ion-ios-rose-outline:before{content:"\f4a2"}.ion-ios-search:before{content:"\f4a5"}.ion-ios-search-strong:before{content:"\f4a4"}.ion-ios-settings:before{content:"\f4a7"}.ion-ios-settings-strong:before{content:"\f4a6"}.ion-ios-shuffle:before{content:"\f4a9"}.ion-ios-shuffle-strong:before{content:"\f4a8"}.ion-ios-skipbackward:before{content:"\f4ab"}.ion-ios-skipbackward-outline:before{content:"\f4aa"}.ion-ios-skipforward:before{content:"\f4ad"}.ion-ios-skipforward-outline:before{content:"\f4ac"}.ion-ios-snowy:before{content:"\f4ae"}.ion-ios-speedometer:before{content:"\f4b0"}.ion-ios-speedometer-outline:before{content:"\f4af"}.ion-ios-star:before{content:"\f4b3"}.ion-ios-star-half:before{content:"\f4b1"}.ion-ios-star-outline:before{content:"\f4b2"}.ion-ios-stopwatch:before{content:"\f4b5"}.ion-ios-stopwatch-outline:before{content:"\f4b4"}.ion-ios-sunny:before{content:"\f4b7"}.ion-ios-sunny-outline:before{content:"\f4b6"}.ion-ios-telephone:before{content:"\f4b9"}.ion-ios-telephone-outline:before{content:"\f4b8"}.ion-ios-tennisball:before{content:"\f4bb"}.ion-ios-tennisball-outline:before{content:"\f4ba"}.ion-ios-thunderstorm:before{content:"\f4bd"}.ion-ios-thunderstorm-outline:before{content:"\f4bc"}.ion-ios-time:before{content:"\f4bf"}.ion-ios-time-outline:before{content:"\f4be"}.ion-ios-timer:before{content:"\f4c1"}.ion-ios-timer-outline:before{content:"\f4c0"}.ion-ios-toggle:before{content:"\f4c3"}.ion-ios-toggle-outline:before{content:"\f4c2"}.ion-ios-trash:before{content:"\f4c5"}.ion-ios-trash-outline:before{content:"\f4c4"}.ion-ios-undo:before{content:"\f4c7"}.ion-ios-undo-outline:before{content:"\f4c6"}.ion-ios-unlocked:before{content:"\f4c9"}.ion-ios-unlocked-outline:before{content:"\f4c8"}.ion-ios-upload:before{content:"\f4cb"}.ion-ios-upload-outline:before{content:"\f4ca"}.ion-ios-videocam:before{content:"\f4cd"}.ion-ios-videocam-outline:before{content:"\f4cc"}.ion-ios-volume-high:before{content:"\f4ce"}.ion-ios-volume-low:before{content:"\f4cf"}.ion-ios-wineglass:before{content:"\f4d1"}.ion-ios-wineglass-outline:before{content:"\f4d0"}.ion-ios-world:before{content:"\f4d3"}.ion-ios-world-outline:before{content:"\f4d2"}.ion-ipad:before{content:"\f1f9"}.ion-iphone:before{content:"\f1fa"}.ion-ipod:before{content:"\f1fb"}.ion-jet:before{content:"\f295"}.ion-key:before{content:"\f296"}.ion-knife:before{content:"\f297"}.ion-laptop:before{content:"\f1fc"}.ion-leaf:before{content:"\f1fd"}.ion-levels:before{content:"\f298"}.ion-lightbulb:before{content:"\f299"}.ion-link:before{content:"\f1fe"}.ion-load-a:before{content:"\f29a"}.ion-load-b:before{content:"\f29b"}.ion-load-c:before{content:"\f29c"}.ion-load-d:before{content:"\f29d"}.ion-location:before{content:"\f1ff"}.ion-lock-combination:before{content:"\f4d4"}.ion-locked:before{content:"\f200"}.ion-log-in:before{content:"\f29e"}.ion-log-out:before{content:"\f29f"}.ion-loop:before{content:"\f201"}.ion-magnet:before{content:"\f2a0"}.ion-male:before{content:"\f2a1"}.ion-man:before{content:"\f202"}.ion-map:before{content:"\f203"}.ion-medkit:before{content:"\f2a2"}.ion-merge:before{content:"\f33f"}.ion-mic-a:before{content:"\f204"}.ion-mic-b:before{content:"\f205"}.ion-mic-c:before{content:"\f206"}.ion-minus:before{content:"\f209"}.ion-minus-circled:before{content:"\f207"}.ion-minus-round:before{content:"\f208"}.ion-model-s:before{content:"\f2c1"}.ion-monitor:before{content:"\f20a"}.ion-more:before{content:"\f20b"}.ion-mouse:before{content:"\f340"}.ion-music-note:before{content:"\f20c"}.ion-navicon:before{content:"\f20e"}.ion-navicon-round:before{content:"\f20d"}.ion-navigate:before{content:"\f2a3"}.ion-network:before{content:"\f341"}.ion-no-smoking:before{content:"\f2c2"}.ion-nuclear:before{content:"\f2a4"}.ion-outlet:before{content:"\f342"}.ion-paintbrush:before{content:"\f4d5"}.ion-paintbucket:before{content:"\f4d6"}.ion-paper-airplane:before{content:"\f2c3"}.ion-paperclip:before{content:"\f20f"}.ion-pause:before{content:"\f210"}.ion-person:before{content:"\f213"}.ion-person-add:before{content:"\f211"}.ion-person-stalker:before{content:"\f212"}.ion-pie-graph:before{content:"\f2a5"}.ion-pin:before{content:"\f2a6"}.ion-pinpoint:before{content:"\f2a7"}.ion-pizza:before{content:"\f2a8"}.ion-plane:before{content:"\f214"}.ion-planet:before{content:"\f343"}.ion-play:before{content:"\f215"}.ion-playstation:before{content:"\f30a"}.ion-plus:before{content:"\f218"}.ion-plus-circled:before{content:"\f216"}.ion-plus-round:before{content:"\f217"}.ion-podium:before{content:"\f344"}.ion-pound:before{content:"\f219"}.ion-power:before{content:"\f2a9"}.ion-pricetag:before{content:"\f2aa"}.ion-pricetags:before{content:"\f2ab"}.ion-printer:before{content:"\f21a"}.ion-pull-request:before{content:"\f345"}.ion-qr-scanner:before{content:"\f346"}.ion-quote:before{content:"\f347"}.ion-radio-waves:before{content:"\f2ac"}.ion-record:before{content:"\f21b"}.ion-refresh:before{content:"\f21c"}.ion-reply:before{content:"\f21e"}.ion-reply-all:before{content:"\f21d"}.ion-ribbon-a:before{content:"\f348"}.ion-ribbon-b:before{content:"\f349"}.ion-sad:before{content:"\f34a"}.ion-sad-outline:before{content:"\f4d7"}.ion-scissors:before{content:"\f34b"}.ion-search:before{content:"\f21f"}.ion-settings:before{content:"\f2ad"}.ion-share:before{content:"\f220"}.ion-shuffle:before{content:"\f221"}.ion-skip-backward:before{content:"\f222"}.ion-skip-forward:before{content:"\f223"}.ion-social-android:before{content:"\f225"}.ion-social-android-outline:before{content:"\f224"}.ion-social-angular:before{content:"\f4d9"}.ion-social-angular-outline:before{content:"\f4d8"}.ion-social-apple:before{content:"\f227"}.ion-social-apple-outline:before{content:"\f226"}.ion-social-bitcoin:before{content:"\f2af"}.ion-social-bitcoin-outline:before{content:"\f2ae"}.ion-social-buffer:before{content:"\f229"}.ion-social-buffer-outline:before{content:"\f228"}.ion-social-chrome:before{content:"\f4db"}.ion-social-chrome-outline:before{content:"\f4da"}.ion-social-codepen:before{content:"\f4dd"}.ion-social-codepen-outline:before{content:"\f4dc"}.ion-social-css3:before{content:"\f4df"}.ion-social-css3-outline:before{content:"\f4de"}.ion-social-designernews:before{content:"\f22b"}.ion-social-designernews-outline:before{content:"\f22a"}.ion-social-dribbble:before{content:"\f22d"}.ion-social-dribbble-outline:before{content:"\f22c"}.ion-social-dropbox:before{content:"\f22f"}.ion-social-dropbox-outline:before{content:"\f22e"}.ion-social-euro:before{content:"\f4e1"}.ion-social-euro-outline:before{content:"\f4e0"}.ion-social-facebook:before{content:"\f231"}.ion-social-facebook-outline:before{content:"\f230"}.ion-social-foursquare:before{content:"\f34d"}.ion-social-foursquare-outline:before{content:"\f34c"}.ion-social-freebsd-devil:before{content:"\f2c4"}.ion-social-github:before{content:"\f233"}.ion-social-github-outline:before{content:"\f232"}.ion-social-google:before{content:"\f34f"}.ion-social-google-outline:before{content:"\f34e"}.ion-social-googleplus:before{content:"\f235"}.ion-social-googleplus-outline:before{content:"\f234"}.ion-social-hackernews:before{content:"\f237"}.ion-social-hackernews-outline:before{content:"\f236"}.ion-social-html5:before{content:"\f4e3"}.ion-social-html5-outline:before{content:"\f4e2"}.ion-social-instagram:before{content:"\f351"}.ion-social-instagram-outline:before{content:"\f350"}.ion-social-javascript:before{content:"\f4e5"}.ion-social-javascript-outline:before{content:"\f4e4"}.ion-social-linkedin:before{content:"\f239"}.ion-social-linkedin-outline:before{content:"\f238"}.ion-social-markdown:before{content:"\f4e6"}.ion-social-nodejs:before{content:"\f4e7"}.ion-social-octocat:before{content:"\f4e8"}.ion-social-pinterest:before{content:"\f2b1"}.ion-social-pinterest-outline:before{content:"\f2b0"}.ion-social-python:before{content:"\f4e9"}.ion-social-reddit:before{content:"\f23b"}.ion-social-reddit-outline:before{content:"\f23a"}.ion-social-rss:before{content:"\f23d"}.ion-social-rss-outline:before{content:"\f23c"}.ion-social-sass:before{content:"\f4ea"}.ion-social-skype:before{content:"\f23f"}.ion-social-skype-outline:before{content:"\f23e"}.ion-social-snapchat:before{content:"\f4ec"}.ion-social-snapchat-outline:before{content:"\f4eb"}.ion-social-tumblr:before{content:"\f241"}.ion-social-tumblr-outline:before{content:"\f240"}.ion-social-tux:before{content:"\f2c5"}.ion-social-twitch:before{content:"\f4ee"}.ion-social-twitch-outline:before{content:"\f4ed"}.ion-social-twitter:before{content:"\f243"}.ion-social-twitter-outline:before{content:"\f242"}.ion-social-usd:before{content:"\f353"}.ion-social-usd-outline:before{content:"\f352"}.ion-social-vimeo:before{content:"\f245"}.ion-social-vimeo-outline:before{content:"\f244"}.ion-social-whatsapp:before{content:"\f4f0"}.ion-social-whatsapp-outline:before{content:"\f4ef"}.ion-social-windows:before{content:"\f247"}.ion-social-windows-outline:before{content:"\f246"}.ion-social-wordpress:before{content:"\f249"}.ion-social-wordpress-outline:before{content:"\f248"}.ion-social-yahoo:before{content:"\f24b"}.ion-social-yahoo-outline:before{content:"\f24a"}.ion-social-yen:before{content:"\f4f2"}.ion-social-yen-outline:before{content:"\f4f1"}.ion-social-youtube:before{content:"\f24d"}.ion-social-youtube-outline:before{content:"\f24c"}.ion-soup-can:before{content:"\f4f4"}.ion-soup-can-outline:before{content:"\f4f3"}.ion-speakerphone:before{content:"\f2b2"}.ion-speedometer:before{content:"\f2b3"}.ion-spoon:before{content:"\f2b4"}.ion-star:before{content:"\f24e"}.ion-stats-bars:before{content:"\f2b5"}.ion-steam:before{content:"\f30b"}.ion-stop:before{content:"\f24f"}.ion-thermometer:before{content:"\f2b6"}.ion-thumbsdown:before{content:"\f250"}.ion-thumbsup:before{content:"\f251"}.ion-toggle:before{content:"\f355"}.ion-toggle-filled:before{content:"\f354"}.ion-transgender:before{content:"\f4f5"}.ion-trash-a:before{content:"\f252"}.ion-trash-b:before{content:"\f253"}.ion-trophy:before{content:"\f356"}.ion-tshirt:before{content:"\f4f7"}.ion-tshirt-outline:before{content:"\f4f6"}.ion-umbrella:before{content:"\f2b7"}.ion-university:before{content:"\f357"}.ion-unlocked:before{content:"\f254"}.ion-upload:before{content:"\f255"}.ion-usb:before{content:"\f2b8"}.ion-videocamera:before{content:"\f256"}.ion-volume-high:before{content:"\f257"}.ion-volume-low:before{content:"\f258"}.ion-volume-medium:before{content:"\f259"}.ion-volume-mute:before{content:"\f25a"}.ion-wand:before{content:"\f358"}.ion-waterdrop:before{content:"\f25b"}.ion-wifi:before{content:"\f25c"}.ion-wineglass:before{content:"\f2b9"}.ion-woman:before{content:"\f25d"}.ion-wrench:before{content:"\f2ba"}.ion-xbox:before{content:"\f30c"}

.promo-banner{
	display: block;
	position: relative;
	text-align: center;
	width: 100%;
	overflow: hidden;
	float: left;
}
.promo-banner .text-container{
	backface-visibility: hidden;
	display: block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.promo-banner > a{
	display: block;
	max-width: 100%;
	position: relative;
}
/* effect-lily */
.effect-lily .promo-banner > a img{
	opacity: .7;
	max-width: none;
	transform: translate3d(-40px, 0px, 0px);
	-webkit-transform: translate3d(-40px, 0px, 0px);
	-moz-transform: translate3d(-40px, 0px, 0px);
	transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	-webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	-moz-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	width: calc(100% + 50px);
}
.effect-lily .promo-banner p{
	opacity: 0;
	transition: opacity 0.2s ease 0s, transform 0.35s ease 0s;
	-webkit-transition: opacity 0.2s ease 0s, transform 0.35s ease 0s;
	-moz-transition: opacity 0.2s ease 0s, transform 0.35s ease 0s;
}
.effect-lily .promo-banner:hover > a img,
.effect-lily .promo-banner:hover .text-container h2,
.effect-lily .promo-banner:hover .text-container h3,
.effect-lily .promo-banner:hover .text-container p{
	transform: translate3d(0, 0px, 0px);
	-webkit-transform: translate3d(0, 0px, 0px);
	-moz-transform: translate3d(0, 0px, 0px);
}
.effect-lily .promo-banner:hover > a img,
.effect-lily .promo-banner:hover .text-container p{
	opacity: 1;
}
.effect-lily .promo-banner:hover p{
	transition-delay: 0.05s;
	-webkit-transition-delay: 0.05s;
	-moz-transition-delay: 0.05s;
	transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	-moz-transition-duration: 0.35s;
}

/* effect sadie */
.effect-sadie .promo-banner > a{
	display: block;
	position: relative;
}
.effect-sadie .promo-banner > a:before{
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%) repeat scroll 0 0;
	content:"";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transform: translate3d(0px, 50%, 0px);
	-webkit-transform: translate3d(0px, 50%, 0px);
	-moz-transform:translate3d(0px, 50%, 0px);
	width: 100%;
	transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	-webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
	-moz-transition: opacity 0.35s ease 0s, -moz-transform 0.35s ease 0s;
	z-index: 2;
}
.effect-sadie .promo-banner .text-container h2{
	transform: translate3d(0px, -50%, 0px);
	-moz-transform: translate3d(0px, -50%, 0px);
	-webkit-transform: translate3d(0px, -50%, 0px);
	transition: transform 0.35s ease 0s, color 0.35s ease 0s;
	-webkit-transition: -webki-transform 0.35s ease 0s, color 0.35s ease 0s;
	-moz-transition: -moz-transform 0.35s ease 0s, color 0.35s ease 0s;
}
.effect-sadie .promo-banner .text-container p{
	transform: translate3d(0px, 10px, 0px);
	-webkit-transform: translate3d(0px, 10px, 0px);
	-moz-transform: translate3d(0px, 10px, 0px);
	transition: transform 0.35s ease 0s, color 0.35s ease 0s;
	-webkit-transition: -webkit-transform 0.35s ease 0s, color 0.35s ease 0s;
	-moz-transition: -moz-transform 0.35s ease 0s, color 0.35s ease 0s;
	opacity: 0;
}
.effect-sadie .promo-banner:hover > a:before,
.effect-sadie .promo-banner:hover .text-container p{
	opacity: 1;
	transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
}
.effect-sadie .promo-banner:hover .text-container h2{
	transform: translate3d(0px, -50%, 0px) translate3d(0px, -40px, 0px);
	-moz-transform: translate3d(0px, -50%, 0px) translate3d(0px, -40px, 0px);
	-webkit-transform: translate3d(0px, -50%, 0px) translate3d(0px, -40px, 0px);
}

/* effect Zoom */
.effect-zoom .promo-banner > a img{
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}
.effect-zoom .promo-banner:hover > a img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	opacity: 0.8;
}

/* effect chico */

.effect-chico .promo-banner > a img{
	transform: scale(1.12);
	-webkit-transform: scale(1.12);
	-moz-transform: scale(1.12);
	transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	-webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
	-moz-transition: opacity 0.35s ease 0s, -moz-transform 0.35s ease 0s;
}
.effect-chico .promo-banner > a:before{
	border: 2px solid rgba(255,255,255,0.6);
	bottom: 30px;
	content: "";
	left: 30px;
	right: 30px;
	top: 30px;
	position: absolute;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	opacity: 0;
	z-index: 2;
	transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	-webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
	-moz-transition: opacity 0.35s ease 0s, -moz-transform 0.35s ease 0s;
}
.effect-chico .promo-banner:hover > a img{
	transform: scale(1);
	-webkit-transform:  scale(1);
	-moz-transform:  scale(1);
}
.effect-chico .promo-banner:hover > a:before{
	opacity: 1;
	transform: scale(1);
	-webkit-transform:  scale(1);
	-moz-transform:  scale(1);
}

/* effect apollo */
.effect-apollo .promo-banner > a img{
	opacity: 0.95;
	transform: scale3d(1.05, 1.05, 1);
	-webkit-transform: scale3d(1.05, 1.05, 1);
	-moz-transform: scale3d(1.05, 1.05, 1);
	transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	-webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
	-moz-transition: opacity 0.35s ease 0s, -moz-transform 0.35s ease 0s;
}
.effect-apollo .promo-banner > a:before{
	background-color: rgba(255, 255, 255, 0.5);
	content:"";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -100%, 0px);
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -100%, 0px);
	-moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -100%, 0px);
	transition: transform 0.6s ease 0s;
	-webkit-transition: -webkit-transform 0.6s ease 0s;
	-moz-transition: -moz-transform 0.6s ease 0s;
	z-index: 2;
}
.effect-apollo .promo-banner:hover > a img{
	opacity: 0.6;
	transform: scale3d(1, 1, 1);
	-webkit-transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
}
.effect-apollo .promo-banner:hover > a:before{
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 100%, 0px);
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 100%, 0px);
	-moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 100%, 0px);
}
