@import url('https://fonts.googleapis.com/css?family=Muli:400,600,700');

a,
a:hover {
    color: #2098D1
}

.gold,
.silver {
    -webkit-text-fill-color: transparent
}

.owl-carousel,
.owl-carousel .owl-item,
.owl-theme .owl-controls {
    -webkit-tap-highlight-color: transparent
}

dd,
dl,
dt,
li,
ol,
ul {
    margin: 0;
    padding: 0
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
    overflow: hidden
}

::selection {
    background: #f44336;
    color: #FFF;
    text-shadow: none
}

::-moz-selection {
    background: #EEE;
    color: #FFF;
    text-shadow: none
}

::-webkit-selection {
    background: #EEE;
    color: #FFF;
    text-shadow: none
}

:active,
:focus {
    outline: 0!important
}

.dark .img-frame,
.img-frame {
    outline: rgba(155, 155, 155, 0) solid 5px!important
}

body {
    line-height: 1.5;
    color: #395050;
    font-size: 14px;
    font-family: 'Muli', sans-serif;
}

.skinny {
    font-weight: 300!important
}

.normal {
    font-weight: 400!important
}

.bold {
    font-weight: 700!important
}

.italic {
    font-style: italic!important
}

.serif {
    font-family: 'PT Serif', serif;
}

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

.letter-spacing {
    letter-spacing: 15px!important
}

.error404,
h6 {
    letter-spacing: 4px
}

.auto-line-height {
    line-height: auto!important
}

.tiny-font {
    font-size: 13px!important
}

.small-font {
    font-size: 16px!important
}

.medium-font {
    font-size: 22px!important
}

.large-font {
    font-size: 36px!important;
    text-transform: none;
}

.xlarge-font {
    font-size: 52px!important
}

.xxlarge-font {
    font-size: 66px!important
}

.xxxlarge-font {
    font-size: 80px!important
}

.xxxxlarge-font {
    font-size: 100px!important
}

.massive-font {
    font-size: 130px!important
}

a {
    text-decoration: none!important
}

a:hover {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

a img {
    border: none
}

img {
    max-width: 100%
}

iframe {
    border: none!important
}

.nobullets {
    list-style: none
}

.nobullets li {
    padding: 8px 4px
}

.very-dark-overlay {
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, .7)
}

.dark-overlay {
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, .5)
}

.mild-dark-overlay {
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, .6)
}

.light-overlay {
    box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, .4)
}

.fade-overlay {
    position: absolute;
    z-index: 20;
    height: 650px;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0)
}

#wrapper,
.ohidden {
    position: relative
}

.profile-image {
    border-radius: 50%
}

.img-frame {
    padding: 10px;
    border: 1px solid rgba(155, 155, 155, .4);
    background: #FFF
}

.dark .img-frame {
    border: 1px solid rgba(155, 155, 155, .2);
    background: #111
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #111;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 5px;
    font-family: 'PT Serif', serif;

}

h5,
h6 {
    margin-bottom: 20px;
    text-transform: uppercase
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 40px;
    padding-top: 36px;
    padding-bottom: 10px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 30px;
    text-transform: uppercase
}

h5 {
    font-size: 26px
}

h6 {
    font-size: 24px
}

p {
    font-size: 14px;
    line-height: 24px;
    color: #353535;
    font-family: 'Muli', sans-serif;
}

.dark,
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
    color: #FFF
}

.dark .entry-content,
.dark p {
    color: #CCC
}

.dark p.bold {
    color: #FFF
}

address,
blockquote,
dd,
dl,
fieldset,
form,
ol,
p,
pre,
table,
ul {
    margin-bottom: 15px
}

small {
    font-size: 12px
}

.large {
    font-size: 18px
}

.uppercase {
    text-transform: uppercase
}

.tright {
    text-align: right!important
}

.tleft {
    text-align: left!important
}

.fright {
    float: right!important
}

.fleft {
    float: left!important
}

.fnone {
    float: none!important
}

.ohidden {
    overflow: hidden!important
}

#wrapper {
    float: none;
    width: 1220px;
    margin: 0 auto;
    background: #efefef;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.double-line,
.line {
    clear: both;
    position: relative;
    width: 100%;
    margin: 60px 0;
    border-top: 3px double #E5E5E5
}

.divcenter,
.emptydiv,
.noabsolute {
    position: relative!important
}

.line.line-sm {
    margin: 30px 0
}

span.middot {
    display: inline-block;
    margin: 0 5px
}

.emptydiv {
    display: block!important
}

.allmargin-sm {
    margin: 30px!important
}

.leftmargin-xsm {
    margin-left: 10px!important
}

.rightmargin-xsm {
    margin-right: 10px!important
}

.leftmargin-sm {
    margin-left: 30px!important
}

.rightmargin-sm {
    margin-right: 30px!important
}

.allmargin {
    margin: 50px!important
}

.leftmargin {
    margin-left: 50px!important
}

.rightmargin {
    margin-right: 50px!important
}

.allmargin-lg {
    margin: 80px!important
}

.leftmargin-lg {
    margin-left: 80px!important
}

.rightmargin-lg {
    margin-right: 80px!important
}

.topmargin {
    margin-top: 50px!important
}

.topmargin-xsm {
    margin-top: 15px!important
}

.topmargin-sm {
    margin-top: 20px!important
}

.topmargin-md {
    margin-top: 50px!important
}

.topmargin-lg {
    margin-top: 80px!important
}

.topmargin-xlg {
    margin-top: 120px!important
}

.bottommargin {
    margin-bottom: 50px!important
}

.bottommargin-xsm {
    margin-bottom: 15px!important
}

.bottommargin-sm {
    margin-bottom: 30px!important
}

.bottommargin-md {
    margin-bottom: 50px!important
}

.bottommargin-lg {
    margin-bottom: 80px!important
}

.bottommargin-xlg {
    margin-bottom: 120px!important
}

.toppadding-tiny {
    padding-top: 10px!important
}

.toppadding-sm {
    padding-top: 20px!important
}

.toppadding-md {
    padding-top: 50px!important
}

.toppadding-lg {
    padding-top: 80px!important
}

.toppadding-xlg {
    padding-top: 120px!important
}

.bottompadding-sm {
    padding-bottom: 30px!important
}

.bottompadding-md {
    padding-bottom: 50px!important
}

.bottompadding-lg {
    padding-bottom: 80px!important
}

.clear-bottommargin-sm {
    margin-bottom: -30px!important
}

.clear-bottommargin {
    margin-bottom: -50px!important
}

.clear-bottommargin-lg {
    margin-bottom: -80px!important
}

.nomargin {
    margin: 0!important
}

.noleftmargin {
    margin-left: 0!important
}

.norightmargin {
    margin-right: 0!important
}

.notopmargin {
    margin-top: 0!important
}

.nobottommargin {
    margin-bottom: 0!important
}

.nobtmpd {
    padding-bottom: 0!important
}

.header-stick {
    margin-top: -50px!important
}

.content-wrap .header-stick {
    margin-top: -80px!important
}

.footer-stick {
    margin-bottom: -50px!important
}

.content-wrap .footer-stick {
    margin-bottom: -80px!important
}

.nooutline {
    outline: 0!important
}

.noborder {
    border: none!important
}

.noleftborder {
    border-left: none!important
}

.norightborder {
    border-right: none!important
}

.notopborder {
    border-top: none!important
}

.nobottomborder {
    border-bottom: none!important
}

.noradius {
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    -ms-border-radius: 0!important;
    -o-border-radius: 0!important;
    border-radius: 0!important
}

.col-padding {
    padding: 60px
}

.nopadding {
    padding: 0!important
}

.noleftpadding {
    padding-left: 0!important
}

.norightpadding {
    padding-right: 0!important
}

.notoppadding {
    padding-top: 0!important
}

.nobottompadding {
    padding-bottom: 0!important
}

.padding-sm {
    padding: 10px!important
}

.padding-lg {
    padding: 30px!important
}

.noshadow {
    box-shadow: none!important
}

.hidden {
    display: none!important
}

.nothidden {
    display: block!important
}

.inline-block {
    float: none!important;
    display: inline-block!important
}

.center {
    text-align: center!important;
    margin: auto
}

.divcenter {
    float: none!important;
    margin-left: auto!important;
    margin-right: auto!important
}

.bgcolor {
    background-color: #2098D1!important
}

.bgcolor-black {
    background-color: #111!important
}

.bgcolor-white {
    background-color: #FFF!important
}

.bgcolor-grey {
    background-color: #EEE!important
}

.bgcolor-grey-light {
    background-color: #F9F9F9!important
}

.bgcolor-grey-dark {
    background-color: #252525!important
}

.bgcolor-grey-darker {
    background-color: #161616!important
}

.bgcolor-semi-trans-dark {
    background-color: rgba(0, 0, 0, .5)!important
}

.bgcolor-semi-trans-light {
    background-color: rgba(255, 255, 255, .5)!important
}

.color {
    color: #cc4d03!important
}

.white {
    color: #FFF!important
}

.black {
    color: #111!important
}

.gold {
    background: -webkit-linear-gradient(#ffed7f, #572b08);
    -webkit-background-clip: text
}

.silver {
    background: -webkit-linear-gradient(#EEE, #333);
    -webkit-background-clip: text
}

.border-color {
    border-color: #2098D1!important
}

.nobg {
    background: 0 0!important
}

.nobgcolor {
    background-color: transparent!important
}

.bgicon {
    display: block;
    position: absolute;
    bottom: -60px;
    right: -50px;
    font-size: 210px;
    color: rgba(0, 0, 0, .1)
}

.bganimate {
    -webkit-animation: BgAnimated 30s infinite linear;
    -moz-animation: BgAnimated 30s infinite linear;
    -ms-animation: BgAnimated 30s infinite linear;
    -o-animation: BgAnimated 30s infinite linear;
    animation: BgAnimated 30s infinite linear
}

@-webkit-keyframes BgAnimated {
    from {
        background-position: 0 0
    }
    to {
        background-position: 0 400px
    }
}

@-moz-keyframes BgAnimated {
    from {
        background-position: 0 0
    }
    to {
        background-position: 0 400px
    }
}

@-ms-keyframes BgAnimated {
    from {
        background-position: 0 0
    }
    to {
        background-position: 0 400px
    }
}

@-o-keyframes BgAnimated {
    from {
        background-position: 0 0
    }
    to {
        background-position: 0 400px
    }
}

@keyframes BgAnimated {
    from {
        background-position: 0 0
    }
    to {
        background-position: 0 400px
    }
}

.input-block-level {
    display: block;
    width: 100%!important;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.vertical-middle {
    height: auto!important
}

.magnific-max-width .mfp-content {
    max-width: 800px
}

.border-left,
.border-right {
    border-left: 1px solid rgba(255, 255, 255, .15)
}

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

.fullscreen-image {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.ribbon-25:before {
    content: url(../images/icons/ribbon-25.png);
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    z-index: 100
}

.ribbon-rewards:after {
    content: url(../images/icons/ribbon-rewards.png);
    position: absolute;
    right: 130px;
    top: 0;
    z-index: 10
}

.ribbon-card:after {
    content: url(../images/icons/card.png);
    position: absolute;
    left: 225px;
    bottom: 150px;
    z-index: 10
}

.ribbon-round-right:before {
    content: url(../images/icons/round-ribbon.png);
    position: absolute;
    left: auto;
    right: 200px;
    top: 0;
    z-index: 10
}

.ribbon-round-left:before {
    content: url(../images/icons/round-ribbon.png);
    position: absolute;
    right: auto;
    left: 200px;
    top: 0;
    z-index: 10
}

.ribbon-round-50-left:before,
.ribbon-round-50-right:before {
    content: url(../images/icons/round-ribbon-50.png);
    top: 0;
    z-index: 10;
    position: absolute
}

.ribbon-round-50-right:before {
    left: auto;
    right: 200px
}

.ribbon-round-50-left:before {
    right: auto;
    left: 200px
}

.ribbon-horiz:before {
    content: url(../images/icons/ribbon-horiz.png);
    position: absolute;
    left: -12px;
    right: auto;
    top: -30px;
    z-index: 100
}

.ribbon-diag-right:before {
    content: url(../images/icons/ribbon-diag-right.png);
    position: absolute;
    left: auto;
    right: 0;
    top: -9px;
    z-index: 100
}

.underline:before {
    content: "";
    position: absolute;
    width: 10%;
    height: 1px;
    bottom: 0;
    left: 45%;
    right: 45%;
    background-color: #FFF;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

#header .container,
#logo,
.revealer-image,
.section,
.top-nav,
.top-nav ul li a,
body.stretched .container-fullwidth {
    position: relative
}

.underline:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.underline-black.underline:before {
    background-color: #111!important
}

.button.underline:before {
    width: 100%;
    left: 0;
    right: 0
}

.panel-default>.panel-heading {
    background: 0 0!important
}

.parallax,
.section {
    background-size: cover;
    overflow: hidden
}

.modal-lg {
    width: 1100px
}

.portfolio-ajax-modal {
    width: 1000px!important
}

.modal-padding {
    padding: 0
}

.modal-body {
    padding: 60px!important
}

.modal-title {
    margin-left: 30px!important
}

.dark.modal-body .mini-links h6 {
    color: #FFF!important
}

.dark.modal-body .mini-links ul li a {
    color: #CCC!important
}

.ajax-modal-title {
    background-color: #F9F9F9;
    border-bottom: 1px solid #EEE;
    padding: 25px 40px
}

.ajax-modal-title h2 {
    font-size: 26px;
    margin-bottom: 0
}

.section {
    margin: 60px 0;
    padding: 60px 0 50px
}

.parallax {
    background-color: transparent;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat
}

.parallax-height {
    height: 600px;
}

.section .container {
    z-index: 2
}

.section .container+.video-wrap {
    z-index: 1
}

.revealer-image {
    bottom: -100px;
    transition: bottom .3s ease-in-out;
    -webkit-transition: bottom .3s ease-in-out;
    -o-transition: bottom .3s ease-in-out
}

.section:hover .revealer-image {
    bottom: -50px
}

.postcontent {
    width: 100%
}

.postcontent.bothsidebar {
    width: 72%
}

.sidebar {
    width: 22%
}

.col_full {
    width: 100%
}

.col_half {
    width: 48%
}

.col_one_third {
    width: 30.63%
}

.col_two_third {
    width: 65.33%
}

.col_one_fourth {
    width: 22%
}

.col_three_fourth {
    width: 74%
}

.col_one_fifth {
    width: 16.8%
}

.col_two_fifth {
    width: 37.6%
}

.col_three_fifth {
    width: 58.4%
}

.col_four_fifth {
    width: 79.2%
}

.col_one_sixth {
    width: 13.33%
}

.col_five_sixth {
    width: 82.67%
}

body.stretched .container-fullwidth {
    padding: 0 60px;
    width: 100%
}

.col_five_sixth,
.col_four_fifth,
.col_full,
.col_half,
.col_one_fifth,
.col_one_fourth,
.col_one_sixth,
.col_one_third,
.col_three_fifth,
.col_three_fourth,
.col_two_fifth,
.col_two_third,
.postcontent,
.sidebar {
    display: block;
    position: relative;
    margin-right: 2%;
    float: left
}

.col_one_fourth.center {
    margin-right: auto!important;
    margin-left: auto!important;
    width: 25%!important
}

.postcontent,
.sidebar {
    margin-right: 40px
}

.col_full {
    clear: both;
    float: none;
    margin-right: 0
}

.postcontent.col_last,
.sidebar.col_last {
    float: right
}

.col_last {
    margin-right: 0!important;
    clear: right
}

.col_border {
    border: 2px solid #EEE;
    padding: 15px;
    background-color: #F1F1F1
}

#header {
    position: absolute;
    width: 100%;
}

#header.transparent-header {
    z-index: 200;
}

#header.solid {
    background-color: #000;
    border: 0
}

#header.transparent-header+#page-title.page-title-parallax,
#header.transparent-header+#slider,
#slider+#header.transparent-header {
    margin-bottom: -142px!important
}
.swiper-button-next, .swiper-button-prev{
    color:#fff !important;
}

 
#header.transparent-header+#page-title.page-title-parallax .container {
    z-index: 5;
    padding-top: 142px
}

body.stretched #header.full-header .container {
    width: 100%;
    padding: 0 30px
}

.top-nav {
    width: 100%;
    height: 42px;
    background: #000;
    padding: 7px 0!important;
    z-index: 210
}

.top-nav.transparent {
    background: 0 0
}

.top-nav.semi-transparent {
    background-color: rgba(0, 0, 0, .25)
}

.top-nav ul {
    float: none;
    text-align: right;
    margin-right: -8px
}

.top-nav ul li {
    display: inline-block;
    color: #FFF;
    font-size: 12px;
    border-left: 1px solid #FFF;
    padding-left: 15px;
    padding-right: 15px
}

.top-nav ul li:first-child {
    border-left: 1px
}

.top-nav ul li:last-child {
    border-left: 1px;
    margin-right: 0;
    padding-right: 0
}

.top-nav ul li:last-child a:before {
    background-color: transparent
}

#primary-menu ul li a:before,
.top-nav ul li a:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #FFF;
    left: 0
}

.top-nav ul li a {
    color: #FFF;
    text-decoration: none
}

.top-nav ul li a:hover {
    color: #FFF
}

.top-nav ul li a:before {
    position: absolute;
    bottom: -2px;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.top-nav ul li a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

#header.full-header #primary-menu>ul {
    float: left;
    padding-right: 15px;
    margin-right: 15px;
    border-right: none
}

#header.transparent-header.full-header #primary-menu>ul {
    border-right-color: none
}

#page-submenu-trigger,
#primary-menu-trigger {
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
    font-size: 30px;
    line-height: 74px;
    color: #FFF;
    padding: 5px;
    position: absolute;
    width: 40px;
    text-align: center;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

#primary-menu ul {
    list-style: none;
    height: 50px;
    margin: 0;
}

#primary-menu ul li {
    position: relative;
    display: inline-block;
    margin-left: 0
}

#primary-menu ul li.mega-menu {
    position: inherit
}

#primary-menu ul li:first-child {
    margin-left: 0
}

#primary-menu ul li a {
    display: block;
    text-transform: uppercase;
    line-height: 40px;
    padding: 0;
    color: #FFF;
    font-size: 14px;
    letter-spacing: 0;
    transition: height .4s ease, line-height .4s ease, margin .4s ease, padding .4s ease;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    text-decoration: none;
    position: relative;
    margin: 0 14px;
    text-shadow: 2px 2px 2px rgb(53, 53, 53);
}

.subcaption {
    color: #fff;
    font-size: 17px;
    margin-top: 20px
}

#primary-menu ul li a:hover, #primary-menu ul li a.active  {
    color: #FFF!important
}

#primary-menu ul li a:before {
    position: absolute;
    bottom: 0;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

#primary-menu ul li a:hover:before, #primary-menu ul li a.active:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

#primary-menu ul li i {
    position: relative;
    font-size: 16px!important;
    top: 1px;
    line-height: 99px;
    width: 14px;
    text-align: center;
    margin-right: 6px;
    -webkit-transition: line-height .4s ease;
    -o-transition: line-height .4s ease;
    transition: line-height .4s ease
}

#primary-menu>ul>li.current a,
#primary-menu>ul>li:hover a {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out
}

#primary-menu>ul>li:hover a {
    color: #FFF
}

#primary-menu>ul>li.current a {
    color: #2098D1
}

#primary-menu li:hover>ul {
    display: block;
    text-align: left;
}

#primary-menu ul li .mega-menu-content,
#primary-menu ul ul {
    display: none;
    position: absolute;
    width: 210px;
    background-color: rgb(189, 106, 92);
    box-shadow: 0 18px 22px 5px rgba(0, 0, 0, .25);
    border: none;
    height: auto;
    z-index: 99;
    top: 40px;
    left: 0;
    margin: 0;
    padding: 3px 10px;
}

#primary-menu ul ul ul {
    top: -10px!important;
    left: 200px
}

#primary-menu ul li .mega-menu-content ul li ul li img {
    height: 27px;
    border: none!important;
    margin-right: 20px!important;
    border-radius: 5%
}

#primary-menu ul li .mega-menu-content.menu-pos-invert,
#primary-menu ul ul.menu-pos-invert {
    left: auto;
    right: 0
}

#primary-menu ul ul ul.menu-pos-invert {
    right: 218px
}

#primary-menu ul ul li {
    float: none;
    margin: 0;
    text-align: left;
}

#primary-menu ul ul li:first-child {
    border-top: 0
}

#primary-menu ul ul a {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 20px!important;
    color: #FFF!important;
    padding: 10px 0;
    margin: 0 6px
}

#primary-menu ul ul a:before {
    bottom: 0;
    width: 80%
}

#primary-menu ul ul li:hover>a {
    background-color: transparent;
    color: #FFF!important
}

#primary-menu ul ul i {
    line-height: inherit
}

#primary-menu ul ul>li.sub-menu:hover>a,
#primary-menu ul ul>li.sub-menu>a {
    background-image: url(../images/icons/submenu-dark.png);
    background-position: right center;
    background-repeat: no-repeat
}

.top-nav {
    -webkit-transition: height .4s ease, opacity .3s ease;
    -o-transition: height .4s ease, opacity .3s ease;
    transition: height .4s ease, opacity .3s ease
}

#logo {
    display: block;
    margin: auto;
    padding: 0;
    transition: height .4s ease, line-height .4s ease, margin .4s ease, padding .4s ease;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out
}

#header.semi-transparent.sticky-header #header-wrap #logo {
    float: left;
}

#header,
#header-wrap,
#primary-menu:not(.style-2),
#primary-menu:not(.style-2)>ul {
    text-align: center;
    -webkit-transition: width .4s ease, opacity .3s ease;
    -o-transition: width .4s ease, opacity .3s ease;
    transition: width .4s ease, opacity .3s ease
}

#primary-menu>ul>li.mega-menu>.mega-menu-content,
#primary-menu>ul>li>.mega-menu-content,
#primary-menu>ul>li>ul {
    -webkit-transition: top .4s ease;
    -o-transition: top .4s ease;
    transition: top .4s ease;
    margin-top:10px;
}

#header.sticky-header.semi-transparent {
    background-color: transparent
}

#header-wrap {
    position: relative;
    background: #71717147;
}

#header.sticky-header #header-wrap {
    z-index: 100;
    position: fixed;
    height: 80px;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -webkit-backface-visibility: hidden;
}

#header.semi-transparent.sticky-header #header-wrap {
    background-color: #0A473F;
}
#header.sticky-header #primary-menu{float: right;}
#header.sticky-header #primary-menu>ul>li>a {
    line-height: 80px;
    margin: 0 10px;
}

#header.sticky-header #primary-menu>ul>li>a i {
    line-height: 59px
}

#page-menu,
#page-menu-wrap {
    position: relative;
    height: 44px;
    line-height: 44px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1)
}

#page-menu-wrap {
    background-color: #2098D1
}

#page-menu.sticky-page-menu #page-menu-wrap {
    position: fixed;
    z-index: 99;
    top: 60px;
    left: 0;
    width: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    -webkit-backface-visibility: hidden
}

#page-submenu-trigger {
    top: 0;
    margin-top: 0;
    left: auto;
    right: 15px;
    width: 40px;
    height: 44px;
    line-height: 44px
}

#page-menu .menu-title {
    float: left;
    color: #FFF;
    font-size: 20px;
    font-weight: 300
}

#page-menu .menu-title span {
    font-weight: 600
}

#page-menu nav {
    position: relative;
    float: right
}

#page-menu nav ul {
    margin-bottom: 0;
    height: 44px
}

#page-menu nav li {
    position: relative;
    float: left;
    list-style: none
}

#page-menu nav li a {
    display: block;
    height: 44px;
    line-height: 44px;
    padding: 0 17px;
    color: #FFF;
    font-size: 14px
}

body:not(.device-touch) #page-menu nav li a {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

#page-menu nav li a:hover,
#page-menu nav li.current a {
    background-color: rgba(0, 0, 0, .15)
}

#page-menu.dots-menu,
#page-menu.dots-menu #page-menu-wrap {
    position: fixed;
    z-index: 100;
    top: 50%;
    left: auto;
    right: 20px;
    width: 24px;
    height: auto;
    line-height: 1.5;
    background-color: transparent;
    text-shadow: none
}

#page-menu.dots-menu #page-menu-wrap {
    position: relative;
    box-shadow: none
}

#page-menu.dots-menu .menu-title {
    display: none
}

#page-menu.dots-menu nav {
    float: none;
    width: 24px
}

#page-menu.dots-menu nav ul {
    height: auto
}

#page-menu.dots-menu nav ul li {
    float: none;
    width: 14px;
    height: 14px;
    margin: 10px 6px
}

#page-menu.dots-menu nav li a {
    position: relative;
    width: 10px;
    height: 10px;
    line-height: 1.5;
    padding: 0;
    margin: 0 2px;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 50%;
    color: #777
}

#page-menu.dots-menu nav li a:hover {
    background-color: rgba(0, 0, 0, .7)
}

#page-menu.dots-menu nav li.current a {
    background-color: #2098D1
}

#page-menu.dots-menu nav li .dots-menu-caption {
    position: absolute;
    width: auto;
    top: -11px;
    right: 25px;
    background-color: #2098D1;
    color: #FFF;
    padding: 5px 14px;
    white-space: nowrap;
    pointer-events: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
    border-radius: 2px;
    opacity: 0
}

body:not(.device-touch) #page-menu.dots-menu nav li .dots-menu-caption {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

#page-menu.dots-menu nav li .dots-menu-caption:after {
    position: absolute;
    content: '';
    top: 50%;
    margin-top: -6px;
    left: auto;
    right: -5px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 6px solid #2098D1
}

#page-menu.dots-menu nav li a:hover+.dots-menu-caption {
    opacity: 1;
    right: 30px
}

.scrolloff {
    pointer-events: none
}

.one-page-arrow {
    position: absolute;
    z-index: 3;
    bottom: 20px;
    left: 50%;
    margin-left: -16px;
    width: 32px;
    height: 32px;
    font-size: 32px;
    text-align: center;
    color: #222
}

@media only screen and (min-width:992px) {
    .side-header #header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        width: 260px;
        height: 100%;
        background-color: #111;
        border: none;
        border-right-color: #3F3F3F;
        overflow: hidden;
        box-shadow: 0 0 15px rgba(0, 0, 0, .3)
    }
    .side-header #header-wrap {
        width: 300px;
        height: 100%;
        overflow: auto;
        padding-right: 40px
    }
    .side-header #header .container {
        width: 260px!important;
        padding: 0 30px!important;
        margin: 0!important
    }
    .side-header.side-header-right #header {
        left: auto;
        right: 0;
        border: none;
        border-left-color: #3F3F3F
    }
    .side-header.side-header-right:not(.open-header) #wrapper {
        margin: 0 260px 0 0!important
    }
    .side-header.side-header-right.open-header #header {
        left: auto;
        right: -260px
    }
    .side-header.side-header-right.open-header.side-header-open #header {
        left: auto;
        right: 0
    }
    .side-header.side-header-right.open-header.push-wrapper.side-header-open #wrapper {
        left: -260px
    }
    .side-header.side-header-right.open-header #header-trigger {
        left: auto;
        right: 20px
    }
    .side-header.side-header-right.open-header.side-header-open #header-trigger {
        left: auto;
        right: 280px
    }
    .side-header.side-header-right.open-header #header,
    .side-header.side-header-right.open-header #header-trigger {
        -webkit-transition: right .4s ease;
        -o-transition: right .4s ease;
        transition: right .4s ease
    }
    .side-header #logo {
        float: none;
        margin: 60px 0 40px
    }
    .side-header #logo img {
        height: auto!important
    }
    .side-header #logo:not(.nobottomborder):after,
    .side-header #primary-menu:not(.nobottomborder):after {
        display: block;
        content: '';
        width: 20%;
        border-bottom: 1px solid #2098D1
    }
    .side-header .center #logo:after {
        margin: 0 auto
    }
    .side-header #primary-menu {
        margin-bottom: 30px
    }
    .side-header #primary-menu:not(.nobottomborder):after {
        margin-top: 40px
    }
    .side-header #primary-menu,
    .side-header #primary-menu ul {
        float: none;
        height: auto
    }
    .side-header #primary-menu ul li {
        float: none;
        margin: 15px 0 0
    }
    .side-header #primary-menu ul li:first-child {
        margin-top: 0
    }
    .side-header #primary-menu ul li a {
        height: 25px;
        line-height: 25px;
        padding: 0
    }
    .side-header #primary-menu ul li i {
        line-height: 24px
    }
    .side-header #primary-menu ul ul {
        position: relative;
        width: 100%;
        background-color: transparent;
        box-shadow: none;
        border: none;
        height: auto;
        z-index: 1;
        top: 0;
        left: 0;
        margin: 5px 0;
        padding-left: 12px
    }
    .side-header #primary-menu ul ul ul {
        top: 0!important;
        left: 0
    }
    .side-header #primary-menu ul ul.menu-pos-invert {
        left: 0;
        right: auto
    }
    .side-header #primary-menu ul ul ul.menu-pos-invert {
        right: auto
    }
    .side-header #primary-menu ul ul li {
        margin: 0;
        border: 0
    }
    .side-header #primary-menu ul ul li:first-child {
        border-top: 0
    }
    .side-header #primary-menu ul ul a {
        font-size: 12px;
        height: auto!important;
        line-height: 24px!important;
        padding: 2px 0!important
    }
    .side-header #primary-menu ul ul li:hover>a {
        background-color: transparent!important
    }
    .side-header #primary-menu ul>li.sub-menu:hover>a,
    .side-header #primary-menu ul>li.sub-menu>a {
        background-image: none!important
    }
    .side-header #primary-menu ul>li.sub-menu>a:after {
        position: absolute;
        content: '\e7a5';
        top: 1px;
        right: 0;
        -webkit-transition: transform .2s linear;
        -o-transition: transform .2s linear;
        transition: transform .2s linear
    }
    .side-header #primary-menu ul>li.sub-menu:hover>a:after {
        filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }
    .side-header:not(.open-header) #wrapper {
        margin: 0 0 0 260px!important;
        width: auto!important
    }
    .side-header:not(.open-header) #wrapper .container {
        width: auto;
        margin: 0
    }
    .side-header.open-header.push-wrapper {
        overflow-x: hidden
    }
    .side-header.open-header #header {
        left: -260px
    }
    .side-header.open-header #wrapper,
    .side-header.open-header.side-header-open #header {
        left: 0
    }
    .side-header.open-header.push-wrapper.side-header-open #wrapper {
        left: 260px
    }
    #header-trigger {
        display: none
    }
    .side-header.open-header #header-trigger {
        display: block;
        position: fixed;
        cursor: pointer;
        top: 20px;
        left: 20px;
        z-index: 11;
        font-size: 16px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        background-color: #FFF;
        text-align: center;
        border-radius: 2px
    }
    .side-header.open-header.side-header-open #header-trigger {
        left: 280px
    }
    .side-header.open-header #header-trigger i:nth-child(1),
    .side-header.open-header.side-header-open #header-trigger i:nth-child(2) {
        display: block
    }
    .side-header.open-header #header-trigger i:nth-child(2),
    .side-header.open-header.side-header-open #header-trigger i:nth-child(1) {
        display: none
    }
    .side-header.open-header #header,
    .side-header.open-header #header-trigger,
    .side-header.open-header.push-wrapper #wrapper {
        -webkit-transition: left .4s ease;
        -o-transition: left .4s ease;
        transition: left .4s ease
    }
}

