/* ------------------------
[Index]
1. Google Fonts
2. Font Awesome
3. General
  3.1 General Style
  3.2. Loader Pace
  3.3. Animation Effects
4. Pages
5. Widget & Sidebar
6. Header
7. Slider
8. Home
9. Shortcode
10. Footer
11. 404 Page
12. Comments
13. Single
14. Category & Archive
15. Responsive
------------------------ */


/* =====  GENERAL START ===== */


/* ----- 3.1 General Style ----- */

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
    font-family: Playfair_Regular;
}

body {
    background:rgba(15, 133, 12, .75)/*#fece00 #E2E2E2*/;
    font-family: Roboto_Regular;
    color: #000;
    font-size: 15px;
    line-height: 23px;
}

a,
a:visited {
    color: #fff;
    /*#FC0;*/
}

a:hover,
a:focus {
    text-decoration: none;
    color: #ccc;
}

img {
    max-width: 100%;
    height: auto;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

img:hover {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    opacity: 0.8;
}

.nopadding {
    padding: 0px;
    margin: 0px;
}

.fadeload {
    opacity: 0;
}

.pagination {
    font-weight: 600;
    font-family: Playfair_Bold;
    font-style: italic;
    font-size: 20px;
    padding: 40px 0px;
}

.pagination>li>a,
.pagination>li>span {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 45px;
    padding: 0px;
    border-radius: 50% !important;
    color: #000;
    font-style: normal;
    font-size: 22px;
    margin: 0px 10px 0px 0px;
    box-shadow: 1px 1px 0px -1px #ccc;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #494949;
    background-color: #eee;
    border-color: #ddd;
}

.content-area {
    padding: 50px 0px 50px 0px;
    text-align: center;
}

.dropcap {
    display: inline-block;
    float: left;
    text-align: left;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 86px;
    line-height: 76px;
    font-weight: 400;
}

p {
    margin-bottom: 30px;
}

.pager {
    margin: 0px;
    font-weight: 600;
    font-size: 18px;
    font-family: Playfair_Bold;
}

.pager li {
    width: 50%;
    display: block;
    float: left;
}

.pager li>a,
.pager li>span {
    background-color: rgba(255, 255, 255, 0);
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0);
}

.pager li>a {
    padding: 0px;
}

.pager li>a:focus,
.pager li>a:hover {
    background-color: transparent;
}

.pager li span {
    width: 35px;
    display: inline-block;
    vertical-align: bottom;
    font-weight: 400;
    font-size: 23px;
    font-family: Roboto_Regular;
}

.pager .previous>a,
.pager .previous>span {
    text-align: left;
}

.pager .next>a,
.pager .next>span {
    text-align: right;
}

.pager-post-name {
    font-size: 16px;
    font-weight: 500;
    max-width: 250px;
    margin-top: 15px;
}

.pager li.previous .pager-post-name {
    margin-left: 40px;
    margin-right: 10px;
}

.pager li.next .pager-post-name {
    margin-right: 40px;
    margin-left: 10px;
}

.form-control {
    border: 1px solid #A1A1A1;
    box-shadow: none;
    border-radius: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: normal;
    height: auto;
    resize: none;
}

.btn {
    background: #AB8D48;
    color: #FFF;
    border-radius: 0px;
    border: 0px;
    height: 45px;
    padding-left: 20px;
    padding-right: 20px;
}

.btn:hover {
    background: #333;
    color: #FFF;
}

.big-blog-list-cat-name {
    display: table;
    margin: 0 auto 25px;
}

.big-blog-list-cat-name:before {
    content: '';
    background: url(../img/home-blog-list-cat-name-left.png);
    width: 10px;
    height: 21px;
    display: block;
    float: left;
    background-size: cover;
}

.big-blog-list-cat-name:after {
    content: '';
    background: url(../img/home-blog-list-cat-name-right.png);
    width: 10px;
    height: 21px;
    display: block;
    float: left;
    background-size: cover;
}

