/* Variables */
/*------------------------------------------------------------------------
    Libraries
------------------------------------------------------------------------*/
/*------------------------------------------------------------------------
    Fonts
------------------------------------------------------------------------*/
@import "//fonts.googleapis.com/css?family=Lato:100,200,400,700,900";
@import "//fonts.googleapis.com/css?family=Karla:100,200,400,700,900";
@import "//fonts.googleapis.com/css?family=Playfair+Display:100,200,400,700,900";
@import "//fonts.googleapis.com/css?family=Fjalla+One:100,200,400,700,900";
@import "//fonts.googleapis.com/css?family=Roboto:100,200,400,700,900";
@import "//fonts.googleapis.com/css?family=Montserrat:100,200,400,700,900";
@import "//fonts.googleapis.com/css?family=Ubuntu:100,200,400,700,900";
@import "//fonts.googleapis.com/css?family=Open+Sans:100,200,400,700,900";
@import "//fonts.googleapis.com/css?family=Merriweather:100,200,400,700,900";

.font-lato {
    font-family: 'Lato', sans-serif;
}

.font-karla {
    font-family: 'Karla', sans-serif;
}

.font-playfair-display {
    font-family: 'Playfair Display', sans-serif;
}

.font-fjalla-one {
    font-family: 'Fjalla One', sans-serif;
}

.font-roboto {
    font-family: 'Roboto', sans-serif;
}

.font-montserrat {
    font-family: 'Montserrat', sans-serif;
}

.font-ubuntu {
    font-family: 'Ubuntu', sans-serif;
}

.font-open-sans {
    font-family: 'Open Sans', sans-serif;
}

.font-merriweather {
    font-family: 'Merriweather', sans-serif;
}