.encore-caption {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 28%;
    text-align: center
}

.encore-caption h1 {
    text-transform: none!important;
    font-size: 130px
}

.encore-caption h2 {
    text-transform: none!important;
    font-size: 100px;
    margin-bottom: 25px
}

.encore-caption.static {
    top: 43%
}

.encore-caption .subtext {
    margin-top: -50px
}

.encore-caption .underline:before {
    width: 10%
}

.loading {
    display: block;
    min-height: 100px;
    background: url(../images/preloader/loader_large_dark.gif) center center no-repeat
}

#slider .flex-control-nav,
.tp-bannertimer,
.tp-loader.spinner5 {
    display: none!important
}

#slider {
    position: relative
}

.revo-slider-emphasis-text {
    font-size: 70px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 15px 20px;
    border-top: 2px solid #FFF;
    border-bottom: 2px solid #FFF
}

.revo-slider-desc-text {
    font-size: 26px;
    width: 650px;
    text-align: center;
    line-height: 1.5;
    font-weight: 700
}

.revo-slider-caps-text {
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase
}

.tparrows.preview2 .tp-arr-titleholder {
    text-transform: uppercase;
    font-weight: 700
}

.boxedcontainer {
    max-width: 1140px;
    margin: auto
}

.tp-banner-container {
    width: 100%;
    position: relative;
    padding: 0
}

.tp-banner {
    width: 100%;
    position: relative
}

.tp-banner-fullscreen-container {
    width: 100%;
    position: relative;
    padding: 0
}

.tparrows.preview4 .tp-arr-titleholder {
    background: rgba(0, 0, 0, .5)!important;
    text-transform: none!important;
    font-family: serif!important;
    font-size: 18px!important;
    font-style: italic!important
}

.tp-loader.spinner5 {
    visibility: hidden!important
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

#effect-2 figure figcaption,
.rotating .back,
.rotating .front {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transition-timing-function: ease;
    -o-transform: translate(0, 0);
    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translate3d(0, 0, 0);
    transition-timing-function: ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    float: left
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x
}

.fslider,
.fslider .flexslider,
.fslider .slide,
.fslider .slide>a,
.fslider .slide>a>img,
.fslider .slide>img,
.fslider .slider-wrap {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden
}

.fslider.main {
    max-height: 800px
}

.fslider {
    min-height: 32px
}

.flex-container a:active,
.flex-container a:focus,
.flexslider a:active,
.flexslider a:focus {
    outline: 0;
    border: none
}

.flex-control-nav,
.flex-direction-nav,
.slider-wrap {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none
}

.flexslider {
    position: relative;
    margin: 0;
    padding: 0
}

.flexslider .slider-wrap>.slide {
    display: none;
    -webkit-backface-visibility: hidden;
    font-size: 26px
}

.flexslider .slider-wrap img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.flex-pauseplay span {
    text-transform: capitalize
}

.slider-wrap:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .slider-wrap {
    display: block
}

* html .slider-wrap {
    height: 1%
}

.no-js .slider-wrap>.slide:first-child {
    display: block
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.flex-control-nav {
    position: absolute;
    z-index: 10;
    text-align: center;
    bottom: 14px;
    right: 10px;
    margin: 0
}

.flex-control-nav li {
    float: left;
    display: block;
    margin: 0 3px;
    width: 10px;
    height: 10px
}

.flex-control-nav li a {
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    width: 10px!important;
    height: 10px!important;
    border: none;
    background: rgba(255, 255, 255, .5);
    border-radius: 50%;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.flex-control-nav li a.flex-active,
.flex-control-nav li:hover a {
    background-color: #FFF
}

.fslider[data-animation=fade] .flexslider {
    height: auto!important
}

.flex-control-nav.flex-control-thumbs {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 2px -2px -2px 0;
    height: 75px
}

.flex-control-nav.flex-control-thumbs li {
    margin: 0 2px 2px 0
}

.flex-control-nav.flex-control-thumbs li img {
    cursor: pointer;
    text-indent: -9999px;
    border: 0;
    border-radius: 0;
    margin: 0;
    opacity: .5;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.flex-control-nav.flex-control-thumbs li,
.flex-control-nav.flex-control-thumbs li img {
    display: block;
    width: 100px!important;
    height: 75px!important
}

.flex-control-nav.flex-control-thumbs li img.flex-active,
.flex-control-nav.flex-control-thumbs li:hover img {
    border-width: 0;
    opacity: 1
}

.fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs {
    margin: 2px -2px -2px 0;
    height: auto
}

.fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs li {
    width: 25%!important;
    height: auto!important;
    margin: 0;
    padding: 0 2px 2px 0
}

.fslider.flex-thumb-grid.grid-3 .flex-control-nav.flex-control-thumbs li {
    width: 33.3%!important
}

.fslider.flex-thumb-grid.grid-5 .flex-control-nav.flex-control-thumbs li {
    width: 20%!important
}

.fslider.flex-thumb-grid.grid-6 .flex-control-nav.flex-control-thumbs li {
    width: 16.66%!important
}

.fslider.flex-thumb-grid.grid-8 .flex-control-nav.flex-control-thumbs li {
    width: 12.5%!important
}

.fslider.flex-thumb-grid.grid-10 .flex-control-nav.flex-control-thumbs li {
    width: 10%!important
}

.fslider.flex-thumb-grid.grid-12 .flex-control-nav.flex-control-thumbs li {
    width: 8.33%!important
}

.fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs li img {
    width: 100%!important;
    height: auto!important
}

.flexslider .caption {
    z-index: 20000
}

.swiper_wrapper {
    width: 100%
}

.full-screen .swiper_wrapper {
    height: auto
}

.swiper_wrapper .swiper-container {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0
}

.swiper_wrapper .swiper-slide {
    position: relative;
    margin: 0;
    /*background-position: center center;*/
    background-repeat: no-repeat;
    background-size:100%;
    overflow: hidden
}

.slider-caption h2,
.slider-caption h3 {
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: uppercase
}

.swiper-slide [data-caption-animate] {
    -webkit-backface-visibility: hidden
}

.section .video-wrap,
.section .yt-bg-player,
.swiper-slide .video-wrap,
.swiper-slide .yt-bg-player {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0
}

#slider .container {
    position: relative;
    height: 100%
}

#slider.encore-slider .swiper-slide img {
    width: 100%
}

#slider.encore-slider a {
    display: block;
    height: 100%
}

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

.video-wrap video {
    position: relative;
    z-index: 1;
    width: 100%
}

.flex-caption,
.nivo-caption,
.slider-caption {
    position: absolute;
    top: 50%;
    right: 0;
    padding: 20px 15px;
    z-index: 20;
    max-width: 600px;
    color: #FFF!important;
    background: 0 0;
    font-size: 20px;
    letter-spacing: 2px;
    text-shadow: none;
    -webkit-transition: top .3s ease;
    -o-transition: top .3s ease;
    transition: top .3s ease
}

.flex-caption.sm,
.nivo-caption.sm,
.slider-caption.sm {
    font-size: 24px
}

.flex-caption.md,
.nivo-caption.md,
.slider-caption.md {
    font-size: 27px
}

.flex-caption.lg,
.nivo-caption.lg,
.slider-caption.lg {
    font-size: 34px
}

.slider-caption:not(.dark),
.slider-caption:not(.dark) h2 {
    color: #222;
    text-shadow: none
}

.slider-caption h2 {
    font-size: 64px
}

.slider-caption h3 {
    font-size: 44px
}

.slider-caption h5 {
    font-size: 16px;
    letter-spacing: 26px;
    text-transform: uppercase
}

.slider-caption p {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 28px;
    padding-left: 5px
}

.slider-caption.slider-caption-left {
    left: 100px;
    right: auto
}

.slider-caption.slider-caption-right {
    left: auto;
    right: 70px
}

.slider-caption.slider-caption-center {
    position: relative;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0
}

.slider-caption-bg {
    padding: 5px 12px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, .4);
    top: auto;
    bottom: 80px;
    left: 150px
}

.slider-caption-bg.slider-caption-bg-light {
    background-color: rgba(255, 255, 255, .7);
    color: #111;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, .45)
}

.slider-caption-bg.slider-caption-bg-none {
    background-color: rgba(0, 0, 0, 0)
}

.slider-caption-top-left {
    top: 140px;
    bottom: auto
}

.slider-caption-top-right {
    top: 140px;
    bottom: auto;
    left: auto;
    right: 140px
}

.slider-caption-bottom-right {
    left: auto;
    right: 140px;
    bottom: 175px
}

#slider .owl-theme .owl-controls {
    margin: 0
}

#slider .owl-next,
#slider .owl-prev,
#slider-arrow-left,
#slider-arrow-right,
.camera_next,
.camera_prev,
.flex-next,
.flex-prev,
.nivo-nextNav,
.nivo-prevNav,
.slider-arrow-bottom-sm,
.slider-arrow-top-sm {
    position: absolute;
    cursor: pointer;
    z-index: 10;
    top: 50%;
    width: 25px;
    height: 40px;
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}

.dark #slider .owl-next,
.dark #slider .owl-prev,
.dark #slider-arrow-left,
.dark #slider-arrow-right,
.dark .camera_next,
.dark .camera_prev,
.dark .flex-next,
.dark .flex-prev,
.dark .nivo-nextNav,
.dark .nivo-prevNav,
.dark .slider-arrow-bottom-sm,
.dark .slider-arrow-top-sm {
    background-color: #222
}

#slider .owl-next:hover,
#slider .owl-prev:hover,
#slider-arrow-left:hover,
#slider-arrow-right:hover,
.camera_next:hover,
.camera_prev:hover,
.flex-next:hover,
.flex-prev:hover,
.slider-arrow-bottom-sm:hover,
.slider-arrow-top-sm:hover {
    color: #FFF
}

.slider-arrow-bottom-sm,
.slider-arrow-top-sm {
    top: auto;
    bottom: 57px;
    left: auto;
    right: auto;
    margin: 0;
    width: 32px;
    height: 32px;
    border-radius: 0
}

.slider-arrow-bottom-sm {
    bottom: 20px;
    border-radius: 0
}

.fslider[data-thumbs=true] .flex-next,
.fslider[data-thumbs=true] .flex-prev {
    margin-top: -64px
}

#slider .owl-next,
#slider .owl-prev {
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}

#slider .owl-next,
#slider-arrow-right,
.camera_next,
.flex-next,
.nivo-nextNav {
    left: auto;
    right: 10px;
    border-radius: 0
}

#slider-arrow-left {
    left: 10px
}

#slider .owl-next i,
#slider .owl-prev i,
#slider-arrow-left i,
#slider-arrow-right i,
.camera_next i,
.camera_prev i,
.flex-next i,
.flex-prev i,
.nivo-nextNav i,
.nivo-prevNav i,
.slider-arrow-bottom-sm i,
.slider-arrow-top-sm i {
    line-height: 42px;
    width: 42px;
    height: 42px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    font-size: 34px;
    text-align: center;
    margin-left: 0
}

.slider-arrow-bottom-sm i,
.slider-arrow-top-sm i {
    width: 42px;
    height: 42px;
    margin: 0;
    line-height: 30px;
    font-size: 18px;
    color: #FFF
}

#slider .owl-prev i,
#slider-arrow-right i,
.camera_next i,
.flex-next i,
.flex-prev i,
.nivo-nextNav i {
    margin-left: 0
}

#slider .owl-next i {
    margin-right: 0
}

#slider .owl-controls .owl-nav {
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

#slider .owl-controls .owl-nav div,
#slider:hover .owl-controls .owl-nav {
    opacity: 1
}

#slide-number {
    position: absolute;
    opacity: 0;
    top: auto;
    right: 20px;
    bottom: 20px;
    z-index: 20;
    width: 36px;
    height: 40px;
    text-align: center;
    color: rgba(255, 255, 255, .8);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
    font-size: 18px;
    font-weight: 300;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

#slider:hover #slide-number {
    opacity: 1
}

#slide-number-current,
#slide-number-total {
    position: absolute;
    line-height: 1;
    top: 5px;
    left: 0
}

#slide-number-total {
    top: auto;
    bottom: 5px;
    left: auto;
    right: 0
}

#slide-number span {
    display: block;
    font-size: 32px;
    line-height: 40px
}

#slider .owl-dots {
    position: absolute;
    width: 100%;
    z-index: 20;
    margin: 0;
    top: auto;
    bottom: 15px
}

#page-title,
#page-title .container {
    position: relative
}

#slider .owl-controls .owl-dots span {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    opacity: 1;
    background-color: transparent;
    border: 1px solid #FFF
}

.breadcrumb,
.breadcrumb i {
    width: auto!important
}

#slider .owl-dots .owl-dot.active span,
#slider .owl-dots .owl-dot:hover span {
    background-color: #FFF!important
}

#page-title {
    padding: 335px 0 50px;
    background-color: #F9F9F9
}
#page-title.gal {padding: 200px 0 50px;}

#page-title h1 {
    padding: 0;
    margin: 0;
    line-height: 1;
    font-weight: 600;
    color: #333;
    font-size: 46px!important
}

.breadcrumb {
    top: 50%!important;
    left: auto!important;
    right: 15px!important;
    margin: 3px 0 0!important;
    background-color: transparent!important;
    padding: 0!important;
    font-size: 14px!important
}

.contact .breadcrumb+span,
.pkgdetail .breadcrumb+span,
.reservation .breadcrumb+span {
    font-size: 17px;
    margin-top: 25px;
    display: block
}

#page-title .breadcrumb {
    display: block;
    font-size: 16px;
    margin-top: 20px
}

.breadcrumb,
.breadcrumb a {
    text-shadow: 1px 1px 2px #333
}

.breadcrumb a:hover {
    color: #bd6a5c!important;
    text-shadow: none
}
.entry-overlay-meta ul li img{
    margin-right:10px;
}
.entry-overlay-meta ul {
    list-style: none;
    margin: 10px 0;
}
.entry-overlay-meta ul li{
    /*display: inline-block;*/
    margin-right: 20px;
    margin-bottom:10px;
}
.entry-overlay-meta ul li img{
    width: 30px;
}
.sub-menu.sfHover ul{
    margin-top:10px
}

body.stretched .container-fullwidth .breadcrumb {
    right: 60px!important
}

#header.transparent-header+#page-title.page-title-parallax .breadcrumb {
    margin-top: 35px!important
}

.breadcrumb a {
    color: #555
}

#page-title.page-title-dark {
    background-color: #333;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .15)!important;
    border-bottom: none
}

#page-title.page-title-dark h1 {
    color: rgba(255, 255, 255, .9)!important
}

#page-title.page-title-dark span {
    color: rgba(255, 255, 255, 1)
}

#page-title.page-title-dark .breadcrumb>li+li:before {
    color: rgba(255, 255, 255, .8)
}

#page-title.page-title-dark .breadcrumb>.active {
    color: rgba(255, 255, 255, .6)
}

#page-title.page-title-dark .breadcrumb a {
    color: rgba(255, 255, 255, .8);
    font-weight: 700;
}

#page-title.page-title-dark .breadcrumb a:hover {
    color: #2098D1
}

#page-title.page-title-right {
    text-align: right
}

#page-title.page-title-center,
#portfolio-filter {
    text-align: center
}

#page-title.page-title-right .breadcrumb {
    left: 15px!important;
    right: auto!important
}

#page-title.page-title-center span {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto
}

#page-title.page-title-center .breadcrumb {
    position: relative!important;
    top: 0!important;
    left: 0!important;
    right: 0!important;
    margin: 20px 0 0!important
}

#page-title.page-title-parallax {
    padding: 100px 0;
    text-shadow: none;
    border-bottom: none;
    background-color: transparent;
    background-image: url(images/parallax/parallax-bg.html);
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat
}

#page-title.page-title-parallax h1 {
    font-size: 40px;
    font-weight: 600
}

#page-title.page-title-parallax span {
    font-size: 22px
}

#page-title.page-title-parallax .breadcrumb {
    font-size: 13px
}

#page-title.page-title-mini {
    padding: 20px 0
}

#page-title.page-title-mini h1 {
    font-weight: 600;
    font-size: 18px;
    color: #444
}

#page-title.page-title-mini span {
    display: none
}

#page-title.page-title-nobg {
    background: 0 0!important;
    border-bottom: 1px solid #F5F5F5
}

#page-title.page-title-video {
    background: 0 0;
    position: relative;
    overflow: hidden
}

#page-title.page-title-video .container {
    z-index: 3
}

#page-title.page-title-video .video-wrap {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0
}

#page-title.page-title-video .video-wrap video {
    width: 100%
}

.pagination>li>a i,
.pagination>li>span i {
    color: #CCC!important;
    font-size: 11px!important
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    cursor: default!important
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #FFF!important;
    background-color: #2098D1!important;
    border-color: #2098D1!important
}

.dark .pager li>a,
.dark .pager li>span,
.dark .pagination>li>a,
.dark .pagination>li>span {
    color: #BBB;
    background-color: rgba(255, 255, 255, .1);
    border-color: #666
}

.dark .pager li>a:focus,
.dark .pager li>a:hover,
.dark .pagination>li>a:focus,
.dark .pagination>li>a:hover,
.dark .pagination>li>span:focus,
.dark .pagination>li>span:hover {
    color: #EEE;
    background-color: rgba(0, 0, 0, .1)
}

.dark .pager .disabled>a,
.dark .pager .disabled>a:focus,
.dark .pager .disabled>a:hover,
.dark .pager .disabled>span,
.dark .pagination>.disabled>a,
.dark .pagination>.disabled>a:focus,
.dark .pagination>.disabled>a:hover,
.dark .pagination>.disabled>span,
.dark .pagination>.disabled>span:focus,
.dark .pagination>.disabled>span:hover {
    color: #999;
    background-color: rgba(255, 255, 255, .2);
    border-color: #777
}

#content {
    position: relative;
    overflow: hidden;
    background-color: #efefef
}

.content-wrap {
    position: relative;
    padding: 30px 0
}

#content .container {
    position: relative
}

.portfolio-filter {
    position: relative;
    z-index: 65;
    top: 30px
}

#portfolio-filter {
    position: relative;
    list-style: none;
    background: rgba(0, 0, 0, 0)
}

#portfolio-filter li {
    position: relative;
    display: inline-block
}

#portfolio-filter li a {
    display: block;
    position: relative;
    padding: 12px 18px;
    font-size: 18px;
    line-height: 18px;
    color: #FFF;
    border: 1px solid rgba(255, 255, 255, 0)
}

#portfolio-filter li a:hover,
#portfolio-filter li.activeFilter a {
    border: 1px solid rgba(255, 255, 255, .8)
}

#portfolio {
    position: relative;
    margin: 0 -12px -12px 0
}

body:not(.device-touch) #portfolio {
    -webkit-transition: height .4s linear;
    -o-transition: height .4s linear;
    transition: height .4s linear
}

.portfolio-item {
    position: relative;
    float: left;
    width: 276px;
    margin: 0 12px 12px 0
}

.portfolio-notitle .iportfolio,
.portfolio-notitle .portfolio-item {
    overflow: hidden
}

.portfolio-item .portfolio-image {
    position: relative;
    overflow: hidden
}

.portfolio-item .portfolio-image,
.portfolio-item .portfolio-image a,
.portfolio-item .portfolio-image img {
    display: block;
    width: 276px;
    height: 207px
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-notitle .portfolio-image img {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.portfolio-desc {
    z-index: 3;
    padding: 15px 5px 10px
}

.portfolio-desc h3 {
    margin: 0;
    padding: 0;
    font-size: 19px
}

.portfolio-desc h3 a {
    color: #222
}

.portfolio-desc h3 a:hover {
    color: #2098D1
}

.portfolio-desc.heading-block h3 {
    font-size: 19px
}

.portfolio-desc.heading-block h4 {
    font-size: 16px
}

.portfolio-desc.heading-block h3+span,
.portfolio-desc.heading-block h4+span {
    font-size: 18px
}

.portfolio-desc span {
    display: block;
    margin-top: 3px;
    color: #FFF
}

.portfolio-desc span a {
    color: #888
}

.portfolio-desc span a:hover {
    color: #000
}

.portfolio-notitle .portfolio-desc {
    position: absolute;
    display: block!important;
    width: 100%;
    height: 78px;
    padding: 15px 5px;
    top: auto;
    bottom: -78px;
    left: 0;
    background-color: #FFF;
    border-bottom: 0 solid #EEE
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-notitle .portfolio-desc {
    -webkit-transition: bottom .2s ease-in-out;
    -o-transition: bottom .2s ease-in-out;
    transition: bottom .2s ease-in-out
}

.portfolio-full.portfolio-notitle .portfolio-desc,
.portfolio-nomargin.portfolio-notitle .portfolio-desc {
    bottom: -78px;
    border-bottom: 0
}

.portfolio-notitle .iportfolio:hover .portfolio-desc,
.portfolio-notitle .portfolio-item:hover .portfolio-desc {
    bottom: 0!important
}

.bothsidebar .portfolio-notitle .portfolio-item:hover .portfolio-image img {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .bothsidebar .portfolio-2.portfolio-notitle .portfolio-item:hover .portfolio-image img,
body:not(.device-touch):not(.device-xs):not(.device-xxs) .bothsidebar .portfolio-3.portfolio-notitle .portfolio-item:hover .portfolio-image img,
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-notitle .iportfolio:hover .portfolio-image img,
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-notitle .portfolio-item:hover .portfolio-image img {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px)
}

body.device-touch.device-xs .portfolio-notitle .portfolio-desc,
body.device-touch.device-xxs .portfolio-notitle .portfolio-desc {
    display: none!important
}

#portfolio.portfolio-full,
#portfolio.portfolio-nomargin {
    margin: 0!important
}

.portfolio-nomargin .portfolio-item {
    width: 284px;
    margin: 0!important
}

.portfolio-nomargin .portfolio-item .portfolio-image,
.portfolio-nomargin .portfolio-item .portfolio-image a,
.portfolio-nomargin .portfolio-item .portfolio-image img {
    width: 284px;
    height: auto
}

.portfolio-nomargin .portfolio-desc {
    padding: 15px 10px
}

#portfolio.portfolio-full {
    margin: 0!important;
    width: 100%
}

.portfolio-full .portfolio-item {
    width: 25%;
    margin: 0!important;
    overflow: hidden!important
}

.portfolio-full .portfolio-item-sizer {
    width: 25%
}

.portfolio-full .portfolio-item .portfolio-image,
.portfolio-full .portfolio-item .portfolio-image .slide a,
.portfolio-full .portfolio-item .portfolio-image img,
.portfolio-full .portfolio-item .portfolio-image>a {
    width: 100%!important;
    height: auto!important
}

.portfolio-full .portfolio-desc {
    padding: 15px
}

.portfolio-masonry .portfolio-item .portfolio-image,
.portfolio-masonry .portfolio-item .portfolio-image .slide a,
.portfolio-masonry .portfolio-item .portfolio-image img,
.portfolio-masonry .portfolio-item .portfolio-image>a {
    height: auto!important
}

.portfolio-3 .portfolio-item {
    width: 370px
}

.portfolio-3 .portfolio-item .portfolio-image,
.portfolio-3 .portfolio-item .portfolio-image a,
.portfolio-3 .portfolio-item .portfolio-image img {
    width: 370px;
    height: 278px
}

.portfolio-3.portfolio-nomargin .portfolio-item {
    width: 300px
}

.portfolio-3.portfolio-nomargin .portfolio-item .portfolio-image,
.portfolio-3.portfolio-nomargin .portfolio-item .portfolio-image a,
.portfolio-3.portfolio-nomargin .portfolio-item .portfolio-image img {
    width: 300px;
    height: 278px
}

#portfolio.portfolio-2 {
    margin: 0 -20px -20px 0
}

.portfolio-2 .portfolio-item {
    width: 560px;
    margin: 0 20px 20px 0
}

.portfolio-2 .portfolio-item .portfolio-image,
.portfolio-2 .portfolio-item .portfolio-image a,
.portfolio-2 .portfolio-item .portfolio-image img {
    width: 560px;
    height: 420px
}

.portfolio-2 .portfolio-desc {
    padding: 20px 5px 10px
}

.portfolio-2 .portfolio-desc h3 {
    font-size: 21px
}

.portfolio-2 .portfolio-desc span {
    margin-top: 4px;
    font-size: 14px
}

.portfolio-2.portfolio-nomargin .portfolio-item {
    width: 569px
}

.portfolio-2.portfolio-nomargin .portfolio-item .portfolio-image,
.portfolio-2.portfolio-nomargin .portfolio-item .portfolio-image a,
.portfolio-2.portfolio-nomargin .portfolio-item .portfolio-image img {
    width: 569px;
    height: 427px
}

.portfolio-2.portfolio-nomargin .portfolio-desc {
    padding: 20px 15px
}

.portfolio-2.portfolio-notitle .portfolio-desc {
    height: 90px;
    bottom: -90px
}

.portfolio-2.portfolio-full.portfolio-notitle .portfolio-desc,
.portfolio-2.portfolio-nomargin.portfolio-notitle .portfolio-desc {
    bottom: -90px
}

.postcontent #portfolio.portfolio-2 {
    margin: 0 -20px -20px 0
}

.postcontent .portfolio-2 .portfolio-item {
    width: 420px;
    margin: 0 20px 20px 0
}

.postcontent .portfolio-2 .portfolio-item .portfolio-image,
.postcontent .portfolio-2 .portfolio-item .portfolio-image a,
.postcontent .portfolio-2 .portfolio-item .portfolio-image img {
    width: 420px;
    height: 315px
}

.postcontent .portfolio-2 .portfolio-desc h3 {
    font-size: 21px
}

.postcontent .portfolio-2 .portfolio-desc span {
    font-size: 14px
}

.postcontent .portfolio-2.portfolio-nomargin .portfolio-item {
    width: 429px
}

.postcontent .portfolio-2.portfolio-nomargin .portfolio-item .portfolio-image,
.postcontent .portfolio-2.portfolio-nomargin .portfolio-item .portfolio-image a,
.postcontent .portfolio-2.portfolio-nomargin .portfolio-item .portfolio-image img {
    width: 429px;
    height: 322px
}

.postcontent .portfolio-2.portfolio-nomargin .portfolio-desc {
    padding-bottom: 20px
}

.postcontent .portfolio-2.portfolio-notitle .portfolio-desc {
    height: 90px;
    bottom: -91px
}

.postcontent .portfolio-2.portfolio-full.portfolio-notitle .portfolio-desc,
.postcontent .portfolio-2.portfolio-nomargin.portfolio-notitle .portfolio-desc {
    bottom: -90px
}

.postcontent .portfolio-2.portfolio-notitle .portfolio-item:hover .portfolio-overlay a {
    margin-top: -40px!important
}

#portfolio.portfolio-1 {
    margin: 0 0 -40px
}

.portfolio-1 .portfolio-item {
    float: none;
    width: 100%;
    margin: 0 0 40px;
    padding-bottom: 40px;
    padding-top: 35px;
    border-bottom: 0 solid #EEE
}

.portfolio-1 .portfolio-item .portfolio-image {
    float: left;
    margin-right: 40px
}

.portfolio-1 .portfolio-item.alt .portfolio-image {
    float: right;
    margin: 0 0 0 40px
}

.portfolio-1 .portfolio-item .portfolio-image,
.portfolio-1 .portfolio-item .portfolio-image a,
.portfolio-1 .portfolio-item .portfolio-image img {
    display: block;
    width: 600px;
    height: auto
}

.portfolio-1 .portfolio-desc {
    float: left;
    width: 300px;
    padding: 10px 0
}

.portfolio-1 .alt .portfolio-desc {
    float: left
}

.portfolio-1 .portfolio-desc h3 {
    font-size: 26px
}

.portfolio-1 .portfolio-desc span {
    margin-top: 6px;
    font-size: 17px
}

.portfolio-1 .portfolio-desc p {
    margin: 20px 0 25px;
    font-size: 14px
}

.portfolio-1 .portfolio-desc li {
    margin: 3px 0
}

#portfolio.portfolio-1.portfolio-fullwidth {
    margin: 0 0 -60px
}

.portfolio-1.portfolio-fullwidth .portfolio-item {
    margin-bottom: 60px;
    padding-bottom: 0;
    border-bottom: 0;
    overflow: hidden
}

.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image {
    float: none;
    margin: 0!important
}

.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image,
.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image a,
.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img {
    width: 1140px;
    height: 500px
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-image img {
    -webkit-transform: translateX(-60px);
    -moz-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    -o-transform: translateX(-60px);
    transform: translateX(-60px)
}

.portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-image img {
    -webkit-transform: translateX(60px);
    -moz-transform: translateX(60px);
    -ms-transform: translateX(60px);
    -o-transform: translateX(60px);
    transform: translateX(60px)
}

.portfolio-1.portfolio-fullwidth .portfolio-desc {
    position: absolute;
    float: none;
    width: 380px;
    height: 100%;
    padding: 30px;
    background-color: #F9F9F9;
    top: 0;
    left: auto;
    right: -380px
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-1.portfolio-fullwidth .portfolio-desc {
    -webkit-transition: right .3s ease-in-out;
    -o-transition: right .3s ease-in-out;
    transition: right .3s ease-in-out
}

.portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-desc {
    right: 0
}

.portfolio-1.portfolio-fullwidth .alt .portfolio-desc {
    left: -380px;
    right: auto
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-1.portfolio-fullwidth .alt .portfolio-desc {
    -webkit-transition: left .3s ease-in-out;
    -o-transition: left .3s ease-in-out;
    transition: left .3s ease-in-out
}

.portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-desc {
    left: 0
}

.portfolio-1.portfolio-fullwidth .portfolio-overlay a {
    left: 33%
}

.portfolio-1.portfolio-fullwidth .alt .portfolio-overlay a {
    left: auto;
    right: 33%
}

.postcontent #portfolio.portfolio-1.portfolio-fullwidth {
    margin: 0 0 -40px
}

.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item {
    margin-bottom: 40px
}

.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image,
.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image a,
.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img {
    width: 860px;
    height: 377px
}

.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-image img {
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px)
}

.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-image img {
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px)
}

