@charset "utf-8";

/****************************************************************
   ___                       _        ___
  /___\_ __ __ _  __ _ _ __ (_) ___  / ___ __ ___  _ __  ___
 //  /| '__/ _` |/ _` | '_ \| |/ __|/ / | '__/ _ \| '_ \/ __|
/ \_//| | | (_| | (_| | | | | | (__/ /__| | | (_) | |_) \__ \
\___/ |_|  \__, |\__,_|_| |_|_|\___\____|_|  \___/| .__/|___/
           |___/                                  |_|

organiccrops.net CSS BASE Style definitions
Version 2.34
Author: OC-SN

****************************************************************/

/***************************************************************************************
BG'S
***************************************************************************************/

.errpg {
    background: url(/img/backgrounds/errBg.svg);
    background-size: cover;
}

/***************************************************************************************
GENERAL TPL
***************************************************************************************/

html,
body {
    height: 100%;
    color: #493f3f;
}
body {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #493f3f;
    font-size: 16px;
    line-height: 1.5;
}
a {
    background: transparent;
    outline: none;
    text-decoration: none;
    -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
}
a:active,
a:hover,
a:focus {
    outline: 0;
    background: transparent;
    color: #493f3f;
    text-decoration: none;
}
a:focus,
a:active,
button::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner,
select::-moz-focus-inner,
input[type='file'] > input[type='button']::-moz-focus-inner {
    border: 0;
    outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1;
}
h1 {
    font-weight: 700;
}
h1 small,
h2 small,
h3 small {
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    color: #493f3f;
}
h4 small,
h5 small,
h6 small {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #493f3f;
}
.site-wrapper {
    clear: both;
}
.white {
    color: #fff !important;
}
.err404 {
    max-height: 50%;
    margin: 80px 0 60px 0;
}
.section-title {
    text-align: center;
    margin-bottom: 40px;
}

/*---- Preloader ----*/
.preloader {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 99999999;
}
.preloader-logo {
    position: absolute;
    width: 47px;
    height: 47px;
    left: 50%;
    top: 50%;
    margin: -70px 0 0 -57px;
    cursor: wait;
    opacity: 0.9;
}

/***************************************************************************************
TYPOGRAPHY
***************************************************************************************/

@media (min-width: 180px) {
    h1 {
        font-size: 32px;
        color: #493f3f;
    }
    h1 small {
        font-size: 32px;
    }
    .lead {
        font-size: 16px;
        font-weight: 300;
    }
    h2 {
        font-size: 30px;
        letter-spacing: -2px;
    }
    h2 small {
        font-size: 30px;
    }
    ocTabs h2,
    h3 {
        font-size: 20px;
    }
    h3 small {
        font-size: 20px;
    }
    h5 small {
        font-size: 13px;
    }
}
@media (min-width: 480px) {
    h1 {
        font-size: 42px;
    }
    h1 small {
        font-size: 42px;
    }
    .lead {
        font-size: 16px;
        font-weight: 300;
    }
    h2 {
        font-size: 35px;
        letter-spacing: -2px;
    }
    h2 small {
        font-size: 35px;
    }
    h3 {
        font-size: 30px;
    }
    h3 small {
        font-size: 30px;
    }
}
@media (min-width: 768px) {
    h1 {
        font-size: 56px;
    }
    h1 small {
        font-size: 56px;
    }
    .lead {
        font-size: 18px;
        font-weight: 300;
    }
    h2 {
        font-size: 40px;
        letter-spacing: -2px;
    }
    h2 small {
        font-size: 40px;
    }
}
@media (min-width: 992px) {
    h1 {
        font-size: 56px;
    }
    h1 small {
        font-size: 56px;
    }
    .lead {
        font-size: 20px;
        font-weight: 300;
    }
    h2 {
        font-size: 40px;
        letter-spacing: -3px;
    }
    h2 small {
        font-size: 40px;
    }
}
@media (min-width: 1200px) {
    h1 {
        font-size: 78px;
        letter-spacing: -4px;
    }
    h1 small {
        font-size: 66px;
    }
    .lead {
        font-size: 20px;
        font-weight: 300;
    }
    h2 {
        font-size: 40px;
        letter-spacing: -3px;
    }
    h2 small {
        font-size: 40px;
    }
}

/***************************************************************************************
PRINT
***************************************************************************************/

.OC-print-header {
    margin-top: 30px;
}
.OC-print-header img {
    margin-bottom: 5px;
}

/***************************************************************************************
HOMEPAGE
***************************************************************************************/