.big-blog-list-cat-name span {
    display: block;
    background: #d0c06c;
    background: -moz-linear-gradient(left, #d0c06c 1%, #b69a52 36%, #b69a52 69%, #d0c06c 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #d0c06c), color-stop(36%, #b69a52), color-stop(69%, #b69a52), color-stop(100%, #d0c06c));
    background: -webkit-linear-gradient(left, #d0c06c 1%, #b69a52 36%, #b69a52 69%, #d0c06c 100%);
    background: -o-linear-gradient(left, #d0c06c 1%, #b69a52 36%, #b69a52 69%, #d0c06c 100%);
    background: -ms-linear-gradient(left, #d0c06c 1%, #b69a52 36%, #b69a52 69%, #d0c06c 100%);
    background: linear-gradient(to right, #d0c06c 1%, #b69a52 36%, #b69a52 69%, #d0c06c 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d0c06c', endColorstr='#d0c06c', GradientType=1);
    color: #000;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 800;
    float: left;
    height: 21px;
    line-height: 22px;
    padding: 0px 10px;
    text-transform: uppercase;
}

.small-blog-list-cat-name span {
    display: block;
    background: #d0c06c;
    background: -moz-linear-gradient(left, #d0c06c 1%, #b69a52 36%, #b69a52 69%, #d0c06c 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #d0c06c), color-stop(36%, #b69a52), color-stop(69%, #b69a52), color-stop(100%, #d0c06c));
    background: -webkit-linear-gradient(left, #d0c06c 1%, #b69a52 36%, #b69a52 69%, #d0c06c 100%);
    background: -o-linear-gradient(left, #d0c06c 1%, #b69a52 36%, #b69a52 69%, #d0c06c 100%);
    background: -ms-linear-gradient(left, #d0c06c 1%, #b69a52 36%, #b69a52 69%, #d0c06c 100%);
    background: linear-gradient(to right, #d0c06c 1%, #b69a52 36%, #b69a52 69%, #d0c06c 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d0c06c', endColorstr='#d0c06c', GradientType=1);
    color: #000;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 500;
    float: left;
    height: 16px;
    line-height: 16px;
    padding: 0px 10px;
    text-transform: uppercase;
}

.small-blog-list-cat-name {
    display: table;
    margin: 0 auto 25px;
}

.small-blog-list-cat-name:before {
    content: '';
    background: url(../img/home-blog-list-cat-name-left.png);
    width: 10px;
    height: 16px;
    display: block;
    background-repeat: no-repeat;
    float: left;
    background-size: contain;
    background-position: right;
}

.small-blog-list-cat-name:after {
    content: '';
    background: url(../img/home-blog-list-cat-name-right.png);
    width: 10px;
    height: 16px;
    display: block;
    background-repeat: no-repeat;
    float: left;
    background-size: contain;
    background-position: left;
}


/* ----- 3.2 Loader Pace ----- */

.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 75px;
    height: 75px;
    margin: -75px 0 0 -25px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #333;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1001;
}

.loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #333;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

.loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #333;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #FFF;
    z-index: 1000;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.loader-wrapper .loader-section.section-left {
    left: 0;
}

.loader-wrapper .loader-section.section-right {
    right: 0;
}

.loaded .loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded .loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded .loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.loaded .loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}

.no-js .loader-wrapper {
    display: none;
}

.no-js h1 {
    color: #222222;
}


/* ----- 3.3 Animation Effects ----- */

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

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

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

.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

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

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

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

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

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

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

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

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

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

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

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

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

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

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

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

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

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

@-webkit-keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

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

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

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

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

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

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

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

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

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

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    100% {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* ----- 3.3 Loader Pace ----- */


/* =====  4. PAGES ===== */

.page-content {
    background: /*rgba(254, 206, 0, .55)*/ /*#f9f7bc*/;
    padding: 0px 60px;
   /* box-shadow: 0px 0px 7px #ffd003;*/
   /*border:2px #ffd003 solid;*/
}

.page-content-abt {
    background: #f9f7bc;
    padding: 0px 30px;
    /*box-shadow: 0px 0px 7px #BBBBBB;*/
}

.page-content li {
    padding: 0px 0px 3px 0px;
    list-style: none;
}

.pager li.next span {
    margin-left: 10px;
}

section.page-banner {
    height: 700px;
    width: 100%;
}

section.page-banner .page-banner-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

section.page-banner .page-banner-image span {
    margin-top: 25%;
    position: relative;
    line-height: 60px;
    text-align: center;
    color: #FFF;
    font-family: Playfair_Regular;
    font-size: 55px;
    font-style: italic;
    display: block;
}

section.page-banner .page-banner-image span:before {
    margin: 0 auto;
    font-weight: 700;
    font-style: italic;
    font-family: Playfair_Bold;
    color: #FFF;
    font-size: 115px;
    text-align: center;
    content: '“';
}

section.page-banner .page-banner-image span:after {
    margin: 60px auto 0;
    font-weight: 700;
    font-style: italic;
    font-family: Playfair_Bold;
    color: #FFF;
    font-size: 115px;
    text-align: center;
    content: '”';
    vertical-align: -webkit-baseline-middle;
    display: inline-block;
}

.full-page-title {
    background: url(../img/full-page-title-bg.jpg);
    background-repeat: repeat-x;
    background-position: center center;
    margin: 15px auto 30px;
    display: table;
    padding: 0px 8%;
}

.full-page-title h1 {
    display: table;
    margin: 0 auto;
    padding: 0px 40px;
    font-family: Playfair_Bold;
    font-weight: 700;
    background: none;
    /*font-style: italic;*/
    font-size: 26px;
    line-height: 30px;
}

.guru-image {
    display: table;
    padding: 10px;
    background: #FFF;
    text-align: center;
}

.guru-image img {
    display: block;
    clear: both;
    border-radius: 1000px;
}

.guru-image h2 {
    color: #AB8D48;
    font-weight: 600;
    font-family: Playfair_Bold;
    margin: 10px 0px 0px;
    font-size: 16px;
    display: inline-block;
}

.guru-image h3 {
    color: #4f4f4f;
    font-size: 16px;
    margin: 0px 0px 0px 10px;
    display: inline-block;
    font-weight: 400;
}

.about-page-image {
    display: table;
    padding: 10px;
    background: #FFF;
    text-align: center;
}

.about-image img {
    display: block;
    clear: both;
}

.about-page-pic h2 {
    color: #AB8D48;
    font-weight: 600;
    font-family: Playfair_Bold;
    margin: 10px 0px 0px;
    font-size: 16px;
    display: inline-block;
}

.about-page-pic h3 {
    color: #4f4f4f;
    font-size: 16px;
    margin: 0px 0px 0px 10px;
    display: inline-block;
    font-weight: 400;
}

.page .site-content-wrapper,
.contact .site-content-wrapper {
    margin-top: 0px;
}

.about-page .site-content-wrapper {
    margin-top: 0px;
}


/* =====  5. WIDGET & SIDEBAR ===== */

.widget-box {
    background: #FFF;
    padding: 40px 30px;
    box-shadow: 0px 0px 7px #BBBBBB;
    margin-bottom: 30px;
}

.widget-title {
    background: url(../img/widget-title.jpg);
    background-repeat: repeat-x;
    background-position: center center;
    margin-bottom: 15px;
}

.widget-title h4 {
    display: table;
    margin: 0 auto;
    padding: 0px 20px;
    font-family: Playfair_Bold;
    font-weight: 600;
    background: #fff;
    font-style: italic;
    font-size: 20px;
}

ul.latest-posts-widget {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul.latest-posts-widget li {
    margin-bottom: 40px;
}

ul.latest-posts-widget li p {
    line-height: 20px;
}

ul.latest-posts-widget li:last-child {
    margin-bottom: 0px;
}

ul.latest-posts-widget li:last-child p {
    margin-bottom: 0px;
}

ul.latest-posts-widget li .lastest-post-information {
    font-size: 12px;
    color: #AB8D48;
}

ul.latest-posts-widget li .lastest-post-information .latest-post-date {
    display: inline-block;
    margin-right: 20px;
}

ul.latest-posts-widget li h4 {
    font-size: 20px;
    margin-bottom: 15px;
    font-family: Playfair_Regular;
    font-style: italic;
}

ul.latest-posts-widget li h4 a:hover,
ul.latest-posts-widget li h4 a:focus {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    color: #AB8D48;
}

ul.latest-posts-widget li img {
    width: 100%;
    display: block;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}

ul.latest-posts-widget li:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}

.lastest-post-images {
    overflow: hidden;
    margin-bottom: 15px;
}

ul.latest-posts-widget li .lastest-post-information .latest-post-comment {
    display: inline-block;
}

ul.widget-social {
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

ul.widget-social li {
    display: inline-block;
    margin: 0px 3px 2px;
}

ul.widget-social li a,
ul.widget-social li a:visited {
    width: 40px;
    height: 40px;
    display: block;
    font-weight: 100;
    line-height: 40px;
    background: #AB8D48;
    color: #FFF;
    text-align: center;
    border-radius: 50%;
    font-size: 22px;
    padding: 0px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

ul.widget-social li a:hover,
ul.widget-social li a:focus {
    background: #222;
    color: #FFF;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

.instagram-photo-list {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.instagram-photo-list li {
    padding: 4px;
    width: 50%;
    float: left;
}

.instagram-photo-list li img {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

.instagram-photo-list li:hover img {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    opacity: 0.5;
}

.instagram-photo-list li:nth-last-child(2) {
    padding-bottom: 0px;
}

.instagram-photo-list li:last-child {
    padding-bottom: 0px;
}

.widget-box:before {
    display: block;
    clear: both;
    content: '';
}

.widget-box:after {
    display: block;
    clear: both;
    content: '';
}

.latest-tweets ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.latest-tweets .fa-twitter {
    margin: 0 auto 10px;
    display: table;
    color: #AB8D48;
    font-size: 45px;
}

.latest-tweets ul li {
    margin-bottom: 30px;
    font-size: 14px;
}

.latest-tweets ul li:last-child {
    margin-bottom: 0px;
}

.latest-tweets ul li span {
    display: block;
    text-align: right;
    color: #AB8D48;
    font-style: italic;
}

.latest-tweets ul li a,
.latest-tweets ul li a:visited {
    color: #AB8D48;
}

.tagcloud a,
.tagcloud a:visited {
    padding: 8px 10px;
    background: #AB8D48;
    color: #FFF;
    text-transform: uppercase;
    margin: 0px 10px 10px;
    display: inline-block;
    vertical-align: text-bottom;
}

.tagcloud a:hover,
.tagcloud a:focus {
    background: #fff;
    color: #000;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

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

.about-widget h3 {
    color: #4f4f4f;
    font-size: 16px;
    margin: 10px 0px 25px;
    font-weight: 400;
    letter-spacing: -0.9px;
}

.about-widget h2 {
    color: #AB8D48;
    font-weight: 600;
    font-family: Playfair_Bold;
    margin: 10px 0px 0px;
    font-size: 17px;
}

.about-widget-avatar {
    width: 85px;
    height: 85px;
    margin: 0 auto;
    display: table;
    background-size: cover;
    border-radius: 50%;
    overflow: hidden;
}

.about-widget p {
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 0px;
}


/* =====  6. HEADER ===== */

.header {
    /*border-bottom: 40px solid #FFF;*/
    margin-bottom: 45px;
}

.home header {
    width: 100%;
    z-index: 100;
    border-bottom: 0px;
    margin-bottom: 0px;
}

.contact header,
.page header {
    position: absolute;
    width: 100%;
    z-index: 10;
    border-bottom: 0px;
    margin-bottom: 0px;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

.fixed-header a.site-logo {
    margin: 5px 0px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

.fixed-header a.site-logo img {
    margin: 7px 0px;
    height: 45px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

.fixed-header .navbar {
    margin: 1px 0px 0px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

.header .fixed-header .navbar-nav>li>a {
    padding-top: 12px;
    padding-bottom: 12px;
    text-transform: uppercase;
}

.header .dropdown-menu {
    padding: 0px 0;
}

section.headerarea.fixed-header {
    background: rgba(103, 166, 61, 0.7)
}

section.topbar {
    background: rgba(216,0,0,1);
    padding: 7px 0px 7px;
	border-bottom:1px solid #ffd003;
}

.topbar ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.topbar ul li {
    display: inline-block;
}

.topbar ul li a,
.topbar ul li a:visited {
    color: #fff;
    padding: 5px 6px;
    display: block;
    font-size: 12px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

.topbar ul li a:hover,
.topbar ul li a:focus {
    color: #FC0;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

ul.top-menu {
    float: right;
}

ul.top-social {
    float: right;
}

.topbar ul.top-social li a,
.topbar ul.top-social li a:visited {
    width: 30px;
    height: 30px;
    line-height: 32px;
    background: #fff;
    color: #67a63d;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    padding: 0px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

.topbar ul.top-social li a:hover,
.topbar ul.top-social li a:focus {
    background: #FFF;
    color: rgba(216,0,0,1);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

.topbar ul.top-social li {
    margin: 0px 2px;
}

section.headerarea {
    background:#0f850c; /*rgba(03, 166, 61, 1);*/
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

.navbar-toggle {
    background: white;
}

.navbar-toggle .icon-bar {
    background: rgb(103, 166, 61);
}

a.site-logo {
    display: block;
    float: left;
    z-index: 5;
    position: relative;
    margin: 0px 0px;
}

.navbar {
    border-radius: 0px;
    padding: 0px;
    margin: 20px 0px 0px 0px;
}

.nav>li>a:focus,
.nav>li>a:hover,
.navbar-nav>li.active>a,
.navbar-nav>li.hover>a {
    background-color: transparent;
    color: #FC0;
}

.header .nav .open>a,
.header .nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
}

.header .dropdown-menu>li>a:focus,
.header .dropdown-menu>li>a:hover {
    color: #AB8D48;
    background-color: transparent;
}

.navbar-nav li.dropdown:hover>.dropdown-menu {
    display: block;
}


/* =====  7. SLIDER ===== */

.carousel-control {
    opacity: .5;
}

.carousel-control:hover,
.carousel-control:focus {
    opacity: .6;
}

.slider-area .carousel-inner>.item>img,
.slider-area .carousel-inner>.item>a>img {
    width: 100%;
    min-height: 100%;
    max-width: none;
    -webkit-backface-visibility: hidden;
}

.slider-area {
    min-height: 350px;
}

.slider-bg-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    -webkit-transition: 100.0s;
    -moz-transition: 100.0s;
    -o-transition: 100.0s;
    -ms-transition: 100.0s;
    transition: 100.0s;
}

.slider-area .carousel-inner>.item {
    height: 100%;
}

.slider-area ul,
.slider-area ul li {
    padding: 0px;
    margin: 0px;
    height: 100%;
    list-style: none;
}

.slider-area .carousel-inner {
    background: #000;
}

.slider-area ul li {
    width: 100%;
    background-size: cover;
    background-position: top center;
    background-color: #EEE;
}

.slider-area .carousel {
    height: 100%;
}

.slider-area .carousel-inner {
    height: 100%;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    background-position: center center;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.slider-area * {
    text-shadow: none;
}

.slider-cat-name {
    display: table;
    margin: 0 auto;
    text-transform: uppercase;
}

.slider-cat-name:before {
    content: '';
    background: url(../img/cat-left.png);
    width: 45px;
    height: 49px;
    display: block;
    float: left;
    background-size: cover;
}

.slider-cat-name:after {
    content: '';
    background: url(../img/cat-right.png);
    width: 45px;
    height: 49px;
    display: block;
    float: left;
    background-size: cover;
}

.slider-cat-name span {
    display: block;
    background: rgba(0, 0, 0, 0.79);
    color: #FFF;
    font-size: 14px;
    letter-spacing: 2px;
    float: left;
    height: 35px;
    line-height: 38px;
    margin-top: 14px;
    padding: 0px 10px;
}

.slider-area .carousel-caption h6 {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 5px;
    margin: 30px 0px 5px;
    text-transform: uppercase;
    font-family: Playfair_Regular;
}

.slider-area .carousel-caption h2 {
    font-size: 70px;
    font-weight: 600;
    font-family: Playfair_Bold;
    font-style: italic;
    margin: 0px 0px 35px;
}

.slider-area .carousel-caption .slider-more {
    display: table;
    margin: 0 auto;
    padding: 3px;
    border: 1px solid #FFF;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

.slider-area .carousel-caption .slider-more span {
    border: 1px solid #FFF;
    padding: 10px 30px;
    color: #FFF;
    display: block;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.slider-area .carousel-caption .slider-more:hover {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    box-shadow: 0px 0px 5px #000;
}

.slider-area .carousel-caption .slider-more:hover span {
    text-shadow: 0px 0px 5px #000;
    box-shadow: 0px 0px 5px #000;
}

.slider-area .carousel-caption .slider-more:hover {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}


/* =====  8. HOME ===== */

.home .site-content-wrapper {
    margin-top: 0px;
}

.home-blog-more {
    display: table;
    margin: 0 auto;
    padding: 2px;
    border: 1px solid #000;
    text-transform: uppercase;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

.home-blog-more span {
    border: 1px solid #000;
    padding: 5px 25px;
    color: #000;
    display: block;
    font-size: 11px;
    letter-spacing: 2px;
}

.home-blog-more:hover {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    border-color: #333;
}

.home-blog-more:hover span {
    color: #333;
    border-color: #333;
}

.home-blog-box-list h5 {
    font-family: Playfair_Regular;
    font-size: 20px;
    font-style: italic;
    line-height: 25px;
    height: auto;
    overflow: hidden;
    margin: 0px 0px 20px;
}

.home-blog-box-list h5 a:hover,
.home-blog-box-list h5 a:focus {
    color: #333;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

.home-blog-box-list h5 a,
.home-blog-box-list h5 a:visited {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
	color:#000;
}

.home-blog-box-list .home-blog-box-list-desc:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}

.home-blog-box-list .home-blog-box-list-desc img {
    display: block;
    width: 100%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}

.home-blog-box-list .home-blog-box-list-desc img:hover {
    opacity: 1;
}

.home-blog-box-list .home-blog-box-list-desc {
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase;
    overflow: hidden;
}

.home-blog-box-list .home-blog-box-list-desc:hover .home-blog-box-list-desc-wrap {
    bottom: 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}

.home-blog-box-list-desc-wrap {
    background: rgba(0, 0, 0, 0.37);
    padding: 5px 5px;
    width: 100%;
    bottom: -40px;
    position: absolute;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}

.home-blog-box-list-desc-wrap ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.home-blog-box-list-desc-wrap ul li {
    display: block;
    float: left;
    overflow: hidden;
    max-height: 27px;
    width: 25%;
    font-size: 9px;
    padding: 2px 5px;
}

.home-blog-box-list-desc-wrap ul li,
.home-blog-box-list-desc-wrap ul li a,
.home-blog-box-list-desc-wrap ul li a:visited {
    color: #FFF;
}

.home-blog-box-list p {
    font-size: 14px;
    text-align: justify;
    line-height: 18px;
    margin-bottom: 30px;
    color: #000;
}

.home-blog-box-item {
    padding-top: 40px;
    border-bottom: 1px solid #B7B7B7;
    padding-bottom: 40px;
}

.home-blog-box-list .col-lg-6:nth-last-child(1) .home-blog-box-item {
    border-bottom: 0px;
}

.home-blog-list .home-blog-more span {
    padding: 10px 30px;
    font-size: 16px;
}

.home-blog-list .home-blog-more {
    padding: 2px;
}

.home-blog-list h5 {
    font-family: Playfair_Regular;
    font-size: 38px;
    text-align: center;
    font-style: italic;
    height: 84px;
    overflow: hidden;
    margin: 0px 0px 25px;
}

.home-blog-list h5 a:hover,
.home-blog-list h5 a:focus {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    color: #AB8D48;
}

.home-blog-list p {
    text-align: justify;
    line-height: 23px;
    margin-bottom: 40px;
    color: #000;
}

.home-blog-list .single-blog-desc {
    margin-bottom: 40px;
    overflow: hidden;
}

.home-blog-list-item {
    padding-top: 40px;
    border-bottom: 1px solid #B7B7B7;
    padding-bottom: 40px;
}

.home-blog-list div:nth-last-child(1) .home-blog-list-item {
    border-bottom: 0px;
}


/* =====  9. SHORTCODE ===== */

body p.promise-text {
    color: #917124;
    font-size: 31px;
    font-style: italic;
    font-family: Playfair_Regular;
    font-weight: 500;
    line-height: 37px;
    letter-spacing: -1px;
}

.promisequate {
    margin: 60px 0px;
}

.promisequate p {
    color: #917124;
    font-size: 34px;
    font-style: italic;
    font-family: Playfair_Regular;
    font-weight: 500;
    line-height: 37px;
    letter-spacing: -1px;
    margin: 0px;
}

.promisequate:before {
    border-top: 1px solid #B5B5B5;
    padding: 60px 0px 0px;
    content: '';
    display: block;
    width: 70%;
    margin: 0 auto;
}

.promisequate:after {
    border-bottom: 1px solid #B5B5B5;
    padding: 30px 0px 0px;
    content: '';
    display: block;
    width: 70%;
    margin: 0 auto;
}

.promisequate p:before {
    margin: 0 auto;
    font-weight: 700;
    font-style: italic;
    font-family: Playfair_Bold;
    color: #917124;
    font-size: 91px;
    text-align: center;
    content: '”';
    display: block;
}

.promisequate p:after {
    margin: 40px auto 0;
    font-weight: 700;
    font-style: italic;
    font-family: Playfair_Bold;
    color: #917124;
    font-size: 91px;
    text-align: center;
    content: '”';
    display: block;
}

.bonica_button {
    display: inline-block;
    font-family: Playfair_Regular;
    font-size: 16px;
    margin-bottom: 15px;
    text-align: center;
    max-width: 100%;
}

.full-button .bonica_button {
    width: 100%;
}

.bonica_button a,
.bonica_button a:visited {
    display: block;
    padding: 15px 10px;
    line-height: 20px;
}

.bonica_button_style1 {
    border: 1px solid;
}

.bonica_button_style1 a,
.bonica_button_style1 a:visited {
    border: 1px solid;
    margin: 3px 3px;
}

.bonica_button_style3 {
    border: 1px solid;
}

.bonica_button_style3 a,
.bonica_button_style3 a:visited {
    border: 1px solid;
}

.bonica_button_style2 {
    border: 1px solid;
}

.tab-content {
    border: 1px solid #BFBFBF;
    margin-top: 5px;
    margin-bottom: 20px;
    padding: 15px 15px;
}

.nav-tabs {
    border-bottom: 0px;
}

.nav-tabs {
    border-bottom: 0px;
    font-family: Playfair_Bold;
    font-weight: 600;
    font-size: 17px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a:hover {
    background-color: #E2E2E2;
    border: 1px solid #BFBFBF;
}

.nav-tabs>li>a {
    margin-right: 5px;
    line-height: 1.42857143;
    border: 1px solid #BFBFBF;
    border-radius: 0px;
}

.nav-tabs>li>a i {
    margin-right: 15px;
    top: 1px;
    position: relative;
}

.panel-title>a i {
    margin-right: 10px;
    top: 1px;
    position: relative;
}

.panel-title {
    font-family: Playfair_Bold;
    font-weight: 600;
    font-size: 17px;
}

.panel-default>.panel-heading {
    background-color: #FFFFFF;
    border-color: #ddd;
    border-radius: 0px;
}

.panel-group .panel {
    box-shadow: none;
    border-radius: 0px;
}

.alert {
    border-radius: 0px;
}

.alert h1,
.alert h2,
.alert h3,
.alert h4,
.alert h5,
.alert h6 {
    margin-top: 5px;
}

i.icon-shortcode {
    margin-right: 4px;
}


/* =====  10. FOOTER ===== */

.home .footer {
    margin-top: 0px;
}

.footer .footer-content {
    padding: 90px 0px;
    text-align: center;
    background: /*#FFF*/ rgba(75, 163, 72,1) url(../img/logo3.png) center center no-repeat;
    color: #000000;
}

.footer-title {
    background: url(../img/full-page-title-bg.jpg);
    background-repeat: repeat-x;
    background-position: center center;
    margin: 0 auto 50px;
    display: table;
    padding: 0px 8%;
}

.copyright-text {
    font-size: 12px;
    padding: 3px 0px 20px 0px;
    font-weight: 300;
}

.footer-title h4 {
    display: table;
    margin: 0 auto;
    padding: 0px 20px;
    font-weight: 700;
    /*background: #FFF;*/
    font-family: Playfair_Bold;
    font-size: 26px;
}

ul.footer-social {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul.footer-social li {
    display: inline-block;
    margin: 0px 5px;
    background: #AB8D48;
    border-radius: 50%;
    overflow: hidden;
}

ul.footer-social li a,
ul.footer-social li a:visited {
    width: 50px;
    height: 50px;
    display: block;
    font-weight: 100;
    line-height: 50px;
    color: #FFF;
    text-align: center;
    font-size: 28px;
    padding: 0px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.21) 50%, rgba(0, 0, 0, 0) 74%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(25%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.21)), color-stop(74%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.21) 50%, rgba(0, 0, 0, 0) 74%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(-45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.21) 50%, rgba(0, 0, 0, 0) 74%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(-45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.21) 50%, rgba(0, 0, 0, 0) 74%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.21) 50%, rgba(0, 0, 0, 0) 74%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}

ul.footer-social li:hover {
    background: #4A4A4A;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

ul.footer-social li:hover a,
ul.footer-social li:hover a:visited {
    color: #FFF;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

.footer-content p {
    font-size: 15px;
    margin: 0px 60px 50px 60px;
    line-height: 30px;
    color: #000000;
}

.footer-content p span {
    color: #AB8D48;
}

.footer-content li {
    padding: 0px 0px 3px 0px;
    color: #000000;
}

a.footer-logo {
    display: block;
    margin: 45px auto 0px;
}

.copyright {
    background: #333;
    padding: 35px 0px;
    color: #FFF;
}

footer.footer {
    margin-top: 60px;
    /*margin-top: 120px;*/
    color: #FFFFFF;
}

footer h3 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

footer ul {
    margin: 0;
    padding: 0 0 20px 0;
    list-style: none;
    text-align: center;
}


/* =====  11. 404 PAGE ===== */

p.text404 {
    font-weight: 500;
    font-family: Playfair_Regular;
    font-style: italic;
    font-size: 40px;
    text-align: center;
    line-height: 49px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.page404-return {
    display: table;
    margin: -55px auto 0px;
    padding: 2px;
    border: 1px solid #000;
    text-transform: uppercase;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    margin-bottom: 40px;
}

.page404-return span {
    border: 1px solid #000;
    padding: 10px 25px;
    color: #000;
    display: block;
    font-size: 24px;
    letter-spacing: 2px;
}

.page404-return:hover {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    border-color: #AB8D48;
}

.page404-return:hover span {
    color: #AB8D48;
    border-color: #AB8D48;
}


/* =====  12. COMMENTS ===== */

section#comments {
    margin: 90px 0px 0px;
}

h2.comments-title,
comment-reply-title {
    font-family: Playfair_Bold;
    font-weight: 700;
    font-style: italic;
    font-size: 25px;
    margin: 0px 0px 40px;
}

ol.comment-list {
    list-style: none;
    padding: 45px;
    margin: 0px 0px 0px 70px;
    background: #FFF;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.comment-author {
    font-size: 22px;
    font-weight: 400;
    font-family: Playfair_Regular;
    font-style: italic;
    color: #AB8D48;
    margin-bottom: 5px;
}

.comment-meta {
    font-size: 14px;
    margin-bottom: 30px;
}

a.comment-reply-link,
a.comment-reply-link:visited {
    display: -webkit-inline-box;
    background: #AB8D48;
    color: #FFF;
    padding: 2px 15px;
    font-size: 12px;
    text-transform: uppercase;
}

.comment-body p {
    font-size: 14px;
}

ol.comment-list li.comment {
    border-bottom: 1px solid #A1A1A1;
    padding: 25px 0px;
}

ol.comment-list li.comment:first-child {
    padding-top: 0px;
}

ol.comment-list li.comment:last-child {
    padding-bottom: 0px;
    border-bottom: 0px;
}

.comment-reply-title {
    font-family: Playfair_Bold;
    font-weight: 700;
    font-style: italic;
    font-size: 25px;
    margin: 50px 0px 40px;
}

form#commentform .form-control {
    width: 60%;
}

#commentform p {
    font-size: 12px;
}

form#commentform textarea.form-control {
    width: 100%;
}

form#commentform {
    list-style: none;
    padding: 45px;
    margin: 0px 0px 0px 70px;
    background: #FFF;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

p.form-submit {
    margin: 15px 0px 0px;
    text-align: right;
}

ol.comment-list ol.children {
    list-style: none;
    padding: 0px 0px 0px 40px;
    margin: 40px 0px;
}


/* =====  13. SINGLE ===== */

.content-area h5 {
    font-family: Playfair_Regular;
    font-size: 36px;
    font-style: italic;
    text-align: center;
    margin: 0px 0px 30px;
}

.single-tag-list .single-tag-list-title,
.page-links span.page-links-title {
    font-family: Playfair_Regular;
    font-size: 15px;
    border-radius: 0px;
    border: 0px;
    margin: 0px;
    width: auto;
    height: auto;
    text-align: left;
    color: inherit;
}

.single-tag-list span,
.page-links span {
    font-size: 13px;
}

.page-links span {
    border-radius: 50%;
    border: 1px solid #9E9E9E;
    margin: 0px 1px;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 23px;
    color: #9E9E9E;
}

.page-links a span,
.page-links a:visited span {
    color: #9E9E9E;
}

.single-tag-list a:hover,
.single-tag-list a:focus {
    text-decoration: underline;
}

.single-tag-list {
    margin-bottom: 15px;
}

.post-bottom-features {
    margin-top: 30px;
}

.post-bottom-features-content {
    padding: 55px 0px;
}

.single-blog-desc img {
    display: block;
    width: 100%;
}

.single-blog-desc.video-post-desc .single-blog-desc-wrap {
    background: rgba(0, 0, 0, 0);
    margin-top: -6px;
    position: relative;
}

.single-blog-desc.video-post-desc .single-blog-desc-wrap li,
.single-blog-desc.video-post-desc .single-blog-desc-wrap li a,
.single-blog-desc.video-post-desc .single-blog-desc-wrap li a:visited {
    color: #AB8D48;
}

.single-blog-desc {
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase;
    overflow: hidden;
}

.single-blog-desc .single-blog-desc-wrap {
    bottom: 0;
}

.single-blog-desc-wrap {
    background: rgba(0, 0, 0, 0.37);
    padding: 10px 5px;
    width: 100%;
    bottom: -50px;
    position: absolute;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}

.single-blog-desc:hover .single-blog-desc-wrap {
    bottom: 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}

..home-blog-list .single-blog-desc:hover .single-blog-desc-wrap {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.single-blog-desc-wrap ul li {
    width: 25%;
    float: left;
    display: block;
    font-size: 13px;
    padding: 2px 5px 2px 15px;
    overflow: hidden;
    max-height: 27px;
}

.single-blog-desc-wrap ul li i {
    margin-right: 4px;
}

.single-blog-desc-wrap ul li,
.single-blog-desc-wrap ul li a,
.single-blog-desc-wrap ul li a:visited {
    color: #FFF;
}

.post-social-share ul li {
    display: inline-block;
    margin: 0px 4px;
}

.post-social-share {
    text-align: center;
    margin-top: 65px;
}

.post-social-share ul li a,
.post-social-share ul li a:visited {
    border: 2px solid #222;
    color: #222;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: block;
    border-radius: 50%;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

.post-social-share ul {
    padding: 0px;
    margin: 0px;
}

.post-social-share ul li a:focus,
.post-social-share ul li a:hover {
    background: #222;
    color: #FFF;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

.author-info-avatar {
    float: left;
    margin-right: 30px;
}

.author-info-avatar img {
    width: 100px;
    height: 100px;
}

.author-info-description h4 {
    font-family: Playfair_Regular;
    font-weight: 600;
    font-size: 18px;
    margin-top: 3px;
}

.author-info-description {
    overflow: hidden;
    height: 99px;
    line-height: 22px;
}

aside.about-author {
    border-top: 1px solid #DADADA;
    padding: 40px 0px 40px 0px;
    margin-top: 40px;
}

.relatedposts h4 {
    font-family: Playfair_Regular;
    font-weight: 500;
    height: 64px;
    overflow: hidden;
    line-height: 21px;
    margin-bottom: 10px;
    font-size: 16px;
}

.relatedposts {
    margin: 40px 0px 0px;
    border-top: 1px solid #DADADA;
    clear: both;
    padding: 40px 0px 0px;
}

.relatedpostsimage {
    overflow: hidden;
}

.relatedposts img {
    display: block;
    width: 100%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}

.relatedposts .col-sm-4:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}

.relatedposts h3 {
    font-family: Playfair_Bold;
    text-align: center;
    font-weight: 600;
    font-style: italic;
    margin: 0px 0px 30px;
    font-size: 20px;
}

.relatedposts-row {
    margin: 0px -15px;
}


/* =====  14. CATEGORY & ARCHIVE ===== */

section.archive-title h1 {
    margin: 0px 0px 45px 30px;
    font-size: 23px;
    font-family: Playfair_Regular;
}

section.archive-title h1 span {
    font-style: italic;
    font-size: 24px;
}


/* =====  15. RESPONSIVE ===== */

@media (min-width:1601px) {
    .slider-area .carousel-caption h6 {
        font-size: 25px;
    }
    .slider-area .carousel-caption h2 {
        font-size: 70px;
    }
}

@media all and (min-width:1200px) and (max-width:1600px) {
    .slider-area .carousel-caption h2 {
        font-size: 50px;
        margin: 15px 0px 35px;
    }
    .slider-area .carousel-caption h6 {
        font-size: 20px;
    }
}

@media (min-width:1200px) {
    .nav>li:last-child>a {
        padding-right: 0px;
    }
    .nav>li>a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width:1199px) {
    .header .navbar-nav>li>a {
        font-size: 11px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .slider-area .carousel-caption h2 {
        font-size: 38px;
    }
    .slider-area .carousel-caption h6 {
        font-size: 20px;
        margin: 30px 0px 15px;
    }
    .tagcloud a,
    .tagcloud a:visited {
        padding: 7px 7px;
        margin: 0px 5px 5px;
    }
    ul.widget-social li {
        margin: 0px 1px 3px;
    }
    ul.widget-social li a,
    ul.widget-social li a:visited {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 17px;
    }
}

@media (min-width:992px) {
    .footer .navbar-nav>li>a {
        color: #FFF;
        font-size: 11px;
    }
}

@media (max-width:991px) {
    .footer .navbar-nav>li>a {
        font-size: 12px;
        padding-right: 10px;
        padding-left: 10px;
    }
    section.page-banner .page-banner-image span {
        margin-top: 46%;
        line-height: 40px;
        font-size: 38px;
    }
    .post-social-share ul li {
        margin: 4px 4px;
    }
    section.page-banner .page-banner-image span:before {
        display: block;
    }
    section.page-banner .page-banner-image span:after {
        display: block;
    }
}

@media (max-width:850px) {
    .slider-area .carousel-caption h2 {
        font-size: 30px;
    }
    .slider-area .carousel-caption h6 {
        font-size: 15px;
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    a.site-logo {
        display: table;
        float: none;
        margin: 14px auto;
    }
    .fixed-header a.site-logo {
        margin: 22px auto 0px;
    }
    .slider-cat-name {
        margin: 55px auto 15px;
    }
    .single-blog-desc-wrap ul li i {
        display: none;
    }
    .single-blog-desc-wrap ul li {
        font-size: 10px;
    }
    .header .navbar-nav {
        float: none !important;
        display: table;
        margin: 0 auto;
    }
}

@media (max-width:801px) {
    .slider-area .carousel-caption h2 {
        font-size: 33px;
    }
    .slider-area .carousel-caption h6 {
        font-size: 15px;
    }
    .slider-area .carousel-caption .slider-more span {
        padding: 5px 20px;
        font-size: 13px;
    }
}

@media (min-height:801px) {
    .carousel-caption {
        top: 37%;
    }
}

@media (max-height:800px) {
    .carousel-caption {
        top: 30%;
    }
}

@media (max-width:768px) {
    .slider-area .carousel-caption h2 {
        font-size: 40px;
        margin: 0px 0px 15px;
    }
    .slider-area .carousel-caption h6 {
        font-size: 18px;
        margin: 20px 0px 15px;
    }
}

@media (min-width:768px) {
    .header .navbar-nav {
        float: right;
    }
    .header .dropdown-menu .dropdown-menu {
        left: 100%;
        top: 0px;
    }
    .copyright .navbar-nav {
        float: right;
        font-size: 12px;
    }
    .header .fixed-header .navbar-nav>li>a {
        font-size: 13.6px;
    }
    .home-blog-box-list div:nth-last-child(2) .home-blog-box-item {
        border-bottom: 0px;
    }
    .header .navbar-nav>li>a,
    .header .navbar-nav>li>a:visited {
        font-size: 14px;
        font-weight: 500;
        /*letter-spacing: 1px;*/
        color: #fff;
        /*text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.67);*/
        padding-top: 14px;
        padding-bottom: 30px;
        text-transform: uppercase;
        /*font-family: Playfair_Regular;*/
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        -ms-transition: 0.2s;
        transition: 0.2s;
        font-weight: 600;
    }
    .header .fixed-header .navbar-nav>li>.dropdown-menu {
        margin-top: 1px;
    }
    .header .navbar-nav>li>a:hover,
    .header .navbar-nav>li>a:focus {
        color: #FC0;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        -ms-transition: 0.2s;
        transition: 0.2s;
    }
    .footer .navbar-nav>li>a {
        color: #FC0;
        padding-top: 0px;
        padding-bottom: 0px;
        text-transform: uppercase;
        line-height: 27px;
    }
    .footer .nav>li>a:focus,
    .footer .nav>li>a:hover,
    .footer .navbar-nav>li.active>a,
    .footer .navbar-nav>li.hover>a {
        background-color: transparent;
        color: #FFF;
    }
    .header .dropdown-menu {
        background: rgba(255, 255, 255, 0.84);
        border: 0px;
        border-radius: 0px;
    }
    .navbar-nav>li>.dropdown-menu li {
        padding: 0px 25px;
    }
    .navbar-nav>li>.dropdown-menu li:first-child {
        padding-top: 25px;
    }
    .navbar-nav>li>.dropdown-menu li:last-child {
        padding-bottom: 25px;
    }
    .navbar-nav>li>.dropdown-menu li a,
    .navbar-nav>li>.dropdown-menu li a:visited {
        border-bottom: 1px solid #A5A5A5;
        font-weight: 600;
        font-family: Playfair_Bold;
        text-transform: uppercase;
        padding: 5px 10px;
    }
    .navbar-collapse.collapse {
        padding: 0px;
        margin: 0px;
    }
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu>li>a {
        color: #333;
    }
    .navbar-nav>li>a {
        color: #fff;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .copyright {
        text-align: center;
    }
    .copyright .nav>li {
        display: inline-block;
    }
    .footer .navbar-nav>li>a {
        font-size: 15px;
    }
    .fixed-header .navbar-toggle {
        margin-top: 15px;
    }
    section.page-banner .page-banner-image span:after,
    section.page-banner .page-banner-image span:before {
        font-size: 80px;
    }
    .header .dropdown-menu {
        position: relative;
        float: none;
        background: transparent;
    }
    .header .dropdown-menu li a {
        color: #FFF;
    }
    .sidebar-right.sidebar {
        margin-top: 30px;
    }
    .full-page-title h1 {
        font-size: 25px;
        line-height: 42px;
        text-align: initial;
        padding: 0 10px;
    }
}

@media (max-width:700px) {
    .top-menu {
        display: flex;
    }
    ul.top-social {
        float: left;
    }
    .single-blog-desc-wrap ul li {
        font-size: 10px;
    }
    .topbar ul.top-social li {
        margin: 3px 2px;
    }
}

@media (max-width:650px) {
    section.page-banner .page-banner-image span:before {
        font-size: 80px;
    }
    section.page-banner .page-banner-image span:after {
        font-size: 80px;
    }
}

@media (max-width:550px) {
    .slider-area .carousel-caption h2 {
        font-size: 35px;
    }
    .slider-cat-name {
        display: none;
    }
    .single-blog-desc-wrap ul li {
        font-size: 10px;
    }
    .single-blog-desc-wrap ul li i {
        display: none;
    }
    .single-blog-desc .single-blog-desc-wrap {
        display: none;
    }
    section.page-banner .page-banner-image span {
        margin-top: 62%;
    }
    .about-page-pic {
        margin: 0px auto 0px;
    }
}

@media (max-width:500px) {
    ul.footer-social li a,
    ul.footer-social li a:visited {
        width: 38px;
        height: 38px;
        line-height: 38px;
        font-size: 20px;
    }
    ul.footer-social li {
        margin: 0px 1px;
    }
    .widget-title h4 {
        font-size: 18px;
    }
    ol.comment-list,
    form#commentform {
        margin: 0px;
    }
    form#commentform .form-control {
        width: 100%;
    }
    section.page-banner .page-banner-image span {
        margin-top: 68%;
    }
    .author-info-avatar {
        float: none;
        margin: 0 auto 20px;
        display: table;
    }
    .author-info-description {
        overflow: visible;
        height: auto;
    }
    section.page-banner .page-banner-image span {
        font-size: 20px;
    }
}

@media (max-width:470px) {
    .home-blog-box-list-desc-wrap {
        display: none;
    }
    .single-blog-desc-wrap {
        display: none;
    }
    .full-page-title {
        background: transparent;
        padding: 0px;
    }
}

@media (max-width:450px) {
    ul.widget-social li a,
    ul.widget-social li a:visited {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 19px;
    }
    section.page-banner .page-banner-image span {
        margin-top: 75%;
    }
    .pager-post-name {
        display: none;
    }
    .pager li {
        width: 100%;
        display: block;
        float: none;
        clear: both;
    }
    .pager li.previous {
        margin-bottom: 15px;
        float: left;
        clear: both;
        display: block;
    }
    ol.comment-list ol.children {
        padding-left: 20px;
    }
    .pagination>li>a,
    .pagination>li>span {
        margin: 0px 5px 5px 0px;
    }
    .small-blog-list-cat-name:before,
    .small-blog-list-cat-name:after {
        display: none;
    }
}

@media (max-width:380px) {
    ul.widget-social li {
        margin: 0px 0px;
    }
    section.page-banner .page-banner-image span {
        margin-top: 85%;
    }
}

@media (max-width:370px) {
    a.site-logo {
        width: 50%;
    }
    .navbar-toggle {
        margin-top: 0px;
    }
    .fixed-header .navbar-toggle {
        margin-top: 15px;
    }
}

@media (max-width:340px) {
    ul.widget-social li a,
    ul.widget-social li a:visited {
        font-size: 16px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}
.textwhite
{
    color: #fff !important;
}