.postcontent .portfolio-1.portfolio-fullwidth .portfolio-desc {
    width: 320px;
    padding: 25px;
    right: -320px
}

.postcontent .portfolio-1.portfolio-fullwidth .alt .portfolio-desc {
    left: -320px;
    right: auto
}

.postcontent .portfolio-1.portfolio-fullwidth .portfolio-overlay a {
    left: 32%
}

.postcontent .portfolio-1.portfolio-fullwidth .alt .portfolio-overlay a {
    left: auto;
    right: 32%
}

#portfolio.portfolio-parallax {
    margin: 0!important
}

#portfolio.portfolio-parallax .portfolio-item {
    float: none;
    width: 100%!important;
    height: 500px!important;
    margin: 0!important
}

#portfolio.portfolio-parallax .portfolio-item .portfolio-image {
    width: 100%!important;
    height: 500px!important
}

#portfolio.portfolio-parallax .portfolio-desc {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -57px;
    width: 100%;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
    padding: 0;
    opacity: 0
}

.portfolio-overlay,
.portfolio-overlay a {
    position: absolute;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    text-align: center
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) #portfolio.portfolio-parallax .portfolio-desc {
    -webkit-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out
}

#portfolio.portfolio-parallax .portfolio-item:hover .portfolio-desc {
    opacity: 1
}

#portfolio.portfolio-parallax .portfolio-desc h3 {
    font-size: 44px;
    font-weight: 300;
    letter-spacing: -1px
}

#portfolio.portfolio-parallax .portfolio-desc h3 a {
    color: #FFF
}

#portfolio.portfolio-parallax .portfolio-desc h3 a:hover {
    color: #DDD
}

#portfolio.portfolio-parallax .portfolio-desc span {
    margin-top: 12px;
    font-size: 16px;
    color: #CCC
}

#portfolio.portfolio-parallax .portfolio-desc span a {
    color: #DDD
}

#portfolio.portfolio-parallax .portfolio-desc span a:hover {
    color: #BBB
}

#portfolio.portfolio-parallax .portfolio-desc .portfolio-divider {
    width: 100%;
    text-align: center;
    margin: 15px 0 0
}

#portfolio.portfolio-parallax .portfolio-desc .portfolio-divider div {
    display: inline-block;
    width: 50px;
    height: 0;
    border-bottom: 0 solid #FFF
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) #portfolio.portfolio-parallax .portfolio-desc .portfolio-divider div {
    -webkit-transition: width .5s ease-in-out;
    -o-transition: width .5s ease-in-out;
    transition: width .5s ease-in-out
}

#portfolio.portfolio-parallax .portfolio-item:hover .portfolio-desc .portfolio-divider div {
    width: 120px
}

#portfolio.portfolio-parallax .portfolio-overlay {
    background-color: rgba(0, 0, 0, .4)
}

.portfolio-overlay,
.portfolio-overlay.show.black {
    background-color: #111
}

.portfolio-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    color: #FFF
}

.iportfolio:hover .portfolio-overlay,
.portfolio-item:hover .portfolio-overlay,
.portfolio-overlay.show {
    opacity: 1
}

.portfolio-overlay.show.semi {
    background-color: rgba(0, 0, 0, .7)
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-overlay {
    -webkit-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out
}

.portfolio-overlay a {
    top: 50%;
    left: 50%;
    width: 50px!important;
    height: 50px!important;
    margin: -28px 0 0 -44px;
    font-size: 18px;
    line-height: 47px;
    outline: #DDD solid 1px!important;
    padding: 20px;
    color: #FFF!important;
    background: 0 0!important;
    -webkit-backface-visibility: hidden
}

.portfolio-overlay a.right-icon {
    left: auto;
    right: 50%;
    margin-left: 0;
    margin-right: -44px
}

.portfolio-overlay a.center-icon {
    display: block;
    margin: -20px 0 0 -20px;
    opacity: 0
}

.iportfolio:hover a.center-icon,
.portfolio-item:hover a.center-icon {
    opacity: 1
}

.iportfolio:hover .portfolio-overlay a.left-icon,
.iportfolio:hover .portfolio-overlay a.right-icon,
.portfolio-item:hover .portfolio-overlay a.left-icon,
.portfolio-item:hover .portfolio-overlay a.right-icon {
    margin-top: -18px
}

.portfolio-overlay a i.icon-line-play {
    position: relative;
    left: 2px
}

.portfolio-overlay .portfolio-desc {
    position: relative;
    padding: 0!important;
    margin: 0;
    text-align: center
}

.portfolio-overlay .portfolio-desc a {
    display: inline;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    font-size: inherit;
    width: auto!important;
    height: auto!important;
    line-height: 1;
    background-color: transparent!important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
    border: none
}

.button,
.entry-link:hover,
.overlay-icon i {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2)
}

.portfolio-overlay .portfolio-desc h3 {
    color: #FFF;
    font-size: 24px;
    line-height: 1.5
}

.portfolio-overlay .portfolio-desc h3 a {
    color: #FFF!important;
    font-size: 20px
}

.portfolio-overlay .portfolio-desc span {
    margin-top: 7px;
    font-size: 18px
}

.portfolio-overlay .portfolio-desc span a {
    font-size: 16px
}

.portfolio-overlay .portfolio-desc~a {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    margin: 20px 0 0!important
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-overlay .portfolio-desc~a {
    -webkit-transition: color .2s linear, background-color .2s linear, opacity .2s linear;
    -o-transition: color .2s linear, background-color .2s linear, opacity .2s linear;
    transition: color .2s linear, background-color .2s linear, opacity .2s linear
}

.portfolio-overlay .portfolio-desc~a.right-icon {
    left: 0;
    right: 0;
    margin-left: 5px!important;
    margin-right: 0!important
}

.portfolio-overlay .portfolio-desc a:hover {
    background: 0 0
}

body.device-touch.device-xs .portfolio-notitle .portfolio-overlay,
body.device-touch.device-xxs .portfolio-notitle .portfolio-overlay {
    display: none!important
}

.portfolio-single-image .slide a,
.portfolio-single-image iframe,
.portfolio-single-image img,
.portfolio-single-image video,
.portfolio-single-image>a {
    display: block;
    width: 100%
}

.portfolio-single-image-full {
    position: relative;
    height: 600px;
    overflow: hidden;
    margin: -80px 0 80px!important
}

.portfolio-single-video {
    height: auto!important
}

.portfolio-single-image-full .swiper-container {
    width: 100%;
    height: 600px;
    background-color: #333
}

.portfolio-single-image-full .swiper-nested-1,
.portfolio-single-image-full .swiper-nested-2 {
    width: 100%
}

.portfolio-single-image-full .swiper-slide {
    overflow: hidden
}

.portfolio-single-image-full .swiper-slide img {
    width: 100%;
    height: auto
}

.portfolio-single-content {
    font-size: 14px
}

.portfolio-single-content h2 {
    margin: 0 0 20px;
    padding: 0;
    font-size: 20px;
    font-weight: 600!important
}

#portfolio-ajax-wrap {
    position: relative;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .4s ease;
    -o-transition: max-height .4s ease;
    transition: max-height .4s ease
}

#portfolio-ajax-wrap.portfolio-ajax-opened {
    max-height: 1200px
}

#portfolio-ajax-container {
    display: none;
    padding-bottom: 60px
}

#portfolio-ajax-single h2 {
    font-size: 26px
}

.portfolio-meta,
.portfolio-share {
    list-style: none;
    font-size: 14px
}

.portfolio-meta li {
    margin: 10px 0;
    color: #666
}

.portfolio-meta li:first-child {
    margin-top: 0
}

.portfolio-meta li span {
    display: inline-block;
    width: 150px;
    font-weight: 700;
    color: #333
}

.portfolio-meta li span i {
    position: relative;
    top: 1px;
    width: 14px;
    text-align: center;
    margin-right: 7px
}

.well .line {
    margin: 20px 0;
    border-color: #E5E5E5
}

#portfolio-navigation {
    position: absolute;
    top: 50%;
    left: auto;
    right: 10px;
    max-width: 96px;
    height: 24px;
    margin-top: -12px
}

.page-title-right #portfolio-navigation {
    left: 10px;
    right: auto
}

.page-title-center #portfolio-navigation {
    position: relative;
    top: 0;
    left: 0;
    margin: 20px auto 0
}

#portfolio-navigation a {
    display: block;
    float: left;
    margin-left: 12px;
    width: 24px;
    height: 24px;
    text-align: center;
    color: #444;
    transition: color .3s linear;
    -webkit-transition: color .3s linear;
    -o-transition: color .3s linear
}

.page-title-dark #portfolio-navigation a {
    color: #EEE
}

.page-title-parallax #portfolio-navigation a {
    color: #FFF
}

#portfolio-navigation a i {
    position: relative;
    top: -1px;
    font-size: 24px;
    line-height: 1
}

#portfolio-navigation a i.icon-angle-left,
#portfolio-navigation a i.icon-angle-right {
    font-size: 32px;
    top: -6px
}

#portfolio-navigation a i.icon-angle-right {
    left: -1px
}

#portfolio-navigation a:first-child {
    margin-left: 0
}

#portfolio-navigation a:hover {
    color: #2098D1
}

#portfolio-ajax-show #portfolio-navigation {
    top: 0;
    margin-top: 0
}

.iportfolio {
    position: relative;
    float: none;
    width: 100%;
    margin: 0
}

.iportfolio .portfolio-image {
    position: relative;
    overflow: hidden
}

.iportfolio .portfolio-image,
.iportfolio .portfolio-image a,
.iportfolio .portfolio-image img {
    display: block;
    width: 100%;
    height: auto
}

#posts {
    position: relative
}

.entry {
    position: relative;
    margin: 0 0 35px;
    padding: 20px
}

.entry-sm {
    border-bottom: 10px solid transparent!important;
    background: rgba(255, 255, 255, 0)!important
}

.last {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 0 solid #F5F5F5!important
}

.entry-image {
    margin-bottom: 30px
}

.entry-image,
.entry-image .slide a,
.entry-image>a {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    outline: transparent solid 1px
}

.entry-image iframe {
    display: block
}

.entry-image img {
    border-radius: 0
}

.entry-title h2 {
    margin: 0;
    font-size: 24px
}

.entry-title h2 a {
    color: #333
}

.entry-title h2 a:hover {
    color: #2098D1
}

.entry-meta {
    margin: 10px -10px -15px 0;
    list-style: none
}

.entry-meta:after {
    content: '';
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
    width: 40px;
    border-top: 1px solid rgba(125, 125, 125, .5)
}

.related-posts .entry-meta:after {
    margin-bottom: -10px
}

#post-list-footer .entry-meta:after {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 0 solid #2098D1
}

.tab-content .entry-meta:after {
    margin: 0;
    border-top: 0 solid #2098D1
}

.single-post .entry-meta {
    margin-bottom: 20px
}

.entry-meta li {
    float: left;
    font-size: 16px;
    line-height: 18px;
    margin: 0 10px 15px 0;
    color: #444;
    font-style: italic
}

.entry-meta li:before {
    content: '/';
    display: inline-block;
    margin-right: 10px;
    opacity: .5
}

.entry-meta li i {
    position: relative;
    top: 1px;
    font-size: 14px;
    margin-right: 3px
}

.entry-meta li a {
    color: #2098D1
}

.entry-meta li a:hover {
    color: #444
}

.entry-meta li:first-child:before {
    display: none
}

.entry-meta li ins {
    font-weight: 600;
    text-decoration: none
}

.mini-links h6 a:hover,
.mini-links ul li a:hover,
.team ul li a:hover,
.twitter-scroll a:hover {
    text-decoration: underline!important
}

.entry-c {
    position: relative;
    overflow: hidden
}

#posts .entry-content {
    margin-top: 30px
}

.single-post .entry-content .entry-image {
    max-width: 350px
}

.entry-content {
    position: relative
}

.entry-c .entry-content {
    padding-top: 10px
}

.entry-link {
    display: block;
    background-color: #000;
    padding: 30px 0;
    text-align: center;
    color: #FFF;
    letter-spacing: 1px;
    font-size: 36px;
    font-weight: 600;
    border-radius: 3px
}

.entry blockquote p,
.entry-link span {
    font-weight: 400;
    font-style: italic
}

.ipost .entry-image img,
.post-grid .entry-image img {
    border-radius: 0
}

body:not(.device-touch) .entry-link {
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}

.entry-link:hover {
    color: #FFF;
    background-color: #2098D1
}

.entry-link span {
    display: block;
    margin-top: 5px;
    text-transform: none;
    letter-spacing: 0;
    font-size: 14px;
    color: #EEE
}

.entry-link:hover span {
    color: #EEE
}

.post-grid .entry {
    float: left;
    width: 25%
}

.post-grid .entry-image,
.post-grid .entry-image img {
    height: 148px
}

.post-grid .entry-title h2 {
    font-size: 17px;
    font-weight: 600
}

.post-grid .entry-link {
    font-size: 24px
}

.post-grid .entry-link span {
    font-size: 13px
}

.post-grid.grid-3 .entry {
    width: 33.325%
}

.post-grid.grid-3 .entry-image,
.post-grid.grid-3 .entry-image img {
    height: 202px
}

.post-grid.grid-3 .entry-title h2 {
    font-size: 18px
}

.post-grid.grid-2 {
    margin-right: -40px
}

.post-grid.grid-2 .entry {
    width: 50%;
    margin-right: 40px
}

.post-grid.grid-2 .entry-image,
.post-grid.grid-2 .entry-image img {
    height: auto
}

.post-grid.grid-2 .entry-title h2 {
    font-size: 20px
}

.post-masonry .entry-image,
.post-masonry .entry-image img {
    height: auto!important
}

.overlay-icon,
.spost .entry-image,
.spost .entry-image a,
.spost .entry-image i,
.spost .entry-image img {
    width: 48px;
    height: 48px
}

.ipost .entry-title h3,
.ipost .entry-title h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600
}

.ipost .entry-content,
.mpost,
.spost {
    margin-top: 20px
}

.ipost .entry-title h4 {
    font-size: 15px
}

.ipost .entry-title h3 a,
.ipost .entry-title h4 a {
    color: #333
}

.ipost .entry-title h3 a:hover,
.ipost .entry-title h4 a:hover {
    color: #2098D1
}

.ipost .entry-meta {
    margin-right: -10px
}

.ipost .entry-meta li {
    font-size: 13px;
    margin-right: 10px
}

.ipost .entry-content p {
    margin-bottom: 0
}

.more-link {
    display: inline-block;
    border-bottom: 1px solid #2098D1;
    padding: 0 2px;
    color: #999
}

.comment-avatar img,
.comment-content .comment-author span {
    display: block
}

.more-link:hover {
    border-bottom-color: #555
}

.overlay-icon {
    position: absolute;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    background-color: rgba(0, 0, 0, .2);
    text-align: center
}

.overlay-icon i {
    line-height: 48px;
    font-size: 28px;
    color: #FFF
}

.mpost,
.spost {
    padding-top: 20px
}

.mpost {
    margin-top: 25px;
    padding-top: 25px
}

.mpost:first-child,
.spost:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0
}

.mpost .entry-image,
.spost .entry-image {
    float: left;
    margin: 0 15px 0 0;
    text-align: center
}

.mpost .entry-image a i,
.spost .entry-image a i {
    font-size: 28px;
    line-height: 48px;
    color: #666;
    background-color: #EEE
}

.mpost .entry-title h4,
.spost .entry-title h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 500
}

.mpost .entry-title h4 a,
.spost .entry-title h4 a {
    color: #333
}

.mpost .entry-title h4 a:hover,
.spost .entry-title h4 a:hover {
    color: #2098D1
}

.spost .entry-meta {
    margin: 8px -10px 0 0
}

.mpost .entry-meta li,
.spost .entry-meta li {
    font-size: 13px;
    margin: 0 10px 0 0;
    line-height: 20px
}

.mpost .entry-image {
    margin-right: 20px
}

.mpost .entry-image,
.mpost .entry-image a,
.mpost .entry-image i,
.mpost .entry-image img {
    width: 170px;
    height: 128px
}

.author-image,
.author-image img {
    width: 84px;
    height: 84px
}

.mpost .entry-image a,
.mpost .entry-image img {
    border-radius: 2px
}

.mpost .entry-image a i {
    font-size: 42px;
    line-height: 128px
}

.mpost .entry-title h4 {
    margin: 0;
    font-size: 17px;
    font-weight: 600
}

.mpost .entry-meta {
    margin-top: 5px
}

.mpost .entry-meta li i {
    margin-right: 2px
}

.mpost .entry-content {
    margin-top: 15px
}

.post-navigation+.line {
    margin: 40px 0 50px
}

.author-image {
    float: left;
    margin-right: 15px
}

.panel-body {
    line-height: 1.6
}

#comments {
    position: relative;
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #EEE
}

.commentlist {
    list-style: none;
    padding-bottom: 50px;
    margin: 0 0 50px;
    border-bottom: 1px solid #EEE
}

#reviews .commentlist {
    padding-bottom: 30px;
    margin: 0 0 20px
}

.commentlist ul {
    list-style: none
}

.commentlist li,
.commentlist li ul,
.commentlist li ul li {
    margin: 30px 0 0
}

.commentlist ul:first-child {
    margin-top: 0
}

.commentlist li {
    position: relative;
    margin: 30px 0 0 30px
}

#reviews .commentlist li {
    margin-top: 20px
}

.comment-wrap {
    position: relative;
    border: 1px solid #E5E5E5;
    border-radius: 0;
    padding: 20px 20px 20px 35px;
    background-color: #FFF
}

.commentlist ul .comment-wrap {
    margin-left: 25px;
    padding-left: 20px
}

#reviews .comment-wrap {
    border: 0;
    padding: 10px 0 0 35px
}

#reviews .commentlist>li:first-child,
.commentlist>li:first-child {
    padding-top: 0;
    margin-top: 0
}

.commentlist li .children {
    margin-top: 0
}

.commentlist li li .children {
    margin-left: 30px
}

.commentlist li .comment-content,
.pingback {
    position: relative;
    overflow: hidden
}

.commentlist li .comment-content p,
.pingback p {
    margin: 20px 0 0
}

.commentlist li .comment-content {
    padding: 0 0 0 15px
}

.commentlist li .comment-meta {
    float: left;
    margin-right: 0;
    line-height: 1
}

.comment-avatar {
    position: absolute;
    top: 15px;
    left: -35px;
    padding: 0;
    background: #F9F9F9;
    border: 1px solid #E5E5E5
}

.commentlist li .children .comment-avatar {
    left: -25px
}

.comment-content .comment-author {
    margin-bottom: -10px;
    font-size: 16px;
    font-weight: 700;
    color: #555
}

.comment-content .comment-author a {
    border: none;
    color: #333
}

.comment-content .comment-author a:hover {
    color: #2098D1
}

.comment-content .comment-author span,
.comment-content .comment-author span a {
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    color: #AAA
}

.comment-content .comment-author span a:hover {
    color: #888
}

.comment-reply-link,
.review-comment-ratings {
    display: block;
    position: absolute;
    top: 4px;
    left: auto;
    text-align: center;
    right: 0;
    width: 14px;
    height: 14px;
    color: #DDD;
    font-size: 14px;
    line-height: 1
}

.review-comment-ratings {
    width: auto;
    color: #333
}

.comment-reply-link:hover {
    color: #888
}

#respond,
#respond form {
    margin-bottom: 0
}

.commentlist li #respond {
    margin: 30px 0 0
}

.commentlist li li #respond {
    margin-left: 30px
}

#respond p {
    margin: 10px 0 0
}

#respond p:first-child {
    margin-top: 0
}

#respond label small {
    color: #999;
    font-weight: 400
}

#respond input[type=text],
#respond textarea {
    margin-bottom: 0
}

#respond .col_full,
#respond .col_one_third {
    margin-bottom: 20px
}

.fb-comments,
.fb-comments>span,
.fb-comments>span>iframe,
.fb_iframe_widget,
.fb_iframe_widget>span,
.fb_iframe_widget>span>iframe {
    display: block!important;
    width: 100%!important;
    margin: 0
}

div.alignleft,
img.alignleft {
    float: left;
    margin: 5px 20px 13px 0;
    max-width: 100%
}

div.aligncenter>img,
div.alignleft>img,
div.alignnone>img,
div.alignright>img {
    display: block;
    float: none
}

div.aligncenter,
div.alignnone,
img.aligncenter,
img.alignnone {
    display: block;
    margin: 10px 0;
    float: none
}

div.aligncenter,
div.aligncenter img,
img.aligncenter {
    margin-left: auto;
    margin-right: auto;
    clear: both
}

div.alignright,
img.alignright {
    float: right;
    margin: 5px 0 13px 20px
}

.wp-caption {
    text-align: center;
    margin: 10px 20px 13px;
    font-style: italic
}

.wp-caption img,
.wp-caption img a {
    display: block;
    margin: 0
}

p.wp-caption-text {
    display: inline-block;
    margin: 10px 0 0;
    padding: 5px 10px;
    background-color: #EEE;
    border-radius: 50px
}

.wp-smiley {
    max-height: 13px;
    margin: 0!important
}

#infscr-loading,
#portfolio-ajax-loader {
    position: fixed;
    z-index: 20;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 3px;
    line-height: 48px;
    font-size: 24px;
    color: #FFF;
    text-align: center
}

#infscr-loading img,
#portfolio-ajax-loader img {
    display: none;
    width: 24px;
    height: 24px;
    margin: 12px
}

#portfolio-ajax-loader {
    display: none
}

#portfolio-ajax-loader img,
.countdown,
.countdown-row {
    display: block
}

.events .entry,
.ievent {
    padding: 20px;
    background-color: #FFF;
    border-bottom: 1px solid #EEE
}

.events .entry-image .entry-date,
.ievent .entry-image .entry-date {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #333;
    width: 90px;
    height: 90px;
    text-align: center;
    padding-top: 7px;
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
    border: 1px solid rgba(0, 0, 0, .6)
}

.events .entry-image .entry-date.double,
.ievent .entry-image .entry-date.double {
    width: 120px!important
}

.events .entry-image .entry-date span,
.ievent .entry-image .entry-date span {
    display: block;
    font-size: 15px;
    margin-top: 5px;
    text-transform: uppercase
}

.events .entry-c,
.ievent .entry-c {
    padding: 5px 0
}

.single-event .entry-image img {
    border-radius: 0
}

.single-event .events-meta {
    font-size: 14px
}

.iconlist li,
.parallax .iconlist li,
.single-event .events-meta .iconlist li {
    margin: 8px 0;
    font-size: 16px
}

.iconlist li i {
    color: #0a473f;
}

.dark .iconlist li {
    color: #CCC
}

.dark .parallax .iconlist li {
    color: #FFF
}

.parallax .entry-overlay-meta,
.single-event .entry-overlay {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: rgba(255, 255, 255, .9);
    text-align: center;
    line-height: 80px;
    font-size: 26px;
    font-weight: 400;
    color: #333;
    z-index: 5
}

.single-event .countdown {
    display: inline-block;
    position: relative;
    top: 7px
}

.single-event .countdown-section {
    padding: 0 15px;
    border-left-color: rgba(255, 255, 255, .3);
    background-color: rgba(255, 255, 255, .3)
}

.single-event .countdown-amount {
    color: #F9F9F9
}

.parallax .entry-overlay,
.parallax .entry-overlay-meta {
    background: 0 0;
    width: auto;
    text-align: right;
    bottom: 90px;
    left: auto;
    right: 30px
}

.parallax .entry-overlay-meta {
    top: 50px;
    padding: 20px;
    font-size: 16px;
    text-align: justify;
    left: 0;
    bottom: 0;
    width: 500px;
    height: auto;
    line-height: inherit;
    background: rgba(241, 241, 241, .97);
    border: 0 solid rgba(0, 0, 0, .2)
}

.parallax .entry-overlay-meta .block {
    overflow: auto;
    height: 950px;
    width: 455px;
}

.briefs {
    padding-top: 25px;
    margin-top: 40px;
    border-top: 1px solid #bbb
}

#events h4 {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 600;
}

#events .btngoup {
    position: absolute;
    top: 0;
    right: 23px;
    z-index: 5
}
#events .price{
    position: absolute;
    top: 0;
    left: 22px;
    z-index: 5;
    /*margin-bottom: -27px;*/
    margin-top:28px;
}
.button,
.countdown-row,
.ievent {
    position: relative
}

.btn-default-cstm {
    border-radius: 0;
    padding: 10px 15px;
    margin-top: -3px
}

.parallax.overlay-left .entry-overlay,
.parallax.overlay-left .entry-overlay-meta {
    right: auto;
    left: 30px
}

.parallax.overlay-left .entry-overlay-meta {
    left: 38px
}

.parallax.overlay-center .entry-overlay,
.parallax.overlay-center .entry-overlay-meta {
    bottom: 100px;
    right: auto;
    left: 50%;
    margin-left: -192px
}

.parallax.overlay-center .entry-overlay-meta {
    top: 100px;
    bottom: auto;
    margin-left: -184px
}

.parallax .entry-overlay-meta h2 {
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding-bottom: 17px
}

.parallax .entry-overlay-meta h2 a {
    color: #111
}

.parallax .entry-overlay-meta h2 a:hover {
    color: #2098D1
}

.parallax .countdown {
    top: 0
}

.parallax .countdown-amount {
    font-size: 28px;
    margin-bottom: 6px
}

.event .button.button-full {
    padding: 10px 0!important
}

.dark .events .entry,
.dark .ievent {
    background-color: rgba(0, 0, 0, .2);
    border-bottom-color: rgba(0, 0, 0, .1)
}

.dark .countdown-amount,
.dark .countdown-section {
    color: #F9F9F9!important
}

.dark.parallax .countdown-section {
    border: 0 solid rgba(255, 255, 255, .4);
    background-color: rgba(0, 0, 0, .3)
}

.dark.parallax .entry-overlay-meta h1 a,
.dark.parallax .entry-overlay-meta h2 a,
.dark.parallax .entry-overlay-meta h3 a {
    color: #FFF
}

.dark .single-event .entry-overlay,
.dark.parallax .entry-overlay-meta {
    color: #FFF;
    background-color: #111
}

.dark .single-event .entry-overlay i,
.dark.parallax .entry-overlay-meta i {
    color: #2098D1
}

.dark.parallax .entry-overlay-meta h2 {
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.dark.parallax .entry-overlay-meta {
    border: 0 solid rgba(255, 255, 255, .2)
}

.ievent {
    margin-top: 20px
}

.ievent:first-child {
    margin-top: 0
}

.ievent .entry-image {
    width: 30%;
    margin-right: 20px
}

.ievent .entry-content {
    margin-top: 20px
}

.ievent .entry-title h2 {
    font-size: 18px
}

.ievent .entry-meta {
    margin-right: -10px
}

.ievent .entry-meta li {
    font-size: 13px;
    margin-right: 10px;
    padding-left: 10px
}

.ievent .entry-meta li:first-child {
    padding-left: 0
}

.countdown-row {
    text-align: center
}

.countdown-section {
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    text-align: center;
    width: 25%;
    color: #333!important;
    text-transform: capitalize
}

.countdown-amount {
    display: block;
    font-size: 20px;
    color: #333!important;
    margin-bottom: 5px
}

.countdown-descr {
    display: block;
    width: 100%
}

.parallax .countdown-section {
    width: 80px;
    height: 80px;
    margin: 0 8px;
    font-size: 13px;
    padding-top: 14px;
    border: 0 solid rgba(0, 0, 0, .4)
}

.countdown-medium .countdown-section {
    font-size: 14px
}

.countdown-medium .countdown-amount {
    font-size: 30px;
    margin-bottom: 7px
}

.countdown-large .countdown-section {
    font-size: 18px
}

.countdown-large .countdown-amount {
    font-size: 44px;
    font-weight: 600;
    margin-bottom: 8px
}

.countdown.countdown-inline {
    display: inline-block
}

.countdown.countdown-inline .countdown-row {
    display: inline-block;
    text-align: center
}

.countdown.countdown-inline .countdown-section {
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    width: auto;
    border: none;
    color: inherit;
    margin-left: 7px;
    text-transform: lowercase
}

.countdown.countdown-inline .countdown-section:first-child {
    margin-left: 0
}

.countdown.countdown-inline .countdown-amount {
    display: inline-block;
    font-size: inherit;
    color: inherit;
    font-weight: 700;
    margin: 0 3px 0 0
}

.countdown.countdown-inline .countdown-descr {
    display: inline-block;
    width: auto
}

body:not(.device-xs):not(.device-xxs) .countdown.countdown-large.coming-soon .countdown-section {
    border: none;
    padding: 15px
}

body:not(.device-xs):not(.device-xxs) .countdown.countdown-large.coming-soon .countdown-amount {
    height: 140px;
    line-height: 140px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .2);
    margin-bottom: 15px!important
}

.button,
.button:hover {
    background-color: #7c1718;
}