#home {
    background-position: center 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    z-index: 1;
}
.panel {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.home-bottom {
    position: absolute;
    z-index: 3;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
}
.move {
    width: 40px;
    margin-left: auto;
    margin-right: auto;
    -webkit-animation: anim2 ease-in-out 3s infinite alternate;
    -moz-animation: anim2 ease-in-out 3s infinite alternate;
}
@-webkit-keyframes anim2 {
    from {
        left: 0;
        -webkit-transform: scale(1) rotate(0deg);
    }
    50% {
        left: 250px;
        -webkit-transform: scale(0.8) rotate(10deg);
    }
    to {
        left: 500px;
        -webkit-transform: scale(1.2) rotate(-20deg);
    }
}
@-moz-keyframes anim2 {
    from {
        left: 0;
        -moz-transform: scale(1) rotate(0deg);
    }
    50% {
        left: 250px;
        -moz-transform: scale(0.8) rotate(10deg);
    }
    to {
        left: 500px;
        -moz-transform: scale(1.2) rotate(-20deg);
    }
}
.dots {
    z-index: 99;
    background-image: url(/img/dot.png);
    background-repeat: repeat-y;
    margin: auto;
    width: 6px;
    height: 34px;
}

/*---- Home Slider ----*/
hgroup {
    letter-spacing: 0;
    color: #fff;
    text-align: center;
}
hgroup small {
    color: #fff;
    letter-spacing: -1px;
    text-align: center;
}
.home-btn {
    margin-top: 45px;
}
.slider-btn {
    color: #fff;
    background: #2d853f;
    font-weight: bold !important;
}
.slider-btn:hover {
    color: #fff;
}

@media (min-width: 992px) {
    hgroup,
    hgroup h3,
    hgroup small,
    hgroup h1 {
        font-size: 80px !important;
    }
    hgroup h2,
    hgroup h4 {
        font-size: 20px;
        letter-spacing: 1px;
        font-weight: normal;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    hgroup,
    hgroup h1,
    hgroup h3,
    hgroup small {
        font-size: 55px !important;
    }
    hgroup h2,
    hgroup h4 {
        font-size: 18px;
    }
}
@media (max-width: 600px) {
    hgroup,
    hgroup h1,
    hgroup h3,
    hgroup small {
        font-size: 35px;
        text-align: center;
        line-height: 1.2;
    }
    hgroup h2,
    hgroup h4 {
        font-size: 14px;
    }
    .btn-home a {
        margin-top: 10px;
    }
}
@media (max-width: 500px) {
    .tp-banner .btn {
        display: none;
    }
}

.oc-slide {
    position: relative;
    height: 100vh;
}
.oc-slide .carousel-inner .item {
    height: 100vh;
}
.oc-slide .carousel-indicators > li {
    margin: 0 2px;
    background-color: #2d853f;
    border-color: #2d853f;
    opacity: 0.5;
}
.oc-slide .carousel-indicators > li.active {
    width: 10px;
    height: 10px;
    opacity: 1;
}
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.hero h1 {
    margin: 0;
    padding: 0;
}
.hero p {
    font-weight: bold;
    margin-top: 20px;
}
.oc-slide .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out 0.1s;
    -moz-transition: 2s all ease-in-out 0.1s;
    -ms-transition: 2s all ease-in-out 0.1s;
    -o-transition: 2s all ease-in-out 0.1s;
    transition: 2s all ease-in-out 0.1s;
}
.oc-slide .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out 0.1s;
    -moz-transition: 2s all ease-in-out 0.1s;
    -ms-transition: 2s all ease-in-out 0.1s;
    -o-transition: 2s all ease-in-out 0.1s;
    transition: 2s all ease-in-out 0.1s;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: 0.4;
}
.oc-slide .slides .slide-1,
.oc-slide .slides .slide-2,
.oc-slide .slides .slide-3,
.oc-slide .slides .slide-4 {
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.oc-slide .slides .slide-1 {
    background-image: url(http://organiccrops.net/img/backgrounds/quinoa_colored.jpg);
}
.oc-slide .slides .slide-2 {
    background-image: url(http://organiccrops.net/img/backgrounds/cacao_nibs.jpg);
}
.oc-slide .slides .slide-3 {
    background-image: url(http://organiccrops.net/img/backgrounds/maca_powder.jpg);
}
.oc-slide .slides .slide-4 {
    background-image: url(http://organiccrops.net/img/backgrounds/peru_scenery.jpg);
}
@media screen and (min-width: 980px) {
    .hero {
        width: 980px;
    }
}

/***************************************************************************************
NAV
***************************************************************************************/

#header .navbar.navbar-default.navbar-fixed-top .container .navbar-header .navbar-brand {
    font-family: 'Montserrat', sans-serif;
}
.navbar-brand {
    margin-top: 5px;
    padding-top: 5px;
}
.bottom-header,
.home-top-header {
    margin-top: -70px;
}
.header-bottom {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
.header-top .navbar-default {
    position: fixed;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 4;
    top: -100px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.navbar-brand {
    float: left;
    margin-top: 4px;
    padding: 10px;
}
.navbar-default .navbar-brand h3 {
    letter-spacing: -2px;
    color: #493f3f;
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 20px;
}
.navbar {
    min-height: 70px;
    border: none;
}
.navbar-default {
    border-color: transparent;
    border-bottom: none;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 4;
    background-color: rgba(255, 255, 255, 0.85); /*opacity: 0.75;*/
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
}
.navbar-right {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    height: 100%;
    margin-top: 10px;
}
.navbar-collapse {
    margin-top: 6px;
    padding-right: 15px;
    padding-left: 35px;
    color: #493f3f;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 18px;
    margin-right: 0;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: none;
}
.navbar-toggle:focus {
    outline: none;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #fff;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 24px;
    height: 4px;
    border-radius: 2px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #493f3f;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav > li > span {
    position: relative;
    display: block;
    padding: 10px 15px;
    cursor: pointer;
}
.nav > li > .oc-nav-inline {
    display: inline;
    padding: 10px 10px 10px 10px;
    top: 10px;
}
.oc-nav-inline:first-child {
    margin-left: 10px;
}

@media (min-width: 992px) {
    .navbar-default .navbar-nav > li > a {
        color: #493f3f;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}
@media (max-width: 768px) {
    .navbar-collapse {
        max-height: none;
        overflow-x: hidden;
    }
}

.dropdown-menu {
    font-size: 13px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    background-color: #f5f5f5;
}
.menu-padding {
    padding-top: 70px;
}
.content {
    margin-top: 0;
}
.OC-lang {
    max-height: 18px;
    height: 16px;
}

/*NAV MOB*/
@media (max-width: 992px) {
    .navbar-default .container {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    .navbar-default .navbar-collapse {
        margin-top: 0;
        padding-right: 0;
        padding-left: 0;
    }
    .navbar-default .navbar-nav > li > a {
        color: #b39c9c;
    }
    .navbar-default .navbar-collapse {
        background-color: #262121;
    }
    .navbar-small .navbar-collapse {
        margin-top: 0;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .nav > li > span {
        color: #b39c9c;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: none;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
        padding-left: 25px;
        padding-right: 25px;
    }
    .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
        padding-left: 35px;
        padding-right: 35px;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav {
        float: none !important;
        margin: 0;
    }
    .navbar-nav > li {
        float: none;
    }
    .navbar-nav > li > a {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .collapse.in {
        display: block !important;
    }
    .navbar-default ul.nav li {
        border-bottom: 1px dotted #493f3f;
    }
    .dropdown-menu {
        position: relative;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: none;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 13px;
        list-style: none;
        background-color: transparent;
        background-clip: padding-box;
        border: none;
        border: none;
        border-radius: 4px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .dropdown-menu > li {
        border-bottom: none !important;
    }
    .dropdown-menu > li > a {
        color: #b39c9c;
    }
    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
        text-decoration: none;
        background-color: transparent !important;
    }
    .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav > li > a:hover {
        color: #fff !important;
    }
}

.navbar .icon {
    font-size: 14px;
}
.navbar .social-icon {
    padding-left: 15px;
    padding-right: 0;
    margin-top: 2px;
}

@media (min-width: 992px) {
    .navbar-right .dropdown-menu {
        right: auto;
        left: 10px;
        top: -155px;
    }
}
@media (min-width: 992px) {
    .rez .dropdown-menu {
        right: auto;
        left: 10px;
        top: 36px !important;
    }
}
@media (min-width: 992px) {
    .rez-drop .dropdown-menu {
        right: auto;
        left: 10px;
        top: 36px !important;
    }
}

/***************************************************************************************
SECTIONS
***************************************************************************************/

#product,
#retail,
#about,
#news,
#contact-form {
    padding-top: 70px;
    padding-bottom: 100px;
}

#about,
#news,
#contact-form {
    background: linear-gradient(0deg, #f9f4e6 30%, #ffffff 100%);
}

/***************************************************************************************
ABOUT
***************************************************************************************/

.section-title-about {
    text-align: center;
    margin-bottom: 30px;
}
h4 {
    font-size: 24px;
}
h4 small {
    font-size: 20px;
}
p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    margin-bottom: 20px;
}
.about-row {
    margin-bottom: 40px;
}
.about-icon {
    float: left;
    margin-top: -7px;
}
.about-info {
    padding-left: 50px;
    padding-top: 0;
}
.about-description {
    padding-right: 50px;
}
.ion-3x {
    font-size: 3em;
}
.about-icon {
    margin-top: 2px;
}
.p-info {
    line-height: 1.8;
}

/***************************************************************************************
EFFECTS ETC
***************************************************************************************/

.effects .img {
    position: relative;
    overflow: hidden;
}
.effects .img a {
    display: inline;
    margin: auto;
    padding: 0;
    max-width: 100%;
    height: auto;
    color: #fff;
}
.overlay {
    display: block;
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.expand {
    display: block;
    position: absolute;
    z-index: 100;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-weight: 700;
    font-size: 20px;
    list-style: none;
    padding: 0;
}
.expand .social-icon {
    display: inline;
    margin-left: 5px;
    margin-right: 5px;
}
.effect .overlay {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}
.effect .overlay .expand {
    left: 0;
    right: 0;
    top: 50px;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.effect:hover .img .img-responsive {
    transform: scale(1.25);
}
.effect .img-responsive {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.effect:hover .img .overlay {
    opacity: 1;
}
.effect:hover .img .overlay .expand {
    top: 52%;
    margin-top: -30px;
    opacity: 1;
}
/*---- CTA ----*/
.banner-buttom {
    padding: 40px 0 40px 0;
    vertical-align: middle;
    display: table;
}
.banner-buttom span {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-right: 20px;
}
.banner-buttom span small {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 300;
}

/***************************************************************************************
WHOLESALE PROD PG
***************************************************************************************/

.panel-body,
#ocTabs,
.tab-pane {
    background-color: #e9f9ec !important;
    padding-left: 30px;
}
.panel-body {
    padding-left: 0;
    margin-left: 0;
}
#faq .panel-body {
    margin-left: 10px;
}
#ocTabs h2 {
    margin-bottom: 20px;
}
.panel-title > i {
    color: #abc4b0;
}
.pg_img_right {
    margin: 20px 10px 15px 10px;
}
.prod_spec_row {
    margin: 5px;
}
.panel-heading {
    background: #D8E8DB !important;
}
.oc-wholesale-prod {
    background: #fff;
    border: 0;
}
.oc-wholesale-prod img-responsive {
    text-align: center;
}

.invalid,
.success,
.error {
    display: none;
    margin-top: 10px;
}
.oc-price {
    margin-left: 10px;
}
.oc-price-up {
    color: #bf2a2c;
}
.oc-price-down {
    color: #37bc32;
}
.oc-price-stable {
    color: #606060;
}
.oc-subscribe-wait {
    display: none;
}

@media (max-width: 180px) {
    .pg_img_right {
        margin: 10px 0;
    }
}
@media (max-width: 480px) {
    .pg_img_right {
        margin: 10px 0;
        margin-bottom: 5px;
    }
}

/***************************************************************************************
NEWS
***************************************************************************************/

.news-item {
    margin-bottom: 100px !important;
}
.news-item-last {
    margin-bottom: 10px !important;
}
.news-img {
    margin: 10px 0 15px 15px;
}
.news-img-left {
    margin: 10px 15px 15px 0;
}
.news-item h2 {
    margin-top: 30px;
}
.news-item h3 {
    margin-top: 20px;
}
.news-item .fa-user {
    margin-right: 5px;
}
.news-item .fa-calendar {
    margin: 0 5px;
}
#disqus_thread {
    margin: 20 0 10 0;
}
.oc-news-commentsheader {
    margin-top: 35px;
}
/* PAGINATION */
.pagination > li,
.pagination li,
.pagination li span,
.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover,
.pagination li a {
    background:none;
} 
.pagination > li > a {
    color: #2d853f;
}
.pagination > li > a,
.pagination > li > span {
    border-color: #c5cfc7;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background: #a6cdae;
    color: #493f3f;
    border-color: #c5cfc7;
}
.pagination > li.oc-news-pager > span,
.pagination > li.oc-news-pager > span:hover {
    color: #493f3f;
    border-color: #c5cfc7;
}
.pagination > li.oc-news-pager > span:hover {
    background: none;
    color: #493f3f;
}
.pagination > li > span.oc-news-pager-actual,
.pagination > li > span.oc-news-pager-actual:hover {
    background: #2d853f;
    color: #fff;
    border-color: #2d853f;
}
.pagination > li > a .fa {
    color: #a6cdae;
}
.pagination > li > a:hover .fa {
    color: #2d853f;
}

@media (min-width: 992px) {
    .pagination .fa-arrow-circle-left {
        margin-right: 0.4em;
    }
    .pagination .fa-arrow-circle-right {
        margin-left: 0.4em;
    }
}

/***************************************************************************************
RETAIL
***************************************************************************************/

.slide-image {
    width: 100%;
}
.carousel-holder {
    margin-bottom: 30px;
}
.carousel-control,
.item {
    border-radius: 3px;
}
.caption {
    height: 200px;
    overflow: hidden;
    position: relative;
}
.caption h4 {
    white-space: nowrap;
    position: relative;
}
.thumbnail img {
    width: 100%;
}
.thumbnail {
    padding: 0;
}
.thumbnail .caption-full {
    padding: 9px;
}
.oc-retail-priceLine {
    position: absolute;
    bottom: 5px;
    width: 100%;
}
.oc-retail-price {
    font-weight: bold;
    width: 45%;
    position: absolute;
    right: 15px;
    text-align: right;
}

/***************************************************************************************
CONTACT
***************************************************************************************/

#contact h1 {
    margin: 10px 0 10px;
    font-size: 24px;
    color: #fff;
}
#contact hr {
    color: inherit;
    height: 0;
    margin: 6px 0 6px 0;
    padding: 0;
    border: 1px solid #d9d9d9;
    border-style: none none solid;
}
/* Contact CTA */
#contact-details {
    background-position: center 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #35683f;
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    z-index: 1;
    color: #fff;
}
.details {
    margin-top: 90px;
    margin-bottom: 80px;
    color: #fff;
    z-index: 3;
}
.phone-info h2 a {
    border-radius: 3px;
    display: inline-block;
    color: #fff !important;
    padding-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0;
    text-decoration: none;
}

/***************************************************************************************
FOOTER
***************************************************************************************/

#footer {
    background-color: #493f3f;
    padding-bottom: 15px;
}
.back-to-top {
    display: block;
    background: #493f3f;
    width: 45px;
    height: 40px;
    font-size: 28px;
    line-height: 38px;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    -webkit-transform: translateZ(0);
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    transition: 0.2s all linear;
    cursor: pointer;
}
.footer-social {
    margin-top: 60px;
    margin-bottom: 10px;
}
.footer-social li a:hover {
    color: #fff;
}
.footer-info {
    margin-bottom: 20px;
}
.footer-copyright {
    font-size: 13px;
}
footer p {
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #e2cfc2;
}
.footer-logo a {
    color: #e2cfc2;
}
footer .footer-menu {
    margin-top: 45px;
    border-top: 1px solid #110f0f;
    padding-top: 30px;
    font-size: 12px;
    font-weight: 400;
    height: 64px;
    color: #e2cfc2;
}
footer .footer-menu a {
    color: #e2cfc2;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
footer .footer-menu a {
    margin-left: 10px;
}
@media (min-width: 480px) {
    footer .footer-menu a {
        margin-left: 15px;
    }
}
@media (min-width: 769px) {
    footer .footer-menu a {
        margin-left: 30px;
    }
    /*
    .grassland{display:block;background: #fff url(../img/assets/organiccrops_footer_grass.png) repeat-x;width:100%;height:50px;position:absolute;top:-50px;left:0;right:0;margin:auto;}
    .back-to-top{height:70px;font-size:28px;line-height:38px;position:absolute;top:-70px;left:0;right:0;margin:auto;color:#fff;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;-webkit-transform:translateZ(0);-webkit-transition:0.2s all linear;-moz-transition:0.2s all linear;transition:0.2s all linear;cursor:pointer}
    */
}
footer .footer-menu a:hover {
    color: #fff;
}
footer .connected-icons {
    margin: 0;
    list-style-type: none;
    display: inline-block;
    list-style: none;
}
footer .connected-icons li {
    display: inline-block;
    padding: 17px 17px;
}
footer .connected-icons li .fa-2-5x {
    font-size: 2.5em;
}
footer a.email {
    margin-left: 0;
}

/***************************************************************************************
TABLES
***************************************************************************************/

.table-bg-accent {
    background: #fff !important;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #fff;
}
.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
    background-color: #eaf0eb;
}
.td-top {
    vertical-align: top;
}
.td-25 {
    width: 25%;
}
.td-100 {
    width: 100%;
}

/***************************************************************************************
GEN LAYOUT
***************************************************************************************/

.m-b-20 {
    margin-bottom: 20px;
}
.m-t-20 {
    margin-top: 20px;
}
.m-t-50 {
    margin-top: 50px !important;
}
.pad-10 {
    padding: 10px;
}
.block-link {
    display: block;
}

.oc-min992 {
    display: none !important;
}
@media (min-width: 992px) {
    .oc-min992 {
        display: inline !important;
    }
}

/***************************************************************************************
TPL ELEMENTS
***************************************************************************************/

.btn,
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
    text-shadow: none;
    border: 0;
    background-image: none;
    font-weight: 300;
    border-radius: 3px;
    border-color: transparent;
    -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    box-shadow: none;
}
.btn:hover,
.btn-primary:hover,
.btn-success:hover,
.btn-info:hover,
.btn-warning:hover,
.btn-danger:hover {
    background-color: #493f3f;
    border-color: transparent;
}
.btn:focus,
.btn-primary:focus,
.btn-success:focus,
.btn-info:focus,
.btn-warning:focus,
.btn-danger:focus {
    background-color: #999;
    border-color: transparent;
}
.btn:active,
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active {
    background: #493f3f;
    border: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #493f3f;
    border-color: #493f3f;
    outline: none;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    border: 1px solid #999;
}
.btn-default:hover {
    color: #fff;
}
.open .dropdown-toggle.btn-primary {
    border-color: transparent;
}
blockquote p {
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
}
ul.check-list-1 li:before,
ul.check-list-2 li:before,
ul.check-list-3 li:before,
ul.chevron-list-1 li:before,
ul.chevron-list-2 li:before,
ul.dot-circle-list li:before {
    display: inline-block;
    width: 40px;
    margin-left: -40px;
    text-align: center;
    line-height: inherit;
    font-family: FontAwesome;
}
ul.check-list-1,
ul.check-list-2,
ul.check-list-3,
ul.chevron-list-1,
ul.chevron-list-2,
ul.dot-circle-list,
ul.caret-list {
    list-style: none;
}
ul.check-list-1 li:before {
    font-size: 13px;
    content: '\f00C';
}
ul.check-list-2 li:before {
    font-size: 13px;
    content: '\f058';
}
ul.check-list-3 li:before {
    font-size: 13px;
    content: '\f14a';
}
ul.chevron-list-1 li:before {
    font-size: 13px;
    content: '\f054';
}
ul.chevron-list-2 li:before {
    font-size: 13px;
    content: '\f138';
}
ul.dot-circle-list li:before {
    font-size: 13px;
    content: '\f192';
}
ul.caret-list li:before {
    font-size: 13px;
    content: '\f152';
}
.btn-link:hover,
.btn-link:focus {
    color: #493f3f;
    text-decoration: underline;
    background-color: transparent;
}
.post-title a {
    color: #493f3f;
}
.post-img {
    margin-bottom: 10px;
}
.project-img {
    margin-bottom: 60px;
}
.tags-list {
    list-style: none;
    padding: 0;
}
.tags-list li {
    font-size: 13px;
    margin-top: 5px;
    display: inline-block;
    padding: 3px 9px;
    border: 1px solid #e8e8e8;
}
.product-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.product-list li {
    background-color: #d8e8db;
    padding: 5px 5px 5px 10px;
    margin-bottom: 5px;
    border-radius: 3px;
}
.product-list li a {
    color: #493f3f;
    display: block;
}
.product-list li a:hover {
    color: #fff;
}
.product-list li:hover a {
    color: #fff;
}
.blog-widget-container {
    margin-bottom: 60px;
}
.form-control:focus {
    border-color: #493f3f;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control {
    border-radius: 0;
}
.blog-author {
    margin: 60px 0 60px 0;
}
.author-img {
    max-height: 100px;
    float: left;
    margin-right: 20px;
}
#back-to-top {
    position: fixed;
    z-index: 1000;
    bottom: 25px;
    right: 40px;
    display: none;
    cursor: pointer;
}
#back-to-top a:hover {
    color: #999;
}
.action-btn {
    margin: 20px 0 20px 0;
}
.call-action-1 {
    background: #272727;
    padding: 20px;
    margin: 20px 0 20px 0;
}
.call-action-2 {
    border: 1px solid #ccc;
    padding: 20px;
    margin: 20px 0 20px 0;
}
.call-action-3 {
    background: #272727;
    padding: 20px 40px 20px 40px;
    margin: 20px 0 20px 0;
}
.call-action-4 {
    border: 1px solid #ccc;
    padding: 20px 40px 20px 40px;
    margin: 20px 0 20px 0;
}
.call-action-5 {
    background: #272727;
    padding: 20px 40px 20px 40px;
    margin: 20px 0 20px 0;
    vertical-align: middle;
    display: table;
}
.call-action-6 {
    border: 1px solid #ccc;
    padding: 20px 40px 20px 40px;
    margin: 20px 0 20px 0;
    vertical-align: middle;
    display: table;
}

@media (min-width: 768px) {
    .action-5-btn {
        padding: 20px 0 20px 20px;
    }
    .action-5-info {
        text-align: left;
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        padding: 0;
    }
    .action-5-btn {
        text-align: right;
        display: table-cell;
        vertical-align: middle;
    }
}
@media (max-width: 180px) {
    .action-5-btn {
        padding: 20px 0 20px 20px;
    }
}
@media (max-width: 480px) {
    .btn-responsive {
        font-size: 90%;
    }
}
@media (min-width: 769px) and (max-width: 992px) {
    .btn-responsive {
        font-size: 100%;
    }
}

.panel-title:hover {
    cursor: pointer;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: none;
}
.nav-tabs > li > a:hover {
    border: none;
    border-color: transparent;
}
.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    color: #fff;
    border: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: #2d853f;
    cursor: default;
    border: none;
    border-bottom-color: transparent;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: none;
    background-color: #fff;
    color: #493f3f;
    border-radius: 4px 4px 0 0;
}
.tab-pane {
    padding: 15px 15px 15px 0;
    background-color: #fff;
}
.nav-tabs {
    border: none;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff !important;
    text-decoration: none;
    background-color: #2d853f;
    outline: 0;
}
.nav-tabs-dark > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #fff !important;
    background-color: #2d853f;
    cursor: default;
    border: none;
    border-bottom-color: transparent;
}
.nav-tabs > li.active > a:hover {
    background-color: #272727;
    color: #fff !important;
}
.nav-tabs-dark > li.active > a:hover {
    color: #fff !important;
    background-color: #272727 !important;
}
.nav-tabs > li > a:hover {
    color: #272727 !important;
    text-decoration: none;
    background-color: #d8e8db;
}
.tab-pane-dark {
    padding: 15px;
    color: #fff;
    background-color: #272727;
}