/*------------------------------------------------------------------------
    Layout
------------------------------------------------------------------------*/
.bg-img {
    background-size: cover;
    background-position: center center;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-repeat {
    background-repeat: repeat !important;
    background-size: inherit;
}

.bg-no-repeat {
    background-repeat: no-repeat !important;
}

.bg-contain {
    background-size: contain;
}

.bg-cover {
    background-size: cover;
}

.full-height {
    min-height: 100%;
}

.height-50 {
    min-height: 50%;
}

.height-vh100 {
    min-height: 100vh;
}

.height-vh75 {
    min-height: 75vh;
}

.height-vh50 {
    min-height: 50vh;
}

.height-vh40 {
    min-height: 40vh;
}

.height-vh30 {
    min-height: 30vh;
}

.height-vw50 {
    min-height: 50vw;
}

.height-vw35 {
    min-height: 35vw;
}

.full-width {
    width: 100%;
}

.width-450 {
    max-width: 500px;
}

.height-xs-100vh {
    min-height: 100vh;
}

.height-xs-50vh {
    min-height: 50vh;
}

.height-xs-75vh {
    min-height: 75vh;
}

.height-xs-30vh {
    min-height: 30vh;
}

.height-xs-25vh {
    min-height: 25vh;
}

@media (min-width: 1200px) {
    .height-xl-100vh {
        min-height: 100vh;
    }

    .height-xl-50vh {
        min-height: 50vh;
    }

    .height-xl-75vh {
        min-height: 75vh;
    }

    .height-xl-30vh {
        min-height: 30vh;
    }

    .height-xl-25vh {
        min-height: 25vh;
    }
}

@media (min-width: 992px) {
    .height-lg-100vh {
        min-height: 100vh;
    }

    .height-lg-50vh {
        min-height: 50vh;
    }

    .height-lg-75vh {
        min-height: 75vh;
    }

    .height-lg-30vh {
        min-height: 30vh;
    }

    .height-lg-25vh {
        min-height: 25vh;
    }
}

@media (min-width: 768px) {
    .height-md-100vh {
        min-height: 100vh;
    }

    .height-md-50vh {
        min-height: 50vh;
    }

    .height-md-75vh {
        min-height: 75vh;
    }

    .height-md-30vh {
        min-height: 30vh;
    }

    .height-md-25vh {
        min-height: 25vh;
    }
}

@media (min-width: 576px) {
    .height-sm-100vh {
        min-height: 100vh;
    }

    .height-sm-50vh {
        min-height: 50vh;
    }

    .height-sm-75vh {
        min-height: 75vh;
    }

    .height-sm-30vh {
        min-height: 30vh;
    }

    .height-sm-25vh {
        min-height: 25vh;
    }
}

.no-padding {
    padding: 0;
}

.no-padding-tb {
    padding-top: 0;
    padding-bottom: 0;
}

.no-padding-lr {
    padding-left: 0;
    padding-right: 0;
}

.no-padding-all > * {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.m-auto {
    margin: auto;
}

.no-margin-tb {
    margin-top: 0;
    margin-bottom: 0;
}

.no-margin-t {
    margin-top: 0;
}

.no-margin-b {
    margin-bottom: 0;
}

.margin-top-xs {
    margin-top: 10px;
}

.margin-bottom-xs {
    margin-bottom: 10px;
}

.margin-top-md {
    margin-top: 20px;
}

.margin-bottom-md {
    margin-bottom: 20px;
}

.m-left-5 {
    margin-left: 5px;
}

.m-right-5 {
    margin-right: 5px;
}

.m-top-5 {
    margin-top: 5px;
}

.m-bottom-5 {
    margin-bottom: 5px;
}

.m-left-10 {
    margin-left: 10px;
}

.m-right-10 {
    margin-right: 10px;
}

.m-left-15 {
    margin-left: 15px;
}

.m-right-15 {
    margin-right: 15px;
}

.m-top-15 {
    margin-top: 15px;
}

.m-bottom-15 {
    margin-bottom: 15px;
}

.m-left-20 {
    margin-left: 20px;
}

.m-right-20 {
    margin-right: 20px;
}

.m-top-20 {
    margin-top: 20px;
}

.m-bottom-20 {
    margin-bottom: 20px;
}

.no-border {
    border: 0;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
}

a:hover,
a:focus {
    color: unset;
    text-decoration: none;
    opacity: 1;
}

img {
    max-width: 100%;
}

body.modal-open {
    overflow: hidden;
}

button:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
}

h1 {
    font-size: 56px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 16px;
    font-weight: 400;
}

h6 {
    font-size: 12px;
    font-weight: 700;
}

.big {
    font-size: 72px;
}

.big2x {
    font-size: 100px;
}

.big3x {
    font-size: 130px;
}

.text-lg {
    font-size: 25px;
}

.text-md {
    font-size: 18px;
}

.text-sm {
    font-size: 16px;
}

.text-xs {
    font-size: 12px;
}

.text-xxs {
    font-size: 10px;
    line-height: 1.85em;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.text-5 {
    font-size: 5px;
}

.text-10 {
    font-size: 10px;
}

.text-15 {
    font-size: 15px;
}

.text-20 {
    font-size: 20px;
}

.text-25 {
    font-size: 25px;
}

.text-30 {
    font-size: 30px;
}

.text-35 {
    font-size: 35px;
}

.text-40 {
    font-size: 40px;
}

.text-45 {
    font-size: 45px;
}

.text-50 {
    font-size: 50px;
}

.title {
    word-break: break-word;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.lowercase {
    text-transform: lowercase;
}

.i-16 {
    font-size: 24px;
}

.i-24 {
    font-size: 24px;
}

.i-32 {
    font-size: 24px;
}

.hero-subtitle,
.hero-title {
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 12px;
    letter-spacing: 2px;
}

.hero-title {
    font-size: 18px;
    line-height: 1.5;
}

.bold {
    font-weight: 700;
}

.light,
.thin {
    font-weight: 300 !important;
}

@media all and (max-width: 756px) {
    .xs-text-left {
        text-align: left;
    }

    .xs-text-center {
        text-align: center;
    }

    .xs-text-right {
        text-align: right;
    }

    .xs-text-justify {
        text-align: justify;
    }

    .xs-pull-left {
        float: left !important;
    }

    .xs-pull-none {
        float: none !important;
    }

    .xs-pull-right {
        float: right !important;
    }
}

.line-height-1 {
    line-height: 1;
}

.line-height-2 {
    line-height: 1.3;
}

.line-height-3 {
    line-height: 1.4;
}

.line-height-4 {
    line-height: 1.5;
}

.line-height-5 {
    line-height: 1.6;
}

.line-height-6 {
    line-height: 1.7;
}

.line-height-7 {
    line-height: 1.8;
}

.line-height-8 {
    line-height: 1.9;
}

.line-height-9 {
    line-height: 2;
}

@media screen and (max-width: 568px) {
    .line-height-1 {
        line-height: 1;
    }

    .line-height-2 {
        line-height: 1.1;
    }

    .line-height-3 {
        line-height: 1.2;
    }

    .line-height-4 {
        line-height: 1.3;
    }

    .line-height-5 {
        line-height: 1.4;
    }

    .line-height-6 {
        line-height: 1.5;
    }

    .line-height-7 {
        line-height: 1.6;
    }

    .line-height-8 {
        line-height: 1.7;
    }

    .line-height-9 {
        line-height: 1.8;
    }
}

.letter-spacing-1 {
    letter-spacing: 1px;
    margin-left: -1px;
}

.letter-spacing-2 {
    letter-spacing: 2px;
    margin-left: -2px;
}

.letter-spacing-3 {
    letter-spacing: 3px;
    margin-left: -3px;
}

.letter-spacing-4 {
    letter-spacing: 4px;
    margin-left: -4px;
}

.letter-spacing-5 {
    letter-spacing: 5px;
    margin-left: -5px;
}

.letter-spacing-6 {
    letter-spacing: 6px;
    margin-left: -6px;
}

.letter-spacing-7 {
    letter-spacing: 7px;
    margin-left: -7px;
}

.letter-spacing-8 {
    letter-spacing: 8px;
    margin-left: -8px;
}

.letter-spacing-9 {
    letter-spacing: 9px;
    margin-left: -9px;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.inner {
    width: 70%;
    margin: 0 auto;
    padding: 0;
}

@media only screen and (max-width: 959px) {
    .inner {
        width: 90%;
    }
}

@media only screen and (max-width: 400px) {
    .inner {
        width: 100%;
    }
}

.v-align {
    position: relative;
    top: 0;
    right: 0;
    height: 100%;
    bottom: 0;
    left: 0;
    display: table;
    width: 100%;
}

.v-align > .h-align {
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.v-middle {
    vertical-align: middle !important;
}

.v-top {
    vertical-align: top !important;
}

.v-bottom {
    vertical-align: bottom !important;
}

.h-center {
    text-align: center !important;
}

.h-left {
    text-align: left !important;
}

.h-right {
    text-align: right !important;
}

.h-align {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
}

.v-align-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}

@media all and (max-width: 990px) {
    .v-align-flex {
        display: block !important;
    }
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.clear {
    clear: both;
}

.clear-after:after {
    content: "";
    display: table;
    clear: both;
}

.row.no-padding-cols .col-xs-1 {
    padding: 0;
}

.row.no-padding-cols .col-sm-1 {
    padding: 0;
}

.row.no-padding-cols .col-md-1 {
    padding: 0;
}

.row.no-padding-cols .col-lg-1 {
    padding: 0;
}

.row.no-padding-cols .col-xs-2 {
    padding: 0;
}

.row.no-padding-cols .col-sm-2 {
    padding: 0;
}

.row.no-padding-cols .col-md-2 {
    padding: 0;
}

.row.no-padding-cols .col-lg-2 {
    padding: 0;
}

.row.no-padding-cols .col-xs-3 {
    padding: 0;
}

.row.no-padding-cols .col-sm-3 {
    padding: 0;
}

.row.no-padding-cols .col-md-3 {
    padding: 0;
}

.row.no-padding-cols .col-lg-3 {
    padding: 0;
}

.row.no-padding-cols .col-xs-4 {
    padding: 0;
}

.row.no-padding-cols .col-sm-4 {
    padding: 0;
}

.row.no-padding-cols .col-md-4 {
    padding: 0;
}

.row.no-padding-cols .col-lg-4 {
    padding: 0;
}

.row.no-padding-cols .col-xs-5 {
    padding: 0;
}

.row.no-padding-cols .col-sm-5 {
    padding: 0;
}

.row.no-padding-cols .col-md-5 {
    padding: 0;
}

.row.no-padding-cols .col-lg-5 {
    padding: 0;
}

.row.no-padding-cols .col-xs-6 {
    padding: 0;
}

.row.no-padding-cols .col-sm-6 {
    padding: 0;
}

.row.no-padding-cols .col-md-6 {
    padding: 0;
}

.row.no-padding-cols .col-lg-6 {
    padding: 0;
}

.row.no-padding-cols .col-xs-7 {
    padding: 0;
}

.row.no-padding-cols .col-sm-7 {
    padding: 0;
}

.row.no-padding-cols .col-md-7 {
    padding: 0;
}

.row.no-padding-cols .col-lg-7 {
    padding: 0;
}

.row.no-padding-cols .col-xs-8 {
    padding: 0;
}

.row.no-padding-cols .col-sm-8 {
    padding: 0;
}

.row.no-padding-cols .col-md-8 {
    padding: 0;
}

.row.no-padding-cols .col-lg-8 {
    padding: 0;
}

.row.no-padding-cols .col-xs-9 {
    padding: 0;
}

.row.no-padding-cols .col-sm-9 {
    padding: 0;
}

.row.no-padding-cols .col-md-9 {
    padding: 0;
}

.row.no-padding-cols .col-lg-9 {
    padding: 0;
}

.row.no-padding-cols .col-xs-10 {
    padding: 0;
}

.row.no-padding-cols .col-sm-10 {
    padding: 0;
}

.row.no-padding-cols .col-md-10 {
    padding: 0;
}

.row.no-padding-cols .col-lg-10 {
    padding: 0;
}

.row.no-padding-cols .col-xs-11 {
    padding: 0;
}

.row.no-padding-cols .col-sm-11 {
    padding: 0;
}

.row.no-padding-cols .col-md-11 {
    padding: 0;
}

.row.no-padding-cols .col-lg-11 {
    padding: 0;
}

.row.no-padding-cols .col-xs-12 {
    padding: 0;
}

.row.no-padding-cols .col-sm-12 {
    padding: 0;
}

.row.no-padding-cols .col-md-12 {
    padding: 0;
}

.row.no-padding-cols .col-lg-12 {
    padding: 0;
}

.row.float-element-cols .col-xs-1 > *:first-child {
    float: left;
}

.row.float-element-cols .col-sm-1 > *:first-child {
    float: left;
}

.row.float-element-cols .col-md-1 > *:first-child {
    float: left;
}

.row.float-element-cols .col-lg-1 > *:first-child {
    float: left;
}

.row.float-element-cols .col-xs-2 > *:first-child {
    float: left;
}

.row.float-element-cols .col-sm-2 > *:first-child {
    float: left;
}

.row.float-element-cols .col-md-2 > *:first-child {
    float: left;
}

.row.float-element-cols .col-lg-2 > *:first-child {
    float: left;
}

.row.float-element-cols .col-xs-3 > *:first-child {
    float: left;
}

.row.float-element-cols .col-sm-3 > *:first-child {
    float: left;
}

.row.float-element-cols .col-md-3 > *:first-child {
    float: left;
}

.row.float-element-cols .col-lg-3 > *:first-child {
    float: left;
}

.row.float-element-cols .col-xs-4 > *:first-child {
    float: left;
}

.row.float-element-cols .col-sm-4 > *:first-child {
    float: left;
}

.row.float-element-cols .col-md-4 > *:first-child {
    float: left;
}

.row.float-element-cols .col-lg-4 > *:first-child {
    float: left;
}

.row.float-element-cols .col-xs-5 > *:first-child {
    float: left;
}

.row.float-element-cols .col-sm-5 > *:first-child {
    float: left;
}

.row.float-element-cols .col-md-5 > *:first-child {
    float: left;
}

.row.float-element-cols .col-lg-5 > *:first-child {
    float: left;
}

.row.float-element-cols .col-xs-6 > *:first-child {
    float: left;
}

.row.float-element-cols .col-sm-6 > *:first-child {
    float: left;
}

.row.float-element-cols .col-md-6 > *:first-child {
    float: left;
}

.row.float-element-cols .col-lg-6 > *:first-child {
    float: left;
}

.row.float-element-cols .col-xs-7 > *:first-child {
    float: left;
}

.row.float-element-cols .col-sm-7 > *:first-child {
    float: left;
}

.row.float-element-cols .col-md-7 > *:first-child {
    float: left;
}

.row.float-element-cols .col-lg-7 > *:first-child {
    float: left;
}

.row.float-element-cols .col-xs-8 > *:first-child {
    float: left;
}

.row.float-element-cols .col-sm-8 > *:first-child {
    float: left;
}

.row.float-element-cols .col-md-8 > *:first-child {
    float: left;
}

.row.float-element-cols .col-lg-8 > *:first-child {
    float: left;
}

.row.float-element-cols .col-xs-9 > *:first-child {
    float: left;
}

.row.float-element-cols .col-sm-9 > *:first-child {
    float: left;
}

.row.float-element-cols .col-md-9 > *:first-child {
    float: left;
}

.row.float-element-cols .col-lg-9 > *:first-child {
    float: left;
}

.row.float-element-cols .col-xs-10 > *:first-child {
    float: left;
}

.row.float-element-cols .col-sm-10 > *:first-child {
    float: left;
}

.row.float-element-cols .col-md-10 > *:first-child {
    float: left;
}

.row.float-element-cols .col-lg-10 > *:first-child {
    float: left;
}

.row.float-element-cols .col-xs-11 > *:first-child {
    float: left;
}

.row.float-element-cols .col-sm-11 > *:first-child {
    float: left;
}

.row.float-element-cols .col-md-11 > *:first-child {
    float: left;
}

.row.float-element-cols .col-lg-11 > *:first-child {
    float: left;
}

.row.float-element-cols .col-xs-12 > *:first-child {
    float: left;
}

.row.float-element-cols .col-sm-12 > *:first-child {
    float: left;
}

.row.float-element-cols .col-md-12 > *:first-child {
    float: left;
}

.row.float-element-cols .col-lg-12 > *:first-child {
    float: left;
}

/* RESPONSIVE COLUMNS MIXINS */
.padd-xxs {
    padding: 16px;
}

.padd-top-xxs {
    padding-top: 16px;
}

.padd-bottom-xxs {
    padding-bottom: 16px;
}

.padd-left-xxs {
    padding-left: 16px;
}

.padd-right-xxs {
    padding-right: 16px;
}

.padd-top-bottom-xxs {
    padding-top: 16px;
    padding-bottom: 16px;
}

.padd-left-right-xxs {
    padding-left: 16px;
    padding-right: 16px;
}

@media (max-width: 767px) {
    .padd-xxs {
        padding: 8px;
    }

    .padd-top-xxs {
        padding-top: 8px;
    }

    .padd-bottom-xxs {
        padding-bottom: 8px;
    }

    .padd-left-xxs {
        padding-left: 8px;
    }

    .padd-right-xxs {
        padding-right: 8px;
    }

    .padd-top-bottom-xxs {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .padd-left-right-xxs {
        padding-left: 8px;
        padding-right: 8px;
    }
}

.padd-xs {
    padding: 26px;
}

.padd-top-xs {
    padding-top: 26px;
}

.padd-bottom-xs {
    padding-bottom: 26px;
}

.padd-left-xs {
    padding-left: 26px;
}

.padd-right-xs {
    padding-right: 26px;
}

.padd-top-bottom-xs {
    padding-top: 26px;
    padding-bottom: 26px;
}

.padd-left-right-xs {
    padding-left: 26px;
    padding-right: 26px;
}

@media (max-width: 767px) {
    .padd-xs {
        padding: 16px;
    }

    .padd-top-xs {
        padding-top: 16px;
    }

    .padd-bottom-xs {
        padding-bottom: 16px;
    }

    .padd-left-xs {
        padding-left: 16px;
    }

    .padd-right-xs {
        padding-right: 16px;
    }

    .padd-top-bottom-xs {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .padd-left-right-xs {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.padd-5 {
    padding: 5px;
}

.padd-top-5 {
    padding-top: 5px;
}

.padd-bottom-5 {
    padding-bottom: 5px;
}

.padd-left-5 {
    padding-left: 5px;
}

.padd-right-5 {
    padding-right: 5px;
}

.padd-top-bottom-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.padd-left-right-5 {
    padding-left: 5px;
    padding-right: 5px;
}

@media (max-width: 767px) {
    .padd-5 {
        padding: 5px;
    }

    .padd-top-5 {
        padding-top: 5px;
    }

    .padd-bottom-5 {
        padding-bottom: 5px;
    }

    .padd-left-5 {
        padding-left: 5px;
    }

    .padd-right-5 {
        padding-right: 5px;
    }

    .padd-top-bottom-5 {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .padd-left-right-5 {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.padd-10 {
    padding: 10px;
}

.padd-top-10 {
    padding-top: 10px;
}

.padd-bottom-10 {
    padding-bottom: 10px;
}

.padd-left-10 {
    padding-left: 10px;
}

.padd-right-10 {
    padding-right: 10px;
}

.padd-top-bottom-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padd-left-right-10 {
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 767px) {
    .padd-10 {
        padding: 10px;
    }

    .padd-top-10 {
        padding-top: 10px;
    }

    .padd-bottom-10 {
        padding-bottom: 10px;
    }

    .padd-left-10 {
        padding-left: 10px;
    }

    .padd-right-10 {
        padding-right: 10px;
    }

    .padd-top-bottom-10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .padd-left-right-10 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.padd-15 {
    padding: 15px;
}

.padd-top-15 {
    padding-top: 15px;
}

.padd-bottom-15 {
    padding-bottom: 15px;
}

.padd-left-15 {
    padding-left: 15px;
}

.padd-right-15 {
    padding-right: 15px;
}

.padd-top-bottom-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.padd-left-right-15 {
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 767px) {
    .padd-15 {
        padding: 15px;
    }

    .padd-top-15 {
        padding-top: 15px;
    }

    .padd-bottom-15 {
        padding-bottom: 15px;
    }

    .padd-left-15 {
        padding-left: 15px;
    }

    .padd-right-15 {
        padding-right: 15px;
    }

    .padd-top-bottom-15 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .padd-left-right-15 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.padd-20 {
    padding: 20px;
}

.padd-top-20 {
    padding-top: 20px;
}

.padd-bottom-20 {
    padding-bottom: 20px;
}

.padd-left-20 {
    padding-left: 20px;
}

.padd-right-20 {
    padding-right: 20px;
}

.padd-top-bottom-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padd-left-right-20 {
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 767px) {
    .padd-20 {
        padding: 20px;
    }

    .padd-top-20 {
        padding-top: 20px;
    }

    .padd-bottom-20 {
        padding-bottom: 20px;
    }

    .padd-left-20 {
        padding-left: 20px;
    }

    .padd-right-20 {
        padding-right: 20px;
    }

    .padd-top-bottom-20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .padd-left-right-20 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.padd-25 {
    padding: 25px;
}

.padd-top-25 {
    padding-top: 25px;
}

.padd-bottom-25 {
    padding-bottom: 25px;
}

.padd-left-25 {
    padding-left: 25px;
}

.padd-right-25 {
    padding-right: 25px;
}

.padd-top-bottom-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.padd-left-right-25 {
    padding-left: 25px;
    padding-right: 25px;
}

@media (max-width: 767px) {
    .padd-25 {
        padding: 25px;
    }

    .padd-top-25 {
        padding-top: 25px;
    }

    .padd-bottom-25 {
        padding-bottom: 25px;
    }

    .padd-left-25 {
        padding-left: 25px;
    }

    .padd-right-25 {
        padding-right: 25px;
    }

    .padd-top-bottom-25 {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .padd-left-right-25 {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.padd-30 {
    padding: 30px;
}

.padd-top-30 {
    padding-top: 30px;
}

.padd-bottom-30 {
    padding-bottom: 30px;
}

.padd-left-30 {
    padding-left: 30px;
}

.padd-right-30 {
    padding-right: 30px;
}

.padd-top-bottom-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padd-left-right-30 {
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width: 767px) {
    .padd-30 {
        padding: 30px;
    }

    .padd-top-30 {
        padding-top: 30px;
    }

    .padd-bottom-30 {
        padding-bottom: 30px;
    }

    .padd-left-30 {
        padding-left: 30px;
    }

    .padd-right-30 {
        padding-right: 30px;
    }

    .padd-top-bottom-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .padd-left-right-30 {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.padd-md {
    padding: 48px;
}

.padd-top-md {
    padding-top: 48px;
}

.padd-bottom-md {
    padding-bottom: 48px;
}

.padd-left-md {
    padding-left: 48px;
}

.padd-right-md {
    padding-right: 48px;
}

.padd-top-bottom-md {
    padding-top: 48px;
    padding-bottom: 48px;
}

.padd-left-right-md {
    padding-left: 48px;
    padding-right: 48px;
}

@media (max-width: 767px) {
    .padd-md {
        padding: 32px;
    }

    .padd-top-md {
        padding-top: 32px;
    }

    .padd-bottom-md {
        padding-bottom: 32px;
    }

    .padd-left-md {
        padding-left: 32px;
    }

    .padd-right-md {
        padding-right: 32px;
    }

    .padd-top-bottom-md {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .padd-left-right-md {
        padding-left: 32px;
        padding-right: 32px;
    }
}

.padd-lg {
    padding: 68px;
}

.padd-top-lg {
    padding-top: 68px;
}

.padd-bottom-lg {
    padding-bottom: 68px;
}

.padd-left-lg {
    padding-left: 68px;
}

.padd-right-lg {
    padding-right: 68px;
}

.padd-top-bottom-lg {
    padding-top: 68px;
    padding-bottom: 68px;
}

.padd-left-right-lg {
    padding-left: 68px;
    padding-right: 68px;
}

@media (max-width: 767px) {
    .padd-lg {
        padding: 41px;
    }

    .padd-top-lg {
        padding-top: 41px;
    }

    .padd-bottom-lg {
        padding-bottom: 41px;
    }

    .padd-left-lg {
        padding-left: 41px;
    }

    .padd-right-lg {
        padding-right: 41px;
    }

    .padd-top-bottom-lg {
        padding-top: 41px;
        padding-bottom: 41px;
    }

    .padd-left-right-lg {
        padding-left: 41px;
        padding-right: 41px;
    }
}

.padd-2x {
    padding: 104px;
}

.padd-top-2x {
    padding-top: 104px;
}

.padd-bottom-2x {
    padding-bottom: 104px;
}

.padd-left-2x {
    padding-left: 104px;
}

.padd-right-2x {
    padding-right: 104px;
}

.padd-top-bottom-2x {
    padding-top: 104px;
    padding-bottom: 104px;
}

.padd-left-right-2x {
    padding-left: 104px;
    padding-right: 104px;
}

@media (max-width: 767px) {
    .padd-2x {
        padding: 72px;
    }

    .padd-top-2x {
        padding-top: 85px;
    }

    .padd-bottom-2x {
        padding-bottom: 85px;
    }

    .padd-left-2x {
        padding-left: 72px;
    }

    .padd-right-2x {
        padding-right: 72px;
    }

    .padd-top-bottom-2x {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .padd-left-right-2x {
        padding-left: 72px;
        padding-right: 72px;
    }
}

.padd-3x {
    padding: 150px;
}

.padd-top-3x {
    padding-top: 150px;
}

.padd-bottom-3x {
    padding-bottom: 150px;
}

.padd-left-3x {
    padding-left: 150px;
}

.padd-right-3x {
    padding-right: 150px;
}

.padd-top-bottom-3x {
    padding-top: 150px;
    padding-bottom: 150px;
}

.padd-left-right-3x {
    padding-left: 150px;
    padding-right: 150px;
}

@media (max-width: 767px) {
    .padd-3x {
        padding: 80px;
    }

    .padd-top-3x {
        padding-top: 80px;
    }

    .padd-bottom-3x {
        padding-bottom: 80px;
    }

    .padd-left-3x {
        padding-left: 80px;
    }

    .padd-right-3x {
        padding-right: 80px;
    }

    .padd-top-bottom-3x {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .padd-left-right-3x {
        padding-left: 80px;
        padding-right: 80px;
    }
}

.padd-4x {
    padding: 184px;
}

.padd-top-4x {
    padding-top: 184px;
}

.padd-bottom-4x {
    padding-bottom: 184px;
}

.padd-left-4x {
    padding-left: 184px;
}

.padd-right-4x {
    padding-right: 184px;
}

.padd-top-bottom-4x {
    padding-top: 184px;
    padding-bottom: 184px;
}

.padd-left-right-4x {
    padding-left: 184px;
    padding-right: 184px;
}

@media (max-width: 767px) {
    .padd-4x {
        padding: 96px;
    }

    .padd-top-4x {
        padding-top: 96px;
    }

    .padd-bottom-4x {
        padding-bottom: 96px;
    }

    .padd-left-4x {
        padding-left: 96px;
    }

    .padd-right-4x {
        padding-right: 96px;
    }

    .padd-top-bottom-4x {
        padding-top: 96px;
        padding-bottom: 96px;
    }

    .padd-left-right-4x {
        padding-left: 96px;
        padding-right: 96px;
    }
}

.padd-5x {
    padding: 240px;
}

.padd-top-5x {
    padding-top: 240px;
}

.padd-bottom-5x {
    padding-bottom: 240px;
}

.padd-left-5x {
    padding-left: 240px;
}

.padd-right-5x {
    padding-right: 240px;
}

.padd-top-bottom-5x {
    padding-top: 240px;
    padding-bottom: 240px;
}

.padd-left-right-5x {
    padding-left: 240px;
    padding-right: 240px;
}

@media (max-width: 767px) {
    .padd-5x {
        padding: 128px;
    }

    .padd-top-5x {
        padding-top: 128px;
    }

    .padd-bottom-5x {
        padding-bottom: 128px;
    }

    .padd-left-5x {
        padding-left: 128px;
    }

    .padd-right-5x {
        padding-right: 128px;
    }

    .padd-top-bottom-5x {
        padding-top: 128px;
        padding-bottom: 128px;
    }

    .padd-left-right-5x {
        padding-left: 128px;
        padding-right: 128px;
    }
}

.bg-facebook {
    background-color: #3b5999;
    color: #ffffff;
}

.overlay-facebook-100 {
    background-color: #3b5999;
}

.overlay-facebook-80 {
    background-color: rgba(59, 89, 153, 0.8);
}

.overlay-facebook-60 {
    background-color: rgba(59, 89, 153, 0.6);
}

.overlay-facebook-40 {
    background-color: rgba(59, 89, 153, 0.4);
}

.overlay-facebook-20 {
    background-color: rgba(59, 89, 153, 0.2);
}

.overlay-facebook-0 {
    background-color: rgba(59, 89, 153, 0);
}

.overlay-facebook-10 {
    background-color: #3b5999;
    color: #ffffff;
}

.text-facebook {
    color: #3b5999;
}

.bg-twitter {
    background-color: #55acee;
    color: #ffffff;
}

.overlay-twitter-100 {
    background-color: #55acee;
}

.overlay-twitter-80 {
    background-color: rgba(85, 172, 238, 0.8);
}

.overlay-twitter-60 {
    background-color: rgba(85, 172, 238, 0.6);
}

.overlay-twitter-40 {
    background-color: rgba(85, 172, 238, 0.4);
}

.overlay-twitter-20 {
    background-color: rgba(85, 172, 238, 0.2);
}

.overlay-twitter-0 {
    background-color: rgba(85, 172, 238, 0);
}

.overlay-twitter-10 {
    background-color: #55acee;
    color: #ffffff;
}

.text-twitter {
    color: #55acee;
}

.bg-linkedin {
    background-color: #0077B5;
    color: #ffffff;
}

.overlay-linkedin-100 {
    background-color: #0077b5;
}

.overlay-linkedin-80 {
    background-color: rgba(0, 119, 181, 0.8);
}

.overlay-linkedin-60 {
    background-color: rgba(0, 119, 181, 0.6);
}

.overlay-linkedin-40 {
    background-color: rgba(0, 119, 181, 0.4);
}

.overlay-linkedin-20 {
    background-color: rgba(0, 119, 181, 0.2);
}

.overlay-linkedin-0 {
    background-color: rgba(0, 119, 181, 0);
}

.overlay-linkedin-10 {
    background-color: #0077B5;
    color: #ffffff;
}

.text-linkedin {
    color: #0077B5;
}

.bg-google {
    background-color: #dd4b39;
    color: #ffffff;
}

.overlay-google-100 {
    background-color: #dd4b39;
}

.overlay-google-80 {
    background-color: rgba(221, 75, 57, 0.8);
}

.overlay-google-60 {
    background-color: rgba(221, 75, 57, 0.6);
}

.overlay-google-40 {
    background-color: rgba(221, 75, 57, 0.4);
}

.overlay-google-20 {
    background-color: rgba(221, 75, 57, 0.2);
}

.overlay-google-0 {
    background-color: rgba(221, 75, 57, 0);
}

.overlay-google-10 {
    background-color: #dd4b39;
    color: #ffffff;
}

.text-google {
    color: #dd4b39;
}

.bg-black {
    background-color: #000000;
    color: #ffffff;
}

.overlay-black-100 {
    background-color: #000000;
}

.overlay-black-80 {
    background-color: rgba(0, 0, 0, 0.8);
}

.overlay-black-60 {
    background-color: rgba(0, 0, 0, 0.6);
}

.overlay-black-40 {
    background-color: rgba(0, 0, 0, 0.4);
}

.overlay-black-20 {
    background-color: rgba(0, 0, 0, 0.2);
}

.overlay-black-0 {
    background-color: rgba(0, 0, 0, 0);
}

.overlay-black-10 {
    background-color: #000000;
    color: #ffffff;
}

.text-black {
    color: #000000;
}

.bg-white {
    background-color: #ffffff;
    color: #000000;
}

.overlay-white-100 {
    background-color: #ffffff;
}

.overlay-white-80 {
    background-color: rgba(255, 255, 255, 0.8);
}

.overlay-white-60 {
    background-color: rgba(255, 255, 255, 0.6);
}

.overlay-white-40 {
    background-color: rgba(255, 255, 255, 0.4);
}

.overlay-white-20 {
    background-color: rgba(255, 255, 255, 0.2);
}

.overlay-white-0 {
    background-color: rgba(255, 255, 255, 0);
}

.overlay-white-10 {
    background-color: #ffffff;
    color: #000000;
}

.text-white {
    color: #ffffff;
}

.border-1px,
.border-top-1px,
.border-bottom-1px,
.border-left-1px,
.border-right-1px,
.border-top-bottom-1px,
.border-left-right-1px {
    box-sizing: border-box;
}

.border-1px {
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.border-top-1px {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.border-bottom-1px {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.border-left-1px {
    border-left: 1px solid rgba(0, 0, 0, 0.3);
}

.border-right-1px {
    border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.border-top-bottom-1px {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.border-left-right-1px {
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.border-2px,
.border-top-2px,
.border-bottom-2px,
.border-left-2px,
.border-right-2px,
.border-top-bottom-2px,
.border-left-right-2px {
    box-sizing: border-box;
}

.border-2px {
    border: 2px solid rgba(0, 0, 0, 0.3);
}

.border-top-2px {
    border-top: 2px solid rgba(0, 0, 0, 0.3);
}

.border-bottom-2px {
    border-bottom: 2px solid rgba(0, 0, 0, 0.3);
}

.border-left-2px {
    border-left: 2px solid rgba(0, 0, 0, 0.3);
}

.border-right-2px {
    border-right: 2px solid rgba(0, 0, 0, 0.3);
}

.border-top-bottom-2px {
    border-top: 2px solid rgba(0, 0, 0, 0.3);
    border-bottom: 2px solid rgba(0, 0, 0, 0.3);
}

.border-left-right-2px {
    border-left: 2px solid rgba(0, 0, 0, 0.3);
    border-right: 2px solid rgba(0, 0, 0, 0.3);
}

.border-3px,
.border-top-3px,
.border-bottom-3px,
.border-left-3px,
.border-right-3px,
.border-top-bottom-3px,
.border-left-right-3px {
    box-sizing: border-box;
}

.border-3px {
    border: 3px solid rgba(0, 0, 0, 0.3);
}

.border-top-3px {
    border-top: 3px solid rgba(0, 0, 0, 0.3);
}

.border-bottom-3px {
    border-bottom: 3px solid rgba(0, 0, 0, 0.3);
}

.border-left-3px {
    border-left: 3px solid rgba(0, 0, 0, 0.3);
}

.border-right-3px {
    border-right: 3px solid rgba(0, 0, 0, 0.3);
}

.border-top-bottom-3px {
    border-top: 3px solid rgba(0, 0, 0, 0.3);
    border-bottom: 3px solid rgba(0, 0, 0, 0.3);
}

.border-left-right-3px {
    border-left: 3px solid rgba(0, 0, 0, 0.3);
    border-right: 3px solid rgba(0, 0, 0, 0.3);
}

.border-4px,
.border-top-4px,
.border-bottom-4px,
.border-left-4px,
.border-right-4px,
.border-top-bottom-4px,
.border-left-right-4px {
    box-sizing: border-box;
}

.border-4px {
    border: 4px solid rgba(0, 0, 0, 0.3);
}

.border-top-4px {
    border-top: 4px solid rgba(0, 0, 0, 0.3);
}

.border-bottom-4px {
    border-bottom: 4px solid rgba(0, 0, 0, 0.3);
}

.border-left-4px {
    border-left: 4px solid rgba(0, 0, 0, 0.3);
}

.border-right-4px {
    border-right: 4px solid rgba(0, 0, 0, 0.3);
}

.border-top-bottom-4px {
    border-top: 4px solid rgba(0, 0, 0, 0.3);
    border-bottom: 4px solid rgba(0, 0, 0, 0.3);
}

.border-left-right-4px {
    border-left: 4px solid rgba(0, 0, 0, 0.3);
    border-right: 4px solid rgba(0, 0, 0, 0.3);
}

.border-google-5px,
.border-top-google-5px,
.border-bottom-google-5px,
.border-left-google-5px,
.border-right-google-5px,
.border-top-bottom-google-5px,
.border-left-right-google-5px {
    box-sizing: border-box;
}

.border-google-5px {
    border: 5px solid #dd4b39;
}

.border-top-google-5px {
    border-top: 5px solid #dd4b39;
}

.border-bottom-google-5px {
    border-bottom: 5px solid #dd4b39;
}

.border-left-google-5px {
    border-left: 5px solid #dd4b39;
}

.border-right-google-5px {
    border-right: 5px solid #dd4b39;
}

.border-top-bottom-google-5px {
    border-top: 5px solid #dd4b39;
    border-bottom: 5px solid #dd4b39;
}

.border-left-right-google-5px {
    border-left: 5px solid #dd4b39;
    border-right: 5px solid #dd4b39;
}

.border-twitter-5px,
.border-top-twitter-5px,
.border-bottom-twitter-5px,
.border-left-twitter-5px,
.border-right-twitter-5px,
.border-top-bottom-twitter-5px,
.border-left-right-twitter-5px {
    box-sizing: border-box;
}

.border-twitter-5px {
    border: 5px solid #55acee;
}

.border-top-twitter-5px {
    border-top: 5px solid #55acee;
}

.border-bottom-twitter-5px {
    border-bottom: 5px solid #55acee;
}

.border-left-twitter-5px {
    border-left: 5px solid #55acee;
}

.border-right-twitter-5px {
    border-right: 5px solid #55acee;
}

.border-top-bottom-twitter-5px {
    border-top: 5px solid #55acee;
    border-bottom: 5px solid #55acee;
}

.border-left-right-twitter-5px {
    border-left: 5px solid #55acee;
    border-right: 5px solid #55acee;
}

.border-linkedin-5px,
.border-top-linkedin-5px,
.border-bottom-linkedin-5px,
.border-left-linkedin-5px,
.border-right-linkedin-5px,
.border-top-bottom-linkedin-5px,
.border-left-right-linkedin-5px {
    box-sizing: border-box;
}

.border-linkedin-5px {
    border: 5px solid #0077B5;
}

.border-top-linkedin-5px {
    border-top: 5px solid #0077B5;
}

.border-bottom-linkedin-5px {
    border-bottom: 5px solid #0077B5;
}

.border-left-linkedin-5px {
    border-left: 5px solid #0077B5;
}

.border-right-linkedin-5px {
    border-right: 5px solid #0077B5;
}

.border-top-bottom-linkedin-5px {
    border-top: 5px solid #0077B5;
    border-bottom: 5px solid #0077B5;
}

.border-left-right-linkedin-5px {
    border-left: 5px solid #0077B5;
    border-right: 5px solid #0077B5;
}

.border-facebook-5px,
.border-top-facebook-5px,
.border-bottom-facebook-5px,
.border-left-facebook-5px,
.border-right-facebook-5px,
.border-top-bottom-facebook-5px,
.border-left-right-facebook-5px {
    box-sizing: border-box;
}

.border-facebook-5px {
    border: 5px solid #3b5999;
}

.border-top-facebook-5px {
    border-top: 5px solid #3b5999;
}

.border-bottom-facebook-5px {
    border-bottom: 5px solid #3b5999;
}

.border-left-facebook-5px {
    border-left: 5px solid #3b5999;
}

.border-right-facebook-5px {
    border-right: 5px solid #3b5999;
}

.border-top-bottom-facebook-5px {
    border-top: 5px solid #3b5999;
    border-bottom: 5px solid #3b5999;
}

.border-left-right-facebook-5px {
    border-left: 5px solid #3b5999;
    border-right: 5px solid #3b5999;
}

.border-black-5px,
.border-top-black-5px,
.border-bottom-black-5px,
.border-left-black-5px,
.border-right-black-5px,
.border-top-bottom-black-5px,
.border-left-right-black-5px {
    box-sizing: border-box;
}

.border-black-5px {
    border: 5px solid #000000;
}

.border-top-black-5px {
    border-top: 5px solid #000000;
}

.border-bottom-black-5px {
    border-bottom: 5px solid #000000;
}

.border-left-black-5px {
    border-left: 5px solid #000000;
}

.border-right-black-5px {
    border-right: 5px solid #000000;
}

.border-top-bottom-black-5px {
    border-top: 5px solid #000000;
    border-bottom: 5px solid #000000;
}

.border-left-right-black-5px {
    border-left: 5px solid #000000;
    border-right: 5px solid #000000;
}

.border-white-5px,
.border-top-white-5px,
.border-bottom-white-5px,
.border-left-white-5px,
.border-right-white-5px,
.border-top-bottom-white-5px,
.border-left-right-white-5px {
    box-sizing: border-box;
}

.border-white-5px {
    border: 5px solid #ffffff;
}

.border-top-white-5px {
    border-top: 5px solid #ffffff;
}

.border-bottom-white-5px {
    border-bottom: 5px solid #ffffff;
}

.border-left-white-5px {
    border-left: 5px solid #ffffff;
}

.border-right-white-5px {
    border-right: 5px solid #ffffff;
}

.border-top-bottom-white-5px {
    border-top: 5px solid #ffffff;
    border-bottom: 5px solid #ffffff;
}

.border-left-right-white-5px {
    border-left: 5px solid #ffffff;
    border-right: 5px solid #ffffff;
}

.border-google-10px,
.border-top-google-10px,
.border-bottom-google-10px,
.border-left-google-10px,
.border-right-google-10px,
.border-top-bottom-google-10px,
.border-left-right-google-10px {
    box-sizing: border-box;
}

.border-google-10px {
    border: 10px solid #dd4b39;
}

.border-top-google-10px {
    border-top: 10px solid #dd4b39;
}

.border-bottom-google-10px {
    border-bottom: 10px solid #dd4b39;
}

.border-left-google-10px {
    border-left: 10px solid #dd4b39;
}

.border-right-google-10px {
    border-right: 10px solid #dd4b39;
}

.border-top-bottom-google-10px {
    border-top: 10px solid #dd4b39;
    border-bottom: 10px solid #dd4b39;
}

.border-left-right-google-10px {
    border-left: 10px solid #dd4b39;
    border-right: 10px solid #dd4b39;
}

.border-twitter-10px,
.border-top-twitter-10px,
.border-bottom-twitter-10px,
.border-left-twitter-10px,
.border-right-twitter-10px,
.border-top-bottom-twitter-10px,
.border-left-right-twitter-10px {
    box-sizing: border-box;
}

.border-twitter-10px {
    border: 10px solid #55acee;
}

.border-top-twitter-10px {
    border-top: 10px solid #55acee;
}

.border-bottom-twitter-10px {
    border-bottom: 10px solid #55acee;
}

.border-left-twitter-10px {
    border-left: 10px solid #55acee;
}

.border-right-twitter-10px {
    border-right: 10px solid #55acee;
}

.border-top-bottom-twitter-10px {
    border-top: 10px solid #55acee;
    border-bottom: 10px solid #55acee;
}

.border-left-right-twitter-10px {
    border-left: 10px solid #55acee;
    border-right: 10px solid #55acee;
}

.border-linkedin-10px,
.border-top-linkedin-10px,
.border-bottom-linkedin-10px,
.border-left-linkedin-10px,
.border-right-linkedin-10px,
.border-top-bottom-linkedin-10px,
.border-left-right-linkedin-10px {
    box-sizing: border-box;
}

.border-linkedin-10px {
    border: 10px solid #0077B5;
}

.border-top-linkedin-10px {
    border-top: 10px solid #0077B5;
}

.border-bottom-linkedin-10px {
    border-bottom: 10px solid #0077B5;
}

.border-left-linkedin-10px {
    border-left: 10px solid #0077B5;
}

.border-right-linkedin-10px {
    border-right: 10px solid #0077B5;
}

.border-top-bottom-linkedin-10px {
    border-top: 10px solid #0077B5;
    border-bottom: 10px solid #0077B5;
}

.border-left-right-linkedin-10px {
    border-left: 10px solid #0077B5;
    border-right: 10px solid #0077B5;
}

.border-facebook-10px,
.border-top-facebook-10px,
.border-bottom-facebook-10px,
.border-left-facebook-10px,
.border-right-facebook-10px,
.border-top-bottom-facebook-10px,
.border-left-right-facebook-10px {
    box-sizing: border-box;
}

.border-facebook-10px {
    border: 10px solid #3b5999;
}

.border-top-facebook-10px {
    border-top: 10px solid #3b5999;
}

.border-bottom-facebook-10px {
    border-bottom: 10px solid #3b5999;
}

.border-left-facebook-10px {
    border-left: 10px solid #3b5999;
}

.border-right-facebook-10px {
    border-right: 10px solid #3b5999;
}

.border-top-bottom-facebook-10px {
    border-top: 10px solid #3b5999;
    border-bottom: 10px solid #3b5999;
}

.border-left-right-facebook-10px {
    border-left: 10px solid #3b5999;
    border-right: 10px solid #3b5999;
}

.border-black-10px,
.border-top-black-10px,
.border-bottom-black-10px,
.border-left-black-10px,
.border-right-black-10px,
.border-top-bottom-black-10px,
.border-left-right-black-10px {
    box-sizing: border-box;
}

.border-black-10px {
    border: 10px solid #000000;
}

.border-top-black-10px {
    border-top: 10px solid #000000;
}

.border-bottom-black-10px {
    border-bottom: 10px solid #000000;
}

.border-left-black-10px {
    border-left: 10px solid #000000;
}

.border-right-black-10px {
    border-right: 10px solid #000000;
}

.border-top-bottom-black-10px {
    border-top: 10px solid #000000;
    border-bottom: 10px solid #000000;
}

.border-left-right-black-10px {
    border-left: 10px solid #000000;
    border-right: 10px solid #000000;
}

.border-white-10px,
.border-top-white-10px,
.border-bottom-white-10px,
.border-left-white-10px,
.border-right-white-10px,
.border-top-bottom-white-10px,
.border-left-right-white-10px {
    box-sizing: border-box;
}

.border-white-10px {
    border: 10px solid #ffffff;
}

.border-top-white-10px {
    border-top: 10px solid #ffffff;
}

.border-bottom-white-10px {
    border-bottom: 10px solid #ffffff;
}

.border-left-white-10px {
    border-left: 10px solid #ffffff;
}

.border-right-white-10px {
    border-right: 10px solid #ffffff;
}

.border-top-bottom-white-10px {
    border-top: 10px solid #ffffff;
    border-bottom: 10px solid #ffffff;
}

.border-left-right-white-10px {
    border-left: 10px solid #ffffff;
    border-right: 10px solid #ffffff;
}

.col-4 {
    width: 100%;
    margin: 10px auto;
    /* Small Devices, Tablets */
    /* Medium Devices, Desktops */
    /* Large Devices, Wide Screens */
}

.col-4:before,
.col-4:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.col-4:after {
    clear: both;
}

.col-4 > * {
    float: left;
    box-sizing: border-box;
    padding: 5px;
    width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-4 > * {
        width: 50%;
        padding: 8px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .col-4 > * {
        width: 33.33333333%;
        padding: 10px;
    }
}

@media (min-width: 1200px) {
    .col-4 > * {
        width: 25%;
        padding: 15px;
    }
}

/*------------------------------------------------------------------------
    Modifiers
------------------------------------------------------------------------*/
.box-shadow-1:hover:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: inherit;
    height: inherit;
    z-index: -2;
    -webkit-border-radius: inherit;
    -webkit-background-clip: padding-box;
    -moz-border-radius: inherit;
    -moz-background-clip: padding;
    border-radius: inherit;
    background-clip: padding-box;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.box-shadow-1:hover:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: inherit;
    height: inherit;
    z-index: -2;
    -webkit-border-radius: inherit;
    -webkit-background-clip: padding-box;
    -moz-border-radius: inherit;
    -moz-background-clip: padding;
    border-radius: inherit;
    background-clip: padding-box;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
}

.box-shadow-2:hover:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: inherit;
    height: inherit;
    z-index: -2;
    -webkit-border-radius: inherit;
    -webkit-background-clip: padding-box;
    -moz-border-radius: inherit;
    -moz-background-clip: padding;
    border-radius: inherit;
    background-clip: padding-box;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}

.box-shadow-2:hover:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: inherit;
    height: inherit;
    z-index: -2;
    -webkit-border-radius: inherit;
    -webkit-background-clip: padding-box;
    -moz-border-radius: inherit;
    -moz-background-clip: padding;
    border-radius: inherit;
    background-clip: padding-box;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.box-shadow-3:hover:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: inherit;
    height: inherit;
    z-index: -2;
    -webkit-border-radius: inherit;
    -webkit-background-clip: padding-box;
    -moz-border-radius: inherit;
    -moz-background-clip: padding;
    border-radius: inherit;
    background-clip: padding-box;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24);
}

.box-shadow-3:hover:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: inherit;
    height: inherit;
    z-index: -2;
    -webkit-border-radius: inherit;
    -webkit-background-clip: padding-box;
    -moz-border-radius: inherit;
    -moz-background-clip: padding;
    border-radius: inherit;
    background-clip: padding-box;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.box-shadow-4:hover:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: inherit;
    height: inherit;
    z-index: -2;
    -webkit-border-radius: inherit;
    -webkit-background-clip: padding-box;
    -moz-border-radius: inherit;
    -moz-background-clip: padding;
    border-radius: inherit;
    background-clip: padding-box;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22);
}

.box-shadow-4:hover:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: inherit;
    height: inherit;
    z-index: -2;
    -webkit-border-radius: inherit;
    -webkit-background-clip: padding-box;
    -moz-border-radius: inherit;
    -moz-background-clip: padding;
    border-radius: inherit;
    background-clip: padding-box;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 25px 55px 0 rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0 25px 55px 0 rgba(0, 0, 0, 0.21);
    box-shadow: 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.box-shadow-5:hover:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: inherit;
    height: inherit;
    z-index: -2;
    -webkit-border-radius: inherit;
    -webkit-background-clip: padding-box;
    -moz-border-radius: inherit;
    -moz-background-clip: padding;
    border-radius: inherit;
    background-clip: padding-box;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2);
}

.box-shadow-5:hover:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: inherit;
    height: inherit;
    z-index: -2;
    -webkit-border-radius: inherit;
    -webkit-background-clip: padding-box;
    -moz-border-radius: inherit;
    -moz-background-clip: padding;
    border-radius: inherit;
    background-clip: padding-box;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 40px 77px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 40px 77px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

.simple-shadows-1 {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.simple-shadows-2 {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}

.simple-shadows-3 {
    -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.2);
}

.simple-shadows-4 {
    -webkit-box-shadow: 2px 0px 11px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 2px 0px 11px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 2px 0px 11px 0 rgba(0, 0, 0, 0.6);
}

.simple-hover-shadow-1:hover {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.simple-hover-shadow-2:hover {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}

.simple-hover-shadow-3:hover {
    -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.2);
}

.box-shadows-all-1 > *:hover:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: inherit;
    height: inherit;
    z-index: -2;
    -webkit-border-radius: inherit;
    -webkit-background-clip: padding-box;
    -moz-border-radius: inherit;
    -moz-background-clip: padding;
    border-radius: inherit;
    background-clip: padding-box;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.box-shadows-all-1 > *:hover:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: inherit;
    height: inherit;
    z-index: -2;
    -webkit-border-radius: inherit;
    -webkit-background-clip: padding-box;
    -moz-border-radius: inherit;
    -moz-background-clip: padding;
    border-radius: inherit;
    background-clip: padding-box;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
}

.box-shadows-all-2 > *:hover:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: inherit;
    height: inherit;
    z-index: -2;
    -webkit-border-radius: inherit;
    -webkit-background-clip: padding-box;
    -moz-border-radius: inherit;
    -moz-background-clip: padding;
    border-radius: inherit;
    background-clip: padding-box;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}

.box-shadows-all-2 > *:hover:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: inherit;
    height: inherit;
    z-index: -2;
    -webkit-border-radius: inherit;
    -webkit-background-clip: padding-box;
    -moz-border-radius: inherit;
    -moz-background-clip: padding;
    border-radius: inherit;
    background-clip: padding-box;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.box-shadows-all-3 > *:hover:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: inherit;
    height: inherit;
    z-index: -2;
    -webkit-border-radius: inherit;
    -webkit-background-clip: padding-box;
    -moz-border-radius: inherit;
    -moz-background-clip: padding;
    border-radius: inherit;
    background-clip: padding-box;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24);
}

.box-shadows-all-3 > *:hover:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: inherit;
    height: inherit;
    z-index: -2;
    -webkit-border-radius: inherit;
    -webkit-background-clip: padding-box;
    -moz-border-radius: inherit;
    -moz-background-clip: padding;
    border-radius: inherit;
    background-clip: padding-box;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.box-shadows-all-4 > *:hover:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: inherit;
    height: inherit;
    z-index: -2;
    -webkit-border-radius: inherit;
    -webkit-background-clip: padding-box;
    -moz-border-radius: inherit;
    -moz-background-clip: padding;
    border-radius: inherit;
    background-clip: padding-box;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22);
}

.box-shadows-all-4 > *:hover:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: inherit;
    height: inherit;
    z-index: -2;
    -webkit-border-radius: inherit;
    -webkit-background-clip: padding-box;
    -moz-border-radius: inherit;
    -moz-background-clip: padding;
    border-radius: inherit;
    background-clip: padding-box;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 25px 55px 0 rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0 25px 55px 0 rgba(0, 0, 0, 0.21);
    box-shadow: 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.box-shadows-all-5 > *:hover:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: inherit;
    height: inherit;
    z-index: -2;
    -webkit-border-radius: inherit;
    -webkit-background-clip: padding-box;
    -moz-border-radius: inherit;
    -moz-background-clip: padding;
    border-radius: inherit;
    background-clip: padding-box;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2);
}

.box-shadows-all-5 > *:hover:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: inherit;
    height: inherit;
    z-index: -2;
    -webkit-border-radius: inherit;
    -webkit-background-clip: padding-box;
    -moz-border-radius: inherit;
    -moz-background-clip: padding;
    border-radius: inherit;
    background-clip: padding-box;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 40px 77px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 40px 77px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

.simple-shadows-all-1 > * {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.simple-shadows-all-2 > * {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}

.simple-shadows-all-3 > * {
    -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.2);
}

.simple-hover-shadow-all-1 > *:hover {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.simple-hover-shadow-all-2 > *:hover {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}

.simple-hover-shadow-all-3 > *:hover {
    -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.2);
}

.trn-01s {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.trn-02s {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.trn-03s {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.trn-05s {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.trn-08s {
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.trn-1s {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.trn-2s {
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}

.trn-xs {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.trn-xs-all > *:hover {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.trn-sm {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.trn-sm-all > *:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.trn-xl {
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.trn-xl-all > *:hover {
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.trn-xxl {
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;
}

.trn-xxl-all > *:hover {
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;
}

.rounded-xs {
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
}

.rounded-top-xs {
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topright: 5px;
    -moz-background-clip: padding;
    border-top-right-radius: 5px;
    background-clip: padding-box;
}

.rounded-bottom-xs {
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 5px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 5px;
    background-clip: padding-box;
}

.rounded-left-xs {
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomleft: 5px;
    -moz-background-clip: padding;
    border-bottom-left-radius: 5px;
    background-clip: padding-box;
}

.rounded-right-xs {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 5px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 5px;
    background-clip: padding-box;
}

.rounded-left-right-xs {
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 5px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 5px;
    background-clip: padding-box;
}

.rounded-right-left-xs {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomleft: 5px;
    -moz-background-clip: padding;
    border-bottom-left-radius: 5px;
    background-clip: padding-box;
}

/* Hover Effects  */
.hov-rounded-xs:hover {
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
}

.hov-rounded-top-xs:hover {
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topright: 5px;
    -moz-background-clip: padding;
    border-top-right-radius: 5px;
    background-clip: padding-box;
}

.hov-rounded-bottom-xs:hover {
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 5px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 5px;
    background-clip: padding-box;
}

.hov-rounded-left-xs:hover {
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomleft: 5px;
    -moz-background-clip: padding;
    border-bottom-left-radius: 5px;
    background-clip: padding-box;
}

.hov-rounded-right-xs:hover {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 5px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 5px;
    background-clip: padding-box;
}

.hov-rounded-left-right-xs:hover {
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 5px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 5px;
    background-clip: padding-box;
}

.hov-rounded-right-left-xs:hover {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomleft: 5px;
    -moz-background-clip: padding;
    border-bottom-left-radius: 5px;
    background-clip: padding-box;
}

.rounded-sm {
    -webkit-border-radius: 10px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10px;
    -moz-background-clip: padding;
    border-radius: 10px;
    background-clip: padding-box;
}

.rounded-top-sm {
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topright: 10px;
    -moz-background-clip: padding;
    border-top-right-radius: 10px;
    background-clip: padding-box;
}

.rounded-bottom-sm {
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 10px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 10px;
    background-clip: padding-box;
}

.rounded-left-sm {
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomleft: 10px;
    -moz-background-clip: padding;
    border-bottom-left-radius: 10px;
    background-clip: padding-box;
}

.rounded-right-sm {
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 10px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 10px;
    background-clip: padding-box;
}

.rounded-left-right-sm {
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 10px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 10px;
    background-clip: padding-box;
}

.rounded-right-left-sm {
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomleft: 10px;
    -moz-background-clip: padding;
    border-bottom-left-radius: 10px;
    background-clip: padding-box;
}

/* Hover Effects  */
.hov-rounded-sm:hover {
    -webkit-border-radius: 10px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10px;
    -moz-background-clip: padding;
    border-radius: 10px;
    background-clip: padding-box;
}

.hov-rounded-top-sm:hover {
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topright: 10px;
    -moz-background-clip: padding;
    border-top-right-radius: 10px;
    background-clip: padding-box;
}

.hov-rounded-bottom-sm:hover {
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 10px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 10px;
    background-clip: padding-box;
}

.hov-rounded-left-sm:hover {
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomleft: 10px;
    -moz-background-clip: padding;
    border-bottom-left-radius: 10px;
    background-clip: padding-box;
}

.hov-rounded-right-sm:hover {
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 10px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 10px;
    background-clip: padding-box;
}

.hov-rounded-left-right-sm:hover {
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 10px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 10px;
    background-clip: padding-box;
}

.hov-rounded-right-left-sm:hover {
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomleft: 10px;
    -moz-background-clip: padding;
    border-bottom-left-radius: 10px;
    background-clip: padding-box;
}

.rounded-md {
    -webkit-border-radius: 15px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 15px;
    -moz-background-clip: padding;
    border-radius: 15px;
    background-clip: padding-box;
}

.rounded-top-md {
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topright: 15px;
    -moz-background-clip: padding;
    border-top-right-radius: 15px;
    background-clip: padding-box;
}

.rounded-bottom-md {
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 15px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 15px;
    background-clip: padding-box;
}

.rounded-left-md {
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomleft: 15px;
    -moz-background-clip: padding;
    border-bottom-left-radius: 15px;
    background-clip: padding-box;
}

.rounded-right-md {
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 15px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 15px;
    background-clip: padding-box;
}

.rounded-left-right-md {
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    border-top-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 15px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 15px;
    background-clip: padding-box;
}

.rounded-right-left-md {
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    border-top-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomleft: 15px;
    -moz-background-clip: padding;
    border-bottom-left-radius: 15px;
    background-clip: padding-box;
}

/* Hover Effects  */
.hov-rounded-md:hover {
    -webkit-border-radius: 15px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 15px;
    -moz-background-clip: padding;
    border-radius: 15px;
    background-clip: padding-box;
}

.hov-rounded-top-md:hover {
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topright: 15px;
    -moz-background-clip: padding;
    border-top-right-radius: 15px;
    background-clip: padding-box;
}

.hov-rounded-bottom-md:hover {
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 15px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 15px;
    background-clip: padding-box;
}

.hov-rounded-left-md:hover {
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomleft: 15px;
    -moz-background-clip: padding;
    border-bottom-left-radius: 15px;
    background-clip: padding-box;
}

.hov-rounded-right-md:hover {
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 15px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 15px;
    background-clip: padding-box;
}

.hov-rounded-left-right-md:hover {
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    border-top-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 15px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 15px;
    background-clip: padding-box;
}

.hov-rounded-right-left-md:hover {
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    border-top-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomleft: 15px;
    -moz-background-clip: padding;
    border-bottom-left-radius: 15px;
    background-clip: padding-box;
}

.rounded-lg {
    -webkit-border-radius: 20px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 20px;
    -moz-background-clip: padding;
    border-radius: 20px;
    background-clip: padding-box;
}

.rounded-top-lg {
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topright: 20px;
    -moz-background-clip: padding;
    border-top-right-radius: 20px;
    background-clip: padding-box;
}

.rounded-bottom-lg {
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 20px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 20px;
    background-clip: padding-box;
}

.rounded-left-lg {
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomleft: 20px;
    -moz-background-clip: padding;
    border-bottom-left-radius: 20px;
    background-clip: padding-box;
}

.rounded-right-lg {
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 20px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 20px;
    background-clip: padding-box;
}

.rounded-left-right-lg {
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 20px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 20px;
    background-clip: padding-box;
}

.rounded-right-left-lg {
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomleft: 20px;
    -moz-background-clip: padding;
    border-bottom-left-radius: 20px;
    background-clip: padding-box;
}

/* Hover Effects  */
.hov-rounded-lg:hover {
    -webkit-border-radius: 20px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 20px;
    -moz-background-clip: padding;
    border-radius: 20px;
    background-clip: padding-box;
}

.hov-rounded-top-lg:hover {
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topright: 20px;
    -moz-background-clip: padding;
    border-top-right-radius: 20px;
    background-clip: padding-box;
}

.hov-rounded-bottom-lg:hover {
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 20px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 20px;
    background-clip: padding-box;
}

.hov-rounded-left-lg:hover {
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomleft: 20px;
    -moz-background-clip: padding;
    border-bottom-left-radius: 20px;
    background-clip: padding-box;
}

.hov-rounded-right-lg:hover {
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 20px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 20px;
    background-clip: padding-box;
}

.hov-rounded-left-right-lg:hover {
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 20px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 20px;
    background-clip: padding-box;
}

.hov-rounded-right-left-lg:hover {
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomleft: 20px;
    -moz-background-clip: padding;
    border-bottom-left-radius: 20px;
    background-clip: padding-box;
}

.rounded-xl {
    -webkit-border-radius: 25px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 25px;
    -moz-background-clip: padding;
    border-radius: 25px;
    background-clip: padding-box;
}

.rounded-top-xl {
    -webkit-border-top-left-radius: 25px;
    -moz-border-radius-topleft: 25px;
    border-top-left-radius: 25px;
    -webkit-border-top-right-radius: 25px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topright: 25px;
    -moz-background-clip: padding;
    border-top-right-radius: 25px;
    background-clip: padding-box;
}

.rounded-bottom-xl {
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-bottom-left-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 25px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 25px;
    background-clip: padding-box;
}

.rounded-left-xl {
    -webkit-border-top-left-radius: 25px;
    -moz-border-radius-topleft: 25px;
    border-top-left-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomleft: 25px;
    -moz-background-clip: padding;
    border-bottom-left-radius: 25px;
    background-clip: padding-box;
}

.rounded-right-xl {
    -webkit-border-top-right-radius: 25px;
    -moz-border-radius-topright: 25px;
    border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 25px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 25px;
    background-clip: padding-box;
}

.rounded-left-right-xl {
    -webkit-border-top-left-radius: 25px;
    -moz-border-radius-topleft: 25px;
    border-top-left-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 25px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 25px;
    background-clip: padding-box;
}

.rounded-right-left-xl {
    -webkit-border-top-right-radius: 25px;
    -moz-border-radius-topright: 25px;
    border-top-right-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomleft: 25px;
    -moz-background-clip: padding;
    border-bottom-left-radius: 25px;
    background-clip: padding-box;
}

/* Hover Effects  */
.hov-rounded-xl:hover {
    -webkit-border-radius: 25px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 25px;
    -moz-background-clip: padding;
    border-radius: 25px;
    background-clip: padding-box;
}

.hov-rounded-top-xl:hover {
    -webkit-border-top-left-radius: 25px;
    -moz-border-radius-topleft: 25px;
    border-top-left-radius: 25px;
    -webkit-border-top-right-radius: 25px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topright: 25px;
    -moz-background-clip: padding;
    border-top-right-radius: 25px;
    background-clip: padding-box;
}

.hov-rounded-bottom-xl:hover {
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-bottom-left-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 25px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 25px;
    background-clip: padding-box;
}

.hov-rounded-left-xl:hover {
    -webkit-border-top-left-radius: 25px;
    -moz-border-radius-topleft: 25px;
    border-top-left-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomleft: 25px;
    -moz-background-clip: padding;
    border-bottom-left-radius: 25px;
    background-clip: padding-box;
}

.hov-rounded-right-xl:hover {
    -webkit-border-top-right-radius: 25px;
    -moz-border-radius-topright: 25px;
    border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 25px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 25px;
    background-clip: padding-box;
}

.hov-rounded-left-right-xl:hover {
    -webkit-border-top-left-radius: 25px;
    -moz-border-radius-topleft: 25px;
    border-top-left-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 25px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 25px;
    background-clip: padding-box;
}

.hov-rounded-right-left-xl:hover {
    -webkit-border-top-right-radius: 25px;
    -moz-border-radius-topright: 25px;
    border-top-right-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomleft: 25px;
    -moz-background-clip: padding;
    border-bottom-left-radius: 25px;
    background-clip: padding-box;
}

.rounded-xxl {
    -webkit-border-radius: 30px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 30px;
    -moz-background-clip: padding;
    border-radius: 30px;
    background-clip: padding-box;
}

.rounded-top-xxl {
    -webkit-border-top-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    border-top-left-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topright: 30px;
    -moz-background-clip: padding;
    border-top-right-radius: 30px;
    background-clip: padding-box;
}

.rounded-bottom-xxl {
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-left-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 30px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 30px;
    background-clip: padding-box;
}

.rounded-left-xxl {
    -webkit-border-top-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    border-top-left-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomleft: 30px;
    -moz-background-clip: padding;
    border-bottom-left-radius: 30px;
    background-clip: padding-box;
}

.rounded-right-xxl {
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 30px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 30px;
    background-clip: padding-box;
}

.rounded-left-right-xxl {
    -webkit-border-top-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    border-top-left-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 30px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 30px;
    background-clip: padding-box;
}

.rounded-right-left-xxl {
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    border-top-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomleft: 30px;
    -moz-background-clip: padding;
    border-bottom-left-radius: 30px;
    background-clip: padding-box;
}

/* Hover Effects  */
.hov-rounded-xxl:hover {
    -webkit-border-radius: 30px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 30px;
    -moz-background-clip: padding;
    border-radius: 30px;
    background-clip: padding-box;
}

.hov-rounded-top-xxl:hover {
    -webkit-border-top-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    border-top-left-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topright: 30px;
    -moz-background-clip: padding;
    border-top-right-radius: 30px;
    background-clip: padding-box;
}

.hov-rounded-bottom-xxl:hover {
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-left-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 30px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 30px;
    background-clip: padding-box;
}

.hov-rounded-left-xxl:hover {
    -webkit-border-top-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    border-top-left-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomleft: 30px;
    -moz-background-clip: padding;
    border-bottom-left-radius: 30px;
    background-clip: padding-box;
}

.hov-rounded-right-xxl:hover {
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 30px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 30px;
    background-clip: padding-box;
}

.hov-rounded-left-right-xxl:hover {
    -webkit-border-top-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    border-top-left-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 30px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 30px;
    background-clip: padding-box;
}

.hov-rounded-right-left-xxl:hover {
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    border-top-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomleft: 30px;
    -moz-background-clip: padding;
    border-bottom-left-radius: 30px;
    background-clip: padding-box;
}

.rounded-xxxl {
    -webkit-border-radius: 35px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 35px;
    -moz-background-clip: padding;
    border-radius: 35px;
    background-clip: padding-box;
}

.rounded-top-xxxl {
    -webkit-border-top-left-radius: 35px;
    -moz-border-radius-topleft: 35px;
    border-top-left-radius: 35px;
    -webkit-border-top-right-radius: 35px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topright: 35px;
    -moz-background-clip: padding;
    border-top-right-radius: 35px;
    background-clip: padding-box;
}

.rounded-bottom-xxxl {
    -webkit-border-bottom-left-radius: 35px;
    -moz-border-radius-bottomleft: 35px;
    border-bottom-left-radius: 35px;
    -webkit-border-bottom-right-radius: 35px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 35px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 35px;
    background-clip: padding-box;
}

.rounded-left-xxxl {
    -webkit-border-top-left-radius: 35px;
    -moz-border-radius-topleft: 35px;
    border-top-left-radius: 35px;
    -webkit-border-bottom-left-radius: 35px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomleft: 35px;
    -moz-background-clip: padding;
    border-bottom-left-radius: 35px;
    background-clip: padding-box;
}

.rounded-right-xxxl {
    -webkit-border-top-right-radius: 35px;
    -moz-border-radius-topright: 35px;
    border-top-right-radius: 35px;
    -webkit-border-bottom-right-radius: 35px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 35px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 35px;
    background-clip: padding-box;
}

.rounded-left-right-xxxl {
    -webkit-border-top-left-radius: 35px;
    -moz-border-radius-topleft: 35px;
    border-top-left-radius: 35px;
    -webkit-border-bottom-right-radius: 35px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 35px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 35px;
    background-clip: padding-box;
}

.rounded-right-left-xxxl {
    -webkit-border-top-right-radius: 35px;
    -moz-border-radius-topright: 35px;
    border-top-right-radius: 35px;
    -webkit-border-bottom-left-radius: 35px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomleft: 35px;
    -moz-background-clip: padding;
    border-bottom-left-radius: 35px;
    background-clip: padding-box;
}

/* Hover Effects  */
.hov-rounded-xxxl:hover {
    -webkit-border-radius: 35px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 35px;
    -moz-background-clip: padding;
    border-radius: 35px;
    background-clip: padding-box;
}

.hov-rounded-top-xxxl:hover {
    -webkit-border-top-left-radius: 35px;
    -moz-border-radius-topleft: 35px;
    border-top-left-radius: 35px;
    -webkit-border-top-right-radius: 35px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topright: 35px;
    -moz-background-clip: padding;
    border-top-right-radius: 35px;
    background-clip: padding-box;
}

.hov-rounded-bottom-xxxl:hover {
    -webkit-border-bottom-left-radius: 35px;
    -moz-border-radius-bottomleft: 35px;
    border-bottom-left-radius: 35px;
    -webkit-border-bottom-right-radius: 35px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 35px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 35px;
    background-clip: padding-box;
}

.hov-rounded-left-xxxl:hover {
    -webkit-border-top-left-radius: 35px;
    -moz-border-radius-topleft: 35px;
    border-top-left-radius: 35px;
    -webkit-border-bottom-left-radius: 35px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomleft: 35px;
    -moz-background-clip: padding;
    border-bottom-left-radius: 35px;
    background-clip: padding-box;
}

.hov-rounded-right-xxxl:hover {
    -webkit-border-top-right-radius: 35px;
    -moz-border-radius-topright: 35px;
    border-top-right-radius: 35px;
    -webkit-border-bottom-right-radius: 35px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 35px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 35px;
    background-clip: padding-box;
}

.hov-rounded-left-right-xxxl:hover {
    -webkit-border-top-left-radius: 35px;
    -moz-border-radius-topleft: 35px;
    border-top-left-radius: 35px;
    -webkit-border-bottom-right-radius: 35px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 35px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 35px;
    background-clip: padding-box;
}

.hov-rounded-right-left-xxxl:hover {
    -webkit-border-top-right-radius: 35px;
    -moz-border-radius-topright: 35px;
    border-top-right-radius: 35px;
    -webkit-border-bottom-left-radius: 35px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomleft: 35px;
    -moz-background-clip: padding;
    border-bottom-left-radius: 35px;
    background-clip: padding-box;
}

.rounded-full {
    -webkit-border-radius: 10000px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10000px;
    -moz-background-clip: padding;
    border-radius: 10000px;
    background-clip: padding-box;
}

.rounded-top-full {
    -webkit-border-top-left-radius: 10000px;
    -moz-border-radius-topleft: 10000px;
    border-top-left-radius: 10000px;
    -webkit-border-top-right-radius: 10000px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topright: 10000px;
    -moz-background-clip: padding;
    border-top-right-radius: 10000px;
    background-clip: padding-box;
}

.rounded-bottom-full {
    -webkit-border-bottom-left-radius: 10000px;
    -moz-border-radius-bottomleft: 10000px;
    border-bottom-left-radius: 10000px;
    -webkit-border-bottom-right-radius: 10000px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 10000px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 10000px;
    background-clip: padding-box;
}

.rounded-left-full {
    -webkit-border-top-left-radius: 10000px;
    -moz-border-radius-topleft: 10000px;
    border-top-left-radius: 10000px;
    -webkit-border-bottom-left-radius: 10000px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomleft: 10000px;
    -moz-background-clip: padding;
    border-bottom-left-radius: 10000px;
    background-clip: padding-box;
}

.rounded-right-full {
    -webkit-border-top-right-radius: 10000px;
    -moz-border-radius-topright: 10000px;
    border-top-right-radius: 10000px;
    -webkit-border-bottom-right-radius: 10000px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 10000px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 10000px;
    background-clip: padding-box;
}

.rounded-left-right-full {
    -webkit-border-top-left-radius: 10000px;
    -moz-border-radius-topleft: 10000px;
    border-top-left-radius: 10000px;
    -webkit-border-bottom-right-radius: 10000px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 10000px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 10000px;
    background-clip: padding-box;
}

.rounded-right-left-full {
    -webkit-border-top-right-radius: 10000px;
    -moz-border-radius-topright: 10000px;
    border-top-right-radius: 10000px;
    -webkit-border-bottom-left-radius: 10000px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomleft: 10000px;
    -moz-background-clip: padding;
    border-bottom-left-radius: 10000px;
    background-clip: padding-box;
}

/* Hover Effects  */
.hov-rounded-full:hover {
    -webkit-border-radius: 10000px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10000px;
    -moz-background-clip: padding;
    border-radius: 10000px;
    background-clip: padding-box;
}

.hov-rounded-top-full:hover {
    -webkit-border-top-left-radius: 10000px;
    -moz-border-radius-topleft: 10000px;
    border-top-left-radius: 10000px;
    -webkit-border-top-right-radius: 10000px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topright: 10000px;
    -moz-background-clip: padding;
    border-top-right-radius: 10000px;
    background-clip: padding-box;
}

.hov-rounded-bottom-full:hover {
    -webkit-border-bottom-left-radius: 10000px;
    -moz-border-radius-bottomleft: 10000px;
    border-bottom-left-radius: 10000px;
    -webkit-border-bottom-right-radius: 10000px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 10000px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 10000px;
    background-clip: padding-box;
}

.hov-rounded-left-full:hover {
    -webkit-border-top-left-radius: 10000px;
    -moz-border-radius-topleft: 10000px;
    border-top-left-radius: 10000px;
    -webkit-border-bottom-left-radius: 10000px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomleft: 10000px;
    -moz-background-clip: padding;
    border-bottom-left-radius: 10000px;
    background-clip: padding-box;
}

.hov-rounded-right-full:hover {
    -webkit-border-top-right-radius: 10000px;
    -moz-border-radius-topright: 10000px;
    border-top-right-radius: 10000px;
    -webkit-border-bottom-right-radius: 10000px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 10000px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 10000px;
    background-clip: padding-box;
}

.hov-rounded-left-right-full:hover {
    -webkit-border-top-left-radius: 10000px;
    -moz-border-radius-topleft: 10000px;
    border-top-left-radius: 10000px;
    -webkit-border-bottom-right-radius: 10000px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 10000px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 10000px;
    background-clip: padding-box;
}

.hov-rounded-right-left-full:hover {
    -webkit-border-top-right-radius: 10000px;
    -moz-border-radius-topright: 10000px;
    border-top-right-radius: 10000px;
    -webkit-border-bottom-left-radius: 10000px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomleft: 10000px;
    -moz-background-clip: padding;
    border-bottom-left-radius: 10000px;
    background-clip: padding-box;
}

.rounded-round {
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
}

.rounded-top-round {
    -webkit-border-top-left-radius: 50%;
    -moz-border-radius-topleft: 50%;
    border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topright: 50%;
    -moz-background-clip: padding;
    border-top-right-radius: 50%;
    background-clip: padding-box;
}

.rounded-bottom-round {
    -webkit-border-bottom-left-radius: 50%;
    -moz-border-radius-bottomleft: 50%;
    border-bottom-left-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 50%;
    -moz-background-clip: padding;
    border-bottom-right-radius: 50%;
    background-clip: padding-box;
}

.rounded-left-round {
    -webkit-border-top-left-radius: 50%;
    -moz-border-radius-topleft: 50%;
    border-top-left-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomleft: 50%;
    -moz-background-clip: padding;
    border-bottom-left-radius: 50%;
    background-clip: padding-box;
}

.rounded-right-round {
    -webkit-border-top-right-radius: 50%;
    -moz-border-radius-topright: 50%;
    border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 50%;
    -moz-background-clip: padding;
    border-bottom-right-radius: 50%;
    background-clip: padding-box;
}

.rounded-left-right-round {
    -webkit-border-top-left-radius: 50%;
    -moz-border-radius-topleft: 50%;
    border-top-left-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 50%;
    -moz-background-clip: padding;
    border-bottom-right-radius: 50%;
    background-clip: padding-box;
}

.rounded-right-left-round {
    -webkit-border-top-right-radius: 50%;
    -moz-border-radius-topright: 50%;
    border-top-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomleft: 50%;
    -moz-background-clip: padding;
    border-bottom-left-radius: 50%;
    background-clip: padding-box;
}

/* Hover Effects  */
.hov-rounded-round:hover {
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
}

.hov-rounded-top-round:hover {
    -webkit-border-top-left-radius: 50%;
    -moz-border-radius-topleft: 50%;
    border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topright: 50%;
    -moz-background-clip: padding;
    border-top-right-radius: 50%;
    background-clip: padding-box;
}

.hov-rounded-bottom-round:hover {
    -webkit-border-bottom-left-radius: 50%;
    -moz-border-radius-bottomleft: 50%;
    border-bottom-left-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 50%;
    -moz-background-clip: padding;
    border-bottom-right-radius: 50%;
    background-clip: padding-box;
}

.hov-rounded-left-round:hover {
    -webkit-border-top-left-radius: 50%;
    -moz-border-radius-topleft: 50%;
    border-top-left-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomleft: 50%;
    -moz-background-clip: padding;
    border-bottom-left-radius: 50%;
    background-clip: padding-box;
}

.hov-rounded-right-round:hover {
    -webkit-border-top-right-radius: 50%;
    -moz-border-radius-topright: 50%;
    border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 50%;
    -moz-background-clip: padding;
    border-bottom-right-radius: 50%;
    background-clip: padding-box;
}

.hov-rounded-left-right-round:hover {
    -webkit-border-top-left-radius: 50%;
    -moz-border-radius-topleft: 50%;
    border-top-left-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 50%;
    -moz-background-clip: padding;
    border-bottom-right-radius: 50%;
    background-clip: padding-box;
}

.hov-rounded-right-left-round:hover {
    -webkit-border-top-right-radius: 50%;
    -moz-border-radius-topright: 50%;
    border-top-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomleft: 50%;
    -moz-background-clip: padding;
    border-bottom-left-radius: 50%;
    background-clip: padding-box;
}

/*------------------------------------------------------------------------
    AERO Effects
------------------------------------------------------------------------*/
/**
 *
 *  Product Name: Aero | CSS3 Hover Effects
 *  Product Author: Daniel CostrÄƒÈ™el (Gleesik)
 *  Author URL: http://gleesik.ro/
 *  Product Version: 1.5.0
 *  Licence: Standard GPL v2 (General Public Licence v2)
 *
 *  @package aero_hover_effects_pack_gleesik
 *
 **/
/*
 *
 *	CSS3 Hover Style | Structure
 *
 *	@package: css3_effects_structure
 *
 */
.aero {
    display: block;
    position: relative;
    max-width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.aero .aero-wrapper {
    display: block;
    position: relative;
    overflow: hidden;
    width: auto;
    max-width: 100%;
    height: auto;
    float: left;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.aero.aero-round {
    border-radius: 50%;
}

.aero.aero-round .aero-wrapper,
.aero.aero-round .aero-img-box,
.aero.aero-round .aero-img-box > *,
.aero.aero-round .aero-img-box > img,
.aero.aero-round .aero-img-box:after,
.aero.aero-round .aero-img-box:before,
.aero.aero-round .aero-info-box,
.aero.aero-round .aero-info-box > *,
.aero.aero-round .aero-info-box:after,
.aero.aero-round .aero-info-box:before,
.aero.aero-round .aero-info-content {
    border-radius: 50%;
}

.aero-img-box,
.aero-img-box:after,
.aero-img-box:before,
.aero-info-box,
.aero-info-box:after,
.aero-info-box:before,
.aero-info-content,
.aero-wrapper {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.aero-img-box:after,
.aero-img-box:before,
.aero-info-box:after,
.aero-info-box:before {
    background: rgba(0, 0, 0, 0.5);
}

.aero-img-box,
.aero-info-box {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.aero-img-box.aero-image-max img {
    width: 999999px;
}

.aero-img-box img,
.aero-info-box img {
    display: block;
    position: relative;
    max-width: 100%;
    max-height: 100%;
}

.aero-info-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}

.aero-info-box .aero-info-content {
    display: block;
    position: relative;
    padding: 2%;
}

/*
 *
 *	CSS3 Hover Style | Trans Effect
 *
 *	@package: css3_effect_01
 *
 */
.aero-trans {
    overflow: hidden;
}

.aero-trans .aero-img-box {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.aero-trans.aero-from-top .aero-info-box {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.aero-trans.aero-from-top:hover .aero-img-box {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.aero-trans.aero-from-top:hover .aero-info-box {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.aero-trans.aero-from-bottom .aero-info-box {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.aero-trans.aero-from-bottom:hover .aero-img-box {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.aero-trans.aero-from-bottom:hover .aero-info-box {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.aero-trans.aero-from-left .aero-info-box {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.aero-trans.aero-from-left:hover .aero-img-box {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.aero-trans.aero-from-left:hover .aero-info-box {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.aero-trans.aero-from-right .aero-info-box {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.aero-trans.aero-from-right:hover .aero-img-box {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.aero-trans.aero-from-right:hover .aero-info-box {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*
 *
 *	CSS3 Hover Style | Fade In Effect
 *
 *	@package: css3_effect_02
 *
 */
.aero-fade-in .aero-img-box,
.aero-fade-in .aero-info-box {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.aero-fade-in .aero-info-box {
    z-index: 1;
    opacity: 0;
}

.aero-fade-in:hover .aero-info-box {
    opacity: 1;
}

/*
 *
 *	CSS3 Hover Style | Over Trans Effect
 *
 *	@package: css3_effect_03
 *
 */
.aero-over-trans {
    overflow: hidden;
}

.aero-over-trans .aero-img-box {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.aero-over-trans.aero-from-top .aero-info-box {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.aero-over-trans.aero-from-top:hover .aero-info-box {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.aero-over-trans.aero-from-bottom .aero-info-box {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.aero-over-trans.aero-from-bottom:hover .aero-info-box {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.aero-over-trans.aero-from-left .aero-info-box {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.aero-over-trans.aero-from-left:hover .aero-info-box {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.aero-over-trans.aero-from-right .aero-info-box {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.aero-over-trans.aero-from-right:hover .aero-info-box {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*
 *
 *	CSS3 Hover Style | Zoom Out Effect
 *
 *	@package: css3_effect_04
 *
 */
.aero-zoom-out {
    overflow: hidden;
}

.aero-zoom-out .aero-img-box,
.aero-zoom-out .aero-info-box {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.aero-zoom-out .aero-info-box {
    z-index: 1;
    opacity: 0;
}

.aero-zoom-out:hover .aero-info-box {
    opacity: 1;
}

.aero-zoom-out:hover .aero-img-box {
    -webkit-transform: translateZ(0) scale(1.15, 1.15);
    transform: translateZ(0) scale(1.15, 1.15);
}

/*
 *
 *	CSS3 Hover Style | Flip Effect
 *
 *	@package: css3_effect_05
 *
 */
.aero-flip {
    overflow: visible;
    -webkit-perspective: 1200px;
    perspective: 1200px;
    z-index: 2;
}

.aero-flip .aero-wrapper {
    overflow: visible !important;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.aero-flip .aero-img-box,
.aero-flip .aero-info-box {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.aero-flip .aero-img-box {
    z-index: 0;
}

.aero-flip.aero-from-top .aero-info-box {
    -webkit-transform: translate3d(0, 0, 0) rotate3d(1, 0, 0, -180deg);
    transform: translate3d(0, 0, 0) rotate3d(1, 0, 0, -180deg);
}

.aero-flip.aero-from-top:hover .aero-wrapper {
    -webkit-transform: translate3d(0, 0, 0) rotate3d(1, 0, 0, -180deg);
    transform: translate3d(0, 0, 0) rotate3d(1, 0, 0, -180deg);
}

.aero-flip.aero-from-bottom .aero-info-box {
    -webkit-transform: translate3d(0, 0, 0) rotate3d(1, 0, 0, 180deg);
    transform: translate3d(0, 0, 0) rotate3d(1, 0, 0, 180deg);
}

.aero-flip.aero-from-bottom:hover .aero-wrapper {
    -webkit-transform: translate3d(0, 0, 0) rotate3d(1, 0, 0, 180deg);
    transform: translate3d(0, 0, 0) rotate3d(1, 0, 0, 180deg);
}

.aero-flip.aero-from-left .aero-info-box {
    -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 1, 0, 180deg);
    transform: translate3d(0, 0, 0) rotate3d(0, 1, 0, 180deg);
}

.aero-flip.aero-from-left:hover .aero-wrapper {
    -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 1, 0, 180deg);
    transform: translate3d(0, 0, 0) rotate3d(0, 1, 0, 180deg);
}

.aero-flip.aero-from-right .aero-info-box {
    -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 1, 0, -180deg);
    transform: translate3d(0, 0, 0) rotate3d(0, 1, 0, -180deg);
}

.aero-flip.aero-from-right:hover .aero-wrapper {
    -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 1, 0, -180deg);
    transform: translate3d(0, 0, 0) rotate3d(0, 1, 0, -180deg);
}

/*
 *
 *	CSS3 Hover Style | Bubble Effect
 *
 *	@package: css3_effect_06
 *
 */
.aero-bubble {
    overflow: visible;
}

.aero-bubble .aero-wrapper {
    overflow: visible !important;
}

.aero-bubble .aero-img-box,
.aero-bubble .aero-info-box {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.aero-bubble .aero-info-box {
    z-index: 0;
}

.aero-bubble:hover .aero-img-box {
    z-index: 9;
}

.aero-bubble.aero-from-top:hover .aero-img-box {
    -webkit-transform: translateZ(0) translateY(-60%) scale(0.5, 0.5);
    transform: translateZ(0) translateY(-60%) scale(0.5, 0.5);
}

.aero-bubble.aero-from-bottom:hover .aero-img-box {
    -webkit-transform: translateZ(0) translateY(60%) scale(0.5, 0.5);
    transform: translateZ(0) translateY(60%) scale(0.5, 0.5);
}

.aero-bubble.aero-from-left:hover .aero-img-box {
    -webkit-transform: translateZ(0) translateX(-60%) scale(0.5, 0.5);
    transform: translateZ(0) translateX(-60%) scale(0.5, 0.5);
}

.aero-bubble.aero-from-right:hover .aero-img-box {
    -webkit-transform: translateZ(0) translateX(60%) scale(0.5, 0.5);
    transform: translateZ(0) translateX(60%) scale(0.5, 0.5);
}

/*
 *
 *	CSS3 Hover Style | Zoom In Effect
 *
 *	@package: css3_effect_07
 *
 */
.aero-zoom-in {
    overflow: hidden;
}

.aero-zoom-in .aero-img-box,
.aero-zoom-in .aero-info-box {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.aero-zoom-in .aero-info-box {
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(2, 2);
    transform: translate3d(0, 0, 0) scale(2, 2);
    opacity: 0;
}

.aero-zoom-in:hover .aero-img-box {
    -webkit-transform: translate3d(0, 0, 0) scale(1.1, 1.1);
    transform: translate3d(0, 0, 0) scale(1.1, 1.1);
}

.aero-zoom-in:hover .aero-info-box {
    -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
    transform: translate3d(0, 0, 0) scale(1, 1);
    opacity: 1;
}

/*
 *
 *	CSS3 Hover Style | Square Spin Effect
 *
 *	@package: css3_effect_08
 *
 */
.aero-square-spin {
    overflow: hidden;
}

.aero-square-spin .aero-info-box {
    opacity: 0;
    background: transparent;
    -webkit-transform: translate3d(0, 0, 0) scale(2, 2);
    transform: translate3d(0, 0, 0) scale(2, 2);
}

.aero-square-spin .aero-info-box * {
    z-index: 3;
}

.aero-square-spin .aero-info-box:after,
.aero-square-spin .aero-info-box:before {
    content: "";
    border-radius: 0 !important;
    display: block;
    position: absolute;
    visibility: visible;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.aero-square-spin.aero-from-vertical .aero-info-box:before {
    -webkit-transform: translate3d(0, 0, 0) translateX(100%) rotate3d(0, 0, 1, 180deg);
    transform: translate3d(0, 0, 0) translateX(100%) rotate3d(0, 0, 1, 180deg);
}

.aero-square-spin.aero-from-vertical .aero-info-box:after {
    -webkit-transform: translate3d(0, 0, 0) translateX(-100%) rotate3d(0, 0, 1, 180deg);
    transform: translate3d(0, 0, 0) translateX(-100%) rotate3d(0, 0, 1, 180deg);
}

.aero-square-spin.aero-from-vertical:hover .aero-info-box {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
    transform: translate3d(0, 0, 0) scale(1, 1);
}

.aero-square-spin.aero-from-vertical:hover .aero-info-box:before {
    -webkit-transform: translate3d(0, 0, 0) translateX(50%) rotate3d(0, 0, 1, 0deg);
    transform: translate3d(0, 0, 0) translateX(50%) rotate3d(0, 0, 1, 0deg);
}

.aero-square-spin.aero-from-vertical:hover .aero-info-box:after {
    -webkit-transform: translate3d(0, 0, 0) translateX(-50%) rotate3d(0, 0, 1, 0deg);
    transform: translate3d(0, 0, 0) translateX(-50%) rotate3d(0, 0, 1, 0deg);
}

.aero-square-spin.aero-from-horizontal .aero-info-box:before {
    -webkit-transform: translate3d(0, 0, 0) translateY(100%) rotate3d(0, 0, 1, 180deg);
    transform: translate3d(0, 0, 0) translateY(100%) rotate3d(0, 0, 1, 180deg);
}

.aero-square-spin.aero-from-horizontal .aero-info-box:after {
    -webkit-transform: translate3d(0, 0, 0) translateY(-100%) rotate3d(0, 0, 1, 180deg);
    transform: translate3d(0, 0, 0) translateY(-100%) rotate3d(0, 0, 1, 180deg);
}

.aero-square-spin.aero-from-horizontal:hover .aero-info-box {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
    transform: translate3d(0, 0, 0) scale(1, 1);
}

.aero-square-spin.aero-from-horizontal:hover .aero-info-box:before {
    -webkit-transform: translate3d(0, 0, 0) translateY(50%) rotate3d(0, 0, 1, 0deg);
    transform: translate3d(0, 0, 0) translateY(50%) rotate3d(0, 0, 1, 0deg);
}

.aero-square-spin.aero-from-horizontal:hover .aero-info-box:after {
    -webkit-transform: translate3d(0, 0, 0) translateY(-50%) rotate3d(0, 0, 1, 0deg);
    transform: translate3d(0, 0, 0) translateY(-50%) rotate3d(0, 0, 1, 0deg);
}

/*
 *
 *	CSS3 Hover Style | Over Flip Effect
 *
 *	@package: css3_effect_09
 *
 */
.aero-over-flip {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.aero-over-flip .aero-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px;
    overflow: visible !important;
}

.aero-over-flip .aero-img-box,
.aero-over-flip .aero-info-box {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.aero-over-flip .aero-img-box {
    z-index: 2;
}

.aero-over-flip .aero-info-box {
    z-index: 1;
    position: absolute;
}

.aero-over-flip.aero-from-top .aero-info-box {
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    transform: rotate3d(1, 0, 0, -90deg);
}

.aero-over-flip.aero-from-top:hover .aero-img-box {
    -webkit-transform: rotate3d(1, 0, 0, 90deg);
    transform: rotate3d(1, 0, 0, 90deg);
}

.aero-over-flip.aero-from-top:hover .aero-info-box {
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
}

.aero-over-flip.aero-from-bottom .aero-info-box {
    -webkit-transform: rotate3d(1, 0, 0, 90deg);
    transform: rotate3d(1, 0, 0, 90deg);
}

.aero-over-flip.aero-from-bottom:hover .aero-img-box {
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    transform: rotate3d(1, 0, 0, -90deg);
}

.aero-over-flip.aero-from-bottom:hover .aero-info-box {
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
}

.aero-over-flip.aero-from-left .aero-info-box {
    -webkit-transform: rotate3d(0, 1, 0, 90deg);
    transform: rotate3d(0, 1, 0, 90deg);
}

.aero-over-flip.aero-from-left:hover .aero-img-box {
    -webkit-transform: rotate3d(0, 1, 0, -90deg);
    transform: rotate3d(0, 1, 0, -90deg);
}

.aero-over-flip.aero-from-left:hover .aero-info-box {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
}

.aero-over-flip.aero-from-right .aero-info-box {
    -webkit-transform: rotate3d(0, 1, 0, -90deg);
    transform: rotate3d(0, 1, 0, -90deg);
}

.aero-over-flip.aero-from-right:hover .aero-img-box {
    -webkit-transform: rotate3d(0, 1, 0, 90deg);
    transform: rotate3d(0, 1, 0, 90deg);
}

.aero-over-flip.aero-from-right:hover .aero-info-box {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
}

/*
 *
 *	CSS3 Hover Style | Rotate Switch Effect
 *
 *	@package: css3_effect_10
 *
 */
.aero-rotate-switch {
    z-index: 2;
}

.aero-rotate-switch .aero-wrapper {
    overflow: visible !important;
}

.aero-rotate-switch .aero-info-box {
    -webkit-transform: rotate(360deg) scale(0, 0);
    transform: rotate(360deg) scale(0, 0);
}

.aero-rotate-switch .aero-img-box {
    -webkit-transform: rotate(0) scale(1, 1);
    transform: rotate(0) scale(1, 1);
}

.aero-rotate-switch:hover .aero-info-box {
    -webkit-transform: rotate(0) scale(1, 1);
    transform: rotate(0) scale(1, 1);
}

.aero-rotate-switch:hover .aero-img-box {
    -webkit-transform: rotate(-360deg) scale(0, 0);
    transform: rotate(-360deg) scale(0, 0);
    z-index: 0;
}

/*
 *
 *	CSS3 Hover Style | Grid Reveal Effect
 *
 *	@package: css3_effect_11
 *
 */
.aero-grid-reveal .aero-wrapper {
    overflow: visible;
}

.aero-grid-reveal .aero-img-box,
.aero-grid-reveal .aero-info-box {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.aero-grid-reveal .aero-info-box {
    background: none;
}

.aero-grid-reveal .aero-info-box .aero-info-content {
    z-index: 2 !important;
    opacity: 0;
}

.aero-grid-reveal.aero-round {
    overflow: hidden;
}

.aero-grid-reveal .aero-img-box:after,
.aero-grid-reveal .aero-img-box:before,
.aero-grid-reveal .aero-info-box:after,
.aero-grid-reveal .aero-info-box:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    border-radius: 0 !important;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    opacity: 0;
}

.aero-grid-reveal.aero-from-horizontal .aero-img-box:before {
    top: 0;
}

.aero-grid-reveal.aero-from-horizontal .aero-img-box:after {
    top: 25%;
}

.aero-grid-reveal.aero-from-horizontal .aero-info-box:after {
    top: 50%;
}

.aero-grid-reveal.aero-from-horizontal .aero-info-box:before {
    top: 75%;
}

.aero-grid-reveal.aero-from-horizontal .aero-img-box:before,
.aero-grid-reveal.aero-from-horizontal .aero-img-box:after,
.aero-grid-reveal.aero-from-horizontal .aero-info-box:after,
.aero-grid-reveal.aero-from-horizontal .aero-info-box:before {
    left: 0;
    width: 100%;
    height: 25%;
    -webkit-transform: rotate3d(1, 0, 0, 90deg);
    transform: rotate3d(1, 0, 0, 90deg);
}

.aero-grid-reveal.aero-from-vertical .aero-img-box:before {
    left: 0;
}

.aero-grid-reveal.aero-from-vertical .aero-img-box:after {
    left: 25%;
}

.aero-grid-reveal.aero-from-vertical .aero-info-box:after {
    left: 50%;
}

.aero-grid-reveal.aero-from-vertical .aero-info-box:before {
    left: 75%;
}

.aero-grid-reveal.aero-from-vertical .aero-img-box:before,
.aero-grid-reveal.aero-from-vertical .aero-img-box:after,
.aero-grid-reveal.aero-from-vertical .aero-info-box:after,
.aero-grid-reveal.aero-from-vertical .aero-info-box:before {
    top: 0;
    width: 25%;
    height: 100%;
    -webkit-transform: rotate3d(0, 1, 0, 90deg);
    transform: rotate3d(0, 1, 0, 90deg);
}

.aero-grid-reveal:hover .aero-img-box:after,
.aero-grid-reveal:hover .aero-img-box:before,
.aero-grid-reveal:hover .aero-info-box:after,
.aero-grid-reveal:hover .aero-info-box:before {
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
    opacity: 1;
}

.aero-grid-reveal:hover .aero-info-content {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/*
 *
 *	CSS3 Hover Style | Swipe Effect
 *
 *	@package: css3_effect_12
 *
 */
.aero-swipe.aero-round {
    overflow: hidden;
}

.aero-swipe .aero-info-box {
    background: none;
}

.aero-swipe .aero-info-box .aero-info-content {
    z-index: 2;
}

.aero-swipe .aero-info-box:before,
.aero-swipe .aero-info-box:after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 0 !important;
    width: 210%;
    height: 30%;
    z-index: 1;
    left: 115%;
    top: -10%;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
}

.aero-swipe .aero-info-box:before {
    background-color: rgba(255, 255, 255, 0.15);
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.aero-swipe .aero-info-box:after {
    background-color: rgba(255, 255, 255, 0.08);
    -webkit-transition: all 1.1s ease-in-out;
    transition: all 1.1s ease-in-out;
}

.aero-swipe .aero-img-box:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.aero-swipe .aero-img-box:before,
.aero-swipe .aero-info-box .aero-info-content {
    opacity: 0;
}

.aero-swipe:hover .aero-img-box:before,
.aero-swipe:hover .aero-info-content {
    opacity: 1;
}

.aero-swipe:hover .aero-info-box:before,
.aero-swipe:hover .aero-info-box:after {
    left: -100%;
    top: 210%;
}

.aero-swipe:hover .aero-info-box:before {
    height: 220%;
}

.aero-swipe:hover .aero-info-box:after {
    height: 100%;
}

/*
 *
 *	CSS3 Hover Style | Flip Back Effect
 *
 *	@package: css3_effect_13
 *
 */
.aero-flip-back {
    -webkit-perspective: 1200px;
    perspective: 1200px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.aero-flip-back .aero-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px;
    overflow: visible !important;
}

.aero-flip-back .aero-img-box {
    z-index: 1;
}

.aero-flip-back .aero-info-box {
    z-index: 0;
}

.aero-flip-back:hover .aero-img-box {
    opacity: 0;
}

.aero-flip-back:hover.aero-from-top .aero-img-box {
    -webkit-transform: translateY(-100%) rotate3d(1, 0, 0, 90deg);
    transform: translateY(-100%) rotate3d(1, 0, 0, 90deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
}

.aero-flip-back:hover.aero-from-right .aero-img-box {
    -webkit-transform: translateX(100%) rotate3d(0, 1, 0, 90deg);
    transform: translateX(100%) rotate3d(0, 1, 0, 90deg);
    -webkit-transform-origin: left;
    transform-origin: left;
}

.aero-flip-back:hover.aero-from-bottom .aero-img-box {
    -webkit-transform: translateY(100%) rotate3d(1, 0, 0, -90deg);
    transform: translateY(100%) rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: top;
    transform-origin: top;
}

.aero-flip-back:hover.aero-from-left .aero-img-box {
    -webkit-transform: translateX(-100%) rotate3d(0, 1, 0, -90deg);
    transform: translateX(-100%) rotate3d(0, 1, 0, -90deg);
    -webkit-transform-origin: right;
    transform-origin: right;
}

/*
 *
 *	CSS3 Hover Style | Rotate 3D Effect
 *
 *	@package: css3_effect_14
 *
 */
.aero-switch-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.aero-switch-3d .aero-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px;
    overflow: visible !important;
}

.aero-switch-3d .aero-img-box {
    z-index: 1;
}

.aero-switch-3d .aero-info-box {
    z-index: 0;
    opacity: 0;
}

.aero-switch-3d.aero-from-top .aero-info-box {
    -webkit-transform: translate3d(0, -50%, 0) rotate3d(1, 0, 0, 90deg);
    transform: translate3d(0, -50%, 0) rotate3d(1, 0, 0, 90deg);
}

.aero-switch-3d.aero-from-right .aero-info-box {
    -webkit-transform: translate3d(50%, 0, 0) rotate3d(0, 1, 0, 90deg);
    transform: translate3d(50%, 0, 0) rotate3d(0, 1, 0, 90deg);
}

.aero-switch-3d.aero-from-bottom .aero-info-box {
    -webkit-transform: translate3d(0, 50%, 0) rotate3d(1, 0, 0, -90deg);
    transform: translate3d(0, 50%, 0) rotate3d(1, 0, 0, -90deg);
}

.aero-switch-3d.aero-from-left .aero-info-box {
    -webkit-transform: translate3d(-50%, 0, 0) rotate3d(0, 1, 0, -90deg);
    transform: translate3d(-50%, 0, 0) rotate3d(0, 1, 0, -90deg);
}

.aero-switch-3d:hover .aero-img-box {
    opacity: 0;
}

.aero-switch-3d:hover .aero-info-box {
    opacity: 1;
}

.aero-switch-3d:hover.aero-from-top .aero-img-box {
    -webkit-transform: translate3d(0, -100%, 0) rotate3d(1, 0, 0, 90deg);
    transform: translate3d(0, -100%, 0) rotate3d(1, 0, 0, 90deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
}

.aero-switch-3d:hover.aero-from-top .aero-info-box {
    -webkit-transform: translate3d(0, 0, 0) rotate3d(1, 0, 0, 0deg);
    transform: translate3d(0, 0, 0) rotate3d(1, 0, 0, 0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
}

.aero-switch-3d:hover.aero-from-right .aero-img-box {
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 1, 0, 90deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 1, 0, 90deg);
    -webkit-transform-origin: left;
    transform-origin: left;
}

.aero-switch-3d:hover.aero-from-right .aero-info-box {
    -webkit-transform: translate3d(0, 0, 0) rotate3d(1, 0, 0, 0deg);
    transform: translate3d(0, 0, 0) rotate3d(1, 0, 0, 0deg);
    -webkit-transform-origin: right;
    transform-origin: right;
}

.aero-switch-3d:hover.aero-from-bottom .aero-img-box {
    -webkit-transform: translate3d(0, 100%, 0) rotate3d(1, 0, 0, -90deg);
    transform: translate3d(0, 100%, 0) rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: top;
    transform-origin: top;
}

.aero-switch-3d:hover.aero-from-bottom .aero-info-box {
    -webkit-transform: translate3d(0, 0, 0) rotate3d(1, 0, 0, 0deg);
    transform: translate3d(0, 0, 0) rotate3d(1, 0, 0, 0deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
}

.aero-switch-3d:hover.aero-from-left .aero-img-box {
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 1, 0, -90deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 1, 0, -90deg);
    -webkit-transform-origin: right;
    transform-origin: right;
}

.aero-switch-3d:hover.aero-from-left .aero-info-box {
    -webkit-transform: translate3d(0, 0, 0) rotate3d(1, 0, 0, 0deg);
    transform: translate3d(0, 0, 0) rotate3d(1, 0, 0, 0deg);
    -webkit-transform-origin: left;
    transform-origin: left;
}

/*
 *
 *	CSS3 Hover Style | Flip Forward Effect
 *
 *	@package: css3_effect_15
 *
 */
.aero-flip-forward {
    -webkit-perspective: 1200px;
    perspective: 1200px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.aero-flip-forward .aero-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px;
    overflow: visible !important;
}

.aero-flip-forward .aero-img-box {
    z-index: 1;
}

.aero-flip-forward .aero-info-box {
    z-index: 2;
    opacity: 0;
}

.aero-flip-forward.aero-from-top .aero-info-box {
    -webkit-transform: translate3d(0, -100%, 0) rotate3d(1, 0, 0, 90deg);
    transform: translate3d(0, -100%, 0) rotate3d(1, 0, 0, 90deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
}

.aero-flip-forward.aero-from-right .aero-info-box {
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 1, 0, 90deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 1, 0, 90deg);
    -webkit-transform-origin: left;
    transform-origin: left;
}

.aero-flip-forward.aero-from-bottom .aero-info-box {
    -webkit-transform: translate3d(0, 100%, 0) rotate3d(1, 0, 0, -90deg);
    transform: translate3d(0, 100%, 0) rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: top;
    transform-origin: top;
}

.aero-flip-forward.aero-from-left .aero-info-box {
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 1, 0, -90deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 1, 0, -90deg);
    -webkit-transform-origin: right;
    transform-origin: right;
}

.aero-flip-forward:hover .aero-info-box {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotate3d(1, 1, 0, 0);
    transform: translate3d(0, 0, 0) rotate3d(1, 1, 0, 0);
}

/*
 *
 *	CSS3 Hover Style | Slow Zoom Effect
 *
 *	@package: css3_effect_16
 *
 */
.aero-slow-zoom {
    overflow: hidden;
}

.aero-slow-zoom .aero-img-box {
    z-index: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1.5s ease-in-out !important;
    transition: all 1.5s ease-in-out !important;
}

.aero-slow-zoom .aero-info-box {
    z-index: 2;
    opacity: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.aero-slow-zoom:hover .aero-img-box {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.aero-slow-zoom:hover .aero-info-box {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*
 *
 *	CSS3 Hover Style | Bubble Flow Effect
 *
 *	@package: css3_effect_17
 *
 */
.aero-tada .aero-img-box,
.aero-tada .aero-info-box {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.aero-tada .aero-info-box {
    z-index: 1;
    opacity: 0;
}

.aero-tada:hover {
    z-index: 3;
    -webkit-animation: tada 0.8s linear 0s;
    animation: tada 0.8s linear 0s;
}

.aero-tada:hover .aero-info-box {
    opacity: 1;
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.02, 1.02, 1.02) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.02, 1.02, 1.02) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.02, 1.02, 1.02) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.02, 1.02, 1.02) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.02, 1.02, 1.02) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.02, 1.02, 1.02) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.02, 1.02, 1.02) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.02, 1.02, 1.02) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

/*
 *
 *	CSS3 Hover Style | Flip In X Effect
 *
 *	@package: css3_effect_18
 *
 */
.aero-flip-in-x {
    overflow: visible !important;
}

.aero-flip-in-x .aero-wrapper {
    overflow: visible !important;
}

.aero-flip-in-x .aero-img-box,
.aero-flip-in-x .aero-info-box {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.aero-flip-in-x .aero-info-box {
    opacity: 0;
    z-index: 1;
}

.aero-flip-in-x:hover {
    z-index: 3;
}

.aero-flip-in-x:hover .aero-info-box {
    opacity: 1;
    -webkit-animation: flipInX 0.8s linear 0s;
    animation: flipInX 0.8s linear 0s;
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-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-animation-timing-function: ease-in;
        animation-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);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-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-animation-timing-function: ease-in;
        animation-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);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

/*
 *
 *	CSS3 Hover Style | Jello Effect
 *
 *	@package: css3_effect_19
 *
 */
.aero-jello {
    overflow: visible !important;
}

.aero-jello .aero-wrapper {
    overflow: visible !important;
}

.aero-jello .aero-img-box,
.aero-jello .aero-info-box {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.aero-jello .aero-info-box {
    opacity: 0;
    z-index: 1;
}

.aero-jello:hover {
    z-index: 3;
}

.aero-jello:hover .aero-info-box {
    opacity: 1;
    -webkit-animation: jello 0.8s linear 0s;
    animation: jello 0.8s linear 0s;
}

@-webkit-keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}

@keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}

/*
 *
 *	CSS3 Hover Style | Wobble Effect
 *
 *	@package: css3_effect_20
 *
 */
.aero-wobble {
    overflow: visible !important;
}

.aero-wobble .aero-wrapper {
    overflow: visible !important;
}

.aero-wobble .aero-img-box,
.aero-wobble .aero-info-box {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.aero-wobble .aero-info-box {
    opacity: 0;
    z-index: 1;
}

.aero-wobble:hover {
    z-index: 3;
}

.aero-wobble:hover .aero-info-box {
    opacity: 1;
    -webkit-animation: wobble 0.8s linear 0s;
    animation: wobble 0.8s linear 0s;
}

@-webkit-keyframes wobble {
    from {
        -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);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    from {
        -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);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

/*
 *
 *	CSS3 Hover Style | Wobble Effect
 *
 *	@package: css3_effect_21
 *
 */
.aero-bounce-in {
    overflow: visible !important;
}

.aero-bounce-in .aero-wrapper {
    overflow: visible !important;
}

.aero-bounce-in .aero-img-box,
.aero-bounce-in .aero-info-box {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.aero-bounce-in .aero-info-box {
    opacity: 0;
    z-index: 1;
}

.aero-bounce-in:hover {
    z-index: 3;
}

.aero-bounce-in:hover .aero-info-box {
    opacity: 1;
    -webkit-animation: bounceIn 0.8s linear 0s;
    animation: bounceIn 0.8s linear 0s;
}

@-webkit-keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

/*------------------------------------------------------------------------
    Headings
------------------------------------------------------------------------*/
/*--------------------------------
    Common Styles
----------------------------------*/
.tc-heading .tc-heading-inner {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 0;
    text-rendering: optimizeLegibility;
}

/*--------------------------------
    Heading Style1
----------------------------------*/
.tc-heading.tc-heading-1 .tc-heading-inner {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tc-heading.tc-heading-1 .tc-heading-inner:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 25%;
    bottom: -1px;
    left: 0;
    background-color: #232323;
}

.tc-heading.tc-heading-1.tc-heading-center .tc-heading-inner:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tc-heading.tc-heading-1.tc-heading-right .tc-heading-inner:after {
    left: auto;
    right: 0;
}

.tc-heading.tc-heading-1.tc-heading-color-google .tc-heading-inner {
    border-bottom-color: #dd4b39;
}

.tc-heading.tc-heading-1.tc-heading-color-google .tc-heading-inner:after {
    background-color: #dd4b39;
}

.tc-heading.tc-heading-1.tc-heading-color-facebook .tc-heading-inner {
    border-bottom-color: #3b5999;
}

.tc-heading.tc-heading-1.tc-heading-color-facebook .tc-heading-inner:after {
    background-color: #3b5999;
}

.tc-heading.tc-heading-1.tc-heading-color-twitter .tc-heading-inner {
    border-bottom-color: #55acee;
}

.tc-heading.tc-heading-1.tc-heading-color-twitter .tc-heading-inner:after {
    background-color: #55acee;
}

.tc-heading.tc-heading-1.tc-heading-color-linkedin .tc-heading-inner {
    border-bottom-color: #0077B5;
}

.tc-heading.tc-heading-1.tc-heading-color-linkedin .tc-heading-inner:after {
    background-color: #0077B5;
}

/*--------------------------------
    Heading Style2
----------------------------------*/
.tc-heading.tc-heading-2 .tc-heading-inner {
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tc-heading.tc-heading-2 .tc-heading-inner:before,
.tc-heading.tc-heading-2 .tc-heading-inner:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 25%;
    bottom: -1px;
    left: 0;
    background-color: #232323;
}

.tc-heading.tc-heading-2 .tc-heading-inner:before {
    bottom: auto;
    top: -1px;
}

.tc-heading.tc-heading-2.tc-heading-center .tc-heading-inner:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tc-heading.tc-heading-2.tc-heading-center .tc-heading-inner:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tc-heading.tc-heading-2.tc-heading-right .tc-heading-inner:before {
    left: auto;
    right: 0;
}

.tc-heading.tc-heading-2.tc-heading-right .tc-heading-inner:after {
    left: auto;
    right: 0;
}

.tc-heading.tc-heading-2.tc-heading-color-google .tc-heading-inner {
    border-top-color: #dd4b39;
    border-bottom-color: #dd4b39;
}

.tc-heading.tc-heading-2.tc-heading-color-google .tc-heading-inner:before,
.tc-heading.tc-heading-2.tc-heading-color-google .tc-heading-inner:after {
    background-color: #dd4b39;
}

.tc-heading.tc-heading-2.tc-heading-color-facebook .tc-heading-inner {
    border-top-color: #3b5999;
    border-bottom-color: #3b5999;
}

.tc-heading.tc-heading-2.tc-heading-color-facebook .tc-heading-inner:before,
.tc-heading.tc-heading-2.tc-heading-color-facebook .tc-heading-inner:after {
    background-color: #3b5999;
}

.tc-heading.tc-heading-2.tc-heading-color-twitter .tc-heading-inner {
    border-top-color: #55acee;
    border-bottom-color: #55acee;
}

.tc-heading.tc-heading-2.tc-heading-color-twitter .tc-heading-inner:before,
.tc-heading.tc-heading-2.tc-heading-color-twitter .tc-heading-inner:after {
    background-color: #55acee;
}

.tc-heading.tc-heading-2.tc-heading-color-linkedin .tc-heading-inner {
    border-top-color: #0077B5;
    border-bottom-color: #0077B5;
}

.tc-heading.tc-heading-2.tc-heading-color-linkedin .tc-heading-inner:before,
.tc-heading.tc-heading-2.tc-heading-color-linkedin .tc-heading-inner:after {
    background-color: #0077B5;
}

/*--------------------------------
    Heading Style3
----------------------------------*/
.tc-heading.tc-heading-3 .tc-heading-inner {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tc-heading.tc-heading-3 .tc-heading-inner:after {
    content: '';
    position: absolute;
    height: 6px;
    width: 6px;
    bottom: -3px;
    left: 0;
    background-color: #232323;
    border-radius: 50%;
}

.tc-heading.tc-heading-3.tc-heading-center .tc-heading-inner:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tc-heading.tc-heading-3.tc-heading-right .tc-heading-inner:after {
    left: auto;
    right: 0;
}

.tc-heading.tc-heading-3.tc-heading-color-google .tc-heading-inner {
    border-bottom-color: #dd4b39;
}

.tc-heading.tc-heading-3.tc-heading-color-google .tc-heading-inner:after {
    background-color: #dd4b39;
}

.tc-heading.tc-heading-3.tc-heading-color-facebook .tc-heading-inner {
    border-bottom-color: #3b5999;
}

.tc-heading.tc-heading-3.tc-heading-color-facebook .tc-heading-inner:after {
    background-color: #3b5999;
}

.tc-heading.tc-heading-3.tc-heading-color-twitter .tc-heading-inner {
    border-bottom-color: #55acee;
}

.tc-heading.tc-heading-3.tc-heading-color-twitter .tc-heading-inner:after {
    background-color: #55acee;
}

.tc-heading.tc-heading-3.tc-heading-color-linkedin .tc-heading-inner {
    border-bottom-color: #0077B5;
}

.tc-heading.tc-heading-3.tc-heading-color-linkedin .tc-heading-inner:after {
    background-color: #0077B5;
}

/*--------------------------------
    Heading Style4
----------------------------------*/
.tc-heading.tc-heading-4 .tc-heading-inner {
    padding: 10px;
}

.tc-heading.tc-heading-4 .tc-heading-inner:before {
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    left: 0;
    top: 0;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
}

.tc-heading.tc-heading-4 .tc-heading-inner:after {
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    right: 0;
    bottom: 0;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

.tc-heading.tc-heading-4.tc-heading-color-google .tc-heading-inner:before {
    border-left-color: #dd4b39;
    border-top-color: #dd4b39;
}

.tc-heading.tc-heading-4.tc-heading-color-google .tc-heading-inner:after {
    border-right-color: #dd4b39;
    border-bottom-color: #dd4b39;
}

.tc-heading.tc-heading-4.tc-heading-color-facebook .tc-heading-inner:before {
    border-left-color: #3b5999;
    border-top-color: #3b5999;
}

.tc-heading.tc-heading-4.tc-heading-color-facebook .tc-heading-inner:after {
    border-right-color: #3b5999;
    border-bottom-color: #3b5999;
}

.tc-heading.tc-heading-4.tc-heading-color-twitter .tc-heading-inner:before {
    border-left-color: #55acee;
    border-top-color: #55acee;
}

.tc-heading.tc-heading-4.tc-heading-color-twitter .tc-heading-inner:after {
    border-right-color: #55acee;
    border-bottom-color: #55acee;
}

.tc-heading.tc-heading-4.tc-heading-color-linkedin .tc-heading-inner:before {
    border-left-color: #0077B5;
    border-top-color: #0077B5;
}

.tc-heading.tc-heading-4.tc-heading-color-linkedin .tc-heading-inner:after {
    border-right-color: #0077B5;
    border-bottom-color: #0077B5;
}

/*--------------------------------
    Heading Style5
----------------------------------*/
.tc-heading.tc-heading-5 .tc-heading-inner {
    padding-bottom: 15px;
}

.tc-heading.tc-heading-5 .tc-heading-inner:before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 50px;
    background: #000;
    left: 0;
}

.tc-heading.tc-heading-5 .tc-heading-inner:after {
    content: '';
    position: absolute;
    bottom: 3px;
    height: 1px;
    width: 80px;
    background: #000;
    left: 0;
}

.tc-heading.tc-heading-5.tc-heading-center .tc-heading-inner:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tc-heading.tc-heading-5.tc-heading-center .tc-heading-inner:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tc-heading.tc-heading-5.tc-heading-right .tc-heading-inner:after {
    left: auto;
    right: 0;
}

.tc-heading.tc-heading-5.tc-heading-right .tc-heading-inner:before {
    left: auto;
    right: 0;
}

.tc-heading.tc-heading-5.tc-heading-color-google .tc-heading-inner:before {
    background: #dd4b39;
}

.tc-heading.tc-heading-5.tc-heading-color-google .tc-heading-inner:after {
    background: #dd4b39;
}

.tc-heading.tc-heading-5.tc-heading-color-facebook .tc-heading-inner:before {
    background: #3b5999;
}

.tc-heading.tc-heading-5.tc-heading-color-facebook .tc-heading-inner:after {
    background: #3b5999;
}

.tc-heading.tc-heading-5.tc-heading-color-twitter .tc-heading-inner:before {
    background: #55acee;
}

.tc-heading.tc-heading-5.tc-heading-color-twitter .tc-heading-inner:after {
    background: #55acee;
}

.tc-heading.tc-heading-5.tc-heading-color-linkedin .tc-heading-inner:before {
    background: #0077B5;
}

.tc-heading.tc-heading-5.tc-heading-color-linkedin .tc-heading-inner:after {
    background: #0077B5;
}

/*--------------------------------
    Heading Style6
----------------------------------*/
.tc-heading.tc-heading-6 .tc-heading-inner {
    padding-bottom: 15px;
}

.tc-heading.tc-heading-6 .tc-heading-inner:before {
    content: '';
    position: absolute;
    bottom: 0px;
    height: 3px;
    width: 80px;
    background: #444;
    left: 0;
    border-radius: 7px;
}

.tc-heading.tc-heading-6 .tc-heading-inner:after {
    content: '';
    position: absolute;
    bottom: 1px;
    height: 1px;
    width: 100%;
    background: #444;
    left: 0;
}

.tc-heading.tc-heading-6.tc-heading-center .tc-heading-inner:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tc-heading.tc-heading-6.tc-heading-center .tc-heading-inner:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tc-heading.tc-heading-6.tc-heading-right .tc-heading-inner:after {
    left: auto;
    right: 0;
}

.tc-heading.tc-heading-6.tc-heading-right .tc-heading-inner:before {
    left: auto;
    right: 0;
}

.tc-heading.tc-heading-6.tc-heading-color-google .tc-heading-inner:before {
    background: #dd4b39;
}

.tc-heading.tc-heading-6.tc-heading-color-google .tc-heading-inner:after {
    background: #dd4b39;
}

.tc-heading.tc-heading-6.tc-heading-color-facebook .tc-heading-inner:before {
    background: #3b5999;
}

.tc-heading.tc-heading-6.tc-heading-color-facebook .tc-heading-inner:after {
    background: #3b5999;
}

.tc-heading.tc-heading-6.tc-heading-color-twitter .tc-heading-inner:before {
    background: #55acee;
}

.tc-heading.tc-heading-6.tc-heading-color-twitter .tc-heading-inner:after {
    background: #55acee;
}

.tc-heading.tc-heading-6.tc-heading-color-linkedin .tc-heading-inner:before {
    background: #0077B5;
}

.tc-heading.tc-heading-6.tc-heading-color-linkedin .tc-heading-inner:after {
    background: #0077B5;
}

/*------------------------------------------------------------------------
    Members
------------------------------------------------------------------------*/
/*--------------------------------
    Common Styles
----------------------------------*/
.tc-member .tc-member-photo img {
    max-width: 100%;
    vertical-align: middle;
    border: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*--------------------------------
   Member Style1
----------------------------------*/
.tc-member.tc-member-style1 {
    overflow: hidden;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.08);
}

.tc-member.tc-member-style1 .tc-member-photo {
    overflow: hidden;
    position: relative;
}

.tc-member.tc-member-style1 .tc-member-photo img {
    -transition: all 0.3s cubic-bezier(0, 0, 0, 0.1);
    transition: all 0.3s cubic-bezier(0, 0, 0, 0.1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.tc-member.tc-member-style1 .tc-member-icons {
    margin-top: 10px;
    position: absolute;
    bottom: 20px;
    width: 70%;
    background: rgba(255, 255, 255, 0.13);
    text-align: center;
    padding: 6px 20px;
}

.tc-member.tc-member-style1 .tc-member-icons:before {
    content: '';
    position: absolute;
    right: -100%;
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, 0.13);
    top: 50%;
}

.tc-member.tc-member-style1 .tc-member-icon i {
    font-size: 13px;
    color: #000000;
    margin: 0 6px;
    -webkit-transition: transform 0.2s cubic-bezier(0, 0, 0, 0.6), -webkit-transform 0.2s cubic-bezier(0, 0, 0, 0.6);
    transition: transform 0.2s cubic-bezier(0, 0, 0, 0.6), -webkit-transform 0.2s cubic-bezier(0, 0, 0, 0.6);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.tc-member.tc-member-style1 .tc-member-icon i:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.tc-member.tc-member-style1 .tc-member-info {
    padding: 25px 20px;
}

.tc-member.tc-member-style1 .tc-member-name {
    font-size: 18px;
    margin: 0;
}

.tc-member.tc-member-style1 span.tc-member-role {
    font-size: 12px;
    color: #fff;
    display: block;
}

.tc-member.tc-member-style1:hover .tc-member-photo img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.tc-member.tc-member-style1 .tc-member-light .tc-member-icons {
    background: rgba(0, 0, 0, 0.3);
}

.tc-member.tc-member-style1 .tc-member-light .tc-member-icons:before {
    background: rgba(0, 0, 0, 0.3);
}

.tc-member.tc-member-style1 .tc-member-align-right {
    text-align: right;
}

.tc-member.tc-member-style1 .tc-member-align-right .tc-member-icons {
    right: 0;
}

.tc-member.tc-member-style1 .tc-member-align-right .tc-member-icons:before {
    left: -100%;
}

.tc-member.tc-member-style1 .tc-member-align-center {
    text-align: center;
}

.tc-member.tc-member-style1 .tc-member-align-center .tc-member-icons {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tc-member.tc-member-style1 .tc-member-align-center .tc-member-icons:before {
    right: 100%;
}

.tc-member.tc-member-style1 .tc-member-align-center .tc-member-icons:after {
    content: '';
    position: absolute;
    left: 100%;
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    top: 50%;
}

.tc-member.tc-member-color-google.tc-member-style1 .tc-member-icons {
    background: #dd4b39;
}

.tc-member.tc-member-color-google.tc-member-style1 span.tc-member-role {
    color: #ccc;
}

.tc-member.tc-member-color-facebook.tc-member-style1 .tc-member-icons {
    background: #3b5999;
}

.tc-member.tc-member-color-facebook.tc-member-style1 span.tc-member-role {
    color: #ccc;
}

.tc-member.tc-member-color-twitter.tc-member-style1 .tc-member-icons {
    background: #55acee;
}

.tc-member.tc-member-color-twitter.tc-member-style1 span.tc-member-role {
    color: #ccc;
}

.tc-member.tc-member-color-linkedin.tc-member-style1 .tc-member-icons {
    background: #0077B5;
}

.tc-member.tc-member-color-linkedin.tc-member-style1 span.tc-member-role {
    color: #ccc;
}

/*--------------------------------
   Member Style2
----------------------------------*/
.tc-member.tc-member-style2 {
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.08);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.25s cubic-bezier(0.43, 0.44, 0.63, 0.61);
    transition: all 0.25s cubic-bezier(0.43, 0.44, 0.63, 0.61);
}

.tc-member.tc-member-style2 .tc-member-photo {
    position: relative;
}

.tc-member.tc-member-style2 .tc-member-icons {
    position: absolute;
    top: 0;
    background: #232323;
    text-align: center;
    width: 40px;
    padding: 10px 0;
    left: -7px;
}

.tc-member.tc-member-style2 .tc-member-icons:before {
    content: '';
    position: absolute;
    left: -7px;
    bottom: -7px;
    border: 7px solid transparent;
    border-right-color: rgba(0, 0, 0, 0.4);
}

.tc-member.tc-member-style2 .tc-member-icon i {
    font-size: 13px;
    color: #000000;
    margin: 0 6px;
}

.tc-member.tc-member-style2 .tc-member-info {
    padding: 20px 20px;
}

.tc-member.tc-member-style2 .tc-member-name {
    font-size: 18px;
    margin: 0;
    position: relative;
    padding-bottom: 3px;
}

.tc-member.tc-member-style2 .tc-member-name:before {
    content: '';
    position: absolute;
    right: 0;
    height: 1px;
    width: 30px;
    background: #000;
    bottom: 0;
}

.tc-member.tc-member-style2 span.tc-member-role {
    font-size: 12px;
    color: #fff;
    display: block;
}

.tc-member.tc-member-style2:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.tc-member.tc-member-style2 .tc-member-align-right .tc-member-info {
    text-align: right;
}

.tc-member.tc-member-style2 .tc-member-align-right .tc-member-name:before {
    left: 0;
}

.tc-member.tc-member-style2 .tc-member-align-right .tc-member-icons {
    right: -7px;
    left: auto;
}

.tc-member.tc-member-style2 .tc-member-align-right .tc-member-icons:before {
    right: -7px;
    left: auto;
    border-left-color: rgba(0, 0, 0, 0.4);
    border-right-color: rgba(0, 0, 0, 0.4);
}

.tc-member.tc-member-style2 .tc-member-align-center .tc-member-info {
    text-align: center;
}

.tc-member.tc-member-style2 .tc-member-align-center .tc-member-name {
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.tc-member.tc-member-style2 .tc-member-align-center .tc-member-name:before {
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.tc-member-style2 .tc-member-icons {
    background: #3498db;
}

.tc-member-style2 .tc-member-icon i {
    color: #ffffff;
}

.tc-member-style2 .tc-member-icons:before {
    border-right-color: #3498db;
}

.tc-member-style2 span.tc-member-role {
    color: #999;
}

.tc-member.tc-member-color-google.tc-member-style2 .tc-member-icons {
    background-color: #dd4b39;
}

.tc-member.tc-member-color-google.tc-member-style2 .tc-member-icons:before {
    border-right-color: #3498db;
}

.tc-member.tc-member-color-google.tc-member-style2 .tc-member-icon i {
    color: #ffffff;
}

.tc-member.tc-member-color-google.tc-member-style2 span.tc-member-role {
    color: #999;
}

.tc-member.tc-member-color-facebook.tc-member-style2 .tc-member-icons {
    background-color: #3b5999;
}

.tc-member.tc-member-color-facebook.tc-member-style2 .tc-member-icons:before {
    border-right-color: #3498db;
}

.tc-member.tc-member-color-facebook.tc-member-style2 .tc-member-icon i {
    color: #ffffff;
}

.tc-member.tc-member-color-facebook.tc-member-style2 span.tc-member-role {
    color: #999;
}

.tc-member.tc-member-color-twitter.tc-member-style2 .tc-member-icons {
    background-color: #55acee;
}

.tc-member.tc-member-color-twitter.tc-member-style2 .tc-member-icons:before {
    border-right-color: #3498db;
}

.tc-member.tc-member-color-twitter.tc-member-style2 .tc-member-icon i {
    color: #ffffff;
}

.tc-member.tc-member-color-twitter.tc-member-style2 span.tc-member-role {
    color: #999;
}

.tc-member.tc-member-color-linkedin.tc-member-style2 .tc-member-icons {
    background-color: #0077B5;
}

.tc-member.tc-member-color-linkedin.tc-member-style2 .tc-member-icons:before {
    border-right-color: #3498db;
}

.tc-member.tc-member-color-linkedin.tc-member-style2 .tc-member-icon i {
    color: #ffffff;
}

.tc-member.tc-member-color-linkedin.tc-member-style2 span.tc-member-role {
    color: #999;
}

/*--------------------------------
    Member Style3
----------------------------------*/
.tc-member.tc-member-style3 {
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.08);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.25s cubic-bezier(0.43, 0.44, 0.63, 0.61);
    transition: all 0.25s cubic-bezier(0.43, 0.44, 0.63, 0.61);
}

.tc-member.tc-member-style3 .tc-member-photo {
    position: relative;
}

.tc-member.tc-member-style3 .tc-member-icons {
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
    padding: 7px 10px;
    left: 0;
}

.tc-member.tc-member-style3 .tc-member-icon i {
    font-size: 11px;
    color: #000000;
    margin: 0 6px;
    height: 26px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    width: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
    background: transparent;
    -webkit-transition: all 0.25s cubic-bezier(0.43, 0.44, 0.63, 0.61);
    transition: all 0.25s cubic-bezier(0.43, 0.44, 0.63, 0.61);
}

.tc-member.tc-member-style3 .tc-member-icon i:hover {
    background: #fff;
    color: #fff;
}

.tc-member.tc-member-style3 .tc-member-info {
    padding: 20px 20px;
}

.tc-member.tc-member-style3 .tc-member-name {
    font-size: 18px;
    margin: 0;
}

.tc-member.tc-member-style3 span.tc-member-role {
    font-size: 12px;
    color: #000;
    display: block;
}

.tc-member.tc-member-style3:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.tc-member.tc-member-style3 .tc-member-light .tc-member-icons {
    background: rgba(0, 0, 0, 0.4);
}

.tc-member.tc-member-style3 .tc-member-style3.tc-member-align-right {
    text-align: right;
}

.tc-member.tc-member-style3 .tc-member-style3.tc-member-align-center {
    text-align: center;
}

.tc-member.tc-member-color-google.tc-member-style3 .tc-member-icons {
    background-color: #dd4b39;
}

.tc-member.tc-member-color-google.tc-member-style3 .tc-member-icon i:hover {
    background-color: #fff;
    color: #444;
}

.tc-member.tc-member-color-google.tc-member-style3 span.tc-member-role {
    color: #999;
}

.tc-member.tc-member-color-facebook.tc-member-style3 .tc-member-icons {
    background-color: #3b5999;
}

.tc-member.tc-member-color-facebook.tc-member-style3 .tc-member-icon i:hover {
    background-color: #fff;
    color: #444;
}

.tc-member.tc-member-color-facebook.tc-member-style3 span.tc-member-role {
    color: #999;
}

.tc-member.tc-member-color-twitter.tc-member-style3 .tc-member-icons {
    background-color: #55acee;
}

.tc-member.tc-member-color-twitter.tc-member-style3 .tc-member-icon i:hover {
    background-color: #fff;
    color: #444;
}

.tc-member.tc-member-color-twitter.tc-member-style3 span.tc-member-role {
    color: #999;
}

.tc-member.tc-member-color-linkedin.tc-member-style3 .tc-member-icons {
    background-color: #0077B5;
}

.tc-member.tc-member-color-linkedin.tc-member-style3 .tc-member-icon i:hover {
    background-color: #fff;
    color: #444;
}

.tc-member.tc-member-color-linkedin.tc-member-style3 span.tc-member-role {
    color: #999;
}

/*--------------------------------
    Member Style4
----------------------------------*/
.tc-member.tc-member-style4 {
    position: relative;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.15s cubic-bezier(0, 0, 0, 0.1);
    transition: all 0.15s cubic-bezier(0, 0, 0, 0.1);
    margin-bottom: 51px;
}

.tc-member.tc-member-style4 .tc-member-icons {
    position: absolute;
    top: 100%;
    padding: 12px 15px;
    right: 0;
    width: 100%;
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.08);
}

.tc-member.tc-member-style4 .tc-member-icon i {
    font-size: 11px;
    color: #000000;
    margin: 0 2px;
    height: 26px;
    border: 1px solid rgba(0, 0, 0, 0.18);
    width: 26px;
    line-height: 26px;
    text-align: center;
    -webkit-transition: all 0.25s cubic-bezier(0.43, 0.44, 0.63, 0.61);
    transition: all 0.25s cubic-bezier(0.43, 0.44, 0.63, 0.61);
}

.tc-member.tc-member-style4 .tc-member-icon i:hover {
    background: rgba(0, 0, 0, 0.18);
    color: #fff;
}

.tc-member.tc-member-style4 .tc-member-info {
    padding: 8px 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #000;
    background: rgba(255, 255, 255, 0.02);
}

.tc-member.tc-member-style4 .tc-member-name {
    font-size: 18px;
    margin: 0;
    color: #000;
}

.tc-member.tc-member-style4 span.tc-member-role {
    font-size: 12px;
    color: #000;
    display: block;
}

.tc-member.tc-member-style4:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.tc-member.tc-member-style4 .tc-member-light .tc-member-info {
    background: rgba(0, 0, 0, 0.3);
}

.tc-member.tc-member-style4 .tc-member-align-right {
    text-align: right;
}

.tc-member.tc-member-style4 .tc-member-align-center {
    text-align: center;
}

.tc-member.tc-member-color-google.tc-member-style4 .tc-member-info {
    background-color: #dd4b39;
}

.tc-member.tc-member-color-google.tc-member-style4 .member-info {
    color: #fff;
}

.tc-member.tc-member-color-google.tc-member-style4 .member-icon i {
    border-color: #3498db;
}

.tc-member.tc-member-color-google.tc-member-style4 span.tc-member-role {
    color: #3498db;
}

.tc-member.tc-member-color-facebook.tc-member-style4 .tc-member-info {
    background-color: #3b5999;
}

.tc-member.tc-member-color-facebook.tc-member-style4 .member-info {
    color: #fff;
}

.tc-member.tc-member-color-facebook.tc-member-style4 .member-icon i {
    border-color: #3498db;
}

.tc-member.tc-member-color-facebook.tc-member-style4 span.tc-member-role {
    color: #3498db;
}

.tc-member.tc-member-color-twitter.tc-member-style4 .tc-member-info {
    background-color: #55acee;
}

.tc-member.tc-member-color-twitter.tc-member-style4 .member-info {
    color: #fff;
}

.tc-member.tc-member-color-twitter.tc-member-style4 .member-icon i {
    border-color: #3498db;
}

.tc-member.tc-member-color-twitter.tc-member-style4 span.tc-member-role {
    color: #3498db;
}

.tc-member.tc-member-color-linkedin.tc-member-style4 .tc-member-info {
    background-color: #0077B5;
}

.tc-member.tc-member-color-linkedin.tc-member-style4 .member-info {
    color: #fff;
}

.tc-member.tc-member-color-linkedin.tc-member-style4 .member-icon i {
    border-color: #3498db;
}

.tc-member.tc-member-color-linkedin.tc-member-style4 span.tc-member-role {
    color: #3498db;
}

/*--------------------------------
    Member Style5
----------------------------------*/
.tc-member.tc-member-style5 {
    position: relative;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.15s cubic-bezier(0, 0, 0, 0.1);
    transition: all 0.15s cubic-bezier(0, 0, 0, 0.1);
    margin-bottom: 51px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.tc-member.tc-member-style5 .member-icons {
    position: absolute;
    top: 100%;
    padding: 12px 15px;
    right: 0;
    width: 100%;
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.08);
}

.tc-member.tc-member-style5 .tc-member-icon i {
    font-size: 11px;
    color: #000000;
    margin: 0 2px;
    height: 26px;
    border-right: 2px solid rgba(0, 0, 0, 0.18);
    width: 26px;
    line-height: 26px;
    text-align: center;
    -webkit-transition: all 0.25s cubic-bezier(0.43, 0.44, 0.63, 0.61);
    transition: all 0.25s cubic-bezier(0.43, 0.44, 0.63, 0.61);
    border-radius: 50%;
}

.tc-member.tc-member-style5 .tc-member-icon i:hover {
    background: #000;
    color: #fff;
}

.tc-member.tc-member-style5 .tc-member-info {
    padding: 15px 20px 11px;
    background: #fff;
}

.tc-member.tc-member-style5 .tc-member-name {
    font-size: 16px;
    margin: 0;
}

.tc-member.tc-member-style5 span.tc-member-role {
    font-size: 12px;
    display: block;
}

.tc-member.tc-member-style5:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.tc-member.tc-member-style5 .tc-member-align-right {
    text-align: right;
}

.tc-member.tc-member-style5 .tc-member-align-center {
    text-align: center;
}

.tc-member.tc-member-color-google.tc-member-style5 .tc-member-info {
    background-color: #fff;
}

.tc-member.tc-member-color-google.tc-member-style5 .tc-ember-icon i:hover {
    color: #fff;
}

.tc-member.tc-member-color-google.tc-member-style5 .member-icon i {
    color: #000000;
    border-right: 2px solid rgba(0, 0, 0, 0.18);
}

.tc-member.tc-member-color-facebook.tc-member-style5 .tc-member-info {
    background-color: #fff;
}

.tc-member.tc-member-color-facebook.tc-member-style5 .tc-ember-icon i:hover {
    color: #fff;
}

.tc-member.tc-member-color-facebook.tc-member-style5 .member-icon i {
    color: #000000;
    border-right: 2px solid rgba(0, 0, 0, 0.18);
}

.tc-member.tc-member-color-twitter.tc-member-style5 .tc-member-info {
    background-color: #fff;
}

.tc-member.tc-member-color-twitter.tc-member-style5 .tc-ember-icon i:hover {
    color: #fff;
}

.tc-member.tc-member-color-twitter.tc-member-style5 .member-icon i {
    color: #000000;
    border-right: 2px solid rgba(0, 0, 0, 0.18);
}

.tc-member.tc-member-color-linkedin.tc-member-style5 .tc-member-info {
    background-color: #fff;
}

.tc-member.tc-member-color-linkedin.tc-member-style5 .tc-ember-icon i:hover {
    color: #fff;
}

.tc-member.tc-member-color-linkedin.tc-member-style5 .member-icon i {
    color: #000000;
    border-right: 2px solid rgba(0, 0, 0, 0.18);
}

/*--------------------------------
    Member Style6
----------------------------------*/
.tc-member.tc-member-style6 {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.03);
    background: #fff;
    padding: 15px;
}

.tc-member.tc-member-style6 .tc-member-photo {
    overflow: hidden;
    position: relative;
}

.tc-member.tc-member-style6 .tc-member-photo img {
    -transition: all 0.3s cubic-bezier(0, 0, 0, 0.1);
    transition: all 0.3s cubic-bezier(0, 0, 0, 0.1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.tc-member.tc-member-style6 .tc-member-icons {
    position: absolute;
    top: -1px;
    right: 0;
    width: 26px;
}

.tc-member.tc-member-style6 .tc-member-icons a:nth-child(1) i {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.tc-member.tc-member-style6 .tc-member-icons a:nth-child(2) i {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.tc-member.tc-member-style6 .tc-member-icons a:nth-child(3) i {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.tc-member.tc-member-style6 .tc-member-icons a:nth-child(4) i {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.tc-member.tc-member-style6 .tc-member-icons a:nth-child(5) i {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.tc-member.tc-member-style6 .tc-member-icons a:nth-child(6) i {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.tc-member.tc-member-style6 .tc-member-icon i {
    font-size: 12px;
    color: #000000;
    background: rgba(255, 255, 255, 0.15);
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0, 0.2), transform 0.3s cubic-bezier(0, 0, 0, 0.2);
    transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0, 0.2), transform 0.3s cubic-bezier(0, 0, 0, 0.2);
    height: 26px;
    width: 26px;
    line-height: 26px;
    margin-bottom: 2px;
    text-align: center;
}

.tc-member.tc-member-style6 .tc-member-icon i:hover {
    background: #000;
    color: #fff;
}

.tc-member.tc-member-style6 .tc-member-info {
    padding-top: 15px;
    background: #fff;
}

.tc-member.tc-member-style6 .tc-member-name {
    font-size: 16px;
    margin: 0;
}

.tc-member.tc-member-style6 span.tc-member-role {
    font-size: 12px;
    display: block;
}

.tc-member.tc-member-style6:hover .tc-member-icon i {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.tc-member.tc-member-style6:hover .tc-member-photo img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.tc-member.tc-member-style6 .tc-member-light .tc-member-icon i {
    background: rgba(0, 0, 0, 0.4);
}

.tc-member.tc-member-style6 .tc-member-align-right {
    text-align: right;
}

.tc-member.tc-member-style6 .tc-member-align-center {
    text-align: center;
}

.tc-member.tc-member-color-google.tc-member-style6 {
    background-color: #dd4b39;
}

.tc-member.tc-member-color-google.tc-member-style6 .tc-member-info {
    background-color: #dd4b39;
}

.tc-member.tc-member-color-facebook.tc-member-style6 {
    background-color: #3b5999;
}

.tc-member.tc-member-color-facebook.tc-member-style6 .tc-member-info {
    background-color: #3b5999;
}

.tc-member.tc-member-color-twitter.tc-member-style6 {
    background-color: #55acee;
}

.tc-member.tc-member-color-twitter.tc-member-style6 .tc-member-info {
    background-color: #55acee;
}

.tc-member.tc-member-color-linkedin.tc-member-style6 {
    background-color: #0077B5;
}

.tc-member.tc-member-color-linkedin.tc-member-style6 .tc-member-info {
    background-color: #0077B5;
}

/*--------------------------------
   Member Style7
----------------------------------*/
.tc-member.tc-member-style7 {
    position: relative;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.15s cubic-bezier(0, 0, 0, 0.1);
    transition: all 0.15s cubic-bezier(0, 0, 0, 0.1);
    margin-bottom: 57px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.tc-member.tc-member-style7 .tc-member-icons {
    position: absolute;
    top: 100%;
    padding: 10px 15px 20px;
    right: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 3px 0px rgba(0, 0, 0, 0.05);
}

.tc-member.tc-member-style7 .tc-member-icon i {
    font-size: 12px;
    color: #000000;
    margin: 0 3px;
    height: 26px;
    width: 26px;
    line-height: 26px;
    text-align: center;
    background: #eee;
    -webkit-transition: all 0.25s cubic-bezier(0.43, 0.44, 0.63, 0.61);
    transition: all 0.25s cubic-bezier(0.43, 0.44, 0.63, 0.61);
}

.tc-member.tc-member-style7 .tc-member-icon i:hover {
    background: #000;
    color: #fff;
}

.tc-member.tc-member-style7 .tc-member-info {
    padding: 17px 20px 2px;
    background: #fff;
}

.tc-member.tc-member-style7 .tc-member-name {
    font-size: 18px;
    margin: 0;
    padding-bottom: 0px;
}

.tc-member.tc-member-style7 span.tc-member-role {
    font-size: 13px;
    display: block;
    color: #000;
}

.tc-member.tc-member-style7:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.tc-member.tc-member-style7 .tc-member-align-right {
    text-align: right;
}

.tc-member.tc-member-style7 .tc-member-align-center {
    text-align: center;
}

.tc-member.tc-member-color-google.tc-member-style7 .tc-member-info {
    background-color: #dd4b39;
}

.tc-member.tc-member-color-google.tc-member-style7 span.tc-member-role {
    color: #999;
}

.tc-member.tc-member-color-google.tc-member-style7 .tc-member-icons {
    background-color: #dd4b39;
}

.tc-member.tc-member-color-facebook.tc-member-style7 .tc-member-info {
    background-color: #3b5999;
}

.tc-member.tc-member-color-facebook.tc-member-style7 span.tc-member-role {
    color: #999;
}

.tc-member.tc-member-color-facebook.tc-member-style7 .tc-member-icons {
    background-color: #3b5999;
}

.tc-member.tc-member-color-twitter.tc-member-style7 .tc-member-info {
    background-color: #55acee;
}

.tc-member.tc-member-color-twitter.tc-member-style7 span.tc-member-role {
    color: #999;
}

.tc-member.tc-member-color-twitter.tc-member-style7 .tc-member-icons {
    background-color: #55acee;
}

.tc-member.tc-member-color-linkedin.tc-member-style7 .tc-member-info {
    background-color: #0077B5;
}

.tc-member.tc-member-color-linkedin.tc-member-style7 span.tc-member-role {
    color: #999;
}

.tc-member.tc-member-color-linkedin.tc-member-style7 .tc-member-icons {
    background-color: #0077B5;
}

/*--------------------------------
   Member Style8
----------------------------------*/
.tc-member.tc-member-style8 {
    position: relative;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.15s cubic-bezier(0, 0, 0, 0.1);
    transition: all 0.15s cubic-bezier(0, 0, 0, 0.1);
}

.tc-member.tc-member-style8 .tc-member-icons {
    position: absolute;
    bottom: 10px;
    padding: 12px 15px;
    width: 92%;
    background: #ffffff;
    left: 50%;
    transform: translateX(-50%);
}

.tc-member.tc-member-style8 .tc-member-icon i {
    font-size: 11px;
    color: #000000;
    margin: 0 2px;
    height: 26px;
    border: 1px solid rgba(0, 0, 0, 0.18);
    width: 26px;
    line-height: 26px;
    text-align: center;
    -webkit-transition: all 0.25s cubic-bezier(0.43, 0.44, 0.63, 0.61);
    transition: all 0.25s cubic-bezier(0.43, 0.44, 0.63, 0.61);
}

.tc-member.tc-member-style8 .tc-member-icon i:hover {
    background: rgba(37, 27, 27, 0.8);
    color: #fff;
}

.tc-member.tc-member-style8 .tc-member-info {
    padding: 10px 20px 4px;
    position: absolute;
    bottom: 60px;
    width: 92%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    background: rgba(37, 27, 27, 0.8);
}

.tc-member.tc-member-style8 .tc-member-name {
    font-size: 16px;
    margin: 0;
    color: #fff;
}

.tc-member.tc-member-style8 span.tc-member-role {
    font-size: 12px;
    color: #fff;
    display: block;
}

.tc-member.tc-member-style8:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.tc-member.tc-member-style8 .tc-member-style8.tc-member-light .tc-member-info {
    background: rgba(37, 27, 27, 0.8);
}

.tc-member.tc-member-style8 .tc-member-align-right {
    text-align: right;
}

.tc-member.tc-member-style8 .tc-member-align-center {
    text-align: center;
}

.tc-member.tc-member-color-google.tc-member-style8 .tc-member-info {
    background-color: #dd4b39;
    color: #fff;
}

.tc-member.tc-member-color-google.tc-member-style8 .tc-member-name {
    color: #fff;
}

.tc-member.tc-member-color-google.tc-member-style8 .tc-member-icon i:hover {
    background-color: #dd4b39;
    color: #fff;
}

.tc-member.tc-member-color-google.tc-member-style8 .tc-member-icons {
    background-color: #ffffff;
}

.tc-member.tc-member-color-facebook.tc-member-style8 .tc-member-info {
    background-color: #3b5999;
    color: #fff;
}

.tc-member.tc-member-color-facebook.tc-member-style8 .tc-member-name {
    color: #fff;
}

.tc-member.tc-member-color-facebook.tc-member-style8 .tc-member-icon i:hover {
    background-color: #3b5999;
    color: #fff;
}

.tc-member.tc-member-color-facebook.tc-member-style8 .tc-member-icons {
    background-color: #ffffff;
}

.tc-member.tc-member-color-twitter.tc-member-style8 .tc-member-info {
    background-color: #55acee;
    color: #fff;
}

.tc-member.tc-member-color-twitter.tc-member-style8 .tc-member-name {
    color: #fff;
}

.tc-member.tc-member-color-twitter.tc-member-style8 .tc-member-icon i:hover {
    background-color: #55acee;
    color: #fff;
}

.tc-member.tc-member-color-twitter.tc-member-style8 .tc-member-icons {
    background-color: #ffffff;
}

.tc-member.tc-member-color-linkedin.tc-member-style8 .tc-member-info {
    background-color: #0077B5;
    color: #fff;
}

.tc-member.tc-member-color-linkedin.tc-member-style8 .tc-member-name {
    color: #fff;
}

.tc-member.tc-member-color-linkedin.tc-member-style8 .tc-member-icon i:hover {
    background-color: #0077B5;
    color: #fff;
}

.tc-member.tc-member-color-linkedin.tc-member-style8 .tc-member-icons {
    background-color: #ffffff;
}

/*--------------------------------
   Member Style9
----------------------------------*/
.tc-member.tc-member-style9 {
    position: relative;
}

.tc-member.tc-member-style9 .tc-member-photo img {
    transition: all 0.3s ease;
}

.tc-member.tc-member-style9:hover .tc-member-photo img {
    opacity: 0.4;
}

.tc-member.tc-member-style9:hover .tc-member-icons {
    opacity: 1;
}

.tc-member.tc-member-style9 .tc-member-info {
    padding: 20px 20px 20px;
    background: #ffffff;
    margin-left: auto;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-right: auto;
}

.tc-member.tc-member-style9 .tc-member-icons {
    padding: 11px 20px;
    bottom: 100px;
    position: absolute;
    width: 100%;
    opacity: 0;
}

.tc-member.tc-member-style9 .tc-member-icon i {
    font-size: 13px;
    color: #000000;
    margin: 0 3px;
    height: 30px;
    border: 2px solid transparent;
    border-right-color: rgba(0, 0, 0, 0.4);
    border-bottom-color: rgba(0, 0, 0, 0.4);
    width: 30px;
    line-height: 30px;
    text-align: center;
    -webkit-transition: all 0.25s cubic-bezier(0.43, 0.44, 0.63, 0.61);
    transition: all 0.25s cubic-bezier(0.43, 0.44, 0.63, 0.61);
    border-radius: 50%;
}

.tc-member.tc-member-style9 .tc-member-icon i:hover {
    border-left-color: rgba(0, 0, 0, 0.4);
    border-top-color: rgba(0, 0, 0, 0.4);
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.tc-member.tc-member-style9 .tc-member-name {
    font-size: 19px;
    margin: 0;
    color: #fff;
}

.tc-member.tc-member-style9 span.tc-member-role {
    font-size: 13px;
    display: block;
    color: #000;
}

.tc-member.tc-member-style9 .tc-member-align-right {
    text-align: right;
}

.tc-member.tc-member-color-google.tc-member-style9 .tc-member-info {
    background-color: #dd4b39;
}

.tc-member.tc-member-color-google.tc-member-style9 .tc-member-name {
    color: #232323;
}

.tc-member.tc-member-color-google.tc-member-style9 span.tc-member-role {
    color: #999;
}

.tc-member.tc-member-color-google.tc-member-style9 .tc-member-icon i:hover {
    border-top-color: #3498db;
    border-left-color: #3498db;
}

.tc-member.tc-member-color-facebook.tc-member-style9 .tc-member-info {
    background-color: #3b5999;
}

.tc-member.tc-member-color-facebook.tc-member-style9 .tc-member-name {
    color: #232323;
}

.tc-member.tc-member-color-facebook.tc-member-style9 span.tc-member-role {
    color: #999;
}

.tc-member.tc-member-color-facebook.tc-member-style9 .tc-member-icon i:hover {
    border-top-color: #3498db;
    border-left-color: #3498db;
}

.tc-member.tc-member-color-twitter.tc-member-style9 .tc-member-info {
    background-color: #55acee;
}

.tc-member.tc-member-color-twitter.tc-member-style9 .tc-member-name {
    color: #232323;
}

.tc-member.tc-member-color-twitter.tc-member-style9 span.tc-member-role {
    color: #999;
}

.tc-member.tc-member-color-twitter.tc-member-style9 .tc-member-icon i:hover {
    border-top-color: #3498db;
    border-left-color: #3498db;
}

.tc-member.tc-member-color-linkedin.tc-member-style9 .tc-member-info {
    background-color: #0077B5;
}

.tc-member.tc-member-color-linkedin.tc-member-style9 .tc-member-name {
    color: #232323;
}

.tc-member.tc-member-color-linkedin.tc-member-style9 span.tc-member-role {
    color: #999;
}

.tc-member.tc-member-color-linkedin.tc-member-style9 .tc-member-icon i:hover {
    border-top-color: #3498db;
    border-left-color: #3498db;
}

/*--------------------------------
   Member Style10
----------------------------------*/
.tc-member.tc-member-style10 {
    position: relative;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.15s cubic-bezier(0, 0, 0, 0.1);
    transition: all 0.15s cubic-bezier(0, 0, 0, 0.1);
}

.tc-member.tc-member-style10 .tc-member-photo img {
    border-radius: 6px 6px 0 0;
}

.tc-member.tc-member-style10 .tc-member-icons {
    position: absolute;
    bottom: 75px;
    padding: 12px 15px;
    width: 92%;
    background: #ffffff;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11;
    box-shadow: 0 2px 5px -2px rgba(68, 68, 68, 0.29);
    border-radius: 4px;
}

.tc-member.tc-member-style10 .tc-member-icon i {
    font-size: 11px;
    color: #000000;
    margin: 0 4px;
    height: 26px;
    border: 1px solid rgba(0, 0, 0, 0.18);
    width: 26px;
    line-height: 26px;
    text-align: center;
    -webkit-transition: all 0.25s cubic-bezier(0.43, 0.44, 0.63, 0.61);
    transition: all 0.25s cubic-bezier(0.43, 0.44, 0.63, 0.61);
    border-radius: 3px;
}

.tc-member.tc-member-style10 .tc-member-icon i:hover {
    background: rgba(37, 27, 27, 0.8);
    color: #fff;
}

.tc-member.tc-member-style10 .tc-member-info {
    padding: 45px 20px 10px;
    width: 100%;
    color: #fff;
    background: rgba(236, 236, 236, 0.05);
    border-radius: 0 0 4px 4px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}

.tc-member.tc-member-style10 .tc-member-name {
    font-size: 18px;
    margin: 0;
    color: #000;
    padding-bottom: 0;
}

.tc-member.tc-member-style10 span.tc-member-role {
    font-size: 13px;
    color: #737373;
    display: block;
}

.tc-member.tc-member-style10:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.tc-member.tc-member-style10 .tc-member-style10.tc-member-light .tc-member-info {
    background: #f5f5f5;
}

.tc-member.tc-member-style10 .tc-member-style10.tc-member-align-right {
    text-align: right;
}

.tc-member.tc-member-style10 .tc-member-style10.tc-member-align-center {
    text-align: center;
}

.tc-member.tc-member-color-google.tc-member-style10 .tc-member-icons {
    background-color: #dd4b39;
}

.tc-member.tc-member-color-google.tc-member-style10 .tc-member-icon i {
    border-color: #3498db;
}

.tc-member.tc-member-color-google.tc-member-style10 .tc-member-icon i:hover {
    background-color: #3498db;
    color: #ccc;
}

.tc-member.tc-member-color-google.tc-member-style10 .tc-member-info {
    color: #ccc;
    background-color: rgba(236, 236, 236, 0.05);
}

.tc-member.tc-member-color-google.tc-member-style10 .tc-member-name {
    color: #000;
}

.tc-member.tc-member-color-google.tc-member-style10 span.tc-member-role {
    color: #737373;
}

.tc-member.tc-member-color-facebook.tc-member-style10 .tc-member-icons {
    background-color: #3b5999;
}

.tc-member.tc-member-color-facebook.tc-member-style10 .tc-member-icon i {
    border-color: #3498db;
}

.tc-member.tc-member-color-facebook.tc-member-style10 .tc-member-icon i:hover {
    background-color: #3498db;
    color: #ccc;
}

.tc-member.tc-member-color-facebook.tc-member-style10 .tc-member-info {
    color: #ccc;
    background-color: rgba(236, 236, 236, 0.05);
}

.tc-member.tc-member-color-facebook.tc-member-style10 .tc-member-name {
    color: #000;
}

.tc-member.tc-member-color-facebook.tc-member-style10 span.tc-member-role {
    color: #737373;
}

.tc-member.tc-member-color-twitter.tc-member-style10 .tc-member-icons {
    background-color: #55acee;
}

.tc-member.tc-member-color-twitter.tc-member-style10 .tc-member-icon i {
    border-color: #3498db;
}

.tc-member.tc-member-color-twitter.tc-member-style10 .tc-member-icon i:hover {
    background-color: #3498db;
    color: #ccc;
}

.tc-member.tc-member-color-twitter.tc-member-style10 .tc-member-info {
    color: #ccc;
    background-color: rgba(236, 236, 236, 0.05);
}

.tc-member.tc-member-color-twitter.tc-member-style10 .tc-member-name {
    color: #000;
}

.tc-member.tc-member-color-twitter.tc-member-style10 span.tc-member-role {
    color: #737373;
}

.tc-member.tc-member-color-linkedin.tc-member-style10 .tc-member-icons {
    background-color: #0077B5;
}

.tc-member.tc-member-color-linkedin.tc-member-style10 .tc-member-icon i {
    border-color: #3498db;
}

.tc-member.tc-member-color-linkedin.tc-member-style10 .tc-member-icon i:hover {
    background-color: #3498db;
    color: #ccc;
}

.tc-member.tc-member-color-linkedin.tc-member-style10 .tc-member-info {
    color: #ccc;
    background-color: rgba(236, 236, 236, 0.05);
}

.tc-member.tc-member-color-linkedin.tc-member-style10 .tc-member-name {
    color: #000;
}

.tc-member.tc-member-color-linkedin.tc-member-style10 span.tc-member-role {
    color: #737373;
}

/*------------------------------------------------------------------------
    Hover Effects
------------------------------------------------------------------------*/
/*------------------------------------------------------------------------
    Plugins
------------------------------------------------------------------------*/
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 0.25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: black;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.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-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

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

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
    /**
              This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
              calculation of the height of the owl-item that breaks page layouts
           */
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-carousel.owl-theme .owl-nav {
    -webkit-tap-highlight-color: transparent;
    margin-top: 10px;
    text-align: center;
}

.owl-carousel.owl-theme .owl-nav .disabled {
    cursor: default;
    opacity: 0.5;
}

.owl-carousel.owl-theme .owl-nav > button.owl-prev,
.owl-carousel.owl-theme .owl-nav > button.owl-next {
    outline: none;
    background: white;
    border-radius: 3px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px !important;
}

.owl-carousel.owl-theme .owl-nav > button.owl-prev:hover,
.owl-carousel.owl-theme .owl-nav > button.owl-next:hover {
    background: #eee;
    color: #111;
    text-decoration: none;
}

.owl-carousel.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-carousel.owl-theme .owl-dots {
    -webkit-tap-highlight-color: transparent;
    text-align: center;
}

.owl-carousel.owl-theme .owl-dots .owl-dot {
    *display: inline;
    display: inline-block;
    zoom: 1;
}

.owl-carousel.owl-theme .owl-dots .owl-dot span {
    -webkit-backface-visibility: visible;
    background: #333;
    border-radius: 30px;
    display: block;
    height: 10px;
    margin: 5px 7px;
    transition: opacity 200ms ease;
    width: 10px;
}

.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #222;
}

.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
    background: #111;
}

.muuri-grid {
    position: relative;
    max-width: 100%;
}

.muuri-grid .muuri-item {
    display: block;
    position: absolute;
    z-index: 1;
}

.muuri-grid .muuri-item.muuri-item-dragging {
    z-index: 3;
}

.muuri-grid .muuri-item.muuri-item-releasing {
    z-index: 2;
}

.muuri-grid .muuri-item.muuri-item-hidden {
    z-index: 0;
}

.muuri-grid .muuri-item .item-content {
    position: relative;
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
}

.container {
    position: relative;
    margin: 0 auto;
    padding: 0;
}

.slick-dotted.slick-slider {
    overflow: hidden;
    margin-bottom: 0 !important;
}

.navik-header .container {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 0;
}

h5 {
    padding-bottom: 20px;
}

h5 {
    font-size: 24px;
    line-height: 26px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
}

.about-us-img ul {
    margin: 0px auto;
    padding: 0;
    list-style: none;
    z-index: 100;
}

.margin-l-60 {
    margin-left: 60px;
}

.margin-r-60 {
    margin-right: 60px;
}

.about-us-img li {
    z-index: 1;
    border-width: 10px 10px 10px 10px;
    border-style: solid;
    border-color: #fff;
    box-shadow: 0 10px 7px -7px rgba(0, 0, 0, 0.12), 0 0 4px rgba(0, 0, 0, 0.1);
}

.about-us-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.line-separator {
    position: relative;
    width: 95%;
    margin: 0 auto;
    border-bottom: 1px solid rgba(60, 60, 60, 0.71);
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.contac-bg {
    background-image: url("/static/images/contact-us.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.send-message {
    width: 100%;
    margin-top: 100px;
    height: 40px;
    padding-top: 0px;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 40px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0px auto;
    background: rgba(249, 249, 249, 0.28);
    border-style: none;
}

.width-100 {
    width: 100%;
}

.banner {
    width: 100%;
    height: 100%;
}

#contact {
    color: white;
}

.contact-icon {
    display: inline-block;
    border: 1px solid white;
    color: #12a00a;
}

.org {
    color: #12a00a;
}

.banner .banner-cont {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
}

.banner-cont h2 {
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: 40px !important;
    padding-right: 40px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.pattern {
    background-image: url("/static/images/pattern.png");
    position: absolute;
    opacity: 0.5;
    left: 0px;
    top: 0px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.headersur {
    font-size: 18px;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    font-family: 'Lato', sans-serif;
    color: #fff;
    display: block;
    font-weight: 400;
    z-index: 2000;
}

.contact-icon .fa {
    padding: 5px;
}

.contact-info a,
.contact-info p {
    display: inline-block;
}

.social-icons ul {
    padding: 0;
}

.footer-social li {
    text-align: center;
    width: 30px;
    display: inline-block;
    cursor: pointer;
    padding: 0px;
    list-style: none;
    border-right: 1px solid rgba(60, 60, 60, 0.2);
}

.footer-social li:last-child {
    border-right: none;
}

#footer img {
    width: 125px;
}

.font-16 {
    font-size: 16px;
}

.contact-info p {
    position: relative;
    margin: 0;
    padding-left: 45px;
}

.contact-info p:before {
    position: absolute;
    height: 35px;
    color: white;
    width: 35px;
    border: 1px solid white;
    padding: 6px 10px;
    left: 0;
    top: -5px;
}

.location:before {
    content: "\f124";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.phone:before {
    content: "\f095";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.envelope:before {
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.globe:before {
    content: "\f0ac";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.info {
    z-index: 2;
}

.tc-heading.tc-heading-5 .tc-heading-inner:before {
    background-color: #12a00a !important;
}

.tc-heading.tc-heading-5 .tc-heading-inner:after {
    background-color: #12a00a !important;
}

.head-c-blue {
    color: #12a00a;
}

.head-c-orange {
    color: #12a00a;
}

.web-s-img {
    display: block !important;
}

.mob-s-img {
    display: none !important;
}

.navik-header {
    background-color: #f5f5f5 !important;
}

.navik-header.header-transparent-on,
.navik-header.header-opacity-on {
    background: transparent !important;
}

.d-n {
    display: none;
}

.d-b {
    display: block;
}

@media only screen and (max-width: 1024px) {
    .contac-bg {
        background-attachment: unset;
    }

    .navik-menu li:before {
        display: none;
    }

    .pro-padd-t-0 {
        padding-top: 0;
    }

    /*.height-pro-50vh {*/
    /*    min-height: 50vh !important;*/
    /*}*/
}

@media only screen and (max-width: 1200px) {
    .navik-header .logo img {
        width: 100px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .tc-heading.tc-heading-5.tc-heading-right .tc-heading-inner:after,
    .tc-heading.tc-heading-5.tc-heading-right .tc-heading-inner:before,
    .tc-heading.tc-heading-5 .tc-heading-inner:before,
    .tc-heading.tc-heading-5 .tc-heading-inner:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .d-n-sm {
        display: none;
    }

    .d-b-sm {
        display: block;
    }

    .pt-quality {
        padding-top: 70px;
    }

    .fixed-bg-left {
        border-left: 0 !important;
        border-top: 0 !important;
        background-attachment: unset !important;
        background-position: center 100% !important;
        background-size: cover !important;
        background-color: transparent !important;
        min-height: 70vh !important;
        border-left-color: #ffffff !important;
    }

    .fixed-bg-right {
        border-right: 0 !important;
        border-top: 0 !important;
        background-attachment: unset !important;
        background-position: center 100% !important;
        background-size: cover !important;
        background-color: transparent !important;
        min-height: 70vh !important;
        border-left-color: #ffffff !important;
    }

    .margin-t-sm-20px {
        margin-top: 20px;
    }

    .margin-sm-0 {
        margin: 0;
    }

    .height-sm-35vh {
        min-height: 35vh;
    }

    .height-sm-70vh {
        min-height: 70vh;
    }

    .sm-align-c {
        text-align: center;
    }

    .about-content p {
        text-align: justify;
        word-break: break-all;
    }

    .navik-header .container {
        width: auto;
    }

    .about-us-img ul {
        margin: 0 auto;
    }

    .about-us-img li {
        position: unset;
    }

    .banner h2 {
        text-align: center;
        padding: 15px;
        border: solid;
        width: 81%;
        border-radius: 5px;
        margin: 465px auto;
    }

    .banner img {
        object-fit: cover;
        object-position: left -115px top 0;
        min-height: 100vh;
    }

    .contac-bg {
        background-attachment: unset;
    }

    .container {
        position: relative;
        margin: 0 auto;
        padding: 0 20px;
    }

    .navik-menu li:before {
        display: none;
    }

    .navik-menu > ul {
        clear: both;
        list-style: none;
    }

    .navik-header .logo {
        padding: 10px 0px !important;
    }


    .sm-t-18 {
        font-size: 18px !important;
    }

    .sm-t-20 {
        font-size: 20px !important;
    }

    .box-size-align {
        box-sizing: border-box;
        margin: 0px 35px;
    }

    .web-s-img {
        display: none !important;
    }

    .mob-s-img {
        display: block !important;
    }

    .navik-header {
        position: sticky;
        top: 0;
    }

    .img-fill {
        height: calc(100vh - 83.66px) !important;
        background: #000;
    }

    .img-fill img {
        object-fit: cover;
        object-position: center;
    }

    .Modern-Slider .PrevArrow,
    .Modern-Slider .NextArrow {
        background: none !important;
    }

}

@media only screen and (max-width: 480px) {
    .navik-menu li:before {
        display: none;
    }

    .pt-quality {
        padding-top: 32px;
    }

    .banner h2 {
        margin: 335px auto;
        font-size: 25px;
    }

    .navik-header-container {
        padding: 5px;
    }

    .navik-header .logo {
        padding: 0 !important;
    }

    .navik-header .logo img {
        width: 130px;
        float: left;
    }

    .button {
        padding: 34px 5px !important;
        min-height: 200px;
    }

    .xs-t-18 {
        font-size: 22px !important;
    }

    .xs-t-16 {
        font-size: 18px !important;
    }


    .Modern-Slider .item .img-fill .info {
        line-height: 80vh !important;
    }
}

@media only screen and (max-width: 320px) {
    .banner h2 {
        margin: 290px auto;
        font-size: 25px;
    }

    .width-xs-100 {
        width: 100%;
    }
}

.header-transparent-on .navik-menu > ul > li > a,
.header-opacity-on .navik-menu > ul > li > a {
    font-weight: 600;
}

.header-transparent-on .navik-menu > ul > li:hover > a,
.header-transparent-on .navik-menu > ul > li.current-menu > a,
.header-opacity-on .navik-menu > ul > li:hover > a,
.header-opacity-on .navik-menu > ul > li.current-menu > a {
    color: #12a00a !important;
}

.navik-menu ul li.current-menu > a,
.navik-menu ul li:hover > a {
    color: #12a00a !important;
}

.fixed-bg-right {
    border-right: 150px solid;
    border-top: 580px solid transparent;
    background-attachment: fixed;
    background-position: left bottom -61px;
    background-size: contain;
    background-color: transparent;
    min-height: 100%;
    border-right-color: #ffffff !important;
}

.fixed-bg-left {
    border-left: 150px solid;
    border-top: 580px solid transparent;
    background-attachment: fixed;
    background-position: right bottom -60px;
    background-size: contain;
    background-color: transparent;
    min-height: 100%;
    border-left-color: #ffffff !important;
}

.navik-menu li:first-child:before {
    content: "";
    background: none;
}

.navik-menu ul li a {
    display: block !important;
    padding: 10px 0px !important;
    cursor: pointer !important;
    margin: 0px 12px !important;
    font-family: 'Lato', sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    border-bottom: 3px solid rgba(0, 0, 0, 0) !important;
    font-size: 13px !important;
    -webkit-transition: all 300ms linear !important;
    -moz-transition: all 300ms linear !important;
    -o-transition: all 300ms linear !important;
    -ms-transition: all 300ms linear !important;
    transition: all 300ms linear !important;
}

.navik-menu li:before {
    content: "";
    height: 18px;
    top: 46px;
    left: -7px;
    position: absolute;
    width: 18px;
    background: url(/static/images/line1.png) no-repeat;
    background-size: 17px 17px;
}

.sticky .navik-menu li:before {
    content: "";
    height: 18px;
    top: 35px;
    position: absolute;
    width: 18px;
    background: url(/static/images/line1.png) no-repeat;
    background-size: 17px 17px;
    -webkit-filter: invert(1) !important;
    filter: invert(1) !important;
}

.sticky .navik-menu li:first-child:before {
    content: "";
    background: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.slide-content {
    position: absolute;
    top: 32%;
    left: 47%;
    text-align: center;
    color: white;
}

.bg-rose {
    background: #f1d9d3cf;
}

/* Popup Box */
/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 8888;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: #000000;
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 10vh auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
    /* Could be more or less, depending on screen size */
    color: black;
    text-align: center;
    position: relative;
}

@media (min-width: 1366px) {
    .modal-content {
        background-color: #fefefe;
        margin: 10vh auto;
        /* 15% from the top and centered */
        padding: 20px;
        border: 1px solid #888;
        width: 30%;
        /* Could be more or less, depending on screen size */
    }
}

/* The Close Button */
.close {
    color: #aaa;
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.button {
    background: none;
    border-top: none;
    border-right: none;
    border-left: none;
    background: #443c3c47;
    border-bottom: #02274a 1px solid;
    padding: 35px;
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}

button.button:hover {
    border-bottom: #a99567 1px solid;
    color: #a99567;
}

.text-u {
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .d-lg-n {
        display: none;
    }

    .d-lg-b {
        display: block;
    }
}

/*@media (max-width: 992px) {*/
/*    .Modern-Slider .item .img-fill .info {*/
/*        position: absolute;*/
/*        width: unset !important;*/
/*        height: unset !important;*/
/*        top: 10vh !important;*/
/*        left: unset !important;*/
/*        line-height: unset !important;*/
/*        text-align: center !important;*/
/*    }*/
/*}*/

.text-shadow {
    text-shadow: 1px 1px 3px #7f7f7f;
}

.head-c-straw {
    color: #fc5a8d;
}

.head-c-coco {
    color: #6d4d1c;
}

.head-c-red {
    color: #e5c900;
}

.line-menu {
    background-color: #12a00a !important;
}

.banner-cont h4 {
    color: #424242 !important;
}

.banner-cont .org {
    color: yellow !important;
}

.slider-2-text {
    color: #12a00a !important;
}

@media (min-width: 992px) {

    .bg-h4 {
        background-color: #ffffffa8;
    }

    .banner-cont h2, .banner-cont .org {
        color: yellow !important;
    }

    .slider-2-text {
        color: yellow !important;
    }


}

@media (max-width: 992px) {
    .shake-items {
        margin-bottom: 20px;
    }

    .shake-items h5 {
        margin-bottom: 10px;
    }

    .shake-items p {
        margin-top: 0;
    }

    .text-yellow, .banner-cont h4 {
        color: yellow !important;
    }

    .text-yellow, .banner-cont h4.text-c-dark {
        color: #424242 !important;
    }
}

/*card*/
.go-corner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 32px;
    height: 32px;
    overflow: hidden;
    top: 0;
    right: 0;
    border-radius: 0 4px 0 32px;
}

.go-arrow {
    margin-top: -4px;
    margin-right: -4px;
    color: white;
    font-family: courier, sans;
}

.card4 {
    display: block;
    position: relative;
    background-color: #ffffff;
    border-radius: 4px;
    text-decoration: none;
    overflow: hidden;
    border: 1px solid rgba(18, 160, 10, 0.43);
    transition: all 0.3s ease-out;
}

.card-4-cont {
    margin: 20px 15px;
    overflow: hidden;
    max-width: 100%;
    height: 260px;
}

.card4 .go-corner {
    height: 100%;
    width: 82px;
    padding-right: 9px;
    border-radius: 0;
    margin-right: -92px;
    align-items: start;
    background-image: linear-gradient(-45deg, #589a4782 1%, #12a00a 100%);
    transition: all 0.3s ease-out;
}

.card4 .go-arrow {
    transform: skew(3deg);
    margin-left: -25px;
    margin-top: -8px;
    opacity: 0;
    font-size: 40px;
}

.card4:hover {
    border: 1px solid #12a00a;
}

.card4 h3 {
    margin-top: 8px;
}

.card4:hover .go-corner {
    margin-right: -55px !important;
    transform: skew(10deg);
}

.card4:hover .go-arrow {
    opacity: 1;
}

/*card*/

.navik-header {
    z-index: 9 !important;
}