body:not(.device-touch) .button {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.button {
    display: inline-block;
    cursor: pointer;
    outline: 0;
    white-space: nowrap;
    margin: 0;
    padding: 0 22px;
    font-size: 14px;
    height: auto;
    line-height: 36px;
    color: #FFF;
    font-weight: 400;
    font-family: 'PT Serif', serif;
    text-transform: none;
    letter-spacing: 1px
}

.button-black,
.button-white {
    outline: rgba(155, 155, 155, 0) solid 5px
}

.button-dark,
.button:hover {
    color: #FFF!important
}

.button-gradient-black {
    background: #45484d;
    background: -moz-linear-gradient(top, #222 0, #000 100%);
    background: -webkit-linear-gradient(top, #222 0, #000 100%);
    background: linear-gradient(to bottom, #222 0, #000 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#000000', GradientType=0)
}

.button-gradient {
    background: #3f4c6b;
    background: -moz-linear-gradient(top, rgba(63, 76, 107, 1) 0, rgba(63, 76, 107, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(63, 76, 107, 1) 0, rgba(63, 76, 107, 1) 100%);
    background: linear-gradient(to bottom, rgba(63, 76, 107, 1) 0, rgba(63, 76, 107, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3f4c6b', endColorstr='#3f4c6b', GradientType=0)
}

.button-gradient-blue {
    border: none;
    background: #bd6a5c;
    background: -moz-linear-gradient(top, #bd6a5c 0, #7c1718 100%);
    background: -webkit-linear-gradient(top, #bd6a5c 0, #7c1718 100%);
    background: linear-gradient(to bottom, #bd6a5c 0, #7c1718 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3', GradientType=0)
}

.button-white {
    color: #111!important;
    text-shadow: none!important;
    border: 1px solid rgba(155, 155, 155, .4);
    background: #FFF
}

.button-white:hover {
    color: #FFF!important;
    background-color: #bd6a5c!important
}

.button-black-alpha {
    background: rgba(0, 0, 0, .75)!important
}

.button-black {
    border: 1px solid rgba(155, 155, 155, .2);
    background: #111
}

.button-feedback {
    position: fixed;
    z-index: 55;
    left: -58px;
    top: 50%
}

.button-feedback.right {
    right: -58px!important;
    left: auto!important
}

.button-feedback.top {
    top: 25%
}

.button-feedback.bottom {
    top: 70%
}

.button-feedback .button {
    letter-spacing: 3px;
    color: #FFF;
    text-shadow: none;
    border: 1px solid rgba(255, 255, 255, .5);
    background-color: #111
}

.button-feedback .button-rounded,
.button-feedback.right .button-rounded {
    border-radius: 0
}

.button.button-vertical {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.button.button-frame {
    border: 1px solid rgba(255, 255, 255, .5);
    outline: #2098D1 solid 8px
}

.button.button-outline {
    outline: rgba(255, 255, 255, .1) solid 5px
}

.dark .feature-box,
.feature-box {
    outline: rgba(155, 155, 155, 0) solid 5px
}

.button.button-mini {
    padding: 0 20px!important;
    font-size: 11px;
    height: auto;
    line-height: 28px
}

.button.button-small {
    padding: 0 23px!important;
    font-size: 13px;
    height: auto;
    line-height: 36px
}

.button.button-medium {
    padding: 0 28px!important;
    font-size: 16px;
    height: auto;
    line-height: 40px
}

.button.button-large {
    padding: 0 32px!important;
    font-size: 20px;
    height: 46px;
    line-height: 46px
}

.button.button-xlarge {
    padding: 0 38px!important;
    font-size: 20px;
    letter-spacing: 2px;
    height: 52px;
    line-height: 52px
}

.button.button-massive {
    padding: 0 88px!important;
    white-space: normal
}

.button.button-massive .subtext {
    font-size: 20px;
    text-align: center;
    display: block;
    font-weight: 400;
    margin-top: -55px
}

.button-check {
    line-height: 40px!important;
    margin-top: 40px!important
}

.button i {
    position: relative;
    top: 1px;
    line-height: 1;
    margin-right: 5px
}

.button.tright i {
    margin: 0 0 0 15px
}

.button-mini i {
    margin-right: 3px
}

.button-mini.tright i {
    margin: 0 0 0 3px
}

.button-small i {
    margin-right: 8px
}

.button-small.tright i {
    margin: 0 0 0 10px
}

.button-xlarge i {
    top: 2px;
    margin-right: 8px
}

.button-xlarge.tright i {
    margin: 0 0 0 8px
}

.button.button-border {
    background-color: #bd6a5c!important;
    text-shadow: none
}

.button.button-mini.button-border,
.button.button-small.button-border {
    border: 1px solid #888
}

.button.button-border.button-dark:hover {
    text-shadow: none;
    border-color: rgba(255, 255, 255, 1)
}

.button.button-border.button-color {
    border-color: #2098D1;
    color: #2098D1!important;
    font-weight: 600;
    text-shadow: none
}

.button.button-border.button-color:hover {
    color: #FFF!important;
    border-color: #FFF
}

.event .gallery {
    position: absolute;
    top: 25px;
    left: -165px
}

.event .gallery div {
    width: 145px;
    border: 7px solid #fff
}

.button.button-reveal {
    padding: 0 28px;
    overflow: hidden
}

.button.button-reveal i {
    display: block;
    position: absolute;
    top: 2px;
    left: -32px;
    width: 32px;
    height: auto;
    margin: 0;
    text-align: center
}

.button.button-reveal.button-border i {
    top: 1px
}

.button.button-reveal.tright i {
    left: auto;
    right: -32px
}

.button.button-reveal span {
    display: inline-block;
    position: relative;
    left: 0
}

body:not(.device-touch) .button.button-reveal i,
body:not(.device-touch) .button.button-reveal span {
    -webkit-transition: left .3s ease, right .3s ease;
    -o-transition: left .3s ease, right .3s ease;
    transition: left .3s ease, right .3s ease
}

.button.button-reveal.button-mini {
    padding: 0 17px
}

.button.button-reveal.button-mini i {
    left: -22px;
    width: 22px;
    height: 28px;
    line-height: 28px
}

.button.button-reveal.button-mini.tright i {
    left: auto;
    right: -22px
}

.button.button-reveal.button-small {
    padding: 0 22px
}

.button.button-reveal.button-small i {
    left: -26px;
    width: 26px;
    height: auto;
    line-height: 35px
}

.booking .button.button-reveal.button-small i {
    line-height: 38px
}

.button.button-reveal.button-small.tright i {
    left: auto;
    right: -26px
}

.button.button-reveal.button-medium {
    padding: 0 28px
}

.button.button-reveal.button-medium i {
    left: -38px;
    width: 38px;
    height: auto;
    line-height: 39px
}

.button.button-reveal.button-medium.tright i {
    left: auto;
    right: -38px
}

.button.button-reveal.button-large {
    padding: 0 32px
}

.button.button-reveal.button-large i {
    left: -38px;
    width: 38px;
    height: 46px;
    line-height: 50px
}

.button.button-reveal.button-large.tright i {
    left: auto;
    right: -38px
}

.button.button-reveal.button-xlarge {
    padding: 0 40px
}

.button.button-reveal.button-xlarge i {
    left: -44px;
    width: 44px;
    height: 52px;
    line-height: 56px
}

.button.button-reveal.button-xlarge.tright i {
    left: auto;
    right: -44px
}

.button.button-reveal:hover i {
    left: 0
}

.button.button-reveal.tright:hover i {
    left: auto;
    right: 0
}

.button.button-reveal:hover span {
    left: 16px
}

.button.button-reveal.button-mini:hover span {
    left: 11px
}

.button.button-reveal.button-small:hover span {
    left: 13px
}

.button.button-reveal.button-large:hover span {
    left: 19px
}

.button.button-reveal.button-xlarge:hover span {
    left: 22px
}

.button.button-reveal.tright:hover span {
    left: -16px
}

.button.button-reveal.button-mini.tright:hover span {
    left: -11px
}

.button.button-reveal.button-small.tright:hover span {
    left: -13px
}

.button.button-reveal.button-large.tright:hover span {
    left: -19px
}

.button.button-reveal.button-xlarge.tright:hover span {
    left: -22px
}

.button.button-full {
    display: block!important;
    width: 100%!important;
    text-align: center!important
}

.button.button-full.button-light {
    border-bottom: 1px solid rgba(0, 0, 0, .15)
}

.button.button-full strong {
    font-weight: 600
}

body:not(.device-touch) .button.button-full strong {
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.button.button-full.button-light strong {
    border-bottom-color: #333
}

.button.button-full.button-light:hover strong {
    border-bottom-color: #EEE
}

.button.button-nohover:hover {
    opacity: inherit!important;
    background-color: inherit!important;
    color: inherit!important;
    border-color: inherit!important
}

.promo {
    position: relative;
    padding: 25px 200px 15px 0
}

.promo h3 {
    font-weight: 700;
    margin-bottom: 0;
    margin-top: -10px;
    font-size: 24px
}

.promo>.container>span,
.promo>span {
    display: block;
    color: #444;
    font-weight: 300;
    font-size: 16px;
    margin-top: 0
}

.promo .heading-block {
    margin-bottom: 10px
}

.promo a.button {
    position: absolute;
    top: 50%;
    margin: -18px 0 0;
    left: auto;
    right: 0
}

.promo.promo-border a.button,
.promo.promo-color a.button,
.promo.promo-light a.button {
    right: 30px
}

.promo a.button.button-mini {
    margin-top: -12px
}

.promo a.button.button-small {
    margin-top: -15px
}

.promo a.button.button-large {
    margin-top: -22px
}

.promo a.button.button-xlarge {
    margin-top: -25px
}

.promo a.button.button-desc {
    margin-top: -40px
}

.promo-uppercase {
    text-transform: uppercase
}

.promo-uppercase h3 {
    font-size: 22px
}

.promo-uppercase>.container>span,
.promo-uppercase>span {
    font-size: 15px
}

.promo.promo-border {
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    padding-left: 30px
}

.promo.promo-light {
    background-color: #EEE;
    border-radius: 3px;
    padding-left: 30px;
    border: 1px solid #DDD
}

.promo.promo-color {
    background-color: #2098D1;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    border-radius: 3px;
    padding-left: 30px
}

.promo.promo-color h3 {
    color: #FFF
}

.promo.promo-color>.container>h3 span,
.promo.promo-color>h3 span {
    padding: 2px 8px;
    border-radius: 3px;
    color: #FFF
}

.promo.promo-color>.container>span,
.promo.promo-color>span {
    color: #FFF;
    margin-top: 8px
}

.promo-full {
    border-radius: 0!important;
    border-left: 0!important;
    border-right: 0!important;
    padding: 40px 0!important
}

.promo-full a.button {
    right: 15px!important
}

.promo-full.promo-right a.button {
    right: auto!important;
    left: 15px!important
}

.promo.parallax {
    padding: 80px 0!important
}

.promo.promo-right {
    text-align: right;
    padding: 30px 0 30px 200px
}

.promo.promo-right a.button {
    left: 0;
    right: auto
}

.promo.promo-dark.promo-right:not(.promo-mini),
.promo.promo-right.promo-border:not(.promo-mini) {
    padding-right: 30px
}

.promo.promo-dark.promo-right a.button,
.promo.promo-right.promo-border a.button {
    left: 30px
}

.promo.promo-center a.button,
.promo.promo-mini a.button {
    top: 0;
    margin: 20px 0 0;
    left: 0!important;
    right: 0;
    position: relative
}

.promo.promo-center {
    text-align: center;
    padding: 30px 20px
}

.promo.promo-mini {
    text-align: left;
    padding: 20px 25px
}

.promo.promo-mini h3 {
    font-size: 20px;
    line-height: 1.5
}

.promo.promo-mini.promo-uppercase h3 {
    font-size: 18px
}

.promo.promo-mini.promo-dark h3 {
    line-height: 1.7
}

.promo.promo-mini.promo-center {
    text-align: center
}

.promo.promo-mini.promo-right {
    text-align: right
}

.feature-box {
    position: relative;
    margin-top: 20px;
    padding: 0 0 0 80px;
    border: 1px solid rgba(155, 155, 155, .4);
    background: #FFF
}

.dark .feature-box {
    border: 1px solid rgba(155, 155, 155, .2);
    background: #111
}

.feature-box.fbox-center {
    padding: 10px!important;
    text-align: center;
    paddin-right: 30px!important;
    height: 470px
}
.feature-box #effect-4 figure ul{
    height: 110px;
    overflow: hidden;
}
.feature-box.fbox-center .fbox-icon {
    position: relative;
    width: 96px;
    height: 96px;
    margin: 0 auto 30px
}

.feature-box.fbox-center .fbox-icon i {
    font-size: 42px;
    line-height: 96px
}

.feature-box.fbox-center p {
    font-size: 14px;
    margin-top: 15px;
    padding: 0 0 15px
}

.feature-box h2 {
    font-size: 28px
}

.feature-box h3 {
    font-size: 24px;
    padding-top: 15px
}

.feature-box p {
    margin: 8px 0 0;
    color: #333
}

.feature-box h3+.fbox-icon {
    margin-top: 20px!important
}

.feature-box h3 span.subtitle {
    display: block;
    margin-top: 0;
    color: #717171;
    font-weight: 300;
    text-transform: none;
    font-size: 16px;
    height: 75px;
    overflow: hidden
}

.feature-box.fbox-center:not(.fbox-bg) h3:after {
    content: '';
    display: block;
    margin: 20px auto;
    width: 30px;
    border-top: 1px solid #555;
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease
}

.feature-box.fbox-center:not(.fbox-bg):hover h3:after {
    width: 50px
}

.feature-box.fbox-center.noborder:not(.fbox-bg) h3:after,
.feature-box.fbox-center.nobottomborder:not(.fbox-bg) h3:after {
    display: none
}

.i-bordered,
.i-circled,
.i-plain,
.i-rounded,
.icon,
.social-icon {
    display: block;
    margin: 25px;
    text-align: center!important;
    font-size: 28px;
    color: #444;
    cursor: pointer;
    font-style: normal;
    border-radius: 50%
}

.i-color {
    color: #2098D1!important
}

.i-dark {
    color: #FFF
}

.i-light {
    box-shadow: 0 0 0 5px #F4F4F4!important
}

.i-bordered,
.i-circled,
.i-rounded,
.icon {
    background-color: #FFF;
    border: 2px solid #DDD;
    box-shadow: 0 0 0 5px #FFF
}

.dark .i-bordered,
.dark .i-circled,
.dark .i-rounded,
.dark .icon {
    color: #FFF;
    background-color: transparent;
    border: 2px solid #555;
    box-shadow: 0 0 0 5px #333!important
}

.i-bordered {
    border: 2px solid rgba(255, 255, 255, .5);
    line-height: 50px!important;
    text-shadow: none
}

.i-rounded {
    border-radius: 10px
}

.i-plain {
    width: 36px!important;
    height: 36px!important;
    font-size: 28px;
    line-height: 36px!important;
    text-shadow: none
}

.i-circled {
    border-radius: 50%
}

.i-alt {
    background-image: url(../images/icons/iconalt.svg);
    background-position: center center;
    background-size: 100% 100%
}

body:not(.device-touch) .i-bordered,
body:not(.device-touch) .i-circled,
body:not(.device-touch) .i-plain,
body:not(.device-touch) .i-rounded,
body:not(.device-touch) .social-icon {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.i-small.i-bordered,
.i-small.i-circled,
.i-small.i-plain,
.i-small.i-rounded {
    font-size: 18px
}

.i-small.i-bordered,
.i-small.i-circled,
.i-small.i-rounded {
    width: 40px!important;
    height: 40px!important;
    line-height: 40px!important
}

.i-small.i-bordered {
    line-height: 36px!important
}

.i-small.i-plain {
    width: 18px!important;
    height: 18px!important;
    font-size: 18px;
    line-height: 18px!important
}

.i-medium.i-bordered,
.i-medium.i-circled,
.i-medium.i-plain,
.i-medium.i-rounded {
    font-size: 26px
}

.i-medium.i-bordered,
.i-medium.i-circled,
.i-medium.i-rounded {
    width: 55px!important;
    height: 55px!important;
    line-height: 55px!important
}

.i-medium.i-bordered {
    line-height: 55px!important
}

.i-medium.i-plain {
    width: 26px!important;
    height: 26px!important;
    font-size: 26px;
    line-height: 26px!important
}

.i-large.i-bordered,
.i-large.i-circled,
.i-large.i-plain,
.i-large.i-rounded {
    ;
    font-size: 36px;
}

.i-large.i-bordered,
.i-large.i-circled,
.i-large.i-rounded {
    width: 64px!important;
    height: 64px!important;
    line-height: 64px!important
}

.i-large.i-bordered {
    line-height: 59px!important
}

.i-large.i-plain {
    width: 36px!important;
    height: 36px!important;
    font-size: 36px;
    line-height: 36px!important
}

.i-xlarge.i-bordered,
.i-xlarge.i-circled,
.i-xlarge.i-plain,
.i-xlarge.i-rounded {
    font-size: 46px
}

.i-xlarge.i-bordered,
.i-xlarge.i-circled,
.i-xlarge.i-rounded {
    width: 84px!important;
    height: 84px!important;
    line-height: 84px!important
}

.i-xlarge.i-bordered {
    line-height: 82px!important
}

.i-xlarge.i-plain {
    width: 46px!important;
    height: 46px!important;
    font-size: 46px;
    line-height: 46px!important
}

.style-msg,
.style-msg2 {
    display: block;
    color: #444;
    border-left: 4px solid rgba(0, 0, 0, .1);
    margin-bottom: 20px
}

.style-msg2 {
    border-left: 4px solid rgba(0, 0, 0, .2)
}

.successmsg {
    background: #C5EBD4;
    color: #184B21
}

.errormsg {
    background: #FCC;
    color: #740D0A
}

.infomsg {
    background: #B9DFF4;
    color: #124F70
}

.alertmsg {
    background: #FCE0B6;
    color: #975E06
}

.style-msg .sb-msg,
.style-msg2 .msgtitle,
.style-msg2 .sb-msg {
    display: block;
    padding: 15px;
    border-left: 1px solid rgba(255, 255, 255, .5);
    font-size: 13px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, .6)
}

.style-msg2 .msgtitle {
    background: rgba(0, 0, 0, .15);
    border-top: none;
    border-bottom: none;
    font-size: 14px;
    font-weight: 700
}

.style-msg-light .msgtitle,
.style-msg-light .sb-msg {
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3)
}

.style-msg2 .sb-msg {
    font-weight: 400
}

.style-msg2 ol,
.style-msg2 ul {
    margin: 0 0 0 30px
}

.style-msg2 ol {
    list-style-type: decimal
}

.style-msg2 ul {
    list-style-type: disc
}

.alert i,
.msgtitle i,
.sb-msg i {
    position: relative;
    top: 1px;
    font-size: 14px;
    width: 14px;
    text-align: center;
    margin-right: 5px
}

.social-widget {
    width: 100%
}

.social-widget ul li {
    display: inline-block
}

.social-icon i,
.toggle {
    display: block;
    position: relative
}

.social-icon {
    margin: 0 20px 0 0;
    width: 25px;
    line-height: 0;
    color: #FFF;
    text-shadow: none;
    border-radius: 3px;
    overflow: hidden;
}

.social-icon.si-small {
    width: 32px;
    height: 32px;
    font-size: 14px;
    line-height: 30px!important
}

body:not(.device-touch) .social-icon i {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.social-icon i:last-child {
    color: #FFF!important
}

.social-icon:hover i:first-child {
    margin-top: -38px
}

.social-icon.si-large:hover i:first-child {
    margin-top: -54px
}

.social-icon.si-small:hover i:first-child {
    margin-top: -30px
}

.si-share {
    position: relative;
    padding-left: 5px;
    border-top: 1px solid #EEE;
    border-bottom: 0 solid #EEE
}

.si-share span {
    line-height: 36px;
    font-weight: 700;
    font-size: 13px
}

.si-share div {
    float: right
}

.si-share .social-icon {
    margin: -1px 0;
    border-radius: 0;
    font-size: 15px
}

.toggle {
    margin: 0 0 10px
}

.toggle .togglet,
.toggle .toggleta {
    display: block;
    position: relative;
    line-height: 24px;
    padding: 0 0 0 24px;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #444;
    cursor: pointer
}

.toggle .togglet i {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    text-align: center;
    font-size: 12px;
    line-height: 24px
}

.toggle .toggleta {
    font-weight: 400
}

.toggle .togglet i.toggle-open,
.toggle .toggleta i.toggle-closed {
    display: none
}

.toggle .toggleta i.toggle-open {
    display: block
}

.toggle .togglec {
    display: block;
    position: relative;
    padding: 10px 0 0 24px
}

.toggle.toggle-bg .togglet,
.toggle.toggle-bg .toggleta {
    background-color: rgba(255, 255, 255, .8);
    line-height: 44px;
    padding: 0 0 0 36px;
    border-radius: 2px;
    border-bottom: 1px solid #DDD;
    border-right: 1px solid #EEE
}

.toggle.toggle-bg .togglet i {
    left: 14px;
    line-height: 44px
}

.toggle.toggle-bg .togglec {
    padding: 15px;
    font-size: 16px
}

.toggle.toggle-border {
    border: 1px solid #CCC;
    border-radius: 4px
}

.toggle.toggle-border .togglet,
.toggle.toggle-border .toggleta {
    line-height: 44px;
    padding: 0 15px 0 36px
}

.toggle.toggle-border .togglet i {
    left: 14px;
    line-height: 44px
}

.toggle.toggle-border .togglec {
    padding: 0 15px 15px 36px
}

.faqs .toggle {
    border-bottom: 1px solid #EEE;
    padding-bottom: 12px;
    margin-bottom: 12px
}

.faqs .toggle .togglet,
.faqs .toggle .toggleta {
    font-size: 15px
}

.faqs .toggle .togglet i {
    top: 1px;
    font-size: 14px
}

.faqs .toggle .togglec {
    padding-bottom: 10px
}

.accordion {
    margin-bottom: 20px
}

.acctitle,
.acctitlec {
    display: block;
    position: relative;
    line-height: 24px;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #444;
    cursor: pointer;
    border-top: none;
    padding: 10px 0 10px 20px
}

.acctitlec {
    cursor: auto
}

.acctitle:first-child {
    border-top: none
}

.acctitle i {
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    text-align: center;
    font-size: 12px;
    line-height: 44px
}

.accordion.accordion-bg .acctitle i,
.accordion.accordion-border .acctitle i {
    left: 14px;
    line-height: 44px
}

.acctitle i.acc-open,
.acctitlec i.acc-closed {
    display: none
}

.acctitlec i.acc-open {
    display: block
}

.acc_content {
    position: relative;
    padding: 0 0 15px 20px
}

.accordion.accordion-bg .acctitle,
.accordion.accordion-bg .acctitlec {
    background-color: rgba(255, 255, 255, .8);
    line-height: 44px;
    padding: 0 0 0 36px;
    margin-bottom: 5px;
    border-top: 0;
    border-bottom: 1px solid #DDD;
    border-right: 1px solid #EEE
}

.accordion.accordion-bg .acc_content {
    padding: 15px
}

.accordion.accordion-border {
    border: 1px solid #E1E1E1;
    border-radius: 4px
}

.accordion.accordion-border .acctitle,
.accordion.accordion-border .acctitlec {
    border-color: #DDD;
    line-height: 44px;
    padding: 0 15px 0 36px
}

.accordion.accordion-border .acc_content {
    padding: 15px 15px 15px 36px;
    background-color: #F9F9F9
}

.tabs {
    position: relative;
    margin: 0
}

ul.tab-nav {
    margin: 0;
    list-style: none
}

ul.tab-nav li {
    float: left;
    height: 40px
}

ul.tab-nav li:first-child {
    margin-left: 0
}

ul.tab-nav li a {
    display: block;
    padding: 0 10px;
    color: #666;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0);
    border-bottom: 0
}

ul.tab-nav li.ui-tabs-active a {
    position: relative;
    border: 1px solid #CCC;
    border-bottom: 0;
    color: #2098D1;
    background: #F9F9F9
}

.dark ul.tab-nav li.ui-tabs-active a {
    border: 1px solid #555;
    border-bottom: 0;
    color: #2098D1;
    background: 0 0
}

.dark ul.tab-nav li a {
    color: #CCC;
    border: 1px solid #222;
    border-bottom: 0
}

.tab-container {
    position: relative;
    padding: 0;
    border: 1px solid rgba(125, 125, 125, .5)
}

.tab-content {
    padding: 20px
}

.side-tabs ul.tab-nav {
    float: left;
    width: 200px;
    padding: 20px 0;
    border-bottom: 0;
    border-right: 1px solid #DDD
}

.side-tabs ul.tab-nav li {
    float: none;
    border: 1px solid #DDD;
    border-right: 0;
    border-top: 0;
    height: auto
}

.side-tabs ul.tab-nav li:first-child {
    margin-left: 0;
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD
}

.side-tabs ul.tab-nav li a {
    height: auto;
    line-height: 44px
}

.side-tabs ul.tab-nav li.ui-tabs-active a {
    top: 0;
    right: -1px
}

.side-tabs .tab-container {
    overflow: hidden;
    padding: 15px 0 0 20px
}

.sidenav {
    width: 100%;
    padding: 0;
    background-color: #FFF;
    list-style-type: none!important;
    border-radius: 4px
}

.sidenav>li>a {
    display: block;
    margin: 0 0 -1px;
    padding: 11px 14px;
    font-size: 14px;
    border: 1px solid #E5E5E5;
    border-right-width: 2px;
    color: #666
}

.sidenav>li:first-child>a {
    border-radius: 4px 4px 0 0
}

.sidenav>li:last-child>a {
    border-radius: 0 0 4px 4px;
    border-bottom-width: 2px
}

.sidenav>.ui-tabs-active>a,
.sidenav>.ui-tabs-active>a:hover {
    position: relative;
    z-index: 2;
    border-color: rgba(0, 0, 0, .1)!important;
    color: #FFF!important;
    font-weight: 600;
    background-color: #2098D1!important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2)
}

.sidenav li i {
    position: relative;
    top: 1px;
    margin-right: 6px;
    font-size: 14px;
    text-align: center;
    width: 16px
}

.sidenav .icon-chevron-right {
    float: right;
    margin-top: 2px;
    margin-right: -6px;
    opacity: .4;
    font-size: 12px!important
}

.sidenav>li>a:hover {
    background-color: #F5F5F5;
    color: #222
}

.sidenav a:hover .icon-chevron-right {
    opacity: .5
}

.sidenav .ui-tabs-active .icon-chevron-right,
.sidenav .ui-tabs-active a:hover .icon-chevron-right {
    opacity: 1
}

.faqlist li {
    margin-bottom: 5px;
    font-size: 18px
}

.faqlist li a {
    color: #444
}

.faqlist li a:hover {
    color: #2098D1!important
}

.clients-grid,
.testimonials-grid {
    list-style: none;
    overflow: hidden
}

.clients-grid li,
.testimonials-grid li {
    float: left;
    position: relative;
    width: 20%;
    padding: 20px 0
}

.clients-grid.grid-2 li {
    width: 50%;
    padding: 25px 0
}

.clients-grid.grid-3 li {
    width: 33.33%
}

.clients-grid.grid-4 li {
    width: 25%
}

.clients-grid.grid-6 li {
    width: 16.66%
}

.clients-grid li a {
    opacity: .6
}

body:not(.device-touch) .clients-grid li a {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.clients-grid li a:hover {
    opacity: 1
}

.clients-grid li a,
.clients-grid li img {
    display: block;
    width: 75%;
    margin-left: auto;
    margin-right: auto
}

.clients-grid li a img {
    width: 100%
}

.clients-grid li:after,
.clients-grid li:before,
.testimonials-grid li:after,
.testimonials-grid li:before {
    content: '';
    position: absolute
}

.clients-grid li:before,
.testimonials-grid li:before {
    height: 100%;
    top: 0;
    left: -1px;
    border-left: 1px dashed #DDD
}

.clients-grid li:after,
.testimonials-grid li:after {
    width: 100%;
    height: 0;
    top: auto;
    left: 0;
    bottom: -1px;
    border-bottom: 1px dashed #DDD
}

.testimonials-grid li {
    width: 50%;
    padding: 25px
}

.testimonials-grid.grid-3 li {
    width: 33.33%
}

.testimonials-grid li .testimonial {
    padding: 0;
    background-color: transparent!important;
    border: 0!important;
    box-shadow: none!important
}

.testimonial {
    position: relative;
    padding: 20px;
    background: #F9F9F9;
    border-radius: 3px
}

.testimonial-transparent-dark {
    position: relative;
    padding: 30px;
    background: rgba(0, 0, 0, .5);
    border-radius: 3px
}

.testimonial-transparent-light {
    position: relative;
    padding: 30px;
    background: rgba(255, 255, 255, .5);
    border-radius: 3px
}

.testimonial-border {
    position: relative;
    padding: 30px 5px;
    background: 0 0;
    border-radius: 0;
    border-top: 2px solid rgba(255, 255, 255, .25);
    border-bottom: 2px solid rgba(255, 255, 255, .25)
}

.testi-image {
    float: left;
    margin-right: 15px
}

.testi-image,
.testi-image a,
.testi-image i,
.testi-image img {
    display: block;
    width: 64px;
    height: 64px
}

.testi-image i {
    text-align: center;
    border-radius: 10%;
    line-height: 64px;
    font-size: 28px;
    color: #5EA9DD
}

.testi-image img {
    border-radius: 0
}

.testi-content {
    position: relative;
    overflow: hidden
}

.testi-content p {
    margin-bottom: 0;
    font-style: normal;
    font-size: 15px;
    color: #333
}

.testi-content p:after,
.testi-content p:before {
    content: '"'
}

.counter.counter-lined+h5:before,
.pricing-price:after,
.team-overlay:before,
.testimonial.twitter-scroll .testi-content p:after,
.testimonial.twitter-scroll .testi-content p:before,
.testimonial.twitter-scroll .testi-meta:before {
    content: ''
}

.testi-meta {
    margin-top: 10px;
    font-size: 16px;
    padding-left: 10px;
    color: #999!important
}

.testi-meta a {
    color: #777!important
}

.testi-meta span {
    display: block;
    font-weight: 400;
    color: #333;
    font-size: 15px;
    text-transform: none
}

.counter+h5,
.dropcap,
.pricing-box.pricing-extended .pricing-meta,
.pricing-title h3,
.pricing-title span {
    text-transform: uppercase
}

.twitter-scroll .icon-twitter {
    color: #28A9E2!important;
    float: left;
    margin-right: 20px;
    font-size: 30px!important
}

.twitter-scroll a {
    color: #28A9E2!important
}

.twitter-scroll .testi-content p {
    font-size: 20px;
    font-family: 'PT Serif', serif!important;
    font-weight: 400!important
}

.testimonial.twitter-scroll .testi-meta span {
    padding-left: 0
}

.testimonial.twitter-scroll .testi-meta span a {
    color: #999
}

.testimonial.twitter-scroll .testi-meta span a:hover {
    color: #222
}

.testimonial.testimonial-full,
.testimonial.testimonial-full[data-animation=fade] {
    padding: 30px
}

.section>.testimonial[data-animation=fade],
.team {
    padding: 0
}

.testimonial.testimonial-full[data-animation=fade] .flexslider {
    overflow: visible!important
}

.testimonial-full .testi-image {
    float: none;
    margin: 0 auto 20px
}

.testimonial-full .testi-image,
.testimonial-full .testi-image a,
.testimonial-full .testi-image i,
.testimonial-full .testi-image img {
    display: block;
    width: 72px;
    height: 72px
}

.testimonial-full .testi-image i {
    line-height: 72px
}

.testimonial-full .testi-content {
    text-align: center;
    font-size: 18px
}

.testimonial-full .testi-meta {
    margin-top: 15px
}

.testimonial-full .testi-meta span {
    padding-left: 0
}

.section>.testimonial {
    padding: 0;
    background-color: transparent!important;
    border: 0!important;
    box-shadow: none!important;
    max-width: 800px;
    margin: 0 auto
}

.section>.testimonial .testi-content {
    font-size: 22px
}

.section>.testimonial .testi-meta,
.section>.testimonial .testi-meta span {
    font-size: 14px
}

.testimonial .flex-control-nav {
    top: auto;
    bottom: 6px;
    right: 0
}

.testimonial .flex-control-nav li {
    margin: 0 2px;
    width: 6px;
    height: 6px
}

.testimonial .flex-control-nav li a {
    width: 6px!important;
    height: 6px!important;
    border: none;
    background-color: #2098D1;
    opacity: .5
}

.testimonial .flex-control-nav li:hover a {
    opacity: .75
}

.testimonial .flex-control-nav li a.flex-active {
    opacity: 1
}

.testimonial.testimonial-full .flex-control-nav {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 6px;
    margin-top: 20px
}

.testimonial.testimonial-full .flex-control-nav li {
    display: inline-block;
    float: none
}

.oc-item {
    overflow: hidden
}

.team {
    background: #FFF;
    border: 0 solid #ddd;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .05)
}

.team,
.team-image {
    position: relative
}

.team-image img,
.team-image>a {
    display: block;
    width: 100%
}

.team-image .desc {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    padding: 0 20px 0 30px;
    font-size: 22px;
    outline: 0;
    background: #000;
    background: rgba(0, 0, 0, .7)
}

.team-image .desc.solid {
    background: #111!important
}

.team-image .desc.right {
    right: 0!important;
    left: auto!important
}

.team-desc.team-desc-bg {
    background-color: #FFF;
    padding: 10px 0 30px
}

.team .si-share {
    margin-top: 30px;
    text-align: left
}

.team .si-share .social-icon {
    font-size: 14px;
    width: 34px
}

.team-title {
    position: relative;
    padding-top: 20px
}

.team-title h3 span {
    color: #DDD
}

.team-content {
    margin-top: 15px;
    color: #777
}

.team-content p:last-child {
    margin-bottom: 0
}

.team ul li {
    font-size: 16px;
    list-style: none;
    margin-bottom: 8px;
    color: #CCC
}

.team ul li i {
    font-size: 13px;
    color: #FFF;
    margin-right: 10px
}

.team ul {
    margin-bottom: 30px
}

.team ul li a {
    color: #FFF
}

.team-overlay,
.team-overlay:before {
    opacity: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center
}

.pricing,
.pricing-box,
.pricing-price {
    position: relative
}

body:not(.device-touch) .team-overlay {
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.team-overlay:before {
    z-index: auto;
    background-color: #FFF;
    opacity: .75
}

.team-overlay .social-icon {
    float: none;
    margin: 0 3px!important;
    display: inline-block
}

.team:hover .team-overlay {
    opacity: 1
}

.team.center .team-title:after {
    left: 50%;
    margin-left: -40px
}

.team.team-list .team-image {
    float: left;
    width: 100%;
    margin-right: 30px
}

.team.team-list .team-desc {
    position: relative;
    text-align: left
}

.team.team-list .team-title {
    padding-top: 0
}

.team .team-desc>.social-icon {
    margin-top: 20px
}

.team .team-content~.social-icon {
    margin-top: 30px
}

.team:not(.team-list) .social-icon {
    display: inline-block;
    float: none;
    margin-left: 6px;
    margin-right: 6px
}

.pricing [class^=col-] {
    padding: 0;
    margin-top: 20px
}

.pricing-box {
    border: 1px solid rgba(0, 0, 0, .075);
    border-radius: 3px;
    text-align: center;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    background-color: #F5F5F5
}

.pricing-title {
    padding: 15px 0;
    background-color: #F9F9F9;
    border-radius: 3px 3px 0 0;
    text-shadow: 1px 1px 1px #FFF;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.pricing-title h3 {
    margin: 0;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #555
}

.pricing-title span {
    display: block;
    color: #999;
    font-weight: 300;
    font-size: 14px;
    margin-top: 3px
}

.pricing-price {
    padding: 25px 0;
    color: #333;
    font-weight: 300;
    font-size: 64px;
    line-height: 1
}

.pricing-price:after {
    position: absolute;
    width: 100px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    top: auto;
    bottom: 0;
    left: 50%;
    margin-left: -50px
}

.pricing-price span {
    display: inline-block;
    vertical-align: top;
    margin: 7px 3px 0 0;
    font-size: 28px;
    font-weight: 400
}

.pricing-box.pricing-extended .pricing-action-area .pricing-price:after,
.pricing-box.pricing-minimal .pricing-price:after {
    display: none
}

.pricing-price span.price-tenure {
    vertical-align: baseline;
    font-size: 16px;
    font-weight: 400;
    color: #999;
    margin: 0 0 0 3px
}

.pricing-features {
    border-bottom: 1px solid rgba(0, 0, 0, .075)
}

.pricing-features ul {
    margin: 0;
    padding: 15px 0;
    list-style: none
}

.pricing-features li {
    padding: 6px 0;
    font-size: 14px
}

.pricing-action {
    padding: 15px 30px
}

.pricing-box.best-price {
    background-color: #FFF;
    z-index: 10;
    margin: -20px -1px 0
}

.pricing-box.best-price .pricing-title {
    background-color: #FFF;
    padding: 20px 0
}

.pricing-box.best-price .pricing-title h3 {
    font-size: 22px
}

.pricing-box.best-price .pricing-price {
    color: #2098D1;
    font-size: 72px
}

.pricing.pricing-5 .pricing-title h3 {
    font-size: 18px
}
label {
    font-size: 16px;
}

.pricing-box.pricing-minimal .pricing-price {
    background-color: #FFF;
    border-bottom: 1px solid rgba(0, 0, 0, .075)
}

.pricing.pricing-5 .pricing-box {
    float: left;
    width: 20%;
    margin-top: 20px
}

.pricing.pricing-5 .pricing-box.best-price {
    margin-top: 0
}

.pricing.pricing-5 .pricing-box:nth-child(5) {
    margin-left: -1px
}

.pricing.pricing-5 .best-price .pricing-title h3 {
    font-size: 20px
}

.pricing-box.pricing-extended {
    background-color: #FFF;
    text-align: left
}

.pricing-box.pricing-extended .pricing-desc {
    float: left;
    width: 75%;
    padding: 25px
}

.pricing-box.pricing-extended .pricing-title {
    background-color: transparent;
    padding-top: 0;
    text-align: left
}

.pricing-box.pricing-extended .pricing-features {
    border: 0
}

.pricing-box.pricing-extended .pricing-features ul {
    padding: 15px 0 0
}

.pricing-box.pricing-extended .pricing-features li {
    padding: 6px 0;
    font-size: 15px;
    width: 50%;
    float: left
}

.pricing-box.pricing-extended .pricing-features ul li i {
    position: relative;
    top: 1px;
    width: 16px;
    margin-right: 2px
}

.pricing-box.pricing-extended .pricing-action-area {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 25%;
    height: 100%;
    border-left: 1px solid rgba(0, 0, 0, .05);
    background-color: #F9F9F9;
    padding: 30px;
    border-radius: 0 3px 3px 0;
    text-align: center
}

.pricing-box.pricing-extended .pricing-action-area .pricing-action,
.pricing-box.pricing-extended .pricing-action-area .pricing-price {
    padding: 0
}

.pricing-box.pricing-extended .pricing-action-area .pricing-price {
    padding-bottom: 20px
}

.pricing-box.pricing-extended .pricing-action-area .pricing-price span.price-tenure {
    display: block;
    margin: 10px 0 0;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px
}

.pricing-box.pricing-extended .pricing-meta {
    color: #999;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1px;
    padding-bottom: 10px
}

.table-comparison,
.table-comparison th {
    text-align: center
}

.controls,
.info-text {
    text-align: left
}

.table-comparison td:first-child,
.table-comparison th:first-child {
    text-align: left;
    font-weight: 700
}

.counter {
    font-size: 42px;
    font-weight: 600
}

.counter.counter-small {
    font-size: 28px
}

.counter.counter-large {
    font-size: 56px
}

.counter.counter-xlarge {
    font-size: 64px;
    font-weight: 400
}

.counter.counter-inherit {
    font-size: inherit;
    font-weight: inherit
}

.counter+h5 {
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 10px
}

.counter.counter-lined+h5:before {
    display: block;
    position: relative;
    margin: 20px auto 25px;
    width: 15%;
    border-top: 2px solid #444;
    opacity: .9
}

.counter.counter-small+h5 {
    font-size: 13px
}

.counter.counter-large+h5,
.counter.counter-xlarge+h5 {
    font-size: 15px;
    font-weight: 300
}

.widget .counter+h5 {
    opacity: .7
}

.rounded-skill {
    display: inline-block;
    margin: 0 15px 15px
}

body:not(.device-touch) .rounded-skill {
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.rounded-skill+h5 {
    margin-bottom: 0
}

.easyPieChart {
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #333
}

.easyPieChart i {
    font-size: 42px
}

.easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0
}

.skills {
    margin: 0;
    list-style: none;
    padding-top: 25px
}

.skills li {
    position: relative;
    margin-top: 38px;
    height: 20px;
    background-color: #F5F5F5;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    border-radius: 2px
}

.skills li:first-child {
    margin-top: 0
}

.skills li .progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #2098D1;
    overflow: visible!important;
    border-radius: 2px;
    -webkit-transition: width 1.2s ease-in-out;
    -o-transition: width 1.2s ease-in-out;
    transition: width 1.2s ease-in-out
}

.skills li .progress-percent {
    position: absolute;
    top: -28px;
    right: -18px;
    background-color: none;
    color: #111;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    height: 22px;
    line-height: 22px;
    padding: 0 5px;
    font-size: 13px;
    border-radius: 2px
}

.skills li .progress-percent .counter {
    font-weight: 400
}

.progress-percent:after,
.progress-percent:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.progress-percent:after {
    border-top-color: #DDD;
    border-width: 4px;
    left: 50%;
    margin-left: -4px
}

.progress-percent:before {
    border-top-color: #DDD;
    border-width: 5px;
    left: 50%;
    margin-left: -5px
}

.skills li>span {
    position: absolute;
    z-index: 1;
    top: -23px;
    left: 0;
    line-height: 20px;
    font-size: 15px;
    font-weight: 400!important;
    color: #222;
    letter-spacing: 1px
}

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

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

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

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

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

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel {
    display: none;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    cursor: auto
}

.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    display: block;
    min-height: 100px
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#testimonials-list .owl-item img {
    display: block;
    margin: auto;
    border-radius: 40px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

#slider .owl-carousel .owl-item img {
    -webkit-backface-visibility: hidden
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #111
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 64px;
    width: 64px;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    background: url(../images/icons/play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale .1s ease;
    -o-transition: scale .1s ease;
    transition: scale .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

.owl-theme .owl-controls {
    text-align: center
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
    position: absolute;
    top: 0;
    /*left: 50%;*/
    zoom: 1;
    width: 35px;
    height: 35px;
    line-height: 32px;
    color: #2098D1;
    background-color: #FFF;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.owl-theme .owl-controls .owl-nav .owl-next:before {
    font-family: font-icons;
    content: "\e7a5";
    font-size: 30px
}

.owl-theme .owl-controls .owl-nav .owl-prev:before {
    font-family: font-icons;
    content: "\e7a4";
    font-size: 30px
}

.owl-theme .owl-controls .owl-nav .owl-next {
    margin-left: 0
}

.owl-theme .owl-controls .owl-nav .owl-prev {
    margin-left: -35px
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    text-decoration: none;
    color: #FFF;
    background: #2098D1
}

.owl-theme .owl-controls .owl-nav .disabled {
    display: none!important
}

.owl-theme .owl-dots {
    position: absolute;
    bottom: 20px;
    right: 20px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 6px;
    opacity: .5;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background-color: #FFF;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    opacity: 1
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.overlay .overlay-wrap,
.text-overlay {
    opacity: 0;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6)
}

body:not(.device-touch) .overlay .overlay-wrap,
body:not(.device-touch) .text-overlay {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.overlay .overlay-wrap i {
    position: absolute;
    opacity: .8;
    font-size: 24px;
    line-height: 1;
    width: 24px;
    height: 24px;
    text-align: center;
    top: 50%;
    margin-top: -12px;
    left: 50%;
    margin-left: -12px;
    color: #FFF
}

.overlay:hover .overlay-wrap,
.overlay:hover .text-overlay {
    opacity: 1
}

.text-overlay {
    position: absolute;
    opacity: .85;
    top: auto;
    bottom: 0;
    height: auto;
    padding: 40px 15px 15px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .85) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .85)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .85) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .85) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .85) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0)
}

.text-overlay-title h2,
.text-overlay-title h3,
.text-overlay-title h4 {
    margin: 0;
    color: #F5F5F5
}

.text-overlay-title h2 {
    font-size: 28px
}

.text-overlay-title h3 {
    font-size: 17px;
    font-weight: 600
}

.text-overlay-meta,
.text-overlay-title h2,
.text-overlay-title h3,
.text-overlay-title h4 {
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.text-overlay-meta {
    color: #CCC;
    font-size: 13px
}

.text-overlay-meta span i {
    position: relative;
    top: 1px;
    font-size: 14px
}

.news-carousel .text-overlay {
    padding: 40px 30px 25px
}

.news-carousel .text-overlay-title {
    margin: 15px 0 10px
}

.news-carousel .text-overlay-title h2,
.news-carousel .text-overlay-title h3,
.news-carousel .text-overlay-title h4 {
    line-height: 1.2;
    text-overflow: none;
    white-space: normal
}

.news-carousel .text-overlay-meta {
    font-size: 14px
}

.news-carousel .rounded-skill {
    position: absolute;
    margin: 0!important;
    top: 30px;
    right: 30px;
    color: #FFF;
    font-weight: 600
}

.sm-form-control {
    display: block;
    width: 100%;
    padding: 14px;
    line-height: 1.42857143;
    color: #111;
    background-color: #fff;
    background-image: none;
    border: 1px solid #DDD;
    border-radius: 0!important;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
    height: auto
}

.sm-form-control:focus {
    border-color: #AAA;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.sm-form-control::-moz-placeholder {
    color: #CCC;
    opacity: 1
}

.sm-form-control:-ms-input-placeholder {
    color: #CCC
}

.sm-form-control::-webkit-input-placeholder {
    color: #CCC
}

.sm-form-control[disabled],
.sm-form-control[readonly],
fieldset[disabled] .sm-form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

.form-control{
    padding: 5px 12px;
    border: 1px solid #d0d0d0;
}

.form-control:active,
.form-control:focus {
    border-color: #999;
    box-shadow: none
}

label {
    display: inline-block;
    font-weight: 500;
    color: #444;
    margin-bottom: 5px;
}

label.label-muted {
    color: #999;
    font-weight: 400;
    margin-right: 5px
}

form .col_five_sixth,
form .col_four_fifth,
form .col_full,
form .col_half,
form .col_one_fifth,
form .col_one_fourth,
form .col_one_sixth,
form .col_one_third,
form .col_three_fifth,
form .col_three_fourth,
form .col_two_fifth,
form .col_two_third {
    margin-bottom: 25px
}

.contact .container .panel {
    background: 0 0!important;
    border: none!important
}

.contact-box, .attraction {
    position: relative;
    z-index: 55;
    padding: 30px 40px 20px;
    border: 1px solid rgba(155, 155, 155, .4);
    outline: rgba(155, 155, 155, 0) solid 5px;
    background: #FFF
}
.attraction{margin-top: 20px;}
.contact-box .panel-heading, .attraction .panel-heading {
    padding: 0 15px;
}
.contact-box h5, .attraction h5 {
    margin-bottom: 10px;
    text-transform: none;
}

#contact-form-overlay,
#contact-form-overlay-mini {
    position: relative;
    width: 100%;
    background-color: #FFF;
    padding: 40px;
    margin: 0 auto;
    z-index: 10;
    border-radius: 4px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .15)
}

#contact-form-overlay-mini {
    float: right;
    width: 380px;
    margin: 0
}

label.error {
    margin-top: 5px;
    color: #E42C3E;
    font-weight: 400;
    display: none!important
}

.form-control.error,
.sm-form-control.error {
    border-color: #E42C3E
}

#google-map {
    position: relative;
    width: 100%;
    height: 450px
}

.gmap img {
    max-width: none!important
}

.gm-style .gm-style-iw h3 span {
    font-size: inherit;
    font-family: inherit
}

#map-overlay {
    position: relative;
    padding: 100px 0
}

#map-overlay #google-map {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0
}

.divider,
.rotating.flip {
    position: relative
}

.heading1:before {
    content: url(../images/icons/line1.png)
}

.heading1:after {
    content: url(../images/icons/line2.png)
}

.heading2:before {
    content: url(../images/icons/line3.png)
}

.heading2:after {
    content: url(../images/icons/line4.png)
}

.divider {
    overflow: hidden;
    margin: 20px 0;
    height: 1px;
    width: 90%;
    border-bottom: 1px solid rgba(155, 155, 155, .5)
}

.blockquote {
    text-align: justify;
}

.blockquote h1,
.blockquote h2,
.blockquote h3,
.blockquote h4 {
    color: #444;
    line-height: 34px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: 300;
}

.error404,
.t-rotate {
    font-weight: 600
}

.blockquote span {
    color: #000;
    font-weight: 600;
}

#gotoTop,
.dark .blockquote h1,
.dark .blockquote h2,
.dark .blockquote h3,
.dark .blockquote h4,
.highlight {
    color: #FFF
}

.blockquote h1:after,
.blockquote h1:before,
.blockquote h2:after,
.blockquote h2:before,
.blockquote h3:after,
.blockquote h3:before,
.blockquote h4:after,
.blockquote h4:before {
    content: url(../images/icons/quote.png)
}

.dropcap {
    float: left;
    font-size: 42px;
    line-height: 1;
    margin: 0 5px 0 0
}

.highlight {
    padding: 2px 5px;
    background-color: #444;
    border-radius: 2px
}

.rotating {
    display: inline-block;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
    -moz-transform: rotateX(0) rotateY(0) rotateZ(0);
    -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
    -o-transform: rotateX(0) rotateY(0) rotateZ(0);
    transform: rotateX(0) rotateY(0) rotateZ(0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform-origin-x: 50%;
    -webkit-backface-visibility: hidden
}

.rotating .back,
.rotating .front {
    left: 0;
    top: 0;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.rotating .front {
    position: absolute;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 1px);
    -moz-transform: translate3d(0, 0, 1px);
    -ms-transform: translate3d(0, 0, 1px);
    -o-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px)
}

.rotating.flip .front {
    z-index: 1
}

.rotating .back {
    display: block;
    opacity: 0
}

.rotating.spin {
    -webkit-transform: rotate(360deg) scale(0);
    -moz-transform: rotate(360deg) scale(0);
    -ms-transform: rotate(360deg) scale(0);
    -o-transform: rotate(360deg) scale(0);
    transform: rotate(360deg) scale(0)
}

.rotating.flip .back {
    z-index: 2;
    display: block;
    opacity: 1;
    -webkit-transform: rotateY(180deg) translate3d(0, 0, 0);
    -moz-transform: rotateY(180deg) translate3d(0, 0, 0);
    -ms-transform: rotateY(180deg) translate3d(0, 0, 0);
    -o-transform: rotateY(180deg) translate3d(0, 0, 0);
    transform: rotateY(180deg) translate3d(0, 0, 0)
}

.rotating.flip.up .back {
    -webkit-transform: rotateX(180deg) translate3d(0, 0, 0);
    -moz-transform: rotateX(180deg) translate3d(0, 0, 0);
    -ms-transform: rotateX(180deg) translate3d(0, 0, 0);
    -o-transform: rotateX(180deg) translate3d(0, 0, 0);
    transform: rotateX(180deg) translate3d(0, 0, 0)
}

.rotating.flip.cube .front {
    -webkit-transform: translate3d(0, 0, 100px) scale(.9, .9);
    -moz-transform: translate3d(0, 0, 100px) scale(.85, .85);
    -ms-transform: translate3d(0, 0, 100px) scale(.85, .85);
    -o-transform: translate3d(0, 0, 100px) scale(.85, .85);
    transform: translate3d(0, 0, 100px) scale(.85, .85)
}

.rotating.flip.cube .back {
    -webkit-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(.9, .9);
    -moz-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(.85, .85);
    -ms-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(.85, .85);
    -o-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(.85, .85);
    transform: rotateY(180deg) translate3d(0, 0, 100px) scale(.85, .85)
}

.rotating.flip.cube.up .back {
    -webkit-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(.9, .9);
    -moz-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(.85, .85);
    -ms-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(.85, .85);
    -o-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(.85, .85);
    transform: rotateX(180deg) translate3d(0, 0, 100px) scale(.85, .85)
}

#gotoTop {
    display: none;
    z-index: 299;
    position: fixed;
    width: 40px;
    height: 40px;
    background-color: #333;
    background-color: rgba(0, 0, 0, .3);
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 50px;
    cursor: pointer;
    border-radius: 2px
}

body:not(.device-touch) #gotoTop {
    transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -o-transition: background-color .2s linear
}

.stretched #gotoTop {
    bottom: 30px
}