.fa-external-link {
    padding-left: 0.5em;
}

/***************************************************************************************
OC BRANDING
***************************************************************************************/

::-moz-selection {
    background: #2d853f;
}
::selection {
    background: #2d853f;
}
.skillbar-title,
.skillbar-bar,
#filters li span.active,
#filters li span:hover,
#filters li span:focus,
.btn-primary,
.label-primary,
#contact input.submit,
.product-list li:hover,
.shop-btn-box:hover,
.pagination > .active > a {
    background: #2d853f;
}
a,
.about-icon .fa-circle,
.highlight,
figure figcaption a:hover,
.dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > .hovernav:hover > a,
.navbar-default .navbar-nav > .hovernav:hover > a:hover,
.nav > li > a:hover,
.nav > li > span:hover,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.portfolio-links a:hover,
.portfolio-links .icon:hover,
.connected-icon a:focus,
.connected-icon a:hover,
.btn-link,
.post-title a:hover,
.post-title a:focus,
#main-nav .current,
.star-rating span,
.twitter-logo .fa,
.footer-logo a:hover,
.effects .img a:hover {
    color: #2d853f;
}
.btn-home a {
    box-shadow: 0 3px 0 rgba(137, 193, 68, 0.5);
}
.label-success-OC {
    background-color: #2d853f;
}
.label-danger-OC {
    background-color: #493f3f;
}
.tooltip > .tooltip-inner {
    background-color: #493f3f;
    color: #e2cfc2;
    border: 1px solid #493f3f;
    padding: 10px;
    font-size: 1em;
}
.tooltip-arrow {
    border-top: 5px solid 493F3F;
}