#gotoTop:hover {
    background-color: #2098D1
}

.error404 {
    display: block;
    font-size: 216px;
    color: #DDD;
    line-height: 1.35
}

.error404-wrap .container {
    z-index: 7
}

.error404-wrap .error404 {
    line-height: .9;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 244px;
    color: #333;
    opacity: .25;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .4)
}

.error404-wrap .heading-block h4 {
    font-weight: 300;
    margin-bottom: 8px
}

.error404-wrap .heading-block span {
    font-size: 17px
}

.error404-wrap form {
    max-width: 500px
}

.landing-wide-form {
    background: rgba(0, 0, 0, .3);
    padding: 30px;
    border-radius: 3px
}

.landing-form-overlay {
    position: absolute;
    z-index: 10;
    top: auto;
    left: auto;
    right: 0;
    bottom: -154px;
    background-color: rgba(0, 0, 0, .6);
    border-radius: 3px 3px 0 0
}

.landing-video {
    z-index: 1;
    width: 560px;
    height: 315px;
    margin: 22px 0 0 95px;
    overflow: hidden
}

.landing-promo h3 {
    font-size: 26px
}

.landing-promo>.container>span {
    font-size: 17px
}

.foot-bot,
.widget p {
    font-size: 14px;
    font-family: 'Muli', sans-serif;
}

.form-process,
.preloader,
.preloader2 {
    display: block;
    width: 100%;
    height: 100%
}

.preloader2 {
    background-color: transparent
}

.form-process {
    display: none;
    position: absolute;
    z-index: 3;
    background-color: rgba(255, 255, 255, .7)
}

.toast-title {
    font-weight: 700
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.toast-message a,
.toast-message label {
    color: #fff
}

.toast-message a:hover {
    color: #ccc;
    text-decoration: none
}

.toast-close-button {
    position: absolute;
    right: 5px;
    top: 3px;
    font-size: 14px;
    color: #fff;
    opacity: .8;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80)
}

.toast-close-button:focus,
.toast-close-button:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
    filter: alpha(opacity=50)
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.toast-top-full-width {
    top: 10px;
    right: 0;
    width: 100%
}

.toast-bottom-full-width {
    bottom: 10px;
    right: 0;
    width: 100%
}

.toast-top-left {
    top: 12px;
    left: 12px
}

.toast-top-right {
    top: 12px;
    right: 12px
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px
}

#toast-container {
    position: fixed;
    z-index: 399
}

#footer,
#template-contactform,
#toast-container>div i,
.quick-contact-widget form,
.widget {
    position: relative
}

#toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#toast-container>div {
    margin: 0 0 6px;
    padding: 15px;
    width: 300px;
    border-radius: 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    color: #fff;
    opacity: .8;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80)
}

#toast-container>div i {
    top: 1px;
    width: 16px;
    text-align: center;
    margin-right: 3px
}

#toast-container>:hover {
    opacity: 1;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer
}

#toast-container.toast-bottom-full-width>div,
#toast-container.toast-top-full-width>div {
    width: 96%;
    margin: auto
}

.toast {
    background-color: #030303
}

.toast-success {
    background-color: #51a351
}

.toast-error {
    background-color: #bd362f
}

.toast-info {
    background-color: #2f96b4
}

.toast-warning {
    background-color: #f89406
}

@media all and (min-width:240px) and (max-width:479px) {
    #toast-container>div {
        padding: 8px;
        width: 18em
    }
}

@media all and (min-width:480px) and (max-width:767px) {
    #toast-container>div {
        padding: 15px;
        width: 25em
    }
}

#footer {
    background-color: #0a473f;
    padding-top: 0
}

#footer .footer-widgets-wrap {
    position: relative;
    padding: 45px 0 20px;
}

#footer p {
    color: #e0e0e0;
    margin-bottom: 0;
}
#footer a {
    color: #e0e0e0;
}
#footer a:hover {
    color: #bd6a5c;
}
#footer hr {
    margin: 10px 0;
    border-top: 2px solid #ffbf3c;
}
.footer-menu ul li {
    list-style: none;
    display: inline;
    margin-right: 20px;
}

.footer-widgets-wrap .col_five_sixth,
.footer-widgets-wrap .col_four_fifth,
.footer-widgets-wrap .col_full,
.footer-widgets-wrap .col_half,
.footer-widgets-wrap .col_one_fifth,
.footer-widgets-wrap .col_one_fourth,
.footer-widgets-wrap .col_one_sixth,
.footer-widgets-wrap .col_one_third,
.footer-widgets-wrap .col_three_fifth,
.footer-widgets-wrap .col_three_fourth,
.footer-widgets-wrap .col_two_fifth,
.footer-widgets-wrap .col_two_third {
    margin-bottom: 0
}

.foot-bot {
    padding: 5px 0;
    line-height: 1.8;
    color: #e0e0e0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1)
}

.widget {
    margin-top: 50px
}

.sidebar-widgets-wrap .widget {
    padding-top: 50px;
    border-top: 1px solid #EEE
}

.widget:first-child {
    margin-top: 0
}

.sidebar-widgets-wrap .widget:first-child {
    padding-top: 0;
    border-top: 0
}

.widget>h4 {
    margin-bottom: 25px;
    font-weight: 600;
    text-transform: none
}

.widget>h4:after {
    content: '';
    display: block;
    margin-top: 20px;
    width: 40px;
    border-top: 2px solid #2098D1
}

.sidebar-widgets-wrap .widget>h4 {
    letter-spacing: 1px
}

.tagcloud {
    margin-bottom: -2px
}

.tagcloud a {
    display: block;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 3px 6px;
    background-color: rgba(0, 0, 0, .02);
    font-size: 13px!important;
    color: #999;
    border-radius: 2px
}

body:not(.device-touch) .tagcloud a {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.tagcloud a:hover {
    color: #999;
    background-color: rgba(0, 0, 0, .04)
}

.widget_archive li,
.widget_archive ul,
.widget_categories li,
.widget_categories ul,
.widget_links li,
.widget_links ul,
.widget_meta li,
.widget_meta ul,
.widget_nav_menu li,
.widget_nav_menu ul,
.widget_pages li,
.widget_pages ul,
.widget_recent_comments li,
.widget_recent_comments ul,
.widget_recent_entries li,
.widget_recent_entries ul,
.widget_rss li,
.widget_rss ul {
    list-style: none;
    margin: 0
}

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_rss li {
    padding: 8px 4px
}

.widget_archive li a,
.widget_categories li a,
.widget_links li a,
.widget_meta li a,
.widget_nav_menu li a,
.widget_pages li a,
.widget_recent_comments li,
.widget_recent_entries li a,
.widget_rss li a {
    display: inline-block;
    padding: 0 3px 0 12px
}

.widget_recent_comments li {
    display: block;
    background: url(../images/icons/comment-icon.png) left top no-repeat;
    padding: 4px 0 4px 20px
}

.widget_archive li a,
.widget_categories li a,
.widget_links li a,
.widget_meta li a,
.widget_nav_menu li a,
.widget_pages li a,
.widget_recent_comments li a,
.widget_recent_entries li a,
.widget_rss li a {
    background: url(../images/icons/arrow.png) left top no-repeat;
    border: none!important;
    color: #444;
    font-size: 14px
}

.widget_archive li a:hover,
.widget_categories li a:hover,
.widget_links li a:hover,
.widget_meta li a:hover,
.widget_nav_menu li a:hover,
.widget_pages li a:hover,
.widget_recent_comments li a:hover,
.widget_recent_entries li a:hover,
.widget_rss li a:hover {
    color: #000
}

.widget_recent_comments li a {
    display: inline;
    padding: 0;
    background: 0 0!important
}

.widget_archive>ul>li:first-child,
.widget_categories>ul>li:first-child,
.widget_links>ul>li:first-child,
.widget_meta>ul>li:first-child,
.widget_nav_menu>ul>li:first-child,
.widget_pages>ul>li:first-child,
.widget_recent_comments>ul>li:first-child,
.widget_recent_entries>ul>li:first-child,
.widget_rss>ul>li:first-child {
    border-top: 0!important
}

.widget_archive>ul,
.widget_categories>ul,
.widget_links>ul,
.widget_meta>ul,
.widget_nav_menu>ul,
.widget_pages>ul,
.widget_recent_comments>ul,
.widget_recent_entries>ul,
.widget_rss>ul {
    margin-top: -4px!important
}

.widget_archive ul ul,
.widget_categories ul ul,
.widget_links ul ul,
.widget_meta ul ul,
.widget_nav_menu ul ul,
.widget_pages ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul,
.widget_rss ul ul {
    margin-left: 15px
}

.widget .testimonial.no-image .testi-image {
    display: none
}

.widget .testimonial.twitter-scroll .testi-image {
    margin-right: 10px
}

.widget .testimonial:not(.twitter-scroll) .testi-image,
.widget .testimonial:not(.twitter-scroll) .testi-image a,
.widget .testimonial:not(.twitter-scroll) .testi-image img {
    width: 42px;
    height: 42px
}

.widget .testimonial.twitter-scroll .testi-image,
.widget .testimonial.twitter-scroll .testi-image a,
.widget .testimonial.twitter-scroll .testi-image i,
.widget .testimonial.twitter-scroll .testi-image img {
    width: 28px;
    height: 28px
}

.widget .testimonial.twitter-scroll .testi-image i {
    background-color: #EEE;
    line-height: 28px;
    font-size: 14px;
    color: #888
}

.widget .testimonial p {
    font-size: 14px
}

.quick-contact-widget .form-control,
.quick-contact-widget .input-group,
.quick-contact-widget .sm-form-control {
    margin-bottom: 10px
}

.quick-contact-widget .input-group .form-control {
    margin-bottom: 0
}

.subscribe-widget h5 {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5
}

#widget-subscribe-form {
    max-width: 450px
}