.oc-bullet {
    margin: 0;
    padding: 0;
    list-style-type: square;
    color: #4ab65e;
}
.oc-bullet li {
    margin-left: 1em;
    padding-left: 0.3em;
}
.oc-bullet a {
    font-size: 90%;
    font-weight: bold;
}
.oc-bullet span {
    color: #493f3f;
}
.oc-bullet .fa-file-pdf-o {
    padding-left: 1em;
}
@media (max-width: 768px) {
    .oc-bullet {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    .oc-bullet li {
        margin-left: 0;
        padding: 0.2em 0;
    }
    .oc-bullet a {
        padding: 1em;
        display: block;
        background: #4ab65e;
    }
}
.oc-toc ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.oc-toc li {
    margin-left: 0;
    padding: 0.2em 0;
    line-height: normal;
}

/***************************************************************************************
EXTERNAL
***************************************************************************************/

//* Social Share Kit v1.0.7 (http://socialsharekit.com) */
 @font-face {
    font-family: 'social-share-kit';
    src: url('f/social-share-kit.eot');
    src:
        url('f/social-share-kit.eot?#iefix') format('embedded-opentype'),
        url('f/social-share-kit.woff') format('woff'),
        url('f/social-share-kit.ttf') format('truetype'),
        url('f/social-share-kit.svg#social-share-kit') format('svg');
    font-weight: normal;
    font-style: normal;
}
.ssk:before {
    display: inline-block;
    font-family: 'social-share-kit' !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ssk-facebook:before {
    content: 'a';
    text-indent: 4px;
    margin-right: -4px;
}
.ssk-twitter:before {
    content: 'b';
}
.ssk-google-plus:before {
    content: 'v';
}
.ssk-google-plus-old:before {
    content: 'c';
}
.ssk-email:before {
    content: 'd';
    top: -1px;
    position: relative;
}
.ssk-pinterest:before {
    content: 'e';
    transform: scale(0.9);
}
.ssk-tumblr:before {
    content: 'f';
}
.ssk-linkedin:before {
    content: 'g';
}
.ssk-github:before {
    content: 'h';
}
.ssk-vk:before {
    content: 'i';
}
.ssk-instagram:before {
    content: 'j';
}
.ssk-amazon:before {
    content: 'k';
}
.ssk-skype:before {
    content: 's';
}
.ssk-youtube:before {
    content: 'x';
}
.ssk-vimeo:before {
    content: 'u';
}
.ssk-ebay:before {
    content: 'p';
}
.ssk-apple:before {
    content: 'l';
}
.ssk-behance:before {
    content: 'q';
}
.ssk-dribble:before {
    content: 'n';
}
.ssk-android:before {
    content: 'o';
}
.ssk-whatsapp:before {
    content: 'm';
}
.ssk-reddit:before {
    content: 'r';
}
.ssk-reddit2:before {
    content: 't';
}
.ssk-link:before {
    content: 'w';
}
.ssk-buffer:before {
    content: '\79';
    transform: scale(0.85);
}
.ssk {
    background-color: #757575;
    color: white;
    display: inline-block;
    font-size: 22px;
    line-height: 1px;
    margin-right: 2px;
    margin-bottom: 2px;
    padding: 7px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.1s;
    -webkit-transition: background-color 0.1s;
    -moz-transition: background-color 0.1s;
    -ms-transition: background-color 0.1s;
    -o-transition: background-color 0.1s;
}
.ssk:before,
.ssk .glyphicon,
.ssk .fa {
    position: relative;
    font-size: 22px;
    top: 0;
    vertical-align: middle;
}
.ssk.ssk-xs,
.ssk-xs > .ssk {
    padding: 4px;
}
.ssk.ssk-xs:before,
.ssk-xs > .ssk:before,
.ssk.ssk-xs .glyphicon,
.ssk-xs > .ssk .glyphicon,
.ssk.ssk-xs .fa,
.ssk-xs > .ssk .fa {
    font-size: 15px;
}
.ssk.ssk-sm,
.ssk-sm > .ssk {
    padding: 5px;
}
.ssk.ssk-sm:before,
.ssk-sm > .ssk:before,
.ssk.ssk-sm .glyphicon,
.ssk-sm > .ssk .glyphicon,
.ssk.ssk-sm .fa,
.ssk-sm > .ssk .fa {
    font-size: 20px;
}
.ssk.ssk-lg,
.ssk-lg > .ssk {
    padding: 9px;
}
.ssk.ssk-lg:before,
.ssk-lg > .ssk:before,
.ssk.ssk-lg .glyphicon,
.ssk-lg > .ssk .glyphicon,
.ssk.ssk-lg .fa,
.ssk-lg > .ssk .fa {
    font-size: 28px;
}
.ssk:last-child {
    margin-right: 0;
}
.ssk:hover {
    background-color: #424242;
}
.ssk:hover,
.ssk:focus {
    color: #fff;
    text-decoration: none;
}
.ssk.ssk-round,
.ssk-round .ssk {
    border-radius: 50%;
}
.ssk.ssk-round:before,
.ssk-round .ssk:before {
    text-indent: 0;
    margin-right: 0;
}
.ssk.ssk-rounded,
.ssk-rounded .ssk {
    border-radius: 15%;
}
.ssk.ssk-icon {
    color: #757575;
    padding: 2px;
    font-size: 24px;
}
.ssk.ssk-icon,
.ssk.ssk-icon:hover {
    background-color: transparent;
}
.ssk.ssk-icon:hover {
    color: #424242;
}
.ssk.ssk-icon.ssk-xs,
.ssk-xs > .ssk.ssk-icon {
    font-size: 16px;
}
.ssk.ssk-icon.ssk-sm,
.ssk-sm > .ssk.ssk-icon {
    font-size: 20px;
}
.ssk.ssk-icon.ssk-lg,
.ssk-lg > .ssk.ssk-icon {
    font-size: 28px;
}
.ssk.ssk-text {
    overflow: hidden;
    font-size: 17px;
    line-height: normal;
    padding-right: 10px;
}
.ssk.ssk-text:before,
.ssk.ssk-text .glyphicon,
.ssk.ssk-text .fa {
    margin: -7px 10px -7px -7px;
    padding: 7px;
    background-color: rgba(0, 0, 0, 0.15);
    vertical-align: bottom;
    text-indent: 0;
}
.ssk-block .ssk.ssk-text {
    display: block;
    margin-right: 0;
    text-align: left;
}
.ssk.ssk-text.ssk-xs,
.ssk-xs > .ssk.ssk-text {
    font-size: 12px;
    padding-right: 6px;
}
.ssk.ssk-text.ssk-xs:before,
.ssk-xs > .ssk.ssk-text:before,
.ssk.ssk-text.ssk-xs .glyphicon,
.ssk-xs > .ssk.ssk-text .glyphicon,
.ssk.ssk-text.ssk-xs .fa,
.ssk-xs > .ssk.ssk-text .fa {
    margin: -4px 6px -4px -4px;
    padding: 4px;
}
.ssk.ssk-text.ssk-sm,
.ssk-sm > .ssk.ssk-text {
    font-size: 16px;
    padding-right: 7px;
}
.ssk.ssk-text.ssk-sm:before,
.ssk-sm > .ssk.ssk-text:before,
.ssk.ssk-text.ssk-sm .glyphicon,
.ssk-sm > .ssk.ssk-text .glyphicon,
.ssk.ssk-text.ssk-sm .fa,
.ssk-sm > .ssk.ssk-text .fa {
    margin: -5px 7px -5px -5px;
    padding: 5px;
}
.ssk.ssk-text.ssk-lg,
.ssk-lg > .ssk.ssk-text {
    font-size: 22px;
    padding-right: 13px;
}
.ssk.ssk-text.ssk-lg:before,
.ssk-lg > .ssk.ssk-text:before,
.ssk.ssk-text.ssk-lg .glyphicon,
.ssk-lg > .ssk.ssk-text .glyphicon,
.ssk.ssk-text.ssk-lg .fa,
.ssk-lg > .ssk.ssk-text .fa {
    margin: -9px 13px -9px -9px;
    padding: 9px;
}
.ssk-group,
.ssk-sticky {
    font-size: 0;
}
.ssk-sticky {
    top: 0;
    position: fixed;
    z-index: 2000;
}
.ssk-sticky .ssk {
    transition: padding 0.1s ease-out;
    -webkit-transition: padding 0.1s ease-out;
    -moz-transition: padding 0.1s ease-out;
    -ms-transition: padding 0.1s ease-out;
    -o-transition: padding 0.1s ease-out;
    margin: 0;
}
@media (min-width: 768px) {
    .ssk-sticky.ssk-left .ssk,
    .ssk-sticky.ssk-right .ssk {
        display: block;
        clear: both;
    }
    .ssk-sticky.ssk-left.ssk-center,
    .ssk-sticky.ssk-right.ssk-center {
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .ssk-sticky.ssk-left {
        left: 0;
    }
    .ssk-sticky.ssk-left .ssk {
        float: left;
    }
    .ssk-sticky.ssk-left .ssk:hover {
        padding-left: 15px;
    }
    .ssk-sticky.ssk-right {
        right: 0;
    }
    .ssk-sticky.ssk-right .ssk {
        float: right;
    }
    .ssk-sticky.ssk-right .ssk:hover {
        padding-right: 15px;
    }
}
.ssk-sticky.ssk-bottom {
    font-size: 0;
    top: auto;
    bottom: 0;
}
.ssk-sticky.ssk-bottom.ssk-center {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.ssk-sticky.ssk-bottom .ssk {
    vertical-align: bottom;
}
.ssk-sticky.ssk-bottom .ssk:hover {
    padding-bottom: 15px;
}
.ssk-sticky.ssk-round.ssk-xs .ssk:hover {
    padding: 8px;
}
.ssk-sticky.ssk-round.ssk-sm .ssk:hover {
    padding: 9px;
}
.ssk-sticky.ssk-round .ssk:hover {
    padding: 11px;
}
.ssk-sticky.ssk-round.ssk-lg .ssk:hover {
    padding: 13px;
}
@media (max-width: 767px) {
    .ssk-sticky {
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
        width: 100%;
        display: flex !important;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .ssk-sticky.ssk-sticky-hide-xs {
        display: none !important;
    }
    .ssk-sticky .ssk {
        flex: 1;
        width: auto;
    }
    .ssk-sticky .ssk .ssk-num {
        display: none;
    }
}
.ssk-count {
    padding-top: 20px;
}
.ssk-count .ssk {
    position: relative;
}
.ssk-count .ssk-num {
    border-radius: 4px;
    color: #8f8f8f;
    background-color: rgba(50, 50, 50, 0.03);
    display: block;
    font-size: 12px;
    left: 0;
    line-height: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -20px;
}
@media (min-width: 768px) {
    .ssk-count.ssk-sticky {
        padding-top: 0;
    }
    .ssk-count.ssk-sticky.ssk-left .ssk-num,
    .ssk-count.ssk-sticky.ssk-right .ssk-num {
        top: 20%;
        background-color: transparent;
    }
    .ssk-count.ssk-sticky.ssk-left .ssk-num {
        left: 100%;
        margin-left: 5px;
    }
    .ssk-count.ssk-sticky.ssk-right .ssk-num {
        right: 115%;
        margin-left: -100%;
        text-align: right;
    }
}
.ssk-facebook {
    background-color: #3b5998;
}
.ssk-grayscale > .ssk-facebook {
    background-color: #757575;
}
.ssk-facebook:hover {
    background-color: #2d4373;
}
.ssk-facebook:hover {
    background-color: #2d4373;
}
.ssk-grayscale > .ssk-facebook:hover {
    background-color: #3b5998;
}
.ssk-facebook.ssk-icon {
    color: #3b5998;
}
.ssk-facebook.ssk-icon:hover {
    color: #2d4373;
}
.ssk-facebook.ssk-icon:before {
    text-indent: 0;
    margin-right: 0;
}
.ssk-twitter {
    background-color: #1da1f2;
}
.ssk-grayscale > .ssk-twitter {
    background-color: #757575;
}
.ssk-twitter:hover {
    background-color: #0c85d0;
}
.ssk-twitter:hover {
    background-color: #0c85d0;
}
.ssk-grayscale > .ssk-twitter:hover {
    background-color: #1da1f2;
}
.ssk-twitter.ssk-icon {
    color: #1da1f2;
}
.ssk-twitter.ssk-icon:hover {
    color: #0c85d0;
}
.ssk-google-plus {
    background-color: #ea4335;
}
.ssk-grayscale > .ssk-google-plus {
    background-color: #757575;
}
.ssk-google-plus:hover {
    background-color: #d62516;
}
.ssk-google-plus:hover {
    background-color: #d62516;
}
.ssk-grayscale > .ssk-google-plus:hover {
    background-color: #ea4335;
}
.ssk-google-plus.ssk-icon {
    color: #ea4335;
}
.ssk-google-plus.ssk-icon:hover {
    color: #d62516;
}
.ssk-pinterest {
    background-color: #bd081c;
}
.ssk-grayscale > .ssk-pinterest {
    background-color: #757575;
}
.ssk-pinterest:hover {
    background-color: #8c0615;
}
.ssk-pinterest:hover {
    background-color: #8c0615;
}
.ssk-grayscale > .ssk-pinterest:hover {
    background-color: #bd081c;
}
.ssk-pinterest.ssk-icon {
    color: #bd081c;
}
.ssk-pinterest.ssk-icon:hover {
    color: #8c0615;
}
.ssk-tumblr {
    background-color: #395773;
}
.ssk-grayscale > .ssk-tumblr {
    background-color: #757575;
}
.ssk-tumblr:hover {
    background-color: #283d51;
}
.ssk-tumblr:hover {
    background-color: #283d51;
}
.ssk-grayscale > .ssk-tumblr:hover {
    background-color: #395773;
}
.ssk-tumblr.ssk-icon {
    color: #395773;
}
.ssk-tumblr.ssk-icon:hover {
    color: #283d51;
}
.ssk-email {
    background-color: #757575;
}
.ssk-grayscale > .ssk-email {
    background-color: #757575;
}
.ssk-email:hover {
    background-color: #5b5b5b;
}
.ssk-email:hover {
    background-color: #5b5b5b;
}
.ssk-grayscale > .ssk-email:hover {
    background-color: #757575;
}
.ssk-grayscale > .ssk-email:hover {
    background-color: #5b5b5b;
}
.ssk-email.ssk-icon {
    color: #757575;
}
.ssk-email.ssk-icon:hover {
    color: #5b5b5b;
}
.ssk-vk {
    background-color: #54769a;
}
.ssk-grayscale > .ssk-vk {
    background-color: #757575;
}
.ssk-vk:hover {
    background-color: #425d79;
}
.ssk-vk:hover {
    background-color: #425d79;
}
.ssk-grayscale > .ssk-vk:hover {
    background-color: #54769a;
}
.ssk-vk.ssk-icon {
    color: #54769a;
}
.ssk-vk.ssk-icon:hover {
    color: #425d79;
}
.ssk-linkedin {
    background-color: #1c87bd;
}
.ssk-grayscale > .ssk-linkedin {
    background-color: #757575;
}
.ssk-linkedin:hover {
    background-color: #156791;
}
.ssk-linkedin:hover {
    background-color: #156791;
}
.ssk-grayscale > .ssk-linkedin:hover {
    background-color: #1c87bd;
}
.ssk-linkedin.ssk-icon {
    color: #1c87bd;
}
.ssk-linkedin.ssk-icon:hover {
    color: #156791;
}
.ssk-whatsapp {
    background-color: #34af23;
}
.ssk-grayscale > .ssk-whatsapp {
    background-color: #757575;
}
.ssk-whatsapp:hover {
    background-color: #27851a;
}
.ssk-whatsapp:hover {
    background-color: #27851a;
}
.ssk-grayscale > .ssk-whatsapp:hover {
    background-color: #34af23;
}
.ssk-whatsapp.ssk-icon {
    color: #34af23;
}
.ssk-whatsapp.ssk-icon:hover {
    color: #27851a;
}
.ssk-reddit {
    background-color: #5f99cf;
}
.ssk-grayscale > .ssk-reddit {
    background-color: #757575;
}
.ssk-reddit:hover {
    background-color: #3a80c1;
}
.ssk-reddit:hover {
    background-color: #3a80c1;
}
.ssk-grayscale > .ssk-reddit:hover {
    background-color: #5f99cf;
}
.ssk-reddit.ssk-icon {
    color: #5f99cf;
}
.ssk-reddit.ssk-icon:hover {
    color: #3a80c1;
}
.ssk-reddit2 {
    background-color: #5f99cf;
}
.ssk-grayscale > .ssk-reddit2 {
    background-color: #757575;
}
.ssk-reddit2:hover {
    background-color: #3a80c1;
}
.ssk-reddit2:hover {
    background-color: #3a80c1;
}
.ssk-grayscale > .ssk-reddit2:hover {
    background-color: #5f99cf;
}
.ssk-reddit2.ssk-icon {
    color: #5f99cf;
}
.ssk-reddit2.ssk-icon:hover {
    color: #3a80c1;
}
.ssk-buffer {
    background-color: #323b43;
}
.ssk-grayscale > .ssk-buffer {
    background-color: #757575;
}
.ssk-buffer:hover {
    background-color: #1c2126;
}
.ssk-buffer:hover {
    background-color: #1c2126;
}
.ssk-grayscale > .ssk-buffer:hover {
    background-color: #323b43;
}
.ssk-buffer.ssk-icon {
    color: #323b43;
}
.ssk-buffer.ssk-icon:hover {
    color: #1c2126;
}
.ssk-turquoise {
    background-color: #1abc9c;
}
.ssk-turquoise:hover {
    background-color: #148f77;
}
.ssk-emerald {
    background-color: #2ecc71;
}
.ssk-emerald:hover {
    background-color: #25a25a;
}
.ssk-peter-river {
    background-color: #3498db;
}
.ssk-peter-river:hover {
    background-color: #217dbb;
}
.ssk-belize-hole {
    background-color: #2980b9;
}
.ssk-belize-hole:hover {
    background-color: #20638f;
}
.ssk-amethyst {
    background-color: #9b59b6;
}
.ssk-amethyst:hover {
    background-color: #804399;
}
.ssk-wisteria {
    background-color: #8e44ad;
}
.ssk-wisteria:hover {
    background-color: #703688;
}
.ssk-wet-asphalt {
    background-color: #34495e;
}
.ssk-wet-asphalt:hover {
    background-color: #222f3d;
}
.ssk-midnight-blue {
    background-color: #2c3e50;
}
.ssk-midnight-blue:hover {
    background-color: #1a242f;
}
.ssk-green-sea {
    background-color: #16a085;
}
.ssk-green-sea:hover {
    background-color: #107360;
}
.ssk-nephritis {
    background-color: #27ae60;
}
.ssk-nephritis:hover {
    background-color: #1e8449;
}
.ssk-sunflower {
    background-color: #f1c40f;
}
.ssk-sunflower:hover {
    background-color: #c29d0b;
}
.ssk-orange {
    background-color: #f39c12;
}
.ssk-orange:hover {
    background-color: #c87f0a;
}
.ssk-carrot {
    background-color: #e67e22;
}
.ssk-carrot:hover {
    background-color: #bf6516;
}
.ssk-pumpkin {
    background-color: #d35400;
}
.ssk-pumpkin:hover {
    background-color: #a04000;
}
.ssk-alizarin {
    background-color: #e74c3c;
}
.ssk-alizarin:hover {
    background-color: #d62c1a;
}
.ssk-pomegranate {
    background-color: #c0392b;
}
.ssk-pomegranate:hover {
    background-color: #962d22;
}
.ssk-clouds {
    background-color: #cfd9db;
}
.ssk-clouds:hover {
    background-color: #b1c2c6;
}
.ssk-concrete {
    background-color: #95a5a6;
}
.ssk-concrete:hover {
    background-color: #798d8f;
}
.ssk-silver {
    background-color: #bdc3c7;
}
.ssk-silver:hover {
    background-color: #a1aab0;
}
.ssk-asbestos {
    background-color: #7f8c8d;
}
.ssk-asbestos:hover {
    background-color: #667273;
}
.ssk-dark-gray {
    background-color: #555;
}
.ssk-dark-gray:hover {
    background-color: #3b3b3b;
}
.ssk-black {
    background-color: #333;
}
.ssk-black:hover {
    background-color: #1a1a1a;
}
@font-face {
    font-family: 'social-share-kit';
    src: url('f/social-share-kit.eot');
    src:
        url('f/social-share-kit.eot?#iefix') format('embedded-opentype'),
        url('f/social-share-kit.woff') format('woff'),
        url('f/social-share-kit.ttf') format('truetype'),
        url('f/social-share-kit.svg#social-share-kit') format('svg');
    font-weight: normal;
    font-style: normal;
}
.ssk:before {
    display: inline-block;
    font-family: 'social-share-kit' !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ssk-facebook:before {
    content: 'a';
    text-indent: 4px;
    margin-right: -4px;
}
.ssk-twitter:before {
    content: 'b';
}
.ssk-google-plus:before {
    content: 'v';
}
.ssk-google-plus-old:before {
    content: 'c';
}
.ssk-email:before {
    content: 'd';
    top: -1px;
    position: relative;
}
.ssk-pinterest:before {
    content: 'e';
    transform: scale(0.9);
}
.ssk-tumblr:before {
    content: 'f';
}
.ssk-linkedin:before {
    content: 'g';
}
.ssk-github:before {
    content: 'h';
}
.ssk-vk:before {
    content: 'i';
}
.ssk-instagram:before {
    content: 'j';
}
.ssk-amazon:before {
    content: 'k';
}
.ssk-skype:before {
    content: 's';
}
.ssk-youtube:before {
    content: 'x';
}
.ssk-vimeo:before {
    content: 'u';
}
.ssk-ebay:before {
    content: 'p';
}
.ssk-apple:before {
    content: 'l';
}
.ssk-behance:before {
    content: 'q';
}
.ssk-dribble:before {
    content: 'n';
}
.ssk-android:before {
    content: 'o';
}
.ssk-whatsapp:before {
    content: 'm';
}
.ssk-reddit:before {
    content: 'r';
}
.ssk-reddit2:before {
    content: 't';
}
.ssk-link:before {
    content: 'w';
}
.ssk-buffer:before {
    content: '\79';
    transform: scale(0.85);
}
.ssk {
    background-color: #757575;
    color: white;
    display: inline-block;
    font-size: 22px;
    line-height: 1px;
    margin-right: 2px;
    margin-bottom: 2px;
    padding: 7px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.1s;
    -webkit-transition: background-color 0.1s;
    -moz-transition: background-color 0.1s;
    -ms-transition: background-color 0.1s;
    -o-transition: background-color 0.1s;
}
.ssk:before,
.ssk .glyphicon,
.ssk .fa {
    position: relative;
    font-size: 22px;
    top: 0;
    vertical-align: middle;
}
.ssk.ssk-xs,
.ssk-xs > .ssk {
    padding: 4px;
}
.ssk.ssk-xs:before,
.ssk-xs > .ssk:before,
.ssk.ssk-xs .glyphicon,
.ssk-xs > .ssk .glyphicon,
.ssk.ssk-xs .fa,
.ssk-xs > .ssk .fa {
    font-size: 15px;
}
.ssk.ssk-sm,
.ssk-sm > .ssk {
    padding: 5px;
}
.ssk.ssk-sm:before,
.ssk-sm > .ssk:before,
.ssk.ssk-sm .glyphicon,
.ssk-sm > .ssk .glyphicon,
.ssk.ssk-sm .fa,
.ssk-sm > .ssk .fa {
    font-size: 20px;
}
.ssk.ssk-lg,
.ssk-lg > .ssk {
    padding: 9px;
}
.ssk.ssk-lg:before,
.ssk-lg > .ssk:before,
.ssk.ssk-lg .glyphicon,
.ssk-lg > .ssk .glyphicon,
.ssk.ssk-lg .fa,
.ssk-lg > .ssk .fa {
    font-size: 28px;
}
.ssk:last-child {
    margin-right: 0;
}
.ssk:hover {
    background-color: #424242;
}
.ssk:hover,
.ssk:focus {
    color: #fff;
    text-decoration: none;
}
.ssk.ssk-round,
.ssk-round .ssk {
    border-radius: 50%;
}
.ssk.ssk-round:before,
.ssk-round .ssk:before {
    text-indent: 0;
    margin-right: 0;
}
.ssk.ssk-rounded,
.ssk-rounded .ssk {
    border-radius: 15%;
}
.ssk.ssk-icon {
    color: #757575;
    padding: 2px;
    font-size: 24px;
}
.ssk.ssk-icon,
.ssk.ssk-icon:hover {
    background-color: transparent;
}
.ssk.ssk-icon:hover {
    color: #424242;
}
.ssk.ssk-icon.ssk-xs,
.ssk-xs > .ssk.ssk-icon {
    font-size: 16px;
}
.ssk.ssk-icon.ssk-sm,
.ssk-sm > .ssk.ssk-icon {
    font-size: 20px;
}
.ssk.ssk-icon.ssk-lg,
.ssk-lg > .ssk.ssk-icon {
    font-size: 28px;
}
.ssk.ssk-text {
    overflow: hidden;
    font-size: 17px;
    line-height: normal;
    padding-right: 10px;
}
.ssk.ssk-text:before,
.ssk.ssk-text .glyphicon,
.ssk.ssk-text .fa {
    margin: -7px 10px -7px -7px;
    padding: 7px;
    background-color: rgba(0, 0, 0, 0.15);
    vertical-align: bottom;
    text-indent: 0;
}
.ssk-block .ssk.ssk-text {
    display: block;
    margin-right: 0;
    text-align: left;
}
.ssk.ssk-text.ssk-xs,
.ssk-xs > .ssk.ssk-text {
    font-size: 12px;
    padding-right: 6px;
}
.ssk.ssk-text.ssk-xs:before,
.ssk-xs > .ssk.ssk-text:before,
.ssk.ssk-text.ssk-xs .glyphicon,
.ssk-xs > .ssk.ssk-text .glyphicon,
.ssk.ssk-text.ssk-xs .fa,
.ssk-xs > .ssk.ssk-text .fa {
    margin: -4px 6px -4px -4px;
    padding: 4px;
}
.ssk.ssk-text.ssk-sm,
.ssk-sm > .ssk.ssk-text {
    font-size: 16px;
    padding-right: 7px;
}
.ssk.ssk-text.ssk-sm:before,
.ssk-sm > .ssk.ssk-text:before,
.ssk.ssk-text.ssk-sm .glyphicon,
.ssk-sm > .ssk.ssk-text .glyphicon,
.ssk.ssk-text.ssk-sm .fa,
.ssk-sm > .ssk.ssk-text .fa {
    margin: -5px 7px -5px -5px;
    padding: 5px;
}
.ssk.ssk-text.ssk-lg,
.ssk-lg > .ssk.ssk-text {
    font-size: 22px;
    padding-right: 13px;
}
.ssk.ssk-text.ssk-lg:before,
.ssk-lg > .ssk.ssk-text:before,
.ssk.ssk-text.ssk-lg .glyphicon,
.ssk-lg > .ssk.ssk-text .glyphicon,
.ssk.ssk-text.ssk-lg .fa,
.ssk-lg > .ssk.ssk-text .fa {
    margin: -9px 13px -9px -9px;
    padding: 9px;
}
.ssk-group,
.ssk-sticky {
    font-size: 0;
}
.ssk-sticky {
    top: 0;
    position: fixed;
    z-index: 2000;
}
.ssk-sticky .ssk {
    transition: padding 0.1s ease-out;
    -webkit-transition: padding 0.1s ease-out;
    -moz-transition: padding 0.1s ease-out;
    -ms-transition: padding 0.1s ease-out;
    -o-transition: padding 0.1s ease-out;
    margin: 0;
}
@media (min-width: 768px) {
    .ssk-sticky.ssk-left .ssk,
    .ssk-sticky.ssk-right .ssk {
        display: block;
        clear: both;
    }
    .ssk-sticky.ssk-left.ssk-center,
    .ssk-sticky.ssk-right.ssk-center {
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .ssk-sticky.ssk-left {
        left: 0;
    }
    .ssk-sticky.ssk-left .ssk {
        float: left;
    }
    .ssk-sticky.ssk-left .ssk:hover {
        padding-left: 15px;
    }
    .ssk-sticky.ssk-right {
        right: 0;
    }
    .ssk-sticky.ssk-right .ssk {
        float: right;
    }
    .ssk-sticky.ssk-right .ssk:hover {
        padding-right: 15px;
    }
}
.ssk-sticky.ssk-bottom {
    font-size: 0;
    top: auto;
    bottom: 0;
}
.ssk-sticky.ssk-bottom.ssk-center {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.ssk-sticky.ssk-bottom .ssk {
    vertical-align: bottom;
}
.ssk-sticky.ssk-bottom .ssk:hover {
    padding-bottom: 15px;
}
.ssk-sticky.ssk-round.ssk-xs .ssk:hover {
    padding: 8px;
}
.ssk-sticky.ssk-round.ssk-sm .ssk:hover {
    padding: 9px;
}
.ssk-sticky.ssk-round .ssk:hover {
    padding: 11px;
}
.ssk-sticky.ssk-round.ssk-lg .ssk:hover {
    padding: 13px;
}
@media (max-width: 767px) {
    .ssk-sticky {
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
        width: 100%;
        display: flex !important;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .ssk-sticky.ssk-sticky-hide-xs {
        display: none !important;
    }
    .ssk-sticky .ssk {
        flex: 1;
        width: auto;
    }
    .ssk-sticky .ssk .ssk-num {
        display: none;
    }
}
.ssk-count {
    padding-top: 20px;
}
.ssk-count .ssk {
    position: relative;
}
.ssk-count .ssk-num {
    border-radius: 4px;
    color: #8f8f8f;
    background-color: rgba(50, 50, 50, 0.03);
    display: block;
    font-size: 12px;
    left: 0;
    line-height: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -20px;
}
@media (min-width: 768px) {
    .ssk-count.ssk-sticky {
        padding-top: 0;
    }
    .ssk-count.ssk-sticky.ssk-left .ssk-num,
    .ssk-count.ssk-sticky.ssk-right .ssk-num {
        top: 20%;
        background-color: transparent;
    }
    .ssk-count.ssk-sticky.ssk-left .ssk-num {
        left: 100%;
        margin-left: 5px;
    }
    .ssk-count.ssk-sticky.ssk-right .ssk-num {
        right: 115%;
        margin-left: -100%;
        text-align: right;
    }
}
.ssk-facebook {
    background-color: #3b5998;
}
.ssk-grayscale > .ssk-facebook {
    background-color: #757575;
}
.ssk-facebook:hover {
    background-color: #2d4373;
}
.ssk-facebook:hover {
    background-color: #2d4373;
}
.ssk-grayscale > .ssk-facebook:hover {
    background-color: #3b5998;
}
.ssk-facebook.ssk-icon {
    color: #3b5998;
}
.ssk-facebook.ssk-icon:hover {
    color: #2d4373;
}
.ssk-facebook.ssk-icon:before {
    text-indent: 0;
    margin-right: 0;
}
.ssk-twitter {
    background-color: #1da1f2;
}
.ssk-grayscale > .ssk-twitter {
    background-color: #757575;
}
.ssk-twitter:hover {
    background-color: #0c85d0;
}
.ssk-twitter:hover {
    background-color: #0c85d0;
}
.ssk-grayscale > .ssk-twitter:hover {
    background-color: #1da1f2;
}
.ssk-twitter.ssk-icon {
    color: #1da1f2;
}
.ssk-twitter.ssk-icon:hover {
    color: #0c85d0;
}
.ssk-google-plus {
    background-color: #ea4335;
}
.ssk-grayscale > .ssk-google-plus {
    background-color: #757575;
}
.ssk-google-plus:hover {
    background-color: #d62516;
}
.ssk-google-plus:hover {
    background-color: #d62516;
}
.ssk-grayscale > .ssk-google-plus:hover {
    background-color: #ea4335;
}
.ssk-google-plus.ssk-icon {
    color: #ea4335;
}
.ssk-google-plus.ssk-icon:hover {
    color: #d62516;
}
.ssk-pinterest {
    background-color: #bd081c;
}
.ssk-grayscale > .ssk-pinterest {
    background-color: #757575;
}
.ssk-pinterest:hover {
    background-color: #8c0615;
}
.ssk-pinterest:hover {
    background-color: #8c0615;
}
.ssk-grayscale > .ssk-pinterest:hover {
    background-color: #bd081c;
}
.ssk-pinterest.ssk-icon {
    color: #bd081c;
}
.ssk-pinterest.ssk-icon:hover {
    color: #8c0615;
}
.ssk-tumblr {
    background-color: #395773;
}
.ssk-grayscale > .ssk-tumblr {
    background-color: #757575;
}
.ssk-tumblr:hover {
    background-color: #283d51;
}
.ssk-tumblr:hover {
    background-color: #283d51;
}
.ssk-grayscale > .ssk-tumblr:hover {
    background-color: #395773;
}
.ssk-tumblr.ssk-icon {
    color: #395773;
}
.ssk-tumblr.ssk-icon:hover {
    color: #283d51;
}
.ssk-email {
    background-color: #757575;
}
.ssk-grayscale > .ssk-email {
    background-color: #757575;
}
.ssk-email:hover {
    background-color: #5b5b5b;
}
.ssk-email:hover {
    background-color: #5b5b5b;
}
.ssk-grayscale > .ssk-email:hover {
    background-color: #757575;
}
.ssk-grayscale > .ssk-email:hover {
    background-color: #5b5b5b;
}
.ssk-email.ssk-icon {
    color: #757575;
}
.ssk-email.ssk-icon:hover {
    color: #5b5b5b;
}
.ssk-vk {
    background-color: #54769a;
}
.ssk-grayscale > .ssk-vk {
    background-color: #757575;
}
.ssk-vk:hover {
    background-color: #425d79;
}
.ssk-vk:hover {
    background-color: #425d79;
}
.ssk-grayscale > .ssk-vk:hover {
    background-color: #54769a;
}
.ssk-vk.ssk-icon {
    color: #54769a;
}
.ssk-vk.ssk-icon:hover {
    color: #425d79;
}
.ssk-linkedin {
    background-color: #1c87bd;
}
.ssk-grayscale > .ssk-linkedin {
    background-color: #757575;
}
.ssk-linkedin:hover {
    background-color: #156791;
}
.ssk-linkedin:hover {
    background-color: #156791;
}
.ssk-grayscale > .ssk-linkedin:hover {
    background-color: #1c87bd;
}
.ssk-linkedin.ssk-icon {
    color: #1c87bd;
}
.ssk-linkedin.ssk-icon:hover {
    color: #156791;
}
.ssk-whatsapp {
    background-color: #34af23;
}
.ssk-grayscale > .ssk-whatsapp {
    background-color: #757575;
}
.ssk-whatsapp:hover {
    background-color: #27851a;
}
.ssk-whatsapp:hover {
    background-color: #27851a;
}
.ssk-grayscale > .ssk-whatsapp:hover {
    background-color: #34af23;
}
.ssk-whatsapp.ssk-icon {
    color: #34af23;
}
.ssk-whatsapp.ssk-icon:hover {
    color: #27851a;
}
.ssk-reddit {
    background-color: #5f99cf;
}
.ssk-grayscale > .ssk-reddit {
    background-color: #757575;
}
.ssk-reddit:hover {
    background-color: #3a80c1;
}
.ssk-reddit:hover {
    background-color: #3a80c1;
}
.ssk-grayscale > .ssk-reddit:hover {
    background-color: #5f99cf;
}
.ssk-reddit.ssk-icon {
    color: #5f99cf;
}
.ssk-reddit.ssk-icon:hover {
    color: #3a80c1;
}
.ssk-reddit2 {
    background-color: #5f99cf;
}
.ssk-grayscale > .ssk-reddit2 {
    background-color: #757575;
}
.ssk-reddit2:hover {
    background-color: #3a80c1;
}
.ssk-reddit2:hover {
    background-color: #3a80c1;
}
.ssk-grayscale > .ssk-reddit2:hover {
    background-color: #5f99cf;
}
.ssk-reddit2.ssk-icon {
    color: #5f99cf;
}
.ssk-reddit2.ssk-icon:hover {
    color: #3a80c1;
}
.ssk-buffer {
    background-color: #323b43;
}
.ssk-grayscale > .ssk-buffer {
    background-color: #757575;
}
.ssk-buffer:hover {
    background-color: #1c2126;
}
.ssk-buffer:hover {
    background-color: #1c2126;
}
.ssk-grayscale > .ssk-buffer:hover {
    background-color: #323b43;
}
.ssk-buffer.ssk-icon {
    color: #323b43;
}
.ssk-buffer.ssk-icon:hover {
    color: #1c2126;
}
.ssk-turquoise {
    background-color: #1abc9c;
}
.ssk-turquoise:hover {
    background-color: #148f77;
}
.ssk-emerald {
    background-color: #2ecc71;
}
.ssk-emerald:hover {
    background-color: #25a25a;
}
.ssk-peter-river {
    background-color: #3498db;
}
.ssk-peter-river:hover {
    background-color: #217dbb;
}
.ssk-belize-hole {
    background-color: #2980b9;
}
.ssk-belize-hole:hover {
    background-color: #20638f;
}
.ssk-amethyst {
    background-color: #9b59b6;
}
.ssk-amethyst:hover {
    background-color: #804399;
}
.ssk-wisteria {
    background-color: #8e44ad;
}
.ssk-wisteria:hover {
    background-color: #703688;
}
.ssk-wet-asphalt {
    background-color: #34495e;
}
.ssk-wet-asphalt:hover {
    background-color: #222f3d;
}
.ssk-midnight-blue {
    background-color: #2c3e50;
}
.ssk-midnight-blue:hover {
    background-color: #1a242f;
}
.ssk-green-sea {
    background-color: #16a085;
}
.ssk-green-sea:hover {
    background-color: #107360;
}
.ssk-nephritis {
    background-color: #27ae60;
}
.ssk-nephritis:hover {
    background-color: #1e8449;
}
.ssk-sunflower {
    background-color: #f1c40f;
}
.ssk-sunflower:hover {
    background-color: #c29d0b;
}
.ssk-orange {
    background-color: #f39c12;
}
.ssk-orange:hover {
    background-color: #c87f0a;
}
.ssk-carrot {
    background-color: #e67e22;
}
.ssk-carrot:hover {
    background-color: #bf6516;
}
.ssk-pumpkin {
    background-color: #d35400;
}
.ssk-pumpkin:hover {
    background-color: #a04000;
}
.ssk-alizarin {
    background-color: #e74c3c;
}
.ssk-alizarin:hover {
    background-color: #d62c1a;
}
.ssk-pomegranate {
    background-color: #c0392b;
}
.ssk-pomegranate:hover {
    background-color: #962d22;
}
.ssk-clouds {
    background-color: #cfd9db;
}
.ssk-clouds:hover {
    background-color: #b1c2c6;
}
.ssk-concrete {
    background-color: #95a5a6;
}
.ssk-concrete:hover {
    background-color: #798d8f;
}
.ssk-silver {
    background-color: #bdc3c7;
}
.ssk-silver:hover {
    background-color: #a1aab0;
}
.ssk-asbestos {
    background-color: #7f8c8d;
}
.ssk-asbestos:hover {
    background-color: #667273;
}
.ssk-dark-gray {
    background-color: #555;
}
.ssk-dark-gray:hover {
    background-color: #3b3b3b;
}
.ssk-black {
    background-color: #333;
}
.ssk-black:hover {
    background-color: #1a1a1a;
}