#widget-subscribe-form .form-control {
    height: 40px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-right: 0;
    margin: 0;
    padding: 0 0 0 10px
}

#widget-subscribe-form .form-control:hover {
    background: rgba(255, 255, 255, .15);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.subscribe-center {
    margin: auto;
    text-align: center
}

.button-subscribe {
    height: 40px!important;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .5);
    background: 0 0
}

.button-subscribe:hover {
    background: rgba(255, 255, 255, .15)
}

.widget-twitter-feed li {
    margin: 15px 0 0
}

.widget-twitter-feed li:first-child {
    margin-top: 0
}

.widget-twitter-feed small {
    display: block;
    margin-top: 3px
}

.widget-twitter-feed small a {
    color: #999
}

.table .success {
    color: #3c763d
}

.table .info {
    color: #31708f
}

.table .warning {
    color: #8a6d3b
}

.table .danger {
    color: #a94442
}

.btn-link {
    color: #2098D1
}

.btn-link:focus,
.btn-link:hover {
    color: #222
}

.boot-tabs {
    margin-bottom: 20px!important
}

.carousel-control .icon-chevron-left,
.carousel-control .icon-chevron-right {
    position: absolute;
    top: 47.5%;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-chevron-left {
    left: 50%
}

.carousel-control .icon-chevron-right {
    right: 50%
}

.responsive-utilities th small {
    display: block;
    font-weight: 400;
    color: #999
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #EEE;
    border: 1px solid #DDD
}

.img-circle {
    border-radius: 50%!important
}

label.checkbox,
label.radio {
    padding-left: 20px
}

.stretched #wrapper {
    width: 100%;
    margin: 0;
    box-shadow: none
}

.mb_YTVPlayer:focus {
    outline: 0
}

.mb_YTVPlayer {
    display: block;
    transform: translateZ(0);
    transform-style: preserve-3d;
    perspective: 1000;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    animation-timing-function: linear
}

.mb_YTVPlayer.fullscreen {
    display: block!important;
    position: fixed!important;
    width: 100%!important;
    height: 100%!important;
    top: 0!important;
    left: 0!important;
    margin: 0!important;
    border: none!important
}

.mb_YTVPlayer.fullscreen .mbYTP_wrapper {
    opacity: 1!important
}

.pattern-black:after,
.pattern-white:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .25
}

.mbYTP_wrapper iframe {
    max-width: 4000px!important
}

.inline_YTPlayer {
    margin-bottom: 20px;
    vertical-align: top;
    position: relative;
    left: 0;
    overflow: hidden;
    border-radius: 4px;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .7);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .7);
    box-shadow: 0 0 5px rgba(0, 0, 0, .7);
    background: rgba(0, 0, 0, .5)
}

.inline_YTPlayer img {
    border: none!important;
    -moz-transform: none!important;
    -webkit-transform: none!important;
    -o-transform: none!important;
    transform: none!important;
    margin: 0!important;
    padding: 0!important
}

.dark-texture-1 {
    background: url(../images/bgd/dark/1.html)
}

.dark-texture-2 {
    background: url(../images/bgd/dark/2.html)
}

.dark-texture-3 {
    background: url(../images/bgd/dark/3.html)
}

.dark-texture-4 {
    background: url(../images/bgd/dark/4.html)
}

.dark-texture-5 {
    background: url(../images/bgd/dark/5.html) center
}

.dark-texture-6 {
    background: url(../images/bgd/dark/6.html)
}

.dark-texture-7 {
    background: url(../images/bgd/dark/7.html)
}

.dark-texture-8 {
    background: url(../images/bgd/dark/8.html)
}

.dark-texture-9 {
    background: url(../images/bgd/dark/9.html)
}

.light-texture-1 {
    background: url(../images/bgd/light/1.html) center
}

.light-texture-2 {
    background: url(../images/bgd/light/2.html)
}

.light-texture-3 {
    background: url(../images/bgd/light/3.html)
}

.light-texture-4 {
    background: url(../images/bgd/light/4.html)
}

.light-texture-5 {
    background: url(../images/bgd/light/5.html)
}

.light-texture-6 {
    background: url(../images/bgd/light/6.html)
}

.light-texture-7 {
    background: url(../images/bgd/light/7.html)
}

.light-texture-8 {
    background: url(../images/bgd/light/8.html)
}

.light-texture-9 {
    background: url(../images/bgd/light/9.html)
}

.pattern-white:after {
    background: url(../images/icons/pattern-white.png);
    position: absolute
}

.pattern-black:after {
    background: url(../images/icons/pattern-black.png);
    position: absolute
}

.top-search {
    top: 20px;
    right: 70px;
    left: auto;
    position: absolute;
    z-index: 20000
}

.top-search.fullheader {
    top: 120px;
    right: 60px
}

.top-search.top-search-right {
    right: 70px!important;
    left: auto!important
}

#top-search {
    float: right;
    margin: 40px 0
}

#top-search a {
    display: block;
    position: relative;
    width: 14px;
    height: 14px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFF;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    z-index: 11
}

#top-search a i {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    padding: 15px 20px;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

#top-search a i.icon-line-cross,
body.top-search-open #top-search a i.icon-search3 {
    opacity: 0
}

body.top-search-open #top-search a i.icon-line-cross {
    opacity: 1;
    z-index: 11;
    font-size: 16px
}

#top-search form {
    opacity: 0;
    z-index: -2;
    position: absolute;
    width: 300px!important;
    height: 60px!important;
    padding: 0 15px;
    margin: 0;
    top: 0;
    right: 10px;
    left: auto;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.booking,
.booking .inner,
.controls {
    position: relative
}

.top-search-right #top-search form {
    right: 10px!important;
    left: auto!important
}

body.top-search-open #top-search form {
    opacity: 1;
    z-index: 10
}

#top-search form input {
    box-shadow: none!important;
    pointer-events: none;
    border-radius: 2px;
    border: 0;
    outline: 0!important;
    font-size: 14px;
    padding: 25px;
    height: 40%;
    background-color: rgba(0, 0, 0, .2);
    color: #FFF;
    font-weight: 700;
    margin-top: 0!important;
    letter-spacing: 2px
}

body:not(.device-sm):not(.device-xs):not(.device-xxs) #header.full-header #top-search form input {
    padding-left: 40px
}

body:not(.device-sm):not(.device-xs):not(.device-xxs) .container-fullwidth #top-search form input {
    padding-left: 60px
}

body.top-search-open #top-search form input {
    pointer-events: auto
}

body:not(.device-sm):not(.device-xs):not(.device-xxs) #header.transparent-header:not(.sticky-header):not(.full-header):not(.floating-header) #top-search form input {
    border-bottom: 2px solid rgba(0, 0, 0, .1)
}

#top-search form input::-moz-placeholder {
    color: rgba(255, 255, 255, .5)
}

#top-search form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .5)
}

#top-search form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .5)
}

#primary-menu .container #top-search form input,
.sticky-header #top-search form input {
    border: none!important
}

.main-header {
    height: 650px;
    margin: 0!important;
    border: 0!important
}

.main-header .booking {
    top: 400px
}

.main-header.large {
    height: 850px
}

.main-header.large .booking {
    top: 600px
}

.boxed-slider {
    padding-top: 0;
    padding-bottom: 0;
    max-height: 700px
}

.boxed-slider.large {
    max-height: 850px
}

.boxed-slider .booking {
    bottom: 280px
}

.booking,
.boxed-slider.fullscreen .booking {
    bottom: 180px
}

.boxed-slider.fullscreen {
    max-height: 1000px
}

.main-header .header-caption h5 {
    letter-spacing: 28px;
    margin-top: -20px;
    color: #FFF
}

.main-header .header-caption h6 {
    color: #CCC;
    margin-top: -10px
}

.booking {
    z-index: 50;
    width: 100%;
    margin-bottom: -126px
}

#effect-1 a.close-caption,
#effect-3 a.close-caption {
    bottom: 10px;
    right: 10px
}

.booking .inner {
    background: rgba(0, 0, 0, .5);
    height: 125px;
    width: 90%;
    margin: auto;
    padding: 0 20px 10px;
    max-width: 1000px
}

.booking button,
.booking input,
.booking select,
.booking textarea {
    background: #111!important
}

.info-text {
    width: 100%
}

.booking form,
.booking header {
    padding: 15px 10px
}

.form-group {
    margin-bottom: 20px
}

.controls button,
.controls input[type=text],
.controls input[type=email],
.controls input[type=number],
.controls input[type=date],
.controls input[type=tel],
.controls select,
.controls textarea {
    padding: 6px;
    border: 2px solid #666;
    width: 100%;
    color: #CCC;
    font-size: 15px;
    font-weight: 300;
    font-family: Arial, sans-serif;
    margin-top: 40px;
    height: 40px;
    outline: 0;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.controls button:focus,
.controls button:hover,
.controls input[type=text]:focus,
.controls input[type=text]:hover,
.controls input[type=email]:focus,
.controls input[type=email]:hover,
.controls input[type=number]:focus,
.controls input[type=number]:hover,
.controls input[type=date]:focus,
.controls input[type=date]:hover,
.controls input[type=tel]:focus,
.controls input[type=tel]:hover,
.controls select:focus,
.controls select:hover,
.controls textarea:focus,
.controls textarea:hover {
    border: 2px solid #FFF;
    cursor: pointer
}

.controls button:focus+label,
.controls button:hover+label,
.controls input[type=text]:focus+label,
.controls input[type=text]:hover+label,
.controls input[type=email]:focus+label,
.controls input[type=email]:hover+label,
.controls input[type=number]:focus+label,
.controls input[type=number]:hover+label,
.controls input[type=date]:focus+label,
.controls input[type=date]:hover+label,
.controls input[type=tel]:focus+label,
.controls input[type=tel]:hover+label,
.controls select:focus+label,
.controls select:hover+label,
.controls textarea:focus+label,
.controls textarea:hover+label {
    color: #FFF;
    cursor: text
}

.controls .fa-sort {
    position: absolute;
    right: 10px;
    top: 53px;
    color: #999;
    font-size: 14px
}

.controls select {
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer
}

.controls label {
    position: absolute;
    left: 4px;
    top: 0;
    width: 60%;
    color: #FFF!important;
    font-size: 15px;
    font-family: "PT Serif", serif;
    display: inline-block;
    padding: 4px 5px;
    background: 0 0;
    -moz-transition: color .3s, top .3s, background-color .8s;
    -o-transition: color .3s, top .3s, background-color .8s;
    -webkit-transition: color .3s, top .3s, background-color .8s;
    transition: color .3s, top .3s, background-color .8s
}

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

.controls label.active {
    color: #FFF;
    width: auto
}

.controls textarea {
    resize: none;
    height: 200px
}

.grid {
    background: 0 0
}

.grid [class*=col-]:last-of-type {
    padding-right: 0
}

.col-2-3 {
    width: 66.66%
}

.col-1-3 {
    width: 33.33%
}

.col-1-2 {
    width: 50%
}

.col-1-4 {
    width: 25%
}

.col-1-5 {
    width: 20%
}

.col-1-8 {
    width: 12.5%
}

.booking.light,
.main-header.large .booking.light {
    z-index: 50;
    position: absolute;
    top: 180px;
    right: -500px!important;
    width: 100%;
    margin-bottom: 0
}

.booking.light .col-1-2,
.booking.light .col-1-3,
.booking.light .col-1-4,
.booking.light .col-1-5,
.booking.light .col-1-8,
.booking.light .col-2-3 {
    width: 100%
}

.booking.light .inner {
    background: rgba(0, 0, 0, .4);
    width: 90%;
    max-width: 300px;
    height: 435px
}

.booking.light button,
.booking.light input,
.booking.light select,
.booking.light textarea {
    background: #FFF!important
}

.booking.light .controls button,
.booking.light .controls input[type=text],
.booking.light .controls input[type=email],
.booking.light .controls input[type=number],
.booking.light .controls input[type=date],
.booking.light .controls input[type=tel],
.booking.light .controls select,
.booking.light .controls textarea {
    border: 2px solid #CCC;
    color: #111;
    width: 240px
}

.booking.light .controls label {
    color: #FFF!important;
    padding-top: 10px
}

.floating-pn,
.floating-pn-dark {
    z-index: 25;
    position: absolute;
    left: 0;
    width: auto;
    height: auto;
    padding: 20px 40px;
    font-size: 30px;
    font-weight: 300;
    text-align: center
}

.floating-pn {
    top: 400px;
    background: #2098D1
}

.floating-pn-dark {
    top: 525px;
    background: #3F4C6B
}

.floating-pn-dark.right,
.floating-pn.right {
    left: auto!important;
    right: 0!important
}

.floating-pn-dark.top,
.floating-pn.top {
    top: 250px!important
}

.floating-pn-dark.bottom,
.floating-pn.bottom {
    top: 550px!important
}

.pika-single {
    z-index: 50000;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: Arial, sans-serif;
    margin-top: -10px;
    -webkit-animation: fadeinout .45s linear forwards;
    animation: fadeinout .45s linear forwards
}

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

@keyframes fadeinout {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.pika-single:after,
.pika-single:before {
    content: " ";
    display: table
}

.pika-single:after {
    clear: both
}

.pika-single.is-hidden {
    display: none
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .5)
}

.hvr-bounce-to-top,
.hvr-rectangle-in,
.hvr-shutter-in-vertical {
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -moz-osx-font-smoothing: grayscale
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 20px
}

.pika-title {
    position: relative;
    text-align: center
}

.pika-label {
    display: inline-block;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    background-color: #fff
}

#effect-4 figure figcaption,
.css3-spinner {
    background-color: transparent;
    height: 100%;
    top: 0;
    left: 0
}

.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0
}

figure,
figure img {
    position: relative
}

.pika-next,
.pika-prev {
    display: block;
    cursor: pointer;
    position: relative;
    outline: 0;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5
}

.pika-next:hover,
.pika-prev:hover {
    opacity: 1
}

.is-rtl .pika-next,
.pika-prev {
    float: left;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==)
}

.is-rtl .pika-prev,
.pika-next {
    float: right;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=)
}

.pika-next.is-disabled,
.pika-prev.is-disabled {
    cursor: default;
    opacity: .2
}

.pika-select {
    display: inline-block
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0
}

.pika-table td,
.pika-table th {
    width: 14.285714285714286%;
    padding: 0
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: 700;
    text-align: center
}

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: 0;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5
}

.pika-week {
    font-size: 11px;
    color: #999
}

.is-today .pika-button {
    color: #2098D1;
    font-weight: 700
}

.is-selected .pika-button {
    color: #fff;
    font-weight: 700;
    background: #2098D1;
    border-radius: 0
}

.is-inrange .pika-button {
    background: #D5E9F7
}

.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    border-radius: 0
}

.is-endrange .pika-button {
    color: #fff;
    background: #2098D1;
    border-radius: 0
}

.is-disabled .pika-button,
.is-outside-current-month .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3
}

.pika-button:hover {
    color: #fff;
    background: #2098D1;
    border-radius: 0
}

.pika-table abbr {
    border-bottom: none;
    cursor: help
}

.pika-single.dark-theme {
    color: #fff;
    background: #333;
    border: 0 solid #666;
    border-bottom-color: #999
}

.dark-theme .pika-label {
    background-color: #333
}

.dark-theme .is-rtl .pika-next,
.dark-theme .pika-prev {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAQAAACGG/bgAAAAQ0lEQVR4Ae3KIQ4AIBTD0N0/IeHGI3UIRA3ut/Zl+ltXc5++htVAmIAwAWECwgSEKbgthEoIlRAqIVRCqINQB9nDgQd7ktwFo6UpWQAAAABJRU5ErkJggg==)
}

.dark-theme .is-rtl .pika-prev,
.dark-theme .pika-next {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAQAAACGG/bgAAAAP0lEQVQ4y+3TMQoAMAgEwfwfAvvjTZ1uGzuvHhBPPGczEG+FRqqRaqQaqUaqkX6QBmmjacvQ6qEVTjsh+xizebvlaWptGXZAAAAAAElFTkSuQmCC)
}

.dark-theme .pika-table th {
    color: #999
}

.dark-theme .pika-button {
    color: #fff;
    background: #222
}

.dark-theme .pika-week {
    color: #999
}

.dark-theme .is-today .pika-button {
    color: #2098D1
}

.hvr-bounce-to-top:active,
.hvr-bounce-to-top:focus,
.hvr-bounce-to-top:hover,
.hvr-rectangle-in:active,
.hvr-rectangle-in:focus,
.hvr-rectangle-in:hover,
.hvr-shutter-in-vertical:active,
.hvr-shutter-in-vertical:focus,
.hvr-shutter-in-vertical:hover {
    color: #fff
}

.dark-theme .is-selected .pika-button {
    color: #fff;
    background: #2098D1
}

.dark-theme .is-disabled .pika-button {
    color: #999;
    opacity: .3
}

.dark-theme .pika-button:hover {
    color: #fff!important;
    background: #2098D1!important
}

figure {
    margin: 0;
    float: left;
    width: 100%
}

figure img {
    display: block;
    z-index: 10;
    max-width: 100%;
    height: auto
}

figure figcaption {
    display: block;
    position: absolute;
    z-index: 5
}

figure h4 {
    color: #111;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 10px
}

figure span {
    display: block;
    line-height: 1.2
}

figure ul li {
    list-style: none;
    line-height: 27px;
    border-bottom: 1px solid rgba(199, 21, 21, .09)
}

figure a.close-caption {
    display: block;
    position: absolute;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    font-size: 24px;
    font-weight: 700;
    color: #315a7d
}

figure a.close-caption.hidden {
    display: none
}

#effect-1 figure {
    background-color: #111
}

#effect-1 figcaption {
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    z-index: 6!important
}

#effect-1 figure img {
    z-index: 11!important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

#effect-1 figure.hover img,
.no-touch #effect-1 figure:hover img {
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    -o-transform: translateY(-90px);
    transform: translateY(-90px)
}

#effect-2 a.close-caption {
    top: 10px;
    right: 10px
}

#effect-2 figure figcaption {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222;
    text-align: center;
    backface-visibility: hidden;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#effect-2 figure img,
.hvr-bounce-to-top,
.hvr-shutter-in-vertical {
    -webkit-backface-visibility: hidden
}

#effect-2 figure figcaption h3 {
    margin-top: 150px
}

#effect-2 figure img {
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#effect-2 figure.hover img,
.no-touch #effect-2 figure:hover img {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

#effect-2 figure.hover figcaption,
.no-touch #effect-2 figure:hover figcaption {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0)
}

#effect-3 figure {
    background-color: #4682b4
}

#effect-3 figure figcaption {
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 20px
}

#effect-3 figure img {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

#effect-3 figure.hover img,
.no-touch #effect-3 figure:hover img {
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5)
}

#effect-4 figure {
    overflow: hidden
}

#effect-4 figure a.close-caption {
    bottom: 10px;
    left: 10px
}

#effect-4 figure figcaption {
    text-align: left;
    width: 50%;
    padding: 0 20px 20px;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#effect-4 figure img {
    outline: transparent solid 1px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

#effect-4 figure.hover img,
.no-touch #effect-4 figure:hover img {
    opacity: 1;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%)
}

#effect-4 figure.hover figcaption,
.no-touch #effect-4 figure:hover figcaption {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.mini-links ul {
    list-style: none
}

.mini-links ul li {
    line-height: 24px
}

.mini-links h6 a,
.mini-links ul li a {
    color: #111
}

.dark .mini-links ul li a {
    color: #999
}

.dark .mini-links h6 a {
    color: #CCC
}

.animation-overlay,
body:not(.no-transition) #wrapper {
    position: relative;
    opacity: 1;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

.css3-spinner {
    position: fixed;
    width: 100%;
    z-index: 1000;
    text-align: center;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

.css3-spinner>div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.ball-rotate,
.ball-rotate>div {
    position: relative
}

.ball-pulse-sync>div,
.ball-pulse>div {
    width: 15px;
    height: 15px;
    background-color: #2098D1;
    border-radius: 100%;
    margin: 2px;
    display: inline-block
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-o-keyframes fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fade-in {
    -webkit-animation-name: fade-in;
    -o-animation-name: fade-in;
    animation-name: fade-in
}

@-webkit-keyframes fade-out {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-o-keyframes fade-out {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fade-out {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.fade-out {
    -webkit-animation-name: fade-out;
    -o-animation-name: fade-out;
    animation-name: fade-out
}

@-webkit-keyframes scale {
    0%,
    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    45% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: .7
    }
}

@keyframes scale {
    0%,
    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    45% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: .7
    }
}

.ball-pulse>div:nth-child(0) {
    -webkit-animation: scale .75s -.36s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: scale .75s -.36s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.ball-pulse>div:nth-child(1) {
    -webkit-animation: scale .75s -.24s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: scale .75s -.24s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.ball-pulse>div:nth-child(2) {
    -webkit-animation: scale .75s -.12s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: scale .75s -.12s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.ball-pulse>div:nth-child(3) {
    -webkit-animation: scale .75s 0s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: scale .75s 0s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.ball-pulse>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.ball-pulse-sync>div:nth-child(0) {
    -webkit-animation: ball-pulse-sync .6s -.21s infinite ease-in-out;
    animation: ball-pulse-sync .6s -.21s infinite ease-in-out
}

.ball-pulse-sync>div:nth-child(1) {
    -webkit-animation: ball-pulse-sync .6s -.14s infinite ease-in-out;
    animation: ball-pulse-sync .6s -.14s infinite ease-in-out
}

.ball-pulse-sync>div:nth-child(2) {
    -webkit-animation: ball-pulse-sync .6s -70ms infinite ease-in-out;
    animation: ball-pulse-sync .6s -70ms infinite ease-in-out
}

.ball-pulse-sync>div:nth-child(3) {
    -webkit-animation: ball-pulse-sync .6s 0s infinite ease-in-out;
    animation: ball-pulse-sync .6s 0s infinite ease-in-out
}

.ball-pulse-sync>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.ball-scale>div {
    background-color: #2098D1;
    border-radius: 100%;
    margin: 2px;
    display: inline-block;
    height: 60px;
    width: 60px;
    -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
    animation: ball-scale 1s 0s ease-in-out infinite
}

.ball-rotate>div,
.ball-rotate>div:after,
.ball-rotate>div:before {
    background-color: #2098D1;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px
}

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

.ball-rotate>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.ball-rotate>div:first-child {
    -webkit-animation: rotate 1s 0s cubic-bezier(.7, -.13, .22, .86) infinite;
    animation: rotate 1s 0s cubic-bezier(.7, -.13, .22, .86) infinite
}

.ball-rotate>div:after,
.ball-rotate>div:before {
    content: "";
    position: absolute;
    opacity: .8
}

.ball-rotate>div:before {
    top: 0;
    left: -28px
}

.ball-rotate>div:after {
    top: 0;
    left: 25px
}

.ball-clip-rotate>div {
    border-radius: 100%;
    margin: 2px;
    border: 2px solid #2098D1;
    border-bottom-color: transparent;
    height: 25px;
    width: 25px;
    background: 0 0!important;
    display: inline-block;
    -webkit-animation: rotate .75s 0s linear infinite;
    animation: rotate .75s 0s linear infinite
}

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

@keyframes scale {
    30% {
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.ball-clip-rotate-pulse {
    position: relative;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px)
}

.ball-clip-rotate-pulse>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%
}

.ball-clip-rotate-pulse>div:first-child {
    background: #2098D1;
    height: 16px;
    width: 16px;
    top: 7px;
    left: -7px;
    -webkit-animation: scale 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;
    animation: scale 1s 0s cubic-bezier(.09, .57, .49, .9) infinite
}

.ball-clip-rotate-pulse>div:last-child {
    position: absolute;
    width: 30px;
    height: 30px;
    left: -16px;
    top: -2px;
    background: 0 0;
    border: 2px solid;
    border-color: #2098D1 transparent;
    -webkit-animation: rotate 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;
    animation: rotate 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

.ball-beat>div,
.ball-scale-multiple>div {
    background-color: #2098D1;
    border-radius: 100%
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1)
    }
    50% {
        -webkit-transform: rotate(180deg) scale(.6);
        transform: rotate(180deg) scale(.6)
    }
    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1)
    }
}

.ball-clip-rotate-multiple {
    position: relative
}

.ball-clip-rotate-multiple>div {
    position: absolute;
    left: -20px;
    top: -20px;
    border: 2px solid #FFF;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-radius: 100%;
    height: 55px;
    width: 55px;
    -webkit-animation: rotate 1s 0s ease-in-out infinite;
    animation: rotate 1s 0s ease-in-out infinite
}

.ball-clip-rotate-multiple>div:last-child {
    display: inline-block;
    top: -10px;
    left: -10px;
    width: 35px;
    height: 35px;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    border-color: #FFF transparent;
    -webkit-animation-direction: reverse;
    animation-direction: reverse
}

@-webkit-keyframes ball-scale-ripple {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .7
    }
    100% {
        opacity: 0
    }
}

@keyframes ball-scale-ripple {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .7
    }
    100% {
        opacity: 0
    }
}

.ball-scale-ripple>div {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    border: 2px solid #2098D1;
    -webkit-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(.21, .53, .56, .8);
    animation: ball-scale-ripple 1s 0s infinite cubic-bezier(.21, .53, .56, .8)
}

@-webkit-keyframes ball-scale-ripple-multiple {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .7
    }
    100% {
        opacity: 0
    }
}

@keyframes ball-scale-ripple-multiple {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .7
    }
    100% {
        opacity: 0
    }
}

.ball-scale-ripple-multiple {
    position: relative;
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-25px)
}

.ball-scale-ripple-multiple>div:nth-child(0) {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

.ball-scale-ripple-multiple>div:nth-child(1) {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

.ball-scale-ripple-multiple>div:nth-child(2) {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

.ball-scale-ripple-multiple>div:nth-child(3) {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

.ball-scale-ripple-multiple>div {
    position: absolute;
    top: -2px;
    left: -26px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 2px solid #2098D1;
    -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21, .53, .56, .8);
    animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21, .53, .56, .8)
}

@-webkit-keyframes ball-beat {
    50% {
        opacity: .2;
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ball-beat {
    50% {
        opacity: .2;
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.ball-beat>div {
    width: 15px;
    height: 15px;
    margin: 2px;
    display: inline-block;
    -webkit-animation: ball-beat .7s 0s infinite linear;
    animation: ball-beat .7s 0s infinite linear
}

.ball-beat>div:nth-child(2n-1) {
    -webkit-animation-delay: -.35s!important;
    animation-delay: -.35s!important
}

@-webkit-keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    5% {
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    5% {
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.ball-scale-multiple {
    position: relative;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px)
}

.ball-scale-multiple>div:nth-child(2) {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

.ball-scale-multiple>div:nth-child(3) {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

.ball-scale-multiple>div {
    position: absolute;
    left: -30px;
    top: 0;
    opacity: 0;
    margin: 0;
    width: 60px;
    height: 60px;
    -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
    animation: ball-scale-multiple 1s 0s linear infinite
}

.ball-triangle-path>div:nth-child(1),
.ball-triangle-path>div:nth-child(2) {
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite
}

@-webkit-keyframes ball-triangle-path-1 {
    33% {
        -webkit-transform: translate(25px, -50px);
        transform: translate(25px, -50px)
    }
    66% {
        -webkit-transform: translate(50px, 0);
        transform: translate(50px, 0)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes ball-triangle-path-1 {
    33% {
        -webkit-transform: translate(25px, -50px);
        transform: translate(25px, -50px)
    }
    66% {
        -webkit-transform: translate(50px, 0);
        transform: translate(50px, 0)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes ball-triangle-path-2 {
    33% {
        -webkit-transform: translate(25px, 50px);
        transform: translate(25px, 50px)
    }
    66% {
        -webkit-transform: translate(-25px, 50px);
        transform: translate(-25px, 50px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes ball-triangle-path-2 {
    33% {
        -webkit-transform: translate(25px, 50px);
        transform: translate(25px, 50px)
    }
    66% {
        -webkit-transform: translate(-25px, 50px);
        transform: translate(-25px, 50px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes ball-triangle-path-3 {
    33% {
        -webkit-transform: translate(-50px, 0);
        transform: translate(-50px, 0)
    }
    66% {
        -webkit-transform: translate(-25px, -50px);
        transform: translate(-25px, -50px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes ball-triangle-path-3 {
    33% {
        -webkit-transform: translate(-50px, 0);
        transform: translate(-50px, 0)
    }
    66% {
        -webkit-transform: translate(-25px, -50px);
        transform: translate(-25px, -50px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.ball-triangle-path {
    position: relative;
    -webkit-transform: translate(-29.99px, -37.51px);
    -ms-transform: translate(-29.99px, -37.51px);
    transform: translate(-29.99px, -37.51px)
}

.ball-triangle-path>div:nth-child(1) {
    -webkit-animation-name: ball-triangle-path-1;
    animation-name: ball-triangle-path-1;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite
}

.ball-triangle-path>div:nth-child(2) {
    -webkit-animation-name: ball-triangle-path-2;
    animation-name: ball-triangle-path-2;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite
}

.ball-triangle-path>div:nth-child(3) {
    -webkit-animation-name: ball-triangle-path-3;
    animation-name: ball-triangle-path-3;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.ball-triangle-path>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 1px solid #2098D1
}

.ball-grid-beat>div,
.ball-pulse-rise>div {
    -webkit-animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite
}

.ball-grid-beat>div,
.ball-grid-pulse>div,
.ball-pulse-rise>div {
    height: 15px;
    border-radius: 100%;
    display: inline-block;
    background-color: #2098D1;
    margin: 2px
}

.ball-triangle-path>div:nth-of-type(1) {
    top: 50px
}

.ball-triangle-path>div:nth-of-type(2) {
    left: 25px
}

.ball-triangle-path>div:nth-of-type(3) {
    top: 50px;
    left: 50px
}

@-webkit-keyframes ball-pulse-rise-even {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    25% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    50% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }
    75% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ball-pulse-rise-even {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    25% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    50% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }
    75% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes ball-pulse-rise-odd {
    0% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }
    25% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    75% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
}

@keyframes ball-pulse-rise-odd {
    0% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }
    25% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    75% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
}

.ball-pulse-rise>div {
    width: 15px;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: cubic-bezier(.15, .46, .9, .6);
    animation-timing-function: cubic-bezier(.15, .46, .9, .6);
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0
}

.ball-pulse-rise>div:nth-child(2n) {
    -webkit-animation-name: ball-pulse-rise-even;
    animation-name: ball-pulse-rise-even
}

.ball-pulse-rise>div:nth-child(2n-1) {
    -webkit-animation-name: ball-pulse-rise-odd;
    animation-name: ball-pulse-rise-odd
}

@-webkit-keyframes ball-grid-beat {
    50% {
        opacity: .7
    }
    100% {
        opacity: 1
    }
}

@keyframes ball-grid-beat {
    50% {
        opacity: .7
    }
    100% {
        opacity: 1
    }
}

.ball-grid-beat {
    width: 57px
}

.ball-grid-beat>div:nth-child(1) {
    -webkit-animation-delay: -70ms;
    animation-delay: -70ms;
    -webkit-animation-duration: 1.53s;
    animation-duration: 1.53s
}

.ball-grid-beat>div:nth-child(2) {
    -webkit-animation-delay: .72s;
    animation-delay: .72s;
    -webkit-animation-duration: .94s;
    animation-duration: .94s
}

.ball-grid-beat>div:nth-child(3) {
    -webkit-animation-delay: .11s;
    animation-delay: .11s;
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s
}

.ball-grid-beat>div:nth-child(4) {
    -webkit-animation-delay: .13s;
    animation-delay: .13s;
    -webkit-animation-duration: 1.01s;
    animation-duration: 1.01s
}

.ball-grid-beat>div:nth-child(5) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s
}

.ball-grid-beat>div:nth-child(6) {
    -webkit-animation-delay: .18s;
    animation-delay: .18s;
    -webkit-animation-duration: .97s;
    animation-duration: .97s
}

.ball-grid-beat>div:nth-child(7) {
    -webkit-animation-delay: -90ms;
    animation-delay: -90ms;
    -webkit-animation-duration: .67s;
    animation-duration: .67s
}

.ball-grid-beat>div:nth-child(8) {
    -webkit-animation-delay: .42s;
    animation-delay: .42s;
    -webkit-animation-duration: .92s;
    animation-duration: .92s
}

.ball-grid-beat>div:nth-child(9) {
    -webkit-animation-delay: .52s;
    animation-delay: .52s;
    -webkit-animation-duration: 1.43s;
    animation-duration: 1.43s
}

.ball-grid-beat>div {
    width: 15px;
    animation-fill-mode: both;
    float: left;
    -webkit-animation-name: ball-grid-beat;
    animation-name: ball-grid-beat;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0
}

@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: .7
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: .7
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.ball-grid-pulse {
    width: 57px
}

.ball-grid-pulse>div:nth-child(1) {
    -webkit-animation-delay: .73s;
    animation-delay: .73s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s
}

.ball-grid-pulse>div:nth-child(2) {
    -webkit-animation-delay: .32s;
    animation-delay: .32s;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s
}

.ball-grid-pulse>div:nth-child(3) {
    -webkit-animation-delay: .71s;
    animation-delay: .71s;
    -webkit-animation-duration: .88s;
    animation-duration: .88s
}

.ball-grid-pulse>div:nth-child(4) {
    -webkit-animation-delay: .62s;
    animation-delay: .62s;
    -webkit-animation-duration: 1.06s;
    animation-duration: 1.06s
}

.ball-grid-pulse>div:nth-child(5) {
    -webkit-animation-delay: .31s;
    animation-delay: .31s;
    -webkit-animation-duration: .62s;
    animation-duration: .62s
}

.ball-grid-pulse>div:nth-child(6) {
    -webkit-animation-delay: -.14s;
    animation-delay: -.14s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s
}

.ball-grid-pulse>div:nth-child(7) {
    -webkit-animation-delay: -.1s;
    animation-delay: -.1s;
    -webkit-animation-duration: 1.47s;
    animation-duration: 1.47s
}

.ball-grid-pulse>div:nth-child(8) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s
}

.ball-grid-pulse>div:nth-child(9) {
    -webkit-animation-delay: .73s;
    animation-delay: .73s;
    -webkit-animation-duration: .7s;
    animation-duration: .7s
}

.ball-grid-pulse>div {
    width: 15px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0
}

@-webkit-keyframes ball-spin-fade-loader {
    50% {
        opacity: .3;
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ball-spin-fade-loader {
    50% {
        opacity: .3;
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.ball-spin-fade-loader {
    position: relative;
    top: -10px;
    left: -10px
}

.ball-spin-fade-loader>div:nth-child(1) {
    top: 25px;
    left: 0;
    -webkit-animation: ball-spin-fade-loader 1s -.96s infinite linear;
    animation: ball-spin-fade-loader 1s -.96s infinite linear
}

.ball-spin-fade-loader>div:nth-child(2) {
    top: 17.05px;
    left: 17.05px;
    -webkit-animation: ball-spin-fade-loader 1s -.84s infinite linear;
    animation: ball-spin-fade-loader 1s -.84s infinite linear
}

.ball-spin-fade-loader>div:nth-child(3) {
    top: 0;
    left: 25px;
    -webkit-animation: ball-spin-fade-loader 1s -.72s infinite linear;
    animation: ball-spin-fade-loader 1s -.72s infinite linear
}

.ball-spin-fade-loader>div:nth-child(4) {
    top: -17.05px;
    left: 17.05px;
    -webkit-animation: ball-spin-fade-loader 1s -.6s infinite linear;
    animation: ball-spin-fade-loader 1s -.6s infinite linear
}

.ball-spin-fade-loader>div:nth-child(5) {
    top: -25px;
    left: 0;
    -webkit-animation: ball-spin-fade-loader 1s -.48s infinite linear;
    animation: ball-spin-fade-loader 1s -.48s infinite linear
}

.ball-spin-fade-loader>div:nth-child(6) {
    top: -17.05px;
    left: -17.05px;
    -webkit-animation: ball-spin-fade-loader 1s -.36s infinite linear;
    animation: ball-spin-fade-loader 1s -.36s infinite linear
}

.ball-spin-fade-loader>div:nth-child(7) {
    top: 0;
    left: -25px;
    -webkit-animation: ball-spin-fade-loader 1s -.24s infinite linear;
    animation: ball-spin-fade-loader 1s -.24s infinite linear
}

.ball-spin-fade-loader>div:nth-child(8) {
    top: 17.05px;
    left: -17.05px;
    -webkit-animation: ball-spin-fade-loader 1s -.12s infinite linear;
    animation: ball-spin-fade-loader 1s -.12s infinite linear
}

.ball-spin-fade-loader>div,
.ball-spin-loader>div {
    -webkit-animation-fill-mode: both;
    width: 15px;
    height: 15px;
    border-radius: 100%
}

.ball-spin-fade-loader>div {
    background-color: #2098D1;
    margin: 2px;
    animation-fill-mode: both;
    position: absolute
}

@-webkit-keyframes ball-spin-loader {
    75% {
        opacity: .2
    }
    100% {
        opacity: 1
    }
}

@keyframes ball-spin-loader {
    75% {
        opacity: .2
    }
    100% {
        opacity: 1
    }
}

.ball-spin-loader {
    position: relative
}

.ball-spin-loader>span:nth-child(1) {
    top: 45px;
    left: 0;
    -webkit-animation: ball-spin-loader 2s .9s infinite linear;
    animation: ball-spin-loader 2s .9s infinite linear
}

.ball-spin-loader>span:nth-child(2) {
    top: 30.68px;
    left: 30.68px;
    -webkit-animation: ball-spin-loader 2s 1.8s infinite linear;
    animation: ball-spin-loader 2s 1.8s infinite linear
}

.ball-spin-loader>span:nth-child(3) {
    top: 0;
    left: 45px;
    -webkit-animation: ball-spin-loader 2s 2.7s infinite linear;
    animation: ball-spin-loader 2s 2.7s infinite linear
}

.ball-spin-loader>span:nth-child(4) {
    top: -30.68px;
    left: 30.68px;
    -webkit-animation: ball-spin-loader 2s 3.6s infinite linear;
    animation: ball-spin-loader 2s 3.6s infinite linear
}

.ball-spin-loader>span:nth-child(5) {
    top: -45px;
    left: 0;
    -webkit-animation: ball-spin-loader 2s 4.5s infinite linear;
    animation: ball-spin-loader 2s 4.5s infinite linear
}

.ball-spin-loader>span:nth-child(6) {
    top: -30.68px;
    left: -30.68px;
    -webkit-animation: ball-spin-loader 2s 5.4s infinite linear;
    animation: ball-spin-loader 2s 5.4s infinite linear
}

.ball-spin-loader>span:nth-child(7) {
    top: 0;
    left: -45px;
    -webkit-animation: ball-spin-loader 2s 6.3s infinite linear;
    animation: ball-spin-loader 2s 6.3s infinite linear
}

.ball-spin-loader>span:nth-child(8) {
    top: 30.68px;
    left: -30.68px;
    -webkit-animation: ball-spin-loader 2s 7.2s infinite linear;
    animation: ball-spin-loader 2s 7.2s infinite linear
}

.ball-spin-loader>div {
    animation-fill-mode: both;
    position: absolute;
    background: green
}

.ball-zig-zag-deflect>div,
.ball-zig-zag>div {
    background-color: #2098D1;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px 2px 2px 15px;
    top: 4px;
    left: -7px
}

@-webkit-keyframes ball-zig {
    33% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px)
    }
    66% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes ball-zig {
    33% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px)
    }
    66% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes ball-zag {
    33% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px)
    }
    66% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes ball-zag {
    33% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px)
    }
    66% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.ball-zig-zag {
    position: relative;
    -webkit-transform: translate(-15px, -15px);
    -ms-transform: translate(-15px, -15px);
    transform: translate(-15px, -15px)
}

.ball-zig-zag>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute
}

.ball-zig-zag>div:first-child {
    -webkit-animation: ball-zig .7s 0s infinite linear;
    animation: ball-zig .7s 0s infinite linear
}

.ball-zig-zag>div:last-child {
    -webkit-animation: ball-zag .7s 0s infinite linear;
    animation: ball-zag .7s 0s infinite linear
}

@-webkit-keyframes ball-zig-deflect {
    17%,
    84% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px)
    }
    34%,
    67% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px)
    }
    100%,
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes ball-zig-deflect {
    17%,
    84% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px)
    }
    34%,
    67% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px)
    }
    100%,
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes ball-zag-deflect {
    17%,
    84% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px)
    }
    34%,
    67% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px)
    }
    100%,
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes ball-zag-deflect {
    17%,
    84% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px)
    }
    34%,
    67% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px)
    }
    100%,
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.ball-zig-zag-deflect {
    position: relative;
    -webkit-transform: translate(-15px, -15px);
    -ms-transform: translate(-15px, -15px);
    transform: translate(-15px, -15px)
}

.ball-zig-zag-deflect>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute
}

.line-scale-party>div,
.line-scale-pulse-out-rapid>div,
.line-scale-pulse-out>div,
.line-scale>div {
    width: 4px;
    height: 35px;
    display: inline-block
}

.line-scale-party>div,
.line-scale-pulse-out-rapid>div,
.line-scale-pulse-out>div,
.line-scale>div,
.line-spin-fade-loader>div {
    border-radius: 2px;
    margin: 2px;
    background-color: #2098D1
}

.ball-zig-zag-deflect>div:first-child {
    -webkit-animation: ball-zig-deflect 1.5s 0s infinite linear;
    animation: ball-zig-deflect 1.5s 0s infinite linear
}

.ball-zig-zag-deflect>div:last-child {
    -webkit-animation: ball-zag-deflect 1.5s 0s infinite linear;
    animation: ball-zag-deflect 1.5s 0s infinite linear
}

@-webkit-keyframes line-scale {
    0%,
    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }
    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4)
    }
}

@keyframes line-scale {
    0%,
    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }
    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4)
    }
}

.line-scale>div:nth-child(1) {
    -webkit-animation: line-scale 1s -.4s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: line-scale 1s -.4s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.line-scale>div:nth-child(2) {
    -webkit-animation: line-scale 1s -.3s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: line-scale 1s -.3s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.line-scale>div:nth-child(3) {
    -webkit-animation: line-scale 1s -.2s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: line-scale 1s -.2s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.line-scale>div:nth-child(4) {
    -webkit-animation: line-scale 1s -.1s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: line-scale 1s -.1s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.line-scale>div:nth-child(5) {
    -webkit-animation: line-scale 1s 0s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: line-scale 1s 0s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.line-scale>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes line-scale-party {
    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

@keyframes line-scale-party {
    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

.line-scale-party>div:nth-child(1) {
    -webkit-animation-delay: .23s;
    animation-delay: .23s;
    -webkit-animation-duration: 1.1s;
    animation-duration: 1.1s
}

.line-scale-party>div:nth-child(2) {
    -webkit-animation-delay: 90ms;
    animation-delay: 90ms;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

.line-scale-party>div:nth-child(3) {
    -webkit-animation-delay: .44s;
    animation-delay: .44s;
    -webkit-animation-duration: .65s;
    animation-duration: .65s
}

.line-scale-party>div:nth-child(4) {
    -webkit-animation-delay: -.12s;
    animation-delay: -.12s;
    -webkit-animation-duration: 1.01s;
    animation-duration: 1.01s
}

.line-scale-party>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: line-scale-party;
    animation-name: line-scale-party;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0
}

@-webkit-keyframes line-scale-pulse-out {
    0%,
    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }
    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4)
    }
}

@keyframes line-scale-pulse-out {
    0%,
    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }
    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4)
    }
}

.line-scale-pulse-out>div {
    -webkit-animation: line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85, .25, .37, .85);
    animation: line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85, .25, .37, .85)
}

.line-scale-pulse-out>div:nth-child(2),
.line-scale-pulse-out>div:nth-child(4) {
    -webkit-animation-delay: -.4s!important;
    animation-delay: -.4s!important
}

.line-scale-pulse-out>div:nth-child(1),
.line-scale-pulse-out>div:nth-child(5) {
    -webkit-animation-delay: -.2s!important;
    animation-delay: -.2s!important
}

@-webkit-keyframes line-scale-pulse-out-rapid {
    0%,
    90% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }
    80% {
        -webkit-transform: scaley(.3);
        transform: scaley(.3)
    }
}

@keyframes line-scale-pulse-out-rapid {
    0%,
    90% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }
    80% {
        -webkit-transform: scaley(.3);
        transform: scaley(.3)
    }
}

.line-scale-pulse-out-rapid>div {
    -webkit-animation: line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11, .49, .38, .78);
    animation: line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11, .49, .38, .78)
}

.line-scale-pulse-out-rapid>div:nth-child(2),
.line-scale-pulse-out-rapid>div:nth-child(4) {
    -webkit-animation-delay: -.25s!important;
    animation-delay: -.25s!important
}

.line-scale-pulse-out-rapid>div:nth-child(1),
.line-scale-pulse-out-rapid>div:nth-child(5) {
    -webkit-animation-delay: 0s!important;
    animation-delay: 0s!important
}

@-webkit-keyframes line-spin-fade-loader {
    50% {
        opacity: .3
    }
    100% {
        opacity: 1
    }
}

@keyframes line-spin-fade-loader {
    50% {
        opacity: .3
    }
    100% {
        opacity: 1
    }
}

.line-spin-fade-loader {
    position: relative;
    top: -10px;
    left: -4px
}

.line-spin-fade-loader>div:nth-child(1) {
    top: 20px;
    left: 0;
    -webkit-animation: line-spin-fade-loader 1.2s -.84s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -.84s infinite ease-in-out
}

.line-spin-fade-loader>div:nth-child(2) {
    top: 13.64px;
    left: 13.64px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: line-spin-fade-loader 1.2s -.72s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -.72s infinite ease-in-out
}

.line-spin-fade-loader>div:nth-child(3) {
    top: 0;
    left: 20px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation: line-spin-fade-loader 1.2s -.6s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -.6s infinite ease-in-out
}

.line-spin-fade-loader>div:nth-child(4) {
    top: -13.64px;
    left: 13.64px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: line-spin-fade-loader 1.2s -.48s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -.48s infinite ease-in-out
}

.line-spin-fade-loader>div:nth-child(5) {
    top: -20px;
    left: 0;
    -webkit-animation: line-spin-fade-loader 1.2s -.36s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -.36s infinite ease-in-out
}

.line-spin-fade-loader>div:nth-child(6) {
    top: -13.64px;
    left: -13.64px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: line-spin-fade-loader 1.2s -.24s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -.24s infinite ease-in-out
}

.line-spin-fade-loader>div:nth-child(7) {
    top: 0;
    left: -20px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation: line-spin-fade-loader 1.2s -.12s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -.12s infinite ease-in-out
}

.line-spin-fade-loader>div:nth-child(8) {
    top: 13.64px;
    left: -13.64px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out
}

.line-spin-fade-loader>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    width: 5px;
    height: 15px
}

@-webkit-keyframes triangle-skew-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0)
    }
    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg)
    }
    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0)
    }
}

@keyframes triangle-skew-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0)
    }
    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg)
    }
    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0)
    }
}

.triangle-skew-spin>div {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #2098D1;
    -webkit-animation: triangle-skew-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
    animation: triangle-skew-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite
}

@-webkit-keyframes square-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0)
    }
    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg)
    }
    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0)
    }
}

@keyframes square-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0)
    }
    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg)
    }
    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0)
    }
}

.square-spin>div {
    width: 50px;
    height: 50px;
    background: #2098D1;
    border: 1px solid red;
    -webkit-animation: square-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
    animation: square-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite
}

.pacman>div:first-of-type,
.pacman>div:nth-child(2) {
    width: 0;
    height: 0;
    border-right: 25px solid transparent;
    border-top: 25px solid #2098D1;
    border-left: 25px solid #2098D1;
    border-bottom: 25px solid #2098D1;
    border-radius: 25px;
    position: relative;
    left: -30px
}

@-webkit-keyframes rotate_pacman_half_up {
    0%,
    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate_pacman_half_up {
    0%,
    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate_pacman_half_down {
    0%,
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes rotate_pacman_half_down {
    0%,
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes pacman-balls {
    75% {
        opacity: .7
    }
    100% {
        -webkit-transform: translate(-100px, -6.25px);
        transform: translate(-100px, -6.25px)
    }
}

@keyframes pacman-balls {
    75% {
        opacity: .7
    }
    100% {
        -webkit-transform: translate(-100px, -6.25px);
        transform: translate(-100px, -6.25px)
    }
}

.pacman {
    position: relative
}

.pacman>div:nth-child(3) {
    -webkit-animation: pacman-balls 1s -.66s infinite linear;
    animation: pacman-balls 1s -.66s infinite linear
}

.pacman>div:nth-child(4) {
    -webkit-animation: pacman-balls 1s -.33s infinite linear;
    animation: pacman-balls 1s -.33s infinite linear
}

.pacman>div:nth-child(5) {
    -webkit-animation: pacman-balls 1s 0s infinite linear;
    animation: pacman-balls 1s 0s infinite linear
}

.pacman>div:first-of-type {
    -webkit-animation: rotate_pacman_half_up .5s 0s infinite;
    animation: rotate_pacman_half_up .5s 0s infinite
}

.pacman>div:nth-child(2) {
    -webkit-animation: rotate_pacman_half_down .5s 0s infinite;
    animation: rotate_pacman_half_down .5s 0s infinite;
    margin-top: -50px
}

.pacman>div:nth-child(3),
.pacman>div:nth-child(4),
.pacman>div:nth-child(5),
.pacman>div:nth-child(6) {
    background-color: #2098D1;
    border-radius: 100%;
    margin: 2px;
    width: 10px;
    height: 10px;
    position: absolute;
    -webkit-transform: translate(0, -6.25px);
    -ms-transform: translate(0, -6.25px);
    transform: translate(0, -6.25px);
    top: 25px;
    left: 70px
}

@-webkit-keyframes cube-transition {
    25% {
        -webkit-transform: translateX(50px) scale(.5) rotate(-90deg);
        transform: translateX(50px) scale(.5) rotate(-90deg)
    }
    50% {
        -webkit-transform: translate(50px, 50px) rotate(-180deg);
        transform: translate(50px, 50px) rotate(-180deg)
    }
    75% {
        -webkit-transform: translateY(50px) scale(.5) rotate(-270deg);
        transform: translateY(50px) scale(.5) rotate(-270deg)
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes cube-transition {
    25% {
        -webkit-transform: translateX(50px) scale(.5) rotate(-90deg);
        transform: translateX(50px) scale(.5) rotate(-90deg)
    }
    50% {
        -webkit-transform: translate(50px, 50px) rotate(-180deg);
        transform: translate(50px, 50px) rotate(-180deg)
    }
    75% {
        -webkit-transform: translateY(50px) scale(.5) rotate(-270deg);
        transform: translateY(50px) scale(.5) rotate(-270deg)
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

.cube-transition {
    position: relative;
    -webkit-transform: translate(-25px, -25px);
    -ms-transform: translate(-25px, -25px);
    transform: translate(-25px, -25px)
}

.cube-transition>div {
    width: 10px;
    height: 10px;
    position: absolute;
    top: -5px;
    left: -5px;
    background-color: #2098D1;
    -webkit-animation: cube-transition 1.6s 0s infinite ease-in-out;
    animation: cube-transition 1.6s 0s infinite ease-in-out
}

.hvr-bounce-to-top:before,
.hvr-rectangle-in:before,
.hvr-shutter-in-vertical:before {
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.cube-transition>div:last-child {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

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

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

.semi-circle-spin {
    position: relative;
    width: 35px;
    height: 35px;
    overflow: hidden
}

.semi-circle-spin>div {
    position: absolute;
    border-width: 0;
    border-radius: 100%;
    -webkit-animation: spin-rotate .6s 0s infinite linear;
    animation: spin-rotate .6s 0s infinite linear;
    background-image: -webkit-linear-gradient(transparent 0, transparent 70%, #2098D1 30%, #2098D1 100%);
    background-image: linear-gradient(transparent 0, transparent 70%, #2098D1 30%, #2098D1 100%);
    width: 100%;
    height: 100%
}

.randbg {
    background: url(../images/site-images/60.jpg) top center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.randbg.bg1 {
    background-image: url(../images/site-images/2-dark.jpg)
}

.randbg.bg2 {
    background-image: url(../images/site-images/62.jpg)
}

.randbg.bg3 {
    background-image: url(../images/site-images/67.jpg)
}

.randbg.bg4 {
    background-image: url(../images/site-images/68.jpg)
}

.randbg.bg5 {
    background-image: url(../images/site-images/38.jpg)
}

.hvr-bounce-to-top {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.hvr-bounce-to-top:before {
    position: absolute;
    background: #2098D1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-bounce-to-top:active:before,
.hvr-bounce-to-top:focus:before,
.hvr-bounce-to-top:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
    transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

.hvr-shutter-in-vertical {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    background: #111;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.hvr-shutter-in-vertical:before {
    position: absolute;
    background: #2098D1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-shutter-in-vertical:active:before,
.hvr-shutter-in-vertical:focus:before,
.hvr-shutter-in-vertical:hover:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
}

.hvr-rectangle-in {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #111;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .6s;
    transition-duration: .6s
}

.hvr-rectangle-in:before {
    position: absolute;
    background: #2098D1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-rectangle-in:active:before,
.hvr-rectangle-in:focus:before,
.hvr-rectangle-in:hover:before {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.events .entry-image .entry-date.dark,
.ievent .entry-image .entry-date.dark {
    color: #FFF;
    border: 1px solid rgba(255, 255, 255, .6)
}

.dark a:hover {
    color: #EEE
}

.dark #content,
.dark #wrapper,
.dark .css3-spinner,
.dark .modal-content,
.dark .portfolio-ajax-modal,
.dark .section,
.dark .shop-quick-view-ajax,
.section.dark,
body.dark {
    background-color: #444
}

.dark .css3-spinner>div {
    background-color: rgba(255, 255, 255, .35)
}

.dark .double-line,
.dark .line {
    border-top-color: rgba(255, 255, 255, .1)
}

#top-bar.dark,
.dark #top-bar {
    border-bottom-color: rgba(255, 255, 255, .1);
    background-color: #282828
}

.dark .top-links ul li {
    border-left-color: rgba(255, 255, 255, .1)
}

.dark .top-links ul ul li,
.dark .top-links ul ul li:first-child {
    border-left: 1px solid #444
}

.dark .top-links li>a {
    color: #AAA
}

.dark .top-links li:hover {
    background-color: #333;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2)
}

.dark .top-links ul div.top-link-section,
.dark .top-links ul ul {
    background: #333;
    border-bottom: none
}

.dark .top-links ul ul li {
    border-top: 1px solid #444
}

.dark .top-links ul ul li:hover {
    background-color: #383838
}

.dark #top-social li {
    border-left: 1px solid rgba(255, 255, 255, .1)
}

.dark #top-social li a {
    color: #BBB
}

.dark #logo a {
    color: #CCC
}

.dark .one-page-arrow,
.dark .slider-caption p,
.one-page-arrow.dark {
    color: #FFF
}

.dark .slider-caption,
.dark .slider-caption h2 {
    color: #FFF;
    text-shadow: none
}

.not-dark .slider-caption,
.not-dark .slider-caption h2 {
    color: #222;
    text-shadow: none
}

.dark .ei-title h2,
.dark .ei-title h2 span,
.dark .ei-title h3,
.dark .ei-title h3 span {
    color: #EEE!important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .15)
}

.not-dark .ei-title h2,
.not-dark .ei-title h2 span,
.not-dark .ei-title h3,
.not-dark .ei-title h3 span {
    color: #222!important;
    text-shadow: none
}

.dark #page-title {
    background-color: #282828;
    border-bottom-color: #3F3F3F
}

.dark #page-title h1 {
    color: rgba(255, 255, 255, .9)!important
}

.dark #page-title span {
    color: rgba(255, 255, 255, .7)
}

.dark .breadcrumb a {
    color: #BBB
}

.dark .breadcrumb a:hover {
    color: #EEE
}

.dark #page-title.page-title-pattern {
    background-image: url(../images/pattern2.html)
}

.dark .portfolio-1 .portfolio-item {
    border-bottom-color: rgba(255, 255, 255, .08)
}

.dark .portfolio-1.portfolio-fullwidth .portfolio-desc {
    background-color: #333
}

.dark .portfolio-overlay a:hover {
    background-color: #0594c3
}

.dark .portfolio-overlay .portfolio-desc h3 {
    color: #F6F6F6!important
}

.dark .portfolio-overlay .portfolio-desc h3 a {
    color: #F6F6F6!important;
    border: none!important
}

.dark .portfolio-overlay .portfolio-desc span {
    color: #DDD!important
}

.dark .portfolio-overlay .portfolio-desc span a {
    color: #DDD!important;
    border: none!important
}

.dark .post-masonry-full .entry,
.dark .well .line {
    border-color: rgba(255, 255, 255, .08)
}

.dark .mpost,
.dark .post-timeline .entry-timeline div.timeline-divider,
.dark .spost {
    border-top-color: rgba(255, 255, 255, .1)
}

.dark .ajax-modal-title,
.dark .commentlist {
    border-bottom-color: rgba(255, 255, 255, .08)
}

.dark .portfolio-desc h3 a {
    color: #F6F6F6!important
}

.dark .ajax-modal-title {
    background-color: #333
}

.dark .portfolio-meta li {
    color: #999
}

.dark #portfolio-navigation a,
.dark .portfolio-meta li span {
    color: #BBB
}

.dark #portfolio-navigation a:hover {
    color: #EEE
}

.dark .entry-title h2 a,
.dark .ipost .entry-title h3 a,
.dark .ipost .entry-title h4 a {
    color: #FFF
}

.dark .entry-title h2 a:hover,
.dark .ipost .entry-title h3 a:hover,
.dark .ipost .entry-title h4 a:hover {
    color: #DDD
}

.dark .entry-meta li {
    color: #CCC
}

.dark .entry-meta li a {
    color: #2098D1
}

.dark .entry-meta li a:hover {
    color: #DDD
}

.dark .timeline-border {
    border-left-color: rgba(255, 255, 255, .1)
}

.dark .post-timeline .entry-timeline {
    border-color: rgba(255, 255, 255, .1);
    background-color: rgba(255, 255, 255, .08);
    color: #AAA
}

.dark .post-timeline .entry:hover .entry-timeline,
.dark .post-timeline .entry:hover .timeline-divider {
    border-color: #0594c3;
    color: #0594c3
}

.dark .mpost .entry-image a i,
.dark .spost .entry-image a i {
    color: #CCC;
    background-color: rgba(0, 0, 0, .2)
}

.dark .mpost .entry-title h4 a,
.dark .spost .entry-title h4 a {
    color: #FFF
}

.dark .mpost .entry-title h4 a:hover,
.dark .spost .entry-title h4 a:hover {
    color: #DDD
}

.dark .mpost .entry-meta li,
.dark .spost .entry-meta li {
    border-left-color: #666
}

.dark .mpost .entry-meta li a,
.dark .spost .entry-meta li a,
.dark .testimonial.twitter-scroll .testi-meta span a {
    color: #AAA
}

.dark .mpost .entry-meta li a:hover,
.dark .spost .entry-meta li a:hover,
.dark .testimonial.twitter-scroll .testi-meta span a:hover {
    color: #888
}

.dark #comments {
    border-top-color: rgba(255, 255, 255, .08)
}

.dark .comment-wrap {
    border-color: rgba(255, 255, 255, .08);
    background-color: #444
}

.dark .comment-avatar {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .1)
}

.dark .comment-content .comment-author {
    color: #CCC
}

.dark .comment-content .comment-author a {
    color: #BBB
}

.dark .comment-content .comment-author a:hover {
    color: #EEE
}

.dark .review-comment-ratings {
    color: #CCC
}

.dark .comment-reply-link:hover {
    color: #888
}

.dark p.wp-caption-text,
.dark td.actions {
    background-color: rgba(0, 0, 0, .2)
}

.dark .countdown-amount,
.dark .rounded-skill {
    color: #F9F9F9
}

.dark .promo>.container>span,
.dark .promo>span {
    color: rgba(255, 255, 255, .8)
}

.dark .promo.promo-border {
    border-color: rgba(255, 255, 255, .08)
}

.dark .promo.promo-light {
    background-color: rgba(255, 255, 255, .1)
}

.dark .promo.promo-dark:not(.promo-flat) {
    background-color: rgba(0, 0, 0, .3)
}

.promo.promo-dark {
    border: 0!important;
    background-color: #111;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2)
}

.promo.promo-dark h3,
.promo.promo-dark>.container>h3 span,
.promo.promo-dark>h3 span {
    color: #FFF
}

.promo.promo-dark>.container>span,
.promo.promo-dark>span {
    color: #CCC
}

.promo.promo-dark a.button {
    right: 30px
}

.dark .feature-box h3 {
    color: #FFF
}

.dark .feature-box h3 span.subtitle,
.dark .feature-box p {
    color: #EEE!important
}

.dark .process-steps li .i-bordered {
    background-color: #494949
}

.dark .feature-box.fbox-center:not(.fbox-bg) h3:after,
.dark .process-steps li:after,
.dark .process-steps li:before {
    border-top-color: #2098D1
}

.dark .feature-box.fbox-bg.fbox-center {
    background-color: rgba(255, 255, 255, .1);
    border: 1px solid rgba(155, 155, 155, .5)
}

.dark .faqs .toggle,
.dark .si-share {
    border-bottom-color: rgba(255, 255, 255, .1)
}

.dark .heading-block:not(.not-dark):after {
    border-top-color: #2098D1
}

.dark .style-msg2 {
    border-left: 4px solid rgba(0, 0, 0, .3)
}

.dark .style-msg .sb-msg,
.dark .style-msg2 .msgtitle,
.dark .style-msg2 .sb-msg {
    border-left-color: rgba(255, 255, 255, .1)
}

.dark .si-dark {
    background-color: rgba(0, 0, 0, .2);
    color: #DDD!important;
    border-color: transparent
}

.dark .si-light {
    background-color: rgba(255, 255, 255, .1);
    color: #EEE!important;
    border-color: transparent
}

.dark .accordion.accordion-bg .acctitle,
.dark .accordion.accordion-bg .acctitlec,
.dark .toggle.toggle-bg .togglet,
.dark .toggle.toggle-bg .toggleta {
    background-color: rgba(0, 0, 0, .2)
}

.dark .social-icon i:last-child {
    color: #FFF!important
}

.dark .social-icon:hover {
    color: #FFF!important;
    border-color: transparent
}

.dark .si-share {
    border-top-color: rgba(255, 255, 255, .1)
}

.dark .toggle .togglet,
.dark .toggle .toggleta {
    color: #CCC
}

.dark .toggle.toggle-border {
    border-color: rgba(255, 255, 255, .15)
}

.dark .acctitle,
.dark .acctitlec {
    color: #CCC;
    border-top-color: rgba(255, 255, 255, .15)
}

.dark .accordion.accordion-border {
    border-color: rgba(255, 255, 255, .1)
}

.dark .accordion.accordion-border .acctitle,
.dark .accordion.accordion-border .acctitlec {
    border-color: rgba(255, 255, 255, .15)
}

.dark .sidenav>li>a {
    border-color: #494949;
    color: #BBB
}

.dark .sidenav>li>a:hover {
    background-color: rgba(0, 0, 0, .3)
}

.dark .faqlist li a {
    color: #CCC
}

.dark .clients-grid li:before,
.dark .testimonials-grid li:before {
    border-left-color: rgba(255, 255, 255, .15)
}

.dark .clients-grid li:after,
.dark .testimonials-grid li:after {
    border-bottom-color: rgba(255, 255, 255, .15)
}

.dark .testimonial {
    background: #222
}

.dark .testi-content p {
    margin-bottom: 0;
    font-style: normal;
    color: #FFF
}

.dark .testi-meta,
.dark .testi-meta a {
    color: #CCC!important
}

.dark .testi-meta {
    margin-top: 10px;
    font-size: 13px;
    padding-left: 10px
}

.dark .testi-meta span {
    display: block;
    font-weight: 400;
    color: #CCC;
    font-size: 15px;
    text-transform: none
}

.dark .testimonial.twitter-scroll .testi-content p a {
    border-bottom: 1px dotted #AAA
}

.dark .testimonial.twitter-scroll .testi-content p a:hover {
    border-bottom: 1px solid #888
}

.dark .testimonial.twitter-scroll .testi-image i {
    background-color: rgba(0, 0, 0, .2);
    color: #EEE;
    text-shadow: none
}

.parallax.dark .testimonial .flex-control-nav {
    height: 8px;
    margin-top: 30px
}

.parallax.dark .testimonial .flex-control-nav li {
    width: 8px;
    height: 8px;
    margin: 0 3px
}

.parallax.dark .testimonial .flex-control-nav li a {
    width: 8px!important;
    height: 8px!important;
    border: 1px solid #FFF;
    background-color: transparent
}

.dark .pricing-features,
.dark .pricing-title {
    border-bottom-color: rgba(255, 255, 255, .1)
}

.parallax.dark .testimonial .flex-control-nav li a.flex-active,
.parallax.dark .testimonial .flex-control-nav li:hover a {
    background-color: #FFF
}

.dark .team-desc.team-desc-bg {
    background-color: rgba(255, 255, 255, .05)
}

.dark .team-content {
    color: #CCC
}

.dark .pricing-box {
    border-color: rgba(255, 255, 255, .1);
    background-color: rgba(125, 125, 125, .25);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1)
}

.dark .pricing-title {
    background-color: rgba(255, 255, 255, .03);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .15)
}

.dark .pricing-title h3 {
    color: #DDD
}

.dark .pricing-box.pricing-extended .pricing-meta,
.dark .pricing-price,
.dark .pricing-price span.price-tenure,
.dark .pricing-title span {
    color: #EEE
}

.dark .pricing-price:after {
    border-top-color: rgba(255, 255, 255, .1)
}

.dark .pricing-box.best-price {
    background-color: rgba(125, 125, 125, .5)
}

.dark .pricing-box.best-price .pricing-title,
.dark .pricing-box.pricing-extended {
    background-color: transparent
}

.dark .pricing-box.pricing-minimal .pricing-price {
    background-color: transparent;
    border-bottom-color: rgba(255, 255, 255, .1)
}

.dark .pricing-box.pricing-extended .pricing-action-area {
    border-left-color: rgba(255, 255, 255, .15);
    background-color: rgba(0, 0, 0, .2)
}

.dark .subscribe-widget h5 {
    color: #CCC!important
}

.dark .counter.counter-lined+h5:before {
    border-color: #EEE
}

.dark .easyPieChart {
    color: #EEE
}

.dark .skills li {
    background-color: rgba(255, 255, 255, .15)
}

.dark .skills li .progress-percent {
    background-color: #4E4E4E;
    color: #FFF
}

.dark .progress-percent:after,
.dark .progress-percent:before {
    border-top-color: #4E4E4E
}

.dark .skills li>span {
    font-weight: 600;
    color: #CCC
}

.dark label {
    color: #BBB
}

.dark label.label-muted {
    color: #777
}

.dark #contact-form-overlay,
.dark #contact-form-overlay-mini {
    background-color: #383838
}

.dark .title-block>span {
    color: #CCC
}

.dark .counter,
.dark .heading-block:not(.not-dark) {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1)
}

.dark .emphasis-title:not(.not-dark) h1,
.dark .emphasis-title:not(.not-dark) h2,
.dark .heading-block:not(.not-dark) h1,
.dark .heading-block:not(.not-dark) h2,
.dark .heading-block:not(.not-dark) h3,
.dark .heading-block:not(.not-dark) h4 {
    color: #FFF
}

.dark .emphasis-title.not-dark h1,
.dark .emphasis-title.not-dark h2,
.dark .heading-block.not-dark h1,
.dark .heading-block.not-dark h2,
.dark .heading-block.not-dark h3,
.dark .heading-block.not-dark h4 {
    color: #333
}

.dark .heading-block:not(.not-dark)>span {
    color: #CCC
}

.dark .emphasis-title.not-dark {
    color: #444
}

.dark .emphasis-title span {
    color: #FFF!important
}

.dark .fancy-title h1,
.dark .fancy-title h2,
.dark .fancy-title h3,
.dark .fancy-title h4,
.dark .fancy-title h5,
.dark .fancy-title h6 {
    background-color: #444!important
}

.dark .fancy-title.title-border-color:before,
.dark .fancy-title.title-border:before,
.dark .fancy-title.title-double-border:before {
    border-top-color: rgba(255, 255, 255, .15)
}

.dark .divider {
    color: rgba(255, 255, 255, .15)
}

.dark .divider.divider-center.divider-short:before,
.dark .divider.divider-center:before,
.dark .divider:after {
    border-top-color: rgba(255, 255, 255, .1)
}

.dark .divider.divider-border,
.dark .divider.divider-rounded {
    color: #CCC
}

.dark .divider.divider-border i,
.dark .divider.divider-rounded i {
    background-color: rgba(255, 255, 255, .1)
}

.dark .divider.divider-border i {
    background-color: transparent;
    border-color: rgba(255, 255, 255, .15)
}

.dark .highlight,
.dark .preloader {
    background-color: rgba(0, 0, 0, .2)
}

.dark .quote:before {
    color: rgba(255, 255, 255, .1)
}

.dark .top-advert {
    border-left-color: rgba(255, 255, 255, .1);
    border-right-color: rgba(255, 255, 255, .1)
}

.dark.error404-wrap .error404 {
    color: #FFF;
    opacity: .25
}

.dark.error404-wrap .form-control::-webkit-input-placeholder {
    color: #888
}

.dark.error404-wrap .form-control::-moz-placeholder {
    color: #888
}

.dark.error404-wrap .form-control:-ms-input-placeholder {
    color: #888
}

.dark .form-process {
    background-color: rgba(0, 0, 0, .5)
}

.dark .form-control {
    background: 0 0;
    border: 2px solid rgba(255, 255, 255, .5)
}

.dark .sidebar-widgets-wrap .widget,
.dark .table>tbody+tbody,
.dark .table>tbody>tr>td,
.dark .table>tbody>tr>th,
.dark .table>tfoot>tr>td,
.dark .table>tfoot>tr>th,
.dark .table>thead>tr>td,
.dark .table>thead>tr>th,
.dark hr {
    border-top-color: rgba(255, 255, 255, .1)
}

.dark .page-header,
.dark .table>thead>tr>th,
.dark legend {
    border-bottom-color: rgba(255, 255, 255, .1)
}

.dark .foot-bot i.footer-icon {
    color: rgba(255, 255, 255, .3)
}

.dark .copyright-links a {
    color: #999
}

.dark .copyright-links a:hover {
    color: #0594C3
}

.dark .footer-widgets-wrap a {
    color: #CCC
}

.dark .footer-widgets-wrap a:hover,
.dark .widget h4 {
    color: #FFF
}

.dark .tagcloud a {
    color: #CCC;
    border-color: transparent;
    background-color: rgba(0, 0, 0, .2)
}

.dark .tagcloud a:hover {
    border-color: transparent!important;
    background-color: #0594c3;
    color: #FFF!important
}

.dark .img-thumbnail,
.dark .show-grid [class^=col-],
.dark fieldset {
    border-color: rgba(255, 255, 255, .1)
}

.dark .widget_recent_comments li {
    background-image: url(../images/icons/comment-icon-dark.png)
}

.dark .widget_archive li a,
.dark .widget_categories li a,
.dark .widget_links li a,
.dark .widget_meta li a,
.dark .widget_nav_menu li a,
.dark .widget_pages li a,
.dark .widget_recent_comments li a,
.dark .widget_recent_entries li a,
.dark .widget_rss li a {
    color: #CCC;
    background-image: url(../images/icons/arrow-dark.png)
}

.dark .widget_archive li a:hover,
.dark .widget_categories li a:hover,
.dark .widget_links li a:hover,
.dark .widget_meta li a:hover,
.dark .widget_nav_menu li a:hover,
.dark .widget_pages li a:hover,
.dark .widget_recent_comments li a:hover,
.dark .widget_recent_entries li a:hover,
.dark .widget_rss li a:hover,
.dark mark {
    color: #FFF
}

.dark .show-grid [class^=col-] {
    background-color: rgba(255, 255, 255, .05)
}

.dark mark {
    background: rgba(0, 0, 0, .5)
}

.dark .img-thumbnail {
    background-color: rgba(0, 0, 0, .2)
}

.dark blockquote {
    border-left-color: rgba(255, 255, 255, .2)
}

.dark .blockquote-reverse,
.dark blockquote.pull-right {
    border-right-color: rgba(255, 255, 255, .2)
}

.dark code {
    color: #DF6F72;
    background-color: rgba(0, 0, 0, .3)
}

.dark kbd {
    background-color: rgba(255, 255, 255, .1)
}

.dark pre {
    color: #FFF;
    background-color: rgba(0, 0, 0, .3);
    border-color: rgba(255, 255, 255, .15)
}

.dark .table .table {
    background-color: rgba(0, 0, 0, .2)
}

.dark .table-bordered,
.dark .table-bordered>tbody>tr>td,
.dark .table-bordered>tbody>tr>th,
.dark .table-bordered>tfoot>tr>td,
.dark .table-bordered>tfoot>tr>th,
.dark .table-bordered>thead>tr>td,
.dark .table-bordered>thead>tr>th {
    border-color: rgba(255, 255, 255, .1)
}

.dark .table-striped>tbody>tr:nth-child(odd)>td,
.dark .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: rgba(0, 0, 0, .05)
}

.dark .table-hover>tbody>tr:hover>td,
.dark .table-hover>tbody>tr:hover>th,
.dark .table>tbody>tr.active>td,
.dark .table>tbody>tr.active>th,
.dark .table>tbody>tr>td.active,
.dark .table>tbody>tr>th.active,
.dark .table>tfoot>tr.active>td,
.dark .table>tfoot>tr.active>th,
.dark .table>tfoot>tr>td.active,
.dark .table>tfoot>tr>th.active,
.dark .table>thead>tr.active>td,
.dark .table>thead>tr.active>th,
.dark .table>thead>tr>td.active,
.dark .table>thead>tr>th.active {
    background-color: rgba(0, 0, 0, .1)
}

.dark .table-hover>tbody>tr.active:hover>td,
.dark .table-hover>tbody>tr.active:hover>th,
.dark .table-hover>tbody>tr>td.active:hover,
.dark .table-hover>tbody>tr>th.active:hover {
    background-color: rgba(255, 255, 255, .1)
}

@media (max-width:767px) {
    .table-responsive {
        border-color: rgba(255, 255, 255, .1)
    }
}

.dark legend {
    color: #DDD
}

.dark output {
    color: #CCC
}

.dark .btn:focus,
.dark .btn:hover {
    color: #FFF
}

.dark .btn-default {
    color: #FFF;
    background-color: rgba(0, 0, 0, .2);
    border-color: rgba(255, 255, 255, .15)
}

.dark .btn-default.active,
.dark .btn-default:active,
.dark .btn-default:focus,
.dark .btn-default:hover,
.dark .open .dropdown-toggle.btn-default {
    color: #FFF;
    background-color: rgba(0, 0, 0, .3);
    border-color: rgba(255, 255, 255, .2)
}

.dark .btn-default.disabled,
.dark .btn-default.disabled.active,
.dark .btn-default.disabled:active,
.dark .btn-default.disabled:focus,
.dark .btn-default.disabled:hover,
.dark .btn-default[disabled],
.dark .btn-default[disabled].active,
.dark .btn-default[disabled]:active,
.dark .btn-default[disabled]:focus,
.dark .btn-default[disabled]:hover,
.dark fieldset[disabled] .btn-default,
.dark fieldset[disabled] .btn-default.active,
.dark fieldset[disabled] .btn-default:active,
.dark fieldset[disabled] .btn-default:focus,
.dark fieldset[disabled] .btn-default:hover {
    color: #BBB;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1)
}

.dark .btn-default .badge {
    background-color: rgba(255, 255, 255, .1)
}

.dark .btn-link:focus,
.dark .btn-link:hover {
    color: #EEE
}

.dark .dropdown-menu {
    background-color: #333;
    border-color: #3F3F3F
}

.dark .dropdown-menu .divider {
    background-color: rgba(255, 255, 255, .1)
}

.dark .dropdown-menu>li>a {
    color: #DDD
}

.dark .dropdown-menu>li>a:focus,
.dark .dropdown-menu>li>a:hover {
    color: #EEE;
    background-color: rgba(255, 255, 255, .1)
}

.dark .input-group-addon,
.dark .input-group-btn .btn-default {
    color: #CCC;
    background-color: transparent;
    border-color: 1px solid rgba(255, 255, 255, 1)
}

.dark .input-group-btn .btn-default {
    color: #FFF
}

.dark .input-group-btn .btn-default:hover {
    background-color: rgba(0, 0, 0, .3)
}

.dark .nav .open>a,
.dark .nav .open>a:focus,
.dark .nav .open>a:hover,
.dark .nav>li>a:focus,
.dark .nav>li>a:hover {
    background-color: rgba(0, 0, 0, .2)
}

.dark .nav .nav-divider {
    background-color: rgba(255, 255, 255, .1)
}

.dark .nav-tabs {
    border-bottom-color: rgba(255, 255, 255, .15)
}

.dark .nav-tabs>li>a:hover {
    border-color: rgba(255, 255, 255, .2);
    border-bottom: none
}

.dark .nav-tabs-justified>li>a:hover,
.dark .nav-tabs.nav-justified>li>a:hover {
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.dark .nav-tabs>li.active>a,
.dark .nav-tabs>li.active>a:focus,
.dark .nav-tabs>li.active>a:hover {
    color: #DDD;
    background-color: #383838;
    border: 1px solid rgba(255, 255, 255, .2);
    border-bottom-color: #383838
}

.dark .nav-tabs-justified>.active>a,
.dark .nav-tabs-justified>.active>a:focus,
.dark .nav-tabs-justified>.active>a:hover,
.dark .nav-tabs.nav-justified>.active>a,
.dark .nav-tabs.nav-justified>.active>a:focus,
.dark .nav-tabs.nav-justified>.active>a:hover {
    border-color: rgba(255, 255, 255, .15)
}

.dark .panel-footer,
.dark .panel-group .panel-heading+.panel-collapse .panel-body,
.dark .panel>.panel-body+.table,
.dark .panel>.panel-body+.table-responsive {
    border-top-color: rgba(255, 255, 255, .1)
}

@media (min-width:768px) {
    .dark .nav-tabs.nav-justified>li>a {
        border-bottom-color: rgba(255, 255, 255, .15)
    }
    .dark .nav-tabs.nav-justified>.active>a,
    .dark .nav-tabs.nav-justified>.active>a:focus,
    .dark .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #383838
    }
    .dark .nav-tabs-justified>li>a {
        border-bottom-color: rgba(255, 255, 255, .15)
    }
    .dark .nav-tabs-justified>.active>a,
    .dark .nav-tabs-justified>.active>a:focus,
    .dark .nav-tabs-justified>.active>a:hover {
        border-bottom-color: #383838
    }
}

.dark .navbar-default {
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1)
}

.dark .navbar-default .navbar-collapse,
.dark .navbar-default .navbar-form,
.dark .navbar-default .navbar-toggle {
    border-color: rgba(255, 255, 255, .15)
}

.dark .navbar-default .navbar-brand {
    color: #EEE
}

.dark .navbar-default .navbar-brand:focus,
.dark .navbar-default .navbar-brand:hover {
    color: #BBB
}

.dark .navbar-default .navbar-text {
    color: #CCC
}

.dark .navbar-default .navbar-nav>li>a {
    color: #BBB
}

.dark .navbar-default .navbar-nav>li>a:focus,
.dark .navbar-default .navbar-nav>li>a:hover {
    color: #EEE;
    background-color: transparent
}

.dark .navbar-default .navbar-nav>.active>a,
.dark .navbar-default .navbar-nav>.active>a:focus,
.dark .navbar-default .navbar-nav>.active>a:hover {
    color: #EEE;
    background-color: rgba(0, 0, 0, .25)
}

.dark .navbar-default .navbar-nav>.disabled>a,
.dark .navbar-default .navbar-nav>.disabled>a:focus,
.dark .navbar-default .navbar-nav>.disabled>a:hover {
    color: #CCC
}

.dark .navbar-default .navbar-toggle:focus,
.dark .navbar-default .navbar-toggle:hover {
    background-color: rgba(255, 255, 255, .15)
}

.dark .navbar-default .navbar-toggle .icon-bar {
    background-color: #BBB
}

.dark .navbar-default .navbar-nav>.open>a,
.dark .navbar-default .navbar-nav>.open>a:focus,
.dark .navbar-default .navbar-nav>.open>a:hover {
    background-color: rgba(0, 0, 0, .25);
    color: #EEE
}

@media (max-width:767px) {
    .dark .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #BBB
    }
    .dark .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .dark .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #EEE
    }
    .dark .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .dark .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .dark .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        background-color: rgba(0, 0, 0, .25);
        color: #EEE
    }
    .dark .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .dark .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .dark .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #CCC
    }
}

.dark .navbar-default .navbar-link {
    color: #BBB
}

.dark .navbar-default .navbar-link:hover,
.dark .thumbnail .caption {
    color: #EEE
}

.dark .label-default {
    background-color: rgba(255, 255, 255, .2)
}

.dark .label-default[href]:focus,
.dark .label-default[href]:hover {
    background-color: rgba(0, 0, 0, .2)
}

.dark .badge {
    background-color: rgba(255, 255, 255, .2)
}

.btn .badge {
    background-color: #FFF
}

.dark .jumbotron,
.dark .progress,
.dark .thumbnail {
    background-color: rgba(255, 255, 255, .15)
}

.dark .thumbnail {
    border-color: rgba(255, 255, 255, .1)
}

.dark .list-group-item {
    background-color: rgba(0, 0, 0, .2);
    border-color: #444
}

.dark a.list-group-item {
    color: #BBB
}

.dark a.list-group-item .list-group-item-heading {
    color: #DDD
}

.dark a.list-group-item:focus,
.dark a.list-group-item:hover {
    background-color: rgba(255, 255, 255, .05)
}

.dark a.list-group-item.active,
.dark a.list-group-item.active:focus,
.dark a.list-group-item.active:hover {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

.dark .list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

.dark a.list-group-item-success {
    color: #3c763d
}

.dark a.list-group-item-success:focus,
.dark a.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

.dark a.list-group-item-success.active,
.dark a.list-group-item-success.active:focus,
.dark a.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.dark .list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

.dark a.list-group-item-info {
    color: #31708f
}

.dark a.list-group-item-info:focus,
.dark a.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

.dark a.list-group-item-info.active,
.dark a.list-group-item-info.active:focus,
.dark a.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.dark .list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

.dark a.list-group-item-warning {
    color: #8a6d3b
}

.dark a.list-group-item-warning:focus,
.dark a.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

.dark a.list-group-item-warning.active,
.dark a.list-group-item-warning.active:focus,
.dark a.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.dark .list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

.dark a.list-group-item-danger {
    color: #a94442
}

.dark a.list-group-item-danger:focus,
.dark a.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

.dark a.list-group-item-danger.active,
.dark a.list-group-item-danger.active:focus,
.dark a.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.dark .panel {
    background-color: rgba(0, 0, 0, .2)
}

.dark .panel-footer {
    background-color: rgba(255, 255, 255, .1)
}

.dark .panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom-color: rgba(255, 255, 255, .1)
}

.dark .panel-default {
    border-color: rgba(255, 255, 255, .15)
}

.dark .panel-default>.panel-heading {
    color: #DDD;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1)
}

.dark .panel-default>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ddd
}

.dark .panel-default>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ddd
}

.dark .well {
    background-color: rgba(0, 0, 0, .2);
    border-color: rgba(255, 255, 255, .15)
}

.dark .well blockquote {
    border-color: #ddd
}

.dark .close {
    color: #FFF;
    opacity: .5;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2)
}

.dark .close:focus,
.dark .close:hover {
    color: #FFF;
    opacity: .8
}

.dark .modal-content {
    border-color: #555
}

.dark .modal-header {
    border-bottom-color: rgba(255, 255, 255, .15)
}

.dark .modal-footer {
    border-top-color: rgba(255, 255, 255, .15)
}

.dark .popover {
    background-color: #282828;
    border-color: #494949
}

.dark .popover-title {
    background-color: rgba(255, 255, 255, .1);
    border-bottom-color: rgba(255, 255, 255, .075)
}

.dark .popover.top>.arrow {
    border-top-color: #494949
}

.dark .popover.top>.arrow:after {
    border-top-color: #282828
}

.dark .popover.right>.arrow {
    border-right-color: #494949
}

.dark .popover.right>.arrow:after {
    border-right-color: #282828
}

.dark .popover.bottom>.arrow {
    border-bottom-color: #494949
}

.dark .popover.bottom>.arrow:after {
    border-bottom-color: #282828
}

.dark .popover.left>.arrow {
    border-left-color: #494949
}

.dark .popover.left>.arrow:after {
    border-left-color: #282828
}

.centered {
    float: none;
    margin: auto
}

.black_palatte {
    background-color: rgba(0, 0, 0, .88);
    color: #fff;
    padding: 70px 80px 60px;
    position: absolute;
    bottom: 40px;
}
.ui-widget.ui-widget-content {
    border: 1px solid #7c1718;
}
.ui-widget-content {
    border: 1px solid #dddddd;
    background: #bd6a5c;
    color: #101010;
}
.ui-widget-header {
    border: none;
    background: #bd6a5c;
}
.ui-datepicker .ui-datepicker-title select {margin: 1px 4px;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
     border: none; 
    background: #bd6a5c;
    color: #ffffff;
    text-align: center;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #ffffff;
    background: #7c1718;
    color: #ffffff;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #7c1718;
    background: #ffffff;
    color: #bd6a5c;
}

.black_palatte h1,
.black_palatte h2,
.black_palatte h3,
.black_palatte h4,
.black_palatte h5,
.black_palatte h6,
.black_palatte p {
    color: #fff
}

.pullover {
    position: absolute;
    top: 100px;
    right: 0
}

.pullover ul {
    list-style: none
}

.pullover ul li {
    background: rgba(255, 255, 255, .7);
    padding: 6px 15px;
    margin-bottom: 1px
}

.textover {
    bottom: 30px;
    position: absolute;
    padding: 0 15%;
}

.textover p {
    color: #fff;
    font-size: 23px;
    line-height: 30px;
}

.btmpd {
    padding-bottom: 0
}

.brand {
    text-transform: uppercase
}

.transparent {
    background: 0 0;
    color: #fff
}

.validate-has-error {
    font-size: 12px;
    color: red
}

.room-list{position: relative;}
.room-list .container-fluid {
    padding: 0;
}
.room-list .overlay {
    height: auto;
    width: 65%;
    bottom: 50px;
    top: auto;
    left: 82px;
    background: #fff;
    padding: 20px 0;
}
.room-list .price {
    font-size: 35px;
    color: #39302c;
    text-align: center;
    font-weight: 700;
    margin: 20px 0 10px;
}
.home-icon {
    display: inline-flex;
}
.home-icon li {
    margin-right: 5px;
}
.home-icon li img {
    width: 60%;
    display: block;
    margin: auto;
}
.room-list .title {
    color: #0a473f;
    font-size: 11px;
    text-transform: uppercase;
}
.room-list h2 {
    padding: 0;
    font-weight: 600;
    color: #39302c;
    font-size: 35px;
}
.room-list .hbutton a {
    position: absolute;
    top: 55px;
    background-color: #0a473f!important;
    border-radius: 5px;
    font-family: 'Muli', sans-serif;
    font-size: 15px;
}
.hbooking {
    padding: 30px 0 0;
}
.hbooking .col-md-4 {
    padding: 0;
}
.hbooking input {
    padding: 35px;
    color: #000;
    background: #fff;
    border-right: 1px solid #ccc;
    text-align: center;
}
.hbooking button {
    padding: 19px;
    width: 100%;
    border: none;
    background: #BD6A5C;
}
.datepicker.dropdown-menu{
    padding: 10px 15px;
    color: #fff;
    background-color: #BD6A5C;
}
.room-list .owl-theme .owl-controls .owl-nav [class*=owl-]{
    top: 45%;
    color: #fff;
    background: none;
}
.room-list .owl-theme .owl-controls .owl-nav .owl-prev:before, .room-list .owl-theme .owl-controls .owl-nav .owl-next:before {
    font-size: 40px;
    font-weight: 600;
}
.room-list .owl-theme .owl-controls .owl-nav .owl-prev {
    left: 4%;
    margin-left: 0;
}
.room-list .owl-theme .owl-controls .owl-nav .owl-next {
    right: 4%;
}

.hservice{
    background-image: url(http://localhost/pawan/images/articles/CIq6s-c.jpg);
}
.hservice:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffffbf;
    top: 0;
}
.hservice .service {
    background: #fff;
    border-radius: 10px;
}
.ser-time {
    background: #FFBF3C;
    padding: 5px 20px;
}
.ser-time p {
    margin: 0;
    color: #fff;
}
.hservice .service img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.hservice .service .ser-des {
    padding: 10px 20px 20px;
}
.hservice .service .ser-des h1 {
    font-size: 27px;
    font-weight: 600;
}
.hservice .service .ser-des p {
    font-size: 13px;
    line-height: 20px;
    text-align: justify;
    margin-bottom: 0;
    overflow: hidden;
    height: 100px;
}
#service-slider.owl-theme .owl-controls .owl-dots {
    right: 50%;
    top: 105%;
}
#service-slider.owl-theme .owl-dots .owl-dot span{
    background-color: #FFBF3C;
    width: 13px;
    height: 13px;
    margin: 0 3px;
}

.reserve_personal_info,
.reserve_room_info {
    margin-top: 45px;
    background: #fff;
    padding: 30px;
    border: 1px solid #dedddd;
    margin-bottom: 40px
}

.reserve_room_info .subtitle h6 {
    border-bottom: 4px solid #b14747;
    display: inline-block;
    margin-bottom: 10px
}

.reserve_room_info h4 {
    font-weight: 700;
    font-size: 16px
}

.reserve_room_info h6 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0
}

.reserve_room_info .panel-body {
    background: #fbfbfb
}

.reserve_personal_info h6 {
    letter-spacing: 0;
    margin-bottom: 6px;
    margin-left: 15px
}

.reserve_room_info .roomtypes th {
    border-top: 0
}

.reserve_room_info select {
    padding: 0 10px;
    line-height: 10px;
    height: 30px
}

.panel h6 {
    margin-bottom: 5px;
    color: #ca1306
}

.panel img {
    border-radius: 6px
}

.reserve_personal_info input[type=submit] {
    width: 100%
}

.reserve_personal_info input[type=text],
.reserve_personal_info select,
.reserve_personal_info textarea,
.reserve_room_info select {
    border: 1px solid #ccc;
    background: #fff
}

.panel h4 {
    margin-bottom: 0
}

input::-webkit-input-placeholder {
    color: #999!important
}

input:-moz-placeholder {
    color: #999!important
}

input::-moz-placeholder {
    color: #999!important
}

input:-ms-input-placeholder {
    color: #999!important
}

hr {
    border-color: #cacaca
}

#effect-4 {
    overflow: hidden;
    height: 265px
}

.offer {
    position: absolute;
    right: 0;
    top: 140px;
}

span.main-price {
    text-decoration: line-through;
}