.gavias_sliderlayer {
    background: #f5f5f5 !important;
}

.layer-style-image {
    display: inline-block;
    text-align: center;
}

.layer-style-image img {
    max-width: 100% !important;
    height: auto !important;
}

.gavias_sliderlayer .tp-bullets,
#gavias_slider_single .tp-bullets {
    -webkit-opacity: 1 !important;
    -ms-opacity: 1 !important;
    -o-opacity: 1 !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin-left: -40px;
}

.gavias_sliderlayer .tp-bullets .tp-bullet,
#gavias_slider_single .tp-bullets .tp-bullet {
    width: 20px;
    height: 5px;
    background: rgba(255, 255, 255, 0.4);
}

.gavias_sliderlayer .tp-bullets .tp-bullet.selected,
#gavias_slider_single .tp-bullets .tp-bullet.selected {
    background: #fff;
}

.gavias_sliderlayer .tparrows,
#gavias_slider_single .tparrows {
    width: 50px;
    height: 50px;
    background: #fff !important;
    line-height: 50px;
    color: #000000;
    font-size: 18px;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width:991px) {
    .gavias_sliderlayer .tparrows,
    #gavias_slider_single .tparrows {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}

.gavias_sliderlayer .tparrows:before,
#gavias_slider_single .tparrows:before {
    color: #000000 !important;
    line-height: 50px !important;
}

@media (max-width:991px) {
    .gavias_sliderlayer .tparrows:before,
    #gavias_slider_single .tparrows:before {
        line-height: 35px !important;
    }
}

.gavias_sliderlayer .tp-caption,
#gavias_slider_single .tp-caption {
    z-index: 99;
    line-height: 28px;
    color: #000000;
}

.gavias_sliderlayer .sub-title,
#gavias_slider_single .sub-title {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    color: #fff;
}

.gavias_sliderlayer .sub-title:after,
#gavias_slider_single .sub-title:after {
    content: "";
    width: 5px;
    height: 100%;
    background: #22DCCE;
    position: absolute;
    top: -2px;
    left: 0;
    z-index: 99;
}

.gavias_sliderlayer .slide-style-1,
#gavias_slider_single .slide-style-1 {
    color: #000000;
    font-size: 68px;
    line-height: 30px;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
}

.gavias_sliderlayer .slide-style-2,
#gavias_slider_single .slide-style-2 {
    color: #000000;
    font-size: 36px;
    line-height: 48px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
}

.gavias_sliderlayer .slide-style-3,
#gavias_slider_single .slide-style-3 {
    color: #000000;
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: 400;
    line-height: 30px;
    font-style: italic;
}

.gavias_sliderlayer .slide-style-4,
#gavias_slider_single .slide-style-4 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-style: italic;
}

@media (max-width:767px) {
    .gavias_sliderlayer .text-normal,
    #gavias_slider_single .text-normal {
        font-size: 14px;
    }
}

.gavias_sliderlayer .text-black,
#gavias_slider_single .text-black {
    color: #000000 !important;
}

.gavias_sliderlayer .text-theme,
#gavias_slider_single .text-theme {
    color: #22DCCE !important;
}

.gavias_sliderlayer .text-white,
#gavias_slider_single .text-white {
    color: #fff !important;
}

.gavias_sliderlayer .text-center,
#gavias_slider_single .text-center {
    text-align: center;
}

.gavias_sliderlayer .text-left,
#gavias_slider_single .text-left {
    text-align: left;
}

.gavias_sliderlayer .text-gradient,
#gavias_slider_single .text-gradient {
    background: #22DCCE;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=$theme-color, endColorstr=#ece183);
    background: -moz-linear-gradient(left top, #24a3be 0%, #22DCCE 50%, #ece183 100%);
    background: -webkit-linear-gradient(left top, #24a3be 0%, #22DCCE 50%, #ece183 100%);
    background: -ms-linear-gradient(left top, #24a3be 0%, #22DCCE 50%, #ece183 100%);
    background: linear-gradient(left top, #24a3be 0%, #22DCCE 50%, #ece183 100%);
    background: -o-linear-gradient(left top, #24a3be 0%, #22DCCE 50%, #ece183 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #24a3be), color-stop(50%, #22DCCE), color-stop(100%, #ece183));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gavias_sliderlayer .btn-slide,
.gavias_sliderlayer .btn-slide-white,
#gavias_slider_single .btn-slide,
#gavias_slider_single .btn-slide-white {
    background: #22DCCE;
    color: #fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    z-index: 1;
}

.gavias_sliderlayer .btn-slide.inner,
.gavias_sliderlayer .btn-slide a,
.gavias_sliderlayer .btn-slide-white.inner,
.gavias_sliderlayer .btn-slide-white a,
#gavias_slider_single .btn-slide.inner,
#gavias_slider_single .btn-slide a,
#gavias_slider_single .btn-slide-white.inner,
#gavias_slider_single .btn-slide-white a {
    text-align: center;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    display: inline-block;
    padding: 9px 24px 9px;
    color: #fff;
    width: 100%;
    height: 100%;
    border: 1px solid #22DCCE;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.gavias_sliderlayer .btn-slide:hover,
.gavias_sliderlayer .btn-slide:focus,
.gavias_sliderlayer .btn-slide:active,
.gavias_sliderlayer .btn-slide.active,
.gavias_sliderlayer .btn-slide-white:hover,
.gavias_sliderlayer .btn-slide-white:focus,
.gavias_sliderlayer .btn-slide-white:active,
.gavias_sliderlayer .btn-slide-white.active,
#gavias_slider_single .btn-slide:hover,
#gavias_slider_single .btn-slide:focus,
#gavias_slider_single .btn-slide:active,
#gavias_slider_single .btn-slide.active,
#gavias_slider_single .btn-slide-white:hover,
#gavias_slider_single .btn-slide-white:focus,
#gavias_slider_single .btn-slide-white:active,
#gavias_slider_single .btn-slide-white.active {
    color: #22DCCE;
    background: #fff;
}

.gavias_sliderlayer .btn-slide:hover a,
.gavias_sliderlayer .btn-slide:focus a,
.gavias_sliderlayer .btn-slide:active a,
.gavias_sliderlayer .btn-slide.active a,
.gavias_sliderlayer .btn-slide-white:hover a,
.gavias_sliderlayer .btn-slide-white:focus a,
.gavias_sliderlayer .btn-slide-white:active a,
.gavias_sliderlayer .btn-slide-white.active a,
#gavias_slider_single .btn-slide:hover a,
#gavias_slider_single .btn-slide:focus a,
#gavias_slider_single .btn-slide:active a,
#gavias_slider_single .btn-slide.active a,
#gavias_slider_single .btn-slide-white:hover a,
#gavias_slider_single .btn-slide-white:focus a,
#gavias_slider_single .btn-slide-white:active a,
#gavias_slider_single .btn-slide-white.active a {
    color: #22DCCE;
}

.gavias_sliderlayer .btn-slide-white,
#gavias_slider_single .btn-slide-white {
    background: #fff;
    color: #000000;
}

.gavias_sliderlayer .btn-slide-white.inner,
.gavias_sliderlayer .btn-slide-white a,
#gavias_slider_single .btn-slide-white.inner,
#gavias_slider_single .btn-slide-white a {
    display: inline-block;
    color: #000000;
    width: 100%;
    height: 100%;
}

.gavias_sliderlayer .btn-slide-white:hover a,
.gavias_sliderlayer .btn-slide-white:focus a,
.gavias_sliderlayer .btn-slide-white:active a,
#gavias_slider_single .btn-slide-white:hover a,
#gavias_slider_single .btn-slide-white:focus a,
#gavias_slider_single .btn-slide-white:active a {
    background: #22DCCE;
    color: #fff;
}

.gavias_sliderlayer .btn-slide-line,
#gavias_slider_single .btn-slide-line {
    border: 1px solid #fff;
    background: none;
    font-size: 13px;
    text-transform: uppercase;
    backface-visibility: hidden;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 2px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    color: #fff !important;
    padding: 10px 20px 8px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.gavias_sliderlayer .btn-slide-line a,
#gavias_slider_single .btn-slide-line a {
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    color: #fff !important;
}

.gavias_sliderlayer .btn-slide-line:hover,
#gavias_slider_single .btn-slide-line:hover {
    background: #fff;
    color: #000000 !important;
}

.gavias_sliderlayer .btn-slide-line:hover a,
#gavias_slider_single .btn-slide-line:hover a {
    color: #000000 !important;
}

.gavias_sliderlayer .btn-radius,
#gavias_slider_single .btn-radius {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.gavias_sliderlayer .gavias-overlay:after,
#gavias_slider_single .gavias-overlay:after {
    content: "";
    background: url(https://www.ntwaslo.com/themes/gavias_carina/imagesgrid-slide.png) repeat rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

@font-face {
    font-family: 'FontAwesome';
    src: url(https://www.ntwaslo.com/themes/gavias_carina/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(https://www.ntwaslo.com/themes/gavias_carina/fonts/fontawesome-webfont.eot#iefix&v=4.7.0) format("embedded-opentype"), url(https://www.ntwaslo.com/themes/gavias_carina/fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(https://www.ntwaslo.com/themes/gavias_carina/fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(https://www.ntwaslo.com/themes/gavias_carina/fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(https://www.ntwaslo.com/themes/gavias_carina/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-1x {
    font-size: 1.5em;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2.2em;
    height: 2.2em;
    line-height: 2.2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-1x.fa-stack {
    line-height: 2.2em !important;
}

.fa-inverse {
    color: #ffffff;
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}

.fa-won:before,
.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-edge:before {
    content: "\f282";
}

.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-usb:before {
    content: "\f287";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-pause-circle-o:before {
    content: "\f28c";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stop-circle-o:before {
    content: "\f28e";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-percent:before {
    content: "\f295";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-envira:before {
    content: "\f299";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-wheelchair-alt:before {
    content: "\f29b";
}

.fa-question-circle-o:before {
    content: "\f29c";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-volume-control-phone:before {
    content: "\f2a0";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}

.fa-handshake-o:before {
    content: "\f2b5";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-o:before {
    content: "\f2b7";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-book-o:before {
    content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-circle-o:before {
    content: "\f2be";
}

.fa-user-o:before {
    content: "\f2c0";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-eercast:before {
    content: "\f2da";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-snowflake-o:before {
    content: "\f2dc";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-meetup:before {
    content: "\f2e0";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    100% {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    100% {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

@font-face {
    font-family: 'gva-icon';
    src: url(https://www.ntwaslo.com/themes/gavias_carina/fonts/icon/icon.eot?blahfl=);
    src: url(https://www.ntwaslo.com/themes/gavias_carina/fonts/icon/icon.eot?blahfl=#iefix) format("embedded-opentype"), url(https://www.ntwaslo.com/themes/gavias_carina/fonts/icon/icon.ttf?blahfl=) format("truetype"), url(https://www.ntwaslo.com/themes/gavias_carina/fonts/icon/icon.woff?blahfl=) format("woff"), url(https://www.ntwaslo.com/themes/gavias_carina/fonts/icon/icon.svg?blahfl=#monia) format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="gv-icon"],
[class*=" gv-icon"] {
    font-family: 'gva-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.gv-icon-1:before {
    content: "\e900";
}

.gv-icon-2:before {
    content: "\e901";
}

.gv-icon-3:before {
    content: "\e902";
}

.gv-icon-4:before {
    content: "\e903";
}

.gv-icon-5:before {
    content: "\e904";
}

.gv-icon-6:before {
    content: "\e905";
}

.gv-icon-7:before {
    content: "\e906";
}

.gv-icon-8:before {
    content: "\e907";
}

.gv-icon-9:before {
    content: "\e908";
}

.gv-icon-10:before {
    content: "\e909";
}

.gv-icon-11:before {
    content: "\e90a";
}

.gv-icon-12:before {
    content: "\e90b";
}

.gv-icon-13:before {
    content: "\e90c";
}

.gv-icon-14:before {
    content: "\e90d";
}

.gv-icon-15:before {
    content: "\e90e";
}

.gv-icon-16:before {
    content: "\e90f";
}

.gv-icon-17:before {
    content: "\e910";
}

.gv-icon-18:before {
    content: "\e911";
}

.gv-icon-19:before {
    content: "\e912";
}

.gv-icon-20:before {
    content: "\e913";
}

.gv-icon-21:before {
    content: "\e914";
}

.gv-icon-22:before {
    content: "\e915";
}

.gv-icon-23:before {
    content: "\e916";
}

.gv-icon-24:before {
    content: "\e917";
}

.gv-icon-25:before {
    content: "\e918";
}

.gv-icon-26:before {
    content: "\e919";
}

.gv-icon-27:before {
    content: "\e91a";
}

.gv-icon-28:before {
    content: "\e91b";
}

.gv-icon-29:before {
    content: "\e91c";
}

.gv-icon-30:before {
    content: "\e91d";
}

.gv-icon-31:before {
    content: "\e91e";
}

.gv-icon-32:before {
    content: "\e91f";
}

.gv-icon-33:before {
    content: "\e920";
}

.gv-icon-34:before {
    content: "\e921";
}

.gv-icon-35:before {
    content: "\e922";
}

.gv-icon-36:before {
    content: "\e923";
}

.gv-icon-37:before {
    content: "\e924";
}

.gv-icon-38:before {
    content: "\e925";
}

.gv-icon-39:before {
    content: "\e926";
}

.gv-icon-40:before {
    content: "\e927";
}

.gv-icon-41:before {
    content: "\e928";
}

.gv-icon-42:before {
    content: "\e929";
}

.gv-icon-43:before {
    content: "\e92a";
}

.gv-icon-44:before {
    content: "\e92b";
}

.gv-icon-45:before {
    content: "\e92c";
}

.gv-icon-46:before {
    content: "\e92d";
}

.gv-icon-47:before {
    content: "\e92e";
}

.gv-icon-48:before {
    content: "\e92f";
}

.gv-icon-49:before {
    content: "\e930";
}

.gv-icon-50:before {
    content: "\e931";
}

.gv-icon-51:before {
    content: "\e932";
}

.gv-icon-52:before {
    content: "\e933";
}

.gv-icon-53:before {
    content: "\e934";
}

.gv-icon-54:before {
    content: "\e935";
}

.gv-icon-55:before {
    content: "\e936";
}

.gv-icon-56:before {
    content: "\e937";
}

.gv-icon-57:before {
    content: "\e938";
}

.gv-icon-58:before {
    content: "\e939";
}

.gv-icon-59:before {
    content: "\e93a";
}

.gv-icon-60:before {
    content: "\e93b";
}

.gv-icon-61:before {
    content: "\e93c";
}

.gv-icon-62:before {
    content: "\e93d";
}

.gv-icon-63:before {
    content: "\e93e";
}

.gv-icon-64:before {
    content: "\e93f";
}

.gv-icon-65:before {
    content: "\e940";
}

.gv-icon-66:before {
    content: "\e941";
}

.gv-icon-67:before {
    content: "\e942";
}

.gv-icon-68:before {
    content: "\e943";
}

.gv-icon-69:before {
    content: "\e944";
}

.gv-icon-70:before {
    content: "\e945";
}

.gv-icon-71:before {
    content: "\e946";
}

.gv-icon-72:before {
    content: "\e947";
}

.gv-icon-73:before {
    content: "\e948";
}

.gv-icon-74:before {
    content: "\e949";
}

.gv-icon-75:before {
    content: "\e94a";
}

.gv-icon-76:before {
    content: "\e94b";
}

.gv-icon-77:before {
    content: "\e94c";
}

.gv-icon-78:before {
    content: "\e94d";
}

.gv-icon-79:before {
    content: "\e94e";
}

.gv-icon-80:before {
    content: "\e94f";
}

.gv-icon-81:before {
    content: "\e950";
}

.gv-icon-82:before {
    content: "\e951";
}

.gv-icon-83:before {
    content: "\e952";
}

.gv-icon-84:before {
    content: "\e953";
}

.gv-icon-85:before {
    content: "\e954";
}

.gv-icon-86:before {
    content: "\e955";
}

.gv-icon-87:before {
    content: "\e956";
}

.gv-icon-88:before {
    content: "\e957";
}

.gv-icon-89:before {
    content: "\e958";
}

.gv-icon-90:before {
    content: "\e959";
}

.gv-icon-91:before {
    content: "\e95a";
}

.gv-icon-92:before {
    content: "\e95b";
}

.gv-icon-93:before {
    content: "\e95c";
}

.gv-icon-94:before {
    content: "\e95d";
}

.gv-icon-95:before {
    content: "\e95e";
}

.gv-icon-96:before {
    content: "\e95f";
}

.gv-icon-97:before {
    content: "\e960";
}

.gv-icon-98:before {
    content: "\e961";
}

.gv-icon-99:before {
    content: "\e962";
}

.gv-icon-100:before {
    content: "\e963";
}

.gv-icon-101:before {
    content: "\e964";
}

.gv-icon-102:before {
    content: "\e965";
}

.gv-icon-103:before {
    content: "\e966";
}

.gv-icon-104:before {
    content: "\e967";
}

.gv-icon-105:before {
    content: "\e968";
}

.gv-icon-106:before {
    content: "\e969";
}

.gv-icon-107:before {
    content: "\e96a";
}

.gv-icon-108:before {
    content: "\e96b";
}

.gv-icon-109:before {
    content: "\e96c";
}

.gv-icon-110:before {
    content: "\e96d";
}

.gv-icon-111:before {
    content: "\e96e";
}

.gv-icon-112:before {
    content: "\e96f";
}

.gv-icon-113:before {
    content: "\e970";
}

.gv-icon-114:before {
    content: "\e971";
}

.gv-icon-115:before {
    content: "\e972";
}

.gv-icon-116:before {
    content: "\e973";
}

.gv-icon-117:before {
    content: "\e974";
}

.gv-icon-118:before {
    content: "\e975";
}

.gv-icon-119:before {
    content: "\e976";
}

.gv-icon-120:before {
    content: "\e977";
}

.gv-icon-121:before {
    content: "\e978";
}

.gv-icon-122:before {
    content: "\e979";
}

.gv-icon-123:before {
    content: "\e97a";
}

.gv-icon-124:before {
    content: "\e97b";
}

.gv-icon-125:before {
    content: "\e97c";
}

.gv-icon-126:before {
    content: "\e97d";
}

.gv-icon-127:before {
    content: "\e97e";
}

.gv-icon-128:before {
    content: "\e97f";
}

.gv-icon-129:before {
    content: "\e980";
}

.gv-icon-130:before {
    content: "\e981";
}

.gv-icon-131:before {
    content: "\e982";
}

.gv-icon-132:before {
    content: "\e983";
}

.gv-icon-133:before {
    content: "\e984";
}

.gv-icon-134:before {
    content: "\e985";
}

.gv-icon-135:before {
    content: "\e986";
}

.gv-icon-136:before {
    content: "\e987";
}

.gv-icon-137:before {
    content: "\e988";
}

.gv-icon-138:before {
    content: "\e989";
}

.gv-icon-139:before {
    content: "\e98a";
}

.gv-icon-140:before {
    content: "\e98b";
}

.gv-icon-141:before {
    content: "\e98c";
}

.gv-icon-142:before {
    content: "\e98d";
}

.gv-icon-143:before {
    content: "\e98e";
}

.gv-icon-144:before {
    content: "\e98f";
}

.gv-icon-145:before {
    content: "\e990";
}

.gv-icon-146:before {
    content: "\e991";
}

.gv-icon-147:before {
    content: "\e992";
}

.gv-icon-148:before {
    content: "\e993";
}

.gv-icon-149:before {
    content: "\e994";
}

.gv-icon-150:before {
    content: "\e995";
}

.gv-icon-151:before {
    content: "\e996";
}

.gv-icon-152:before {
    content: "\e997";
}

.gv-icon-153:before {
    content: "\e998";
}

.gv-icon-154:before {
    content: "\e999";
}

.gv-icon-155:before {
    content: "\e99a";
}

.gv-icon-156:before {
    content: "\e99b";
}

.gv-icon-157:before {
    content: "\e99c";
}

.gv-icon-158:before {
    content: "\e99d";
}

.gv-icon-159:before {
    content: "\e99e";
}

.gv-icon-160:before {
    content: "\e99f";
}

.gv-icon-161:before {
    content: "\e9a0";
}

.gv-icon-162:before {
    content: "\e9a1";
}

.gv-icon-163:before {
    content: "\e9a2";
}

.gv-icon-164:before {
    content: "\e9a3";
}

.gv-icon-165:before {
    content: "\e9a4";
}

.gv-icon-166:before {
    content: "\e9a5";
}

.gv-icon-167:before {
    content: "\e9a6";
}

.gv-icon-168:before {
    content: "\e9a7";
}

.gv-icon-169:before {
    content: "\e9a8";
}

.gv-icon-170:before {
    content: "\e9a9";
}

.gv-icon-171:before {
    content: "\e9aa";
}

.gv-icon-172:before {
    content: "\e9ab";
}

.gv-icon-173:before {
    content: "\e9ac";
}

.gv-icon-174:before {
    content: "\e9ad";
}

.gv-icon-175:before {
    content: "\e9ae";
}

.gv-icon-176:before {
    content: "\e9af";
}

.gv-icon-177:before {
    content: "\e9b0";
}

.gv-icon-178:before {
    content: "\e9b1";
}

.gv-icon-179:before {
    content: "\e9b2";
}

.gv-icon-180:before {
    content: "\e9b3";
}

.gv-icon-181:before {
    content: "\e9b4";
}

.gv-icon-182:before {
    content: "\e9b5";
}

.gv-icon-183:before {
    content: "\e9b6";
}

.gv-icon-184:before {
    content: "\e9b7";
}

.gv-icon-185:before {
    content: "\e9b8";
}

.gv-icon-186:before {
    content: "\e9b9";
}

.gv-icon-187:before {
    content: "\e9ba";
}

.gv-icon-188:before {
    content: "\e9bb";
}

.gv-icon-189:before {
    content: "\e9bc";
}

.gv-icon-190:before {
    content: "\e9bd";
}

.gv-icon-191:before {
    content: "\e9be";
}

.gv-icon-192:before {
    content: "\e9bf";
}

.gv-icon-193:before {
    content: "\e9c0";
}

.gv-icon-194:before {
    content: "\e9c1";
}

.gv-icon-195:before {
    content: "\e9c2";
}

.gv-icon-196:before {
    content: "\e9c3";
}

.gv-icon-197:before {
    content: "\e9c4";
}

.gv-icon-198:before {
    content: "\e9c5";
}

.gv-icon-199:before {
    content: "\e9c6";
}

.gv-icon-200:before {
    content: "\e9c7";
}

.gv-icon-201:before {
    content: "\e9c8";
}

.gv-icon-202:before {
    content: "\e9c9";
}

.gv-icon-203:before {
    content: "\e9ca";
}

.gv-icon-204:before {
    content: "\e9cb";
}

.gv-icon-205:before {
    content: "\e9cc";
}

.gv-icon-206:before {
    content: "\e9cd";
}

.gv-icon-207:before {
    content: "\e9ce";
}

.gv-icon-208:before {
    content: "\e9cf";
}

.gv-icon-209:before {
    content: "\e9d0";
}

.gv-icon-210:before {
    content: "\e9d1";
}

.gv-icon-211:before {
    content: "\e9d2";
}

.gv-icon-212:before {
    content: "\e9d3";
}

.gv-icon-213:before {
    content: "\e9d4";
}

.gv-icon-214:before {
    content: "\e9d5";
}

.gv-icon-215:before {
    content: "\e9d6";
}

.gv-icon-216:before {
    content: "\e9d7";
}

.gv-icon-217:before {
    content: "\e9d8";
}

.gv-icon-218:before {
    content: "\e9d9";
}

.gv-icon-219:before {
    content: "\e9da";
}

.gv-icon-220:before {
    content: "\e9db";
}

.gv-icon-221:before {
    content: "\e9dc";
}

.gv-icon-222:before {
    content: "\e9dd";
}

.gv-icon-223:before {
    content: "\e9de";
}

.gv-icon-224:before {
    content: "\e9df";
}

.gv-icon-225:before {
    content: "\e9e0";
}

.gv-icon-226:before {
    content: "\e9e1";
}

.gv-icon-227:before {
    content: "\e9e2";
}

.gv-icon-228:before {
    content: "\e9e3";
}

.gv-icon-229:before {
    content: "\e9e4";
}

.gv-icon-230:before {
    content: "\e9e5";
}

.gv-icon-231:before {
    content: "\e9e6";
}

.gv-icon-232:before {
    content: "\e9e7";
}

.gv-icon-233:before {
    content: "\e9e8";
}

.gv-icon-234:before {
    content: "\e9e9";
}

.gv-icon-235:before {
    content: "\e9ea";
}

.gv-icon-236:before {
    content: "\e9eb";
}

.gv-icon-237:before {
    content: "\e9ec";
}

.gv-icon-238:before {
    content: "\e9ed";
}

.gv-icon-239:before {
    content: "\e9ee";
}

.gv-icon-240:before {
    content: "\e9ef";
}

.gv-icon-241:before {
    content: "\e9f0";
}

.gv-icon-242:before {
    content: "\e9f1";
}

.gv-icon-243:before {
    content: "\e9f2";
}

.gv-icon-244:before {
    content: "\e9f3";
}

.gv-icon-245:before {
    content: "\e9f4";
}

.gv-icon-246:before {
    content: "\e9f5";
}

.gv-icon-247:before {
    content: "\e9f6";
}

.gv-icon-248:before {
    content: "\e9f7";
}

.gv-icon-249:before {
    content: "\e9f8";
}

.gv-icon-250:before {
    content: "\e9f9";
}

.gv-icon-251:before {
    content: "\e9fa";
}

.gv-icon-252:before {
    content: "\e9fb";
}

.gv-icon-253:before {
    content: "\e9fc";
}

.gv-icon-254:before {
    content: "\e9fd";
}

.gv-icon-255:before {
    content: "\e9fe";
}

.gv-icon-256:before {
    content: "\e9ff";
}

.gv-icon-257:before {
    content: "\ea00";
}

.gv-icon-258:before {
    content: "\ea01";
}

.gv-icon-259:before {
    content: "\ea02";
}

.gv-icon-260:before {
    content: "\ea03";
}

.gv-icon-261:before {
    content: "\ea04";
}

.gv-icon-262:before {
    content: "\ea05";
}

.gv-icon-263:before {
    content: "\ea06";
}

.gv-icon-264:before {
    content: "\ea07";
}

.gv-icon-265:before {
    content: "\ea08";
}

.gv-icon-266:before {
    content: "\ea09";
}

.gv-icon-267:before {
    content: "\ea0a";
}

.gv-icon-268:before {
    content: "\ea0b";
}

.gv-icon-269:before {
    content: "\ea0c";
}

.gv-icon-270:before {
    content: "\ea0d";
}

.gv-icon-271:before {
    content: "\ea0e";
}

.gv-icon-272:before {
    content: "\ea0f";
}

.gv-icon-273:before {
    content: "\ea10";
}

.gv-icon-274:before {
    content: "\ea11";
}

.gv-icon-275:before {
    content: "\ea12";
}

.gv-icon-276:before {
    content: "\ea13";
}

.gv-icon-277:before {
    content: "\ea14";
}

.gv-icon-278:before {
    content: "\ea15";
}

.gv-icon-279:before {
    content: "\ea16";
}

.gv-icon-280:before {
    content: "\ea17";
}

.gv-icon-281:before {
    content: "\ea18";
}

.gv-icon-282:before {
    content: "\ea19";
}

.gv-icon-283:before {
    content: "\ea1a";
}

.gv-icon-284:before {
    content: "\ea1b";
}

.gv-icon-285:before {
    content: "\ea1c";
}

.gv-icon-286:before {
    content: "\ea1d";
}

.gv-icon-287:before {
    content: "\ea1e";
}

.gv-icon-288:before {
    content: "\ea1f";
}

.gv-icon-289:before {
    content: "\ea20";
}

.gv-icon-290:before {
    content: "\ea21";
}

.gv-icon-291:before {
    content: "\ea22";
}

.gv-icon-292:before {
    content: "\ea23";
}

.gv-icon-293:before {
    content: "\ea24";
}

.gv-icon-294:before {
    content: "\ea25";
}

.gv-icon-295:before {
    content: "\ea26";
}

.gv-icon-296:before {
    content: "\ea27";
}

.gv-icon-297:before {
    content: "\ea28";
}

.gv-icon-298:before {
    content: "\ea29";
}

.gv-icon-299:before {
    content: "\ea2a";
}

.gv-icon-300:before {
    content: "\ea2b";
}

.gv-icon-301:before {
    content: "\ea2c";
}

.gv-icon-302:before {
    content: "\ea2d";
}

.gv-icon-303:before {
    content: "\ea2e";
}

.gv-icon-304:before {
    content: "\ea2f";
}

.gv-icon-305:before {
    content: "\ea30";
}

.gv-icon-306:before {
    content: "\ea31";
}

.gv-icon-307:before {
    content: "\ea32";
}

.gv-icon-308:before {
    content: "\ea33";
}

.gv-icon-309:before {
    content: "\ea34";
}

.gv-icon-310:before {
    content: "\ea35";
}

.gv-icon-311:before {
    content: "\ea36";
}

.gv-icon-312:before {
    content: "\ea37";
}

.gv-icon-313:before {
    content: "\ea38";
}

.gv-icon-314:before {
    content: "\ea39";
}

.gv-icon-315:before {
    content: "\ea3a";
}

.gv-icon-316:before {
    content: "\ea3b";
}

.gv-icon-317:before {
    content: "\ea3c";
}

.gv-icon-318:before {
    content: "\ea3d";
}

.gv-icon-319:before {
    content: "\ea3e";
}

.gv-icon-320:before {
    content: "\ea3f";
}

.gv-icon-321:before {
    content: "\ea40";
}

.gv-icon-322:before {
    content: "\ea41";
}

.gv-icon-323:before {
    content: "\ea42";
}

.gv-icon-324:before {
    content: "\ea43";
}

.gv-icon-325:before {
    content: "\ea44";
}

.gv-icon-326:before {
    content: "\ea45";
}

.gv-icon-327:before {
    content: "\ea46";
}

.gv-icon-328:before {
    content: "\ea47";
}

.gv-icon-329:before {
    content: "\ea48";
}

.gv-icon-330:before {
    content: "\ea49";
}

.gv-icon-331:before {
    content: "\ea4a";
}

.gv-icon-332:before {
    content: "\ea4b";
}

.gv-icon-333:before {
    content: "\ea4c";
}

.gv-icon-334:before {
    content: "\ea4d";
}

.gv-icon-335:before {
    content: "\ea4e";
}

.gv-icon-336:before {
    content: "\ea4f";
}

.gv-icon-337:before {
    content: "\ea50";
}

.gv-icon-338:before {
    content: "\ea51";
}

.gv-icon-339:before {
    content: "\ea52";
}

.gv-icon-340:before {
    content: "\ea53";
}

.gv-icon-341:before {
    content: "\ea54";
}

.gv-icon-342:before {
    content: "\ea55";
}

.gv-icon-343:before {
    content: "\ea56";
}

.gv-icon-344:before {
    content: "\ea57";
}

.gv-icon-345:before {
    content: "\ea58";
}

.gv-icon-346:before {
    content: "\ea59";
}

.gv-icon-347:before {
    content: "\ea5a";
}

.gv-icon-348:before {
    content: "\ea5b";
}

.gv-icon-349:before {
    content: "\ea5c";
}

.gv-icon-350:before {
    content: "\ea5d";
}

.gv-icon-351:before {
    content: "\ea5e";
}

.gv-icon-352:before {
    content: "\ea5f";
}

.gv-icon-353:before {
    content: "\ea60";
}

.gv-icon-354:before {
    content: "\ea61";
}

.gv-icon-355:before {
    content: "\ea62";
}

.gv-icon-356:before {
    content: "\ea63";
}

.gv-icon-357:before {
    content: "\ea64";
}

.gv-icon-358:before {
    content: "\ea65";
}

.gv-icon-359:before {
    content: "\ea66";
}

.gv-icon-360:before {
    content: "\ea67";
}

.gv-icon-361:before {
    content: "\ea68";
}

.gv-icon-362:before {
    content: "\ea69";
}

.gv-icon-363:before {
    content: "\ea6a";
}

.gv-icon-364:before {
    content: "\ea6b";
}

.gv-icon-365:before {
    content: "\ea6c";
}

.gv-icon-366:before {
    content: "\ea6d";
}

.gv-icon-367:before {
    content: "\ea6e";
}

.gv-icon-368:before {
    content: "\ea6f";
}

.gv-icon-369:before {
    content: "\ea70";
}

.gv-icon-370:before {
    content: "\ea71";
}

.gv-icon-371:before {
    content: "\ea72";
}

.gv-icon-372:before {
    content: "\ea73";
}

.gv-icon-373:before {
    content: "\ea74";
}

.gv-icon-374:before {
    content: "\ea75";
}

.gv-icon-375:before {
    content: "\ea76";
}

.gv-icon-376:before {
    content: "\ea77";
}

.gv-icon-377:before {
    content: "\ea78";
}

.gv-icon-378:before {
    content: "\ea79";
}

.gv-icon-379:before {
    content: "\ea7a";
}

.gv-icon-380:before {
    content: "\ea7b";
}

.gv-icon-381:before {
    content: "\ea7c";
}

.gv-icon-382:before {
    content: "\ea7d";
}

.gv-icon-383:before {
    content: "\ea7e";
}

.gv-icon-384:before {
    content: "\ea7f";
}

.gv-icon-385:before {
    content: "\ea80";
}

.gv-icon-386:before {
    content: "\ea81";
}

.gv-icon-387:before {
    content: "\ea82";
}

.gv-icon-388:before {
    content: "\ea83";
}

.gv-icon-389:before {
    content: "\ea84";
}

.gv-icon-390:before {
    content: "\ea85";
}

.gv-icon-391:before {
    content: "\ea86";
}

.gv-icon-392:before {
    content: "\ea87";
}

.gv-icon-393:before {
    content: "\ea88";
}

.gv-icon-394:before {
    content: "\ea89";
}

.gv-icon-395:before {
    content: "\ea8a";
}

.gv-icon-396:before {
    content: "\ea8b";
}

.gv-icon-397:before {
    content: "\ea8c";
}

.gv-icon-398:before {
    content: "\ea8d";
}

.gv-icon-399:before {
    content: "\ea8e";
}

.gv-icon-400:before {
    content: "\ea8f";
}

.gv-icon-401:before {
    content: "\ea90";
}

.gv-icon-402:before {
    content: "\ea91";
}

.gv-icon-403:before {
    content: "\ea92";
}

.gv-icon-404:before {
    content: "\ea93";
}

.gv-icon-405:before {
    content: "\ea94";
}

.gv-icon-406:before {
    content: "\ea95";
}

.gv-icon-407:before {
    content: "\ea96";
}

.gv-icon-408:before {
    content: "\ea97";
}

.gv-icon-409:before {
    content: "\ea98";
}

.gv-icon-410:before {
    content: "\ea99";
}

.gv-icon-411:before {
    content: "\ea9a";
}

.gv-icon-412:before {
    content: "\ea9b";
}

.gv-icon-413:before {
    content: "\ea9c";
}

.gv-icon-414:before {
    content: "\ea9d";
}

.gv-icon-415:before {
    content: "\ea9e";
}

.gv-icon-416:before {
    content: "\ea9f";
}

.gv-icon-417:before {
    content: "\eaa0";
}

.gv-icon-418:before {
    content: "\eaa1";
}

.gv-icon-419:before {
    content: "\eaa2";
}

.gv-icon-420:before {
    content: "\eaa3";
}

.gv-icon-421:before {
    content: "\eaa4";
}

.gv-icon-422:before {
    content: "\eaa5";
}

.gv-icon-423:before {
    content: "\eaa6";
}

.gv-icon-424:before {
    content: "\eaa7";
}

.gv-icon-425:before {
    content: "\eaa8";
}

.gv-icon-426:before {
    content: "\eaa9";
}

.gv-icon-427:before {
    content: "\eaaa";
}

.gv-icon-428:before {
    content: "\eaab";
}

.gv-icon-429:before {
    content: "\eaac";
}

.gv-icon-430:before {
    content: "\eaad";
}

.gv-icon-431:before {
    content: "\eaae";
}

.gv-icon-432:before {
    content: "\eaaf";
}

.gv-icon-433:before {
    content: "\eab0";
}

.gv-icon-434:before {
    content: "\eab1";
}

.gv-icon-435:before {
    content: "\eab2";
}

.gv-icon-436:before {
    content: "\eab3";
}

.gv-icon-437:before {
    content: "\eab4";
}

.gv-icon-438:before {
    content: "\eab5";
}

.gv-icon-439:before {
    content: "\eab6";
}

.gv-icon-440:before {
    content: "\eab7";
}

.gv-icon-441:before {
    content: "\eab8";
}

.gv-icon-442:before {
    content: "\eab9";
}

.gv-icon-443:before {
    content: "\eaba";
}

.gv-icon-444:before {
    content: "\eabb";
}

.gv-icon-445:before {
    content: "\eabc";
}

.gv-icon-446:before {
    content: "\eabd";
}

.gv-icon-447:before {
    content: "\eabe";
}

.gv-icon-448:before {
    content: "\eabf";
}

.gv-icon-449:before {
    content: "\eac0";
}

.gv-icon-450:before {
    content: "\eac1";
}

.gv-icon-451:before {
    content: "\eac2";
}

.gv-icon-452:before {
    content: "\eac3";
}

.gv-icon-453:before {
    content: "\eac4";
}

.gv-icon-454:before {
    content: "\eac5";
}

.gv-icon-455:before {
    content: "\eac6";
}

.gv-icon-456:before {
    content: "\eac7";
}

.gv-icon-457:before {
    content: "\eac8";
}

.gv-icon-458:before {
    content: "\eac9";
}

.gv-icon-459:before {
    content: "\eaca";
}

.gv-icon-460:before {
    content: "\eacb";
}

.gv-icon-461:before {
    content: "\eacc";
}

.gv-icon-462:before {
    content: "\eacd";
}

.gv-icon-463:before {
    content: "\eace";
}

.gv-icon-464:before {
    content: "\eacf";
}

.gv-icon-465:before {
    content: "\ead0";
}

.gv-icon-466:before {
    content: "\ead1";
}

.gv-icon-467:before {
    content: "\ead2";
}

.gv-icon-468:before {
    content: "\ead3";
}

.gv-icon-469:before {
    content: "\ead4";
}

.gv-icon-470:before {
    content: "\ead5";
}

.gv-icon-471:before {
    content: "\ead6";
}

.gv-icon-472:before {
    content: "\ead7";
}

.gv-icon-473:before {
    content: "\ead8";
}

.gv-icon-474:before {
    content: "\ead9";
}

.gv-icon-475:before {
    content: "\eada";
}

.gv-icon-476:before {
    content: "\eadb";
}

.gv-icon-477:before {
    content: "\eadc";
}

.gv-icon-478:before {
    content: "\eadd";
}

.gv-icon-479:before {
    content: "\eade";
}

.gv-icon-480:before {
    content: "\eadf";
}

.gv-icon-481:before {
    content: "\eae0";
}

.gv-icon-482:before {
    content: "\eae1";
}

.gv-icon-483:before {
    content: "\eae2";
}

.gv-icon-484:before {
    content: "\eae3";
}

.gv-icon-485:before {
    content: "\eae4";
}

.gv-icon-486:before {
    content: "\eae5";
}

.gv-icon-487:before {
    content: "\eae6";
}

.gv-icon-488:before {
    content: "\eae7";
}

.gv-icon-489:before {
    content: "\eae8";
}

.gv-icon-490:before {
    content: "\eae9";
}

.gv-icon-491:before {
    content: "\eaea";
}

.gv-icon-492:before {
    content: "\eaeb";
}

.gv-icon-493:before {
    content: "\eaec";
}

.gv-icon-494:before {
    content: "\eaed";
}

.gv-icon-495:before {
    content: "\eaee";
}

.gv-icon-496:before {
    content: "\eaef";
}

.gv-icon-497:before {
    content: "\eaf0";
}

.gv-icon-498:before {
    content: "\eaf1";
}

.gv-icon-499:before {
    content: "\eaf2";
}

.gv-icon-500:before {
    content: "\eaf3";
}

.gv-icon-501:before {
    content: "\eaf4";
}

.gv-icon-502:before {
    content: "\eaf5";
}

.gv-icon-503:before {
    content: "\eaf6";
}

.gv-icon-504:before {
    content: "\eaf7";
}

.gv-icon-505:before {
    content: "\eaf8";
}

.gv-icon-506:before {
    content: "\eaf9";
}

.gv-icon-507:before {
    content: "\eafa";
}

.gv-icon-508:before {
    content: "\eafb";
}

.gv-icon-509:before {
    content: "\eafc";
}

.gv-icon-510:before {
    content: "\eafd";
}

.gv-icon-511:before {
    content: "\eafe";
}

.gv-icon-512:before {
    content: "\eaff";
}

.gv-icon-513:before {
    content: "\eb00";
}

.gv-icon-514:before {
    content: "\eb01";
}

.gv-icon-515:before {
    content: "\eb02";
}

.gv-icon-516:before {
    content: "\eb03";
}

.gv-icon-517:before {
    content: "\eb04";
}

.gv-icon-518:before {
    content: "\eb05";
}

.gv-icon-519:before {
    content: "\eb06";
}

.gv-icon-520:before {
    content: "\eb07";
}

.gv-icon-521:before {
    content: "\eb08";
}

.gv-icon-522:before {
    content: "\eb09";
}

.gv-icon-523:before {
    content: "\eb0a";
}

.gv-icon-524:before {
    content: "\eb0b";
}

.gv-icon-525:before {
    content: "\eb0c";
}

.gv-icon-526:before {
    content: "\eb0d";
}

.gv-icon-527:before {
    content: "\eb0e";
}

.gv-icon-528:before {
    content: "\eb0f";
}

.gv-icon-529:before {
    content: "\eb10";
}

.gv-icon-530:before {
    content: "\eb11";
}

.gv-icon-531:before {
    content: "\eb12";
}

.gv-icon-532:before {
    content: "\eb13";
}

.gv-icon-533:before {
    content: "\eb14";
}

.gv-icon-534:before {
    content: "\eb15";
}

.gv-icon-535:before {
    content: "\eb16";
}

.gv-icon-536:before {
    content: "\eb17";
}

.gv-icon-537:before {
    content: "\eb18";
}

.gv-icon-538:before {
    content: "\eb19";
}

.gv-icon-539:before {
    content: "\eb1a";
}

.gv-icon-540:before {
    content: "\eb1b";
}

.gv-icon-541:before {
    content: "\eb1c";
}

.gv-icon-542:before {
    content: "\eb1d";
}

.gv-icon-543:before {
    content: "\eb1e";
}

.gv-icon-544:before {
    content: "\eb1f";
}

.gv-icon-545:before {
    content: "\eb20";
}

.gv-icon-546:before {
    content: "\eb21";
}

.gv-icon-547:before {
    content: "\eb22";
}

.gv-icon-548:before {
    content: "\eb23";
}

.gv-icon-549:before {
    content: "\eb24";
}

.gv-icon-550:before {
    content: "\eb25";
}

.gv-icon-551:before {
    content: "\eb26";
}

.gv-icon-552:before {
    content: "\eb27";
}

.gv-icon-553:before {
    content: "\eb28";
}

.gv-icon-554:before {
    content: "\eb29";
}

.gv-icon-555:before {
    content: "\eb2a";
}

.gv-icon-556:before {
    content: "\eb2b";
}

.gv-icon-557:before {
    content: "\eb2c";
}

.gv-icon-558:before {
    content: "\eb2d";
}

.gv-icon-559:before {
    content: "\eb2e";
}

.gv-icon-560:before {
    content: "\eb2f";
}

.gv-icon-561:before {
    content: "\eb30";
}

.gv-icon-562:before {
    content: "\eb31";
}

.gv-icon-563:before {
    content: "\eb32";
}

.gv-icon-564:before {
    content: "\eb33";
}

.gv-icon-565:before {
    content: "\eb34";
}

.gv-icon-566:before {
    content: "\eb35";
}

.gv-icon-567:before {
    content: "\eb36";
}

.gv-icon-568:before {
    content: "\eb37";
}

.gv-icon-569:before {
    content: "\eb38";
}

.gv-icon-570:before {
    content: "\eb39";
}

.gv-icon-571:before {
    content: "\eb3a";
}

.gv-icon-572:before {
    content: "\eb3b";
}

.gv-icon-573:before {
    content: "\eb3c";
}

.gv-icon-574:before {
    content: "\eb3d";
}

.gv-icon-575:before {
    content: "\eb3e";
}

.gv-icon-576:before {
    content: "\eb3f";
}

.gv-icon-577:before {
    content: "\eb40";
}

.gv-icon-578:before {
    content: "\eb41";
}

.gv-icon-579:before {
    content: "\eb42";
}

.gv-icon-580:before {
    content: "\eb43";
}

.gv-icon-581:before {
    content: "\eb44";
}

.gv-icon-582:before {
    content: "\eb45";
}

.gv-icon-583:before {
    content: "\eb46";
}

.gv-icon-584:before {
    content: "\eb47";
}

.gv-icon-585:before {
    content: "\eb48";
}

.gv-icon-586:before {
    content: "\eb49";
}

.gv-icon-587:before {
    content: "\eb4a";
}

.gv-icon-588:before {
    content: "\eb4b";
}

.gv-icon-589:before {
    content: "\eb4c";
}

.gv-icon-590:before {
    content: "\eb4d";
}

.gv-icon-591:before {
    content: "\eb4e";
}

.gv-icon-592:before {
    content: "\eb4f";
}

.gv-icon-593:before {
    content: "\eb50";
}

.gv-icon-594:before {
    content: "\eb51";
}

.gv-icon-595:before {
    content: "\eb52";
}

.gv-icon-596:before {
    content: "\eb53";
}

.gv-icon-597:before {
    content: "\eb54";
}

.gv-icon-598:before {
    content: "\eb55";
}

.gv-icon-599:before {
    content: "\eb56";
}

.gv-icon-600:before {
    content: "\eb57";
}

.gv-icon-601:before {
    content: "\eb58";
}

.gv-icon-602:before {
    content: "\eb59";
}

.gv-icon-603:before {
    content: "\eb5a";
}

.gv-icon-604:before {
    content: "\eb5b";
}

.gv-icon-605:before {
    content: "\eb5c";
}

.gv-icon-606:before {
    content: "\eb5d";
}

.gv-icon-607:before {
    content: "\eb5e";
}

.gv-icon-608:before {
    content: "\eb5f";
}

.gv-icon-609:before {
    content: "\eb60";
}

.gv-icon-610:before {
    content: "\eb61";
}

.gv-icon-611:before {
    content: "\eb62";
}

.gv-icon-612:before {
    content: "\eb63";
}

.gv-icon-613:before {
    content: "\eb64";
}

.gv-icon-614:before {
    content: "\eb65";
}

.gv-icon-615:before {
    content: "\eb66";
}

.gv-icon-616:before {
    content: "\eb67";
}

.gv-icon-617:before {
    content: "\eb68";
}

.gv-icon-618:before {
    content: "\eb69";
}

.gv-icon-619:before {
    content: "\eb6a";
}

.gv-icon-620:before {
    content: "\eb6b";
}

.gv-icon-621:before {
    content: "\eb6c";
}

.gv-icon-622:before {
    content: "\eb6d";
}

.gv-icon-623:before {
    content: "\eb6e";
}

.gv-icon-624:before {
    content: "\eb6f";
}

.gv-icon-625:before {
    content: "\eb70";
}

.gv-icon-626:before {
    content: "\eb71";
}

.gv-icon-627:before {
    content: "\eb72";
}

.gv-icon-628:before {
    content: "\eb73";
}

.gv-icon-629:before {
    content: "\eb74";
}

.gv-icon-630:before {
    content: "\eb75";
}

.gv-icon-631:before {
    content: "\eb76";
}

.gv-icon-632:before {
    content: "\eb77";
}

.gv-icon-633:before {
    content: "\eb78";
}

.gv-icon-634:before {
    content: "\eb79";
}

.gv-icon-635:before {
    content: "\eb7a";
}

.gv-icon-636:before {
    content: "\eb7b";
}

.gv-icon-637:before {
    content: "\eb7c";
}

.gv-icon-638:before {
    content: "\eb7d";
}

.gv-icon-639:before {
    content: "\eb7e";
}

.gv-icon-640:before {
    content: "\eb7f";
}

.gv-icon-641:before {
    content: "\eb80";
}

.gv-icon-642:before {
    content: "\eb81";
}

.gv-icon-643:before {
    content: "\eb82";
}

.gv-icon-644:before {
    content: "\eb83";
}

.gv-icon-645:before {
    content: "\eb84";
}

.gv-icon-646:before {
    content: "\eb85";
}

.gv-icon-647:before {
    content: "\eb86";
}

.gv-icon-648:before {
    content: "\eb87";
}

.gv-icon-649:before {
    content: "\eb88";
}

.gv-icon-650:before {
    content: "\eb89";
}

.gv-icon-651:before {
    content: "\eb8a";
}

.gv-icon-652:before {
    content: "\eb8b";
}

.gv-icon-653:before {
    content: "\eb8c";
}

.gv-icon-654:before {
    content: "\eb8d";
}

.gv-icon-655:before {
    content: "\eb8e";
}

.gv-icon-656:before {
    content: "\eb8f";
}

.gv-icon-657:before {
    content: "\eb90";
}

.gv-icon-658:before {
    content: "\eb91";
}

.gv-icon-659:before {
    content: "\eb92";
}

.gv-icon-660:before {
    content: "\eb93";
}

.gv-icon-661:before {
    content: "\eb94";
}

.gv-icon-662:before {
    content: "\eb95";
}

.gv-icon-663:before {
    content: "\eb96";
}

.gv-icon-664:before {
    content: "\eb97";
}

.gv-icon-665:before {
    content: "\eb98";
}

.gv-icon-666:before {
    content: "\eb99";
}

.gv-icon-667:before {
    content: "\eb9a";
}

.gv-icon-668:before {
    content: "\eb9b";
}

.gv-icon-669:before {
    content: "\eb9c";
}

.gv-icon-670:before {
    content: "\eb9d";
}

.gv-icon-671:before {
    content: "\eb9e";
}

.gv-icon-672:before {
    content: "\eb9f";
}

.gv-icon-673:before {
    content: "\eba0";
}

.gv-icon-674:before {
    content: "\eba1";
}

.gv-icon-675:before {
    content: "\eba2";
}

.gv-icon-676:before {
    content: "\eba3";
}

.gv-icon-677:before {
    content: "\eba4";
}

.gv-icon-678:before {
    content: "\eba5";
}

.gv-icon-679:before {
    content: "\eba6";
}

.gv-icon-680:before {
    content: "\eba7";
}

.gv-icon-681:before {
    content: "\eba8";
}

.gv-icon-682:before {
    content: "\eba9";
}

.gv-icon-683:before {
    content: "\ebaa";
}

.gv-icon-684:before {
    content: "\ebab";
}

.gv-icon-685:before {
    content: "\ebac";
}

.gv-icon-686:before {
    content: "\ebad";
}

.gv-icon-687:before {
    content: "\ebae";
}

.gv-icon-688:before {
    content: "\ebaf";
}

.gv-icon-689:before {
    content: "\ebb0";
}

.gv-icon-690:before {
    content: "\ebb1";
}

.gv-icon-691:before {
    content: "\ebb2";
}

.gv-icon-692:before {
    content: "\ebb3";
}

.gv-icon-693:before {
    content: "\ebb4";
}

.gv-icon-694:before {
    content: "\ebb5";
}

.gv-icon-695:before {
    content: "\ebb6";
}

.gv-icon-696:before {
    content: "\ebb7";
}

.gv-icon-697:before {
    content: "\ebb8";
}

.gv-icon-698:before {
    content: "\ebb9";
}

.gv-icon-699:before {
    content: "\ebba";
}

.gv-icon-700:before {
    content: "\ebbb";
}

.gv-icon-701:before {
    content: "\ebbc";
}

.gv-icon-702:before {
    content: "\ebbd";
}

.gv-icon-703:before {
    content: "\ebbe";
}

.gv-icon-704:before {
    content: "\ebbf";
}

.gv-icon-705:before {
    content: "\ebc0";
}

.gv-icon-706:before {
    content: "\ebc1";
}

.gv-icon-707:before {
    content: "\ebc2";
}

.gv-icon-708:before {
    content: "\ebc3";
}

.gv-icon-709:before {
    content: "\ebc4";
}

.gv-icon-710:before {
    content: "\ebc5";
}

.gv-icon-711:before {
    content: "\ebc6";
}

.gv-icon-712:before {
    content: "\ebc7";
}

.gv-icon-713:before {
    content: "\ebc8";
}

.gv-icon-714:before {
    content: "\ebc9";
}

.gv-icon-715:before {
    content: "\ebca";
}

.gv-icon-716:before {
    content: "\ebcb";
}

.gv-icon-717:before {
    content: "\ebcc";
}

.gv-icon-718:before {
    content: "\ebcd";
}

.gv-icon-719:before {
    content: "\ebce";
}

.gv-icon-720:before {
    content: "\ebcf";
}

.gv-icon-721:before {
    content: "\ebd0";
}

.gv-icon-722:before {
    content: "\ebd1";
}

.gv-icon-723:before {
    content: "\ebd2";
}

.gv-icon-724:before {
    content: "\ebd3";
}

.gv-icon-725:before {
    content: "\ebd4";
}

.gv-icon-726:before {
    content: "\ebd5";
}

.gv-icon-727:before {
    content: "\ebd6";
}

.gv-icon-728:before {
    content: "\ebd7";
}

.gv-icon-729:before {
    content: "\ebd8";
}

.gv-icon-730:before {
    content: "\ebd9";
}

.gv-icon-731:before {
    content: "\ebda";
}

.gv-icon-732:before {
    content: "\ebdb";
}

.gv-icon-733:before {
    content: "\ebdc";
}

.gv-icon-734:before {
    content: "\ebdd";
}

.gv-icon-735:before {
    content: "\ebde";
}

.gv-icon-736:before {
    content: "\ebdf";
}

.gv-icon-737:before {
    content: "\ebe0";
}

.gv-icon-738:before {
    content: "\ebe1";
}

.gv-icon-739:before {
    content: "\ebe2";
}

.gv-icon-740:before {
    content: "\ebe3";
}

.gv-icon-741:before {
    content: "\ebe4";
}

.gv-icon-742:before {
    content: "\ebe5";
}

.gv-icon-743:before {
    content: "\ebe6";
}

.gv-icon-744:before {
    content: "\ebe7";
}

.gv-icon-745:before {
    content: "\ebe8";
}

.gv-icon-746:before {
    content: "\ebe9";
}

.gv-icon-747:before {
    content: "\ebea";
}

.gv-icon-748:before {
    content: "\ebeb";
}

.gv-icon-749:before {
    content: "\ebec";
}

.gv-icon-750:before {
    content: "\ebed";
}

.gv-icon-751:before {
    content: "\ebee";
}

.gv-icon-752:before {
    content: "\ebef";
}

.gv-icon-753:before {
    content: "\ebf0";
}

.gv-icon-754:before {
    content: "\ebf1";
}

.gv-icon-755:before {
    content: "\ebf2";
}

.gv-icon-756:before {
    content: "\ebf3";
}

.gv-icon-757:before {
    content: "\ebf4";
}

.gv-icon-758:before {
    content: "\ebf5";
}

.gv-icon-759:before {
    content: "\ebf6";
}

.gv-icon-760:before {
    content: "\ebf7";
}

.gv-icon-761:before {
    content: "\ebf8";
}

.gv-icon-762:before {
    content: "\ebf9";
}

.gv-icon-763:before {
    content: "\ebfa";
}

.gv-icon-764:before {
    content: "\ebfb";
}

.gv-icon-765:before {
    content: "\ebfc";
}

.gv-icon-766:before {
    content: "\ebfd";
}

.gv-icon-767:before {
    content: "\ebfe";
}

.gv-icon-768:before {
    content: "\ebff";
}

.gv-icon-769:before {
    content: "\ec00";
}

.gv-icon-770:before {
    content: "\ec01";
}

.gv-icon-771:before {
    content: "\ec02";
}

.gv-icon-772:before {
    content: "\ec03";
}

.gv-icon-773:before {
    content: "\ec04";
}

.gv-icon-774:before {
    content: "\ec05";
}

.gv-icon-775:before {
    content: "\ec06";
}

.gv-icon-776:before {
    content: "\ec07";
}

.gv-icon-777:before {
    content: "\ec08";
}

.gv-icon-778:before {
    content: "\ec09";
}

.gv-icon-779:before {
    content: "\ec0a";
}

.gv-icon-780:before {
    content: "\ec0b";
}

.gv-icon-781:before {
    content: "\ec0c";
}

.gv-icon-782:before {
    content: "\ec0d";
}

.gv-icon-783:before {
    content: "\ec0e";
}

.gv-icon-784:before {
    content: "\ec0f";
}

.gv-icon-785:before {
    content: "\ec10";
}

.gv-icon-786:before {
    content: "\ec11";
}

.gv-icon-787:before {
    content: "\ec12";
}

.gv-icon-788:before {
    content: "\ec13";
}

.gv-icon-789:before {
    content: "\ec14";
}

.gv-icon-790:before {
    content: "\ec15";
}

.gv-icon-791:before {
    content: "\ec16";
}

.gv-icon-792:before {
    content: "\ec17";
}

.gv-icon-793:before {
    content: "\ec18";
}

.gv-icon-794:before {
    content: "\ec19";
}

.gv-icon-795:before {
    content: "\ec1a";
}

.gv-icon-796:before {
    content: "\ec1b";
}

.gv-icon-797:before {
    content: "\ec1c";
}

.gv-icon-798:before {
    content: "\ec1d";
}

.gv-icon-799:before {
    content: "\ec1e";
}

.gv-icon-800:before {
    content: "\ec1f";
}

.gv-icon-801:before {
    content: "\ec20";
}

.gv-icon-802:before {
    content: "\ec21";
}

.gv-icon-803:before {
    content: "\ec22";
}

.gv-icon-804:before {
    content: "\ec23";
}

.gv-icon-805:before {
    content: "\ec24";
}

.gv-icon-806:before {
    content: "\ec25";
}

.gv-icon-807:before {
    content: "\ec26";
}

.gv-icon-808:before {
    content: "\ec27";
}

.gv-icon-809:before {
    content: "\ec28";
}

.gv-icon-810:before {
    content: "\ec29";
}

.gv-icon-811:before {
    content: "\ec2a";
}

.gv-icon-812:before {
    content: "\ec2b";
}

.gv-icon-813:before {
    content: "\ec2c";
}

.gv-icon-814:before {
    content: "\ec2d";
}

.gv-icon-815:before {
    content: "\ec2e";
}

.gv-icon-816:before {
    content: "\ec2f";
}

.gv-icon-817:before {
    content: "\ec30";
}

.gv-icon-818:before {
    content: "\ec31";
}

.gv-icon-819:before {
    content: "\ec32";
}

.gv-icon-820:before {
    content: "\ec33";
}

.gv-icon-821:before {
    content: "\ec34";
}

.gv-icon-822:before {
    content: "\ec35";
}

.gv-icon-823:before {
    content: "\ec36";
}

.gv-icon-824:before {
    content: "\ec37";
}

.gv-icon-825:before {
    content: "\ec38";
}

.gv-icon-826:before {
    content: "\ec39";
}

.gv-icon-827:before {
    content: "\ec3a";
}

.gv-icon-828:before {
    content: "\ec3b";
}

.gv-icon-829:before {
    content: "\ec3c";
}

.gv-icon-830:before {
    content: "\ec3d";
}

.gv-icon-831:before {
    content: "\ec3e";
}

.gv-icon-832:before {
    content: "\ec3f";
}

.gv-icon-833:before {
    content: "\ec40";
}

.gv-icon-834:before {
    content: "\ec41";
}

.gv-icon-835:before {
    content: "\ec42";
}

.gv-icon-836:before {
    content: "\ec43";
}

.gv-icon-837:before {
    content: "\ec44";
}

.gv-icon-838:before {
    content: "\ec45";
}

.gv-icon-839:before {
    content: "\ec46";
}

.gv-icon-840:before {
    content: "\ec47";
}

.gv-icon-841:before {
    content: "\ec48";
}

.gv-icon-842:before {
    content: "\ec49";
}

.gv-icon-843:before {
    content: "\ec4a";
}

.gv-icon-844:before {
    content: "\ec4b";
}

.gv-icon-845:before {
    content: "\ec4c";
}

.gv-icon-846:before {
    content: "\ec4d";
}

.gv-icon-847:before {
    content: "\ec4e";
}

.gv-icon-848:before {
    content: "\ec4f";
}

.gv-icon-849:before {
    content: "\ec50";
}

.gv-icon-850:before {
    content: "\ec51";
}

.gv-icon-851:before {
    content: "\ec52";
}

.gv-icon-852:before {
    content: "\ec53";
}

.gv-icon-853:before {
    content: "\ec54";
}

.gv-icon-854:before {
    content: "\ec55";
}

.gv-icon-855:before {
    content: "\ec56";
}

.gv-icon-856:before {
    content: "\ec57";
}

.gv-icon-857:before {
    content: "\ec58";
}

.gv-icon-858:before {
    content: "\ec59";
}

.gv-icon-859:before {
    content: "\ec5a";
}

.gv-icon-860:before {
    content: "\ec5b";
}

.gv-icon-861:before {
    content: "\ec5c";
}

.gv-icon-862:before {
    content: "\ec5d";
}

.gv-icon-863:before {
    content: "\ec5e";
}

.gv-icon-864:before {
    content: "\ec5f";
}

.gv-icon-865:before {
    content: "\ec60";
}

.gv-icon-866:before {
    content: "\ec61";
}

.gv-icon-867:before {
    content: "\ec62";
}

.gv-icon-868:before {
    content: "\ec63";
}

.gv-icon-869:before {
    content: "\ec64";
}

.gv-icon-870:before {
    content: "\ec65";
}

.gv-icon-871:before {
    content: "\ec66";
}

.gv-icon-872:before {
    content: "\ec67";
}

.gv-icon-873:before {
    content: "\ec68";
}

.gv-icon-874:before {
    content: "\ec69";
}

.gv-icon-875:before {
    content: "\ec6a";
}

.gv-icon-876:before {
    content: "\ec6b";
}

.gv-icon-877:before {
    content: "\ec6c";
}

.gv-icon-878:before {
    content: "\ec6d";
}

.gv-icon-879:before {
    content: "\ec6e";
}

.gv-icon-880:before {
    content: "\ec6f";
}

.gv-icon-881:before {
    content: "\ec70";
}

.gv-icon-882:before {
    content: "\ec71";
}

.gv-icon-883:before {
    content: "\ec72";
}

.gv-icon-884:before {
    content: "\ec73";
}

.gv-icon-885:before {
    content: "\ec74";
}

.gv-icon-886:before {
    content: "\ec75";
}

.gv-icon-887:before {
    content: "\ec76";
}

.gv-icon-888:before {
    content: "\ec77";
}

.gv-icon-889:before {
    content: "\ec78";
}

.gv-icon-890:before {
    content: "\ec79";
}

.gv-icon-891:before {
    content: "\ec7a";
}

.gv-icon-892:before {
    content: "\ec7b";
}

.gv-icon-893:before {
    content: "\ec7c";
}

.gv-icon-894:before {
    content: "\ec7d";
}

.gv-icon-895:before {
    content: "\ec7e";
}

.gv-icon-896:before {
    content: "\ec7f";
}

.gv-icon-897:before {
    content: "\ec80";
}

.gv-icon-898:before {
    content: "\ec81";
}

.gv-icon-899:before {
    content: "\ec82";
}

.gv-icon-900:before {
    content: "\ec83";
}

.gv-icon-901:before {
    content: "\ec84";
}

.gv-icon-902:before {
    content: "\ec85";
}

.gv-icon-903:before {
    content: "\ec86";
}

.gv-icon-904:before {
    content: "\ec87";
}

.gv-icon-905:before {
    content: "\ec88";
}

.gv-icon-906:before {
    content: "\ec89";
}

.gv-icon-907:before {
    content: "\ec8a";
}

.gv-icon-908:before {
    content: "\ec8b";
}

.gv-icon-909:before {
    content: "\ec8c";
}

.gv-icon-910:before {
    content: "\ec8d";
}

.gv-icon-911:before {
    content: "\ec8e";
}

.gv-icon-912:before {
    content: "\ec8f";
}

.gv-icon-913:before {
    content: "\ec90";
}

.gv-icon-914:before {
    content: "\ec91";
}

.gv-icon-915:before {
    content: "\ec92";
}

.gv-icon-916:before {
    content: "\ec93";
}

.gv-icon-917:before {
    content: "\ec94";
}

.gv-icon-918:before {
    content: "\ec95";
}

.gv-icon-919:before {
    content: "\ec96";
}

.gv-icon-920:before {
    content: "\ec97";
}

.gv-icon-921:before {
    content: "\ec98";
}

.gv-icon-922:before {
    content: "\ec99";
}

.gv-icon-923:before {
    content: "\ec9a";
}

.gv-icon-924:before {
    content: "\ec9b";
}

.gv-icon-925:before {
    content: "\ec9c";
}

.gv-icon-926:before {
    content: "\ec9d";
}

.gv-icon-927:before {
    content: "\ec9e";
}

.gv-icon-928:before {
    content: "\ec9f";
}

.gv-icon-929:before {
    content: "\eca0";
}

.gv-icon-930:before {
    content: "\eca1";
}

.gv-icon-931:before {
    content: "\eca2";
}

.gv-icon-932:before {
    content: "\eca3";
}

.gv-icon-933:before {
    content: "\eca4";
}

.gv-icon-934:before {
    content: "\eca5";
}

.gv-icon-935:before {
    content: "\eca6";
}

.gv-icon-936:before {
    content: "\eca7";
}

.gv-icon-937:before {
    content: "\eca8";
}

.gv-icon-938:before {
    content: "\eca9";
}

.gv-icon-939:before {
    content: "\ecaa";
}

.gv-icon-940:before {
    content: "\ecab";
}

.gv-icon-941:before {
    content: "\ecac";
}

.gv-icon-942:before {
    content: "\ecad";
}

.gv-icon-943:before {
    content: "\ecae";
}

.gv-icon-944:before {
    content: "\ecaf";
}

.gv-icon-945:before {
    content: "\ecb0";
}

.gv-icon-946:before {
    content: "\ecb1";
}

.gv-icon-947:before {
    content: "\ecb2";
}

.gv-icon-948:before {
    content: "\ecb3";
}

.gv-icon-949:before {
    content: "\ecb4";
}

.gv-icon-950:before {
    content: "\ecb5";
}

.gv-icon-951:before {
    content: "\ecb6";
}

.gv-icon-952:before {
    content: "\ecb7";
}

.gv-icon-953:before {
    content: "\ecb8";
}

.gv-icon-954:before {
    content: "\ecb9";
}

.gv-icon-955:before {
    content: "\ecba";
}

.gv-icon-956:before {
    content: "\ecbb";
}

.gv-icon-957:before {
    content: "\ecbc";
}

.gv-icon-958:before {
    content: "\ecbd";
}

.gv-icon-959:before {
    content: "\ecbe";
}

.gv-icon-960:before {
    content: "\ecbf";
}

.gv-icon-961:before {
    content: "\ecc0";
}

.gv-icon-962:before {
    content: "\ecc1";
}

.gv-icon-963:before {
    content: "\ecc2";
}

.gv-icon-964:before {
    content: "\ecc3";
}

.gv-icon-965:before {
    content: "\ecc4";
}

.gv-icon-966:before {
    content: "\ecc5";
}

.gv-icon-967:before {
    content: "\ecc6";
}

.gv-icon-968:before {
    content: "\ecc7";
}

.gv-icon-969:before {
    content: "\ecc8";
}

.gv-icon-970:before {
    content: "\ecc9";
}

.gv-icon-971:before {
    content: "\ecca";
}

.gv-icon-972:before {
    content: "\eccb";
}

.gv-icon-973:before {
    content: "\eccc";
}

.gv-icon-974:before {
    content: "\eccd";
}

.gv-icon-975:before {
    content: "\ecce";
}

.gv-icon-976:before {
    content: "\eccf";
}

.gv-icon-977:before {
    content: "\ecd0";
}

.gv-icon-978:before {
    content: "\ecd1";
}

.gv-icon-979:before {
    content: "\ecd2";
}

.gv-icon-980:before {
    content: "\ecd3";
}

.gv-icon-981:before {
    content: "\ecd4";
}

.gv-icon-982:before {
    content: "\ecd5";
}

.gv-icon-983:before {
    content: "\ecd6";
}

.gv-icon-984:before {
    content: "\ecd7";
}

.gv-icon-985:before {
    content: "\ecd8";
}

.gv-icon-986:before {
    content: "\ecd9";
}

.gv-icon-987:before {
    content: "\ecda";
}

.gv-icon-988:before {
    content: "\ecdb";
}

.gv-icon-989:before {
    content: "\ecdc";
}

.gv-icon-990:before {
    content: "\ecdd";
}

.gv-icon-991:before {
    content: "\ecde";
}

.gv-icon-992:before {
    content: "\ecdf";
}

.gv-icon-993:before {
    content: "\ece0";
}

.gv-icon-994:before {
    content: "\ece1";
}

.gv-icon-995:before {
    content: "\ece2";
}

.gv-icon-996:before {
    content: "\ece3";
}

.gv-icon-997:before {
    content: "\ece4";
}

.gv-icon-998:before {
    content: "\ece5";
}

.gv-icon-999:before {
    content: "\ece6";
}

.gv-icon-1000:before {
    content: "\ece7";
}

.gv-icon-1001:before {
    content: "\ece8";
}

.gv-icon-1002:before {
    content: "\ece9";
}

.gv-icon-1003:before {
    content: "\ecea";
}

.gv-icon-1004:before {
    content: "\eceb";
}

.gv-icon-1005:before {
    content: "\ecec";
}

.gv-icon-1006:before {
    content: "\eced";
}

.gv-icon-1007:before {
    content: "\ecee";
}

.gv-icon-1008:before {
    content: "\ecef";
}

.gv-icon-1009:before {
    content: "\ecf0";
}

.gv-icon-1010:before {
    content: "\ecf1";
}

.gv-icon-1011:before {
    content: "\ecf2";
}

.gv-icon-1012:before {
    content: "\ecf3";
}

.gv-icon-1013:before {
    content: "\ecf4";
}

.gv-icon-1014:before {
    content: "\ecf5";
}

.gv-icon-1015:before {
    content: "\ecf6";
}

.gv-icon-1016:before {
    content: "\ecf7";
}

.gv-icon-1017:before {
    content: "\ecf8";
}

.gv-icon-1018:before {
    content: "\ecf9";
}

.gv-icon-1019:before {
    content: "\ecfa";
}

.gv-icon-1020:before {
    content: "\ecfb";
}

.gv-icon-1021:before {
    content: "\ecfc";
}

.gv-icon-1022:before {
    content: "\ecfd";
}

.gv-icon-1023:before {
    content: "\ecfe";
}

.gv-icon-1024:before {
    content: "\ecff";
}

.gv-icon-1025:before {
    content: "\ed00";
}

.gv-icon-1026:before {
    content: "\ed01";
}

.gv-icon-1027:before {
    content: "\ed02";
}

.gv-icon-1028:before {
    content: "\ed03";
}

.gv-icon-1029:before {
    content: "\ed04";
}

.gv-icon-1030:before {
    content: "\ed05";
}

.gv-icon-1031:before {
    content: "\ed06";
}

.gv-icon-1032:before {
    content: "\ed07";
}

.gv-icon-1033:before {
    content: "\ed08";
}

.gv-icon-1034:before {
    content: "\ed09";
}

.gv-icon-1035:before {
    content: "\ed0a";
}

.gv-icon-1036:before {
    content: "\ed0b";
}

.gv-icon-1037:before {
    content: "\ed0c";
}

.gv-icon-1038:before {
    content: "\ed0d";
}

.gv-icon-1039:before {
    content: "\ed0e";
}

.gv-icon-1040:before {
    content: "\ed0f";
}

.gv-icon-1041:before {
    content: "\ed10";
}

.gv-icon-1042:before {
    content: "\ed11";
}

.gv-icon-1043:before {
    content: "\ed12";
}

.gv-icon-1044:before {
    content: "\ed13";
}

.gv-icon-1045:before {
    content: "\ed14";
}

.gv-icon-1046:before {
    content: "\ed15";
}

.gv-icon-1047:before {
    content: "\ed16";
}

.gv-icon-1048:before {
    content: "\ed17";
}

.gv-icon-1049:before {
    content: "\ed18";
}

.gv-icon-1050:before {
    content: "\ed19";
}

.gv-icon-1051:before {
    content: "\ed1a";
}

.gv-icon-1052:before {
    content: "\ed1b";
}

.gv-icon-1053:before {
    content: "\ed1c";
}

.gv-icon-1054:before {
    content: "\ed1d";
}

.gv-icon-1055:before {
    content: "\ed1e";
}

.gv-icon-1056:before {
    content: "\ed1f";
}

.gv-icon-1057:before {
    content: "\ed20";
}

.gv-icon-1058:before {
    content: "\ed21";
}

.gv-icon-1059:before {
    content: "\ed22";
}

.gv-icon-1060:before {
    content: "\ed23";
}

.gv-icon-1061:before {
    content: "\ed24";
}

.gv-icon-1062:before {
    content: "\ed25";
}

.gv-icon-1063:before {
    content: "\ed26";
}

.gv-icon-1064:before {
    content: "\ed27";
}

.gv-icon-1065:before {
    content: "\ed28";
}

.gv-icon-1066:before {
    content: "\ed29";
}

.gv-icon-1067:before {
    content: "\ed2a";
}

.gv-icon-1068:before {
    content: "\ed2b";
}

.gv-icon-1069:before {
    content: "\ed2c";
}

.gv-icon-1070:before {
    content: "\ed2d";
}

.gv-icon-1071:before {
    content: "\ed2e";
}

.gv-icon-1072:before {
    content: "\ed2f";
}

.gv-icon-1073:before {
    content: "\ed30";
}

.gv-icon-1074:before {
    content: "\ed31";
}

.gv-icon-1075:before {
    content: "\ed32";
}

.gv-icon-1076:before {
    content: "\ed33";
}

.gv-icon-1077:before {
    content: "\ed34";
}

.gv-icon-1078:before {
    content: "\ed35";
}

.gv-icon-1079:before {
    content: "\ed36";
}

.gv-icon-1080:before {
    content: "\ed37";
}

.gv-icon-1081:before {
    content: "\ed38";
}

.gv-icon-1082:before {
    content: "\ed39";
}

.gv-icon-1083:before {
    content: "\ed3a";
}

.gv-icon-1084:before {
    content: "\ed3b";
}

.gv-icon-1085:before {
    content: "\ed3c";
}

.gv-icon-1086:before {
    content: "\ed3d";
}

.gv-icon-1087:before {
    content: "\ed3e";
}

.gv-icon-1088:before {
    content: "\ed3f";
}

.gv-icon-1089:before {
    content: "\ed40";
}

.gv-icon-1090:before {
    content: "\ed41";
}

.gv-icon-1091:before {
    content: "\ed42";
}

.gv-icon-1092:before {
    content: "\ed43";
}

.gv-icon-1093:before {
    content: "\ed44";
}

.gv-icon-1094:before {
    content: "\ed45";
}

.gv-icon-1095:before {
    content: "\ed46";
}

.gv-icon-1096:before {
    content: "\ed47";
}

.gv-icon-1097:before {
    content: "\ed48";
}

.gv-icon-1098:before {
    content: "\ed49";
}

.gv-icon-1099:before {
    content: "\ed4a";
}

.gv-icon-1100:before {
    content: "\ed4b";
}

.gv-icon-1101:before {
    content: "\ed4c";
}

.gv-icon-1102:before {
    content: "\ed4d";
}

.gv-icon-1103:before {
    content: "\ed4e";
}

.gv-icon-1104:before {
    content: "\ed4f";
}

.gv-icon-1105:before {
    content: "\ed50";
}

.gv-icon-1106:before {
    content: "\ed51";
}

.gv-icon-1107:before {
    content: "\ed52";
}

.gv-icon-1108:before {
    content: "\ed53";
}

.gv-icon-1109:before {
    content: "\ed54";
}

.gv-icon-1110:before {
    content: "\ed55";
}

.gv-icon-1111:before {
    content: "\ed56";
}

.gv-icon-1112:before {
    content: "\ed57";
}

.gv-icon-1113:before {
    content: "\ed58";
}

.gv-icon-1114:before {
    content: "\ed59";
}

.gv-icon-1115:before {
    content: "\ed5a";
}

.gv-icon-1116:before {
    content: "\ed5b";
}

.gv-icon-1117:before {
    content: "\ed5c";
}

.gv-icon-1118:before {
    content: "\ed5d";
}

.gv-icon-1119:before {
    content: "\ed5e";
}

.gv-icon-1120:before {
    content: "\ed5f";
}

.gv-icon-1121:before {
    content: "\ed60";
}

.gv-icon-1122:before {
    content: "\ed61";
}

.gv-icon-1123:before {
    content: "\ed62";
}

.gv-icon-1124:before {
    content: "\ed63";
}

.gv-icon-1125:before {
    content: "\ed64";
}

.gv-icon-1126:before {
    content: "\ed65";
}

.gv-icon-1127:before {
    content: "\ed66";
}

.gv-icon-1128:before {
    content: "\ed67";
}

.gv-icon-1129:before {
    content: "\ed68";
}

.gv-icon-1130:before {
    content: "\ed69";
}

.gv-icon-1131:before {
    content: "\ed6a";
}

.gv-icon-1132:before {
    content: "\ed6b";
}

.gv-icon-1133:before {
    content: "\ed6c";
}

.gv-icon-1134:before {
    content: "\ed6d";
}

.gv-icon-1135:before {
    content: "\ed6e";
}

.gv-icon-1136:before {
    content: "\ed6f";
}

.gv-icon-1137:before {
    content: "\ed70";
}

.gv-icon-1138:before {
    content: "\ed71";
}

.gv-icon-1139:before {
    content: "\ed72";
}

.gv-icon-1140:before {
    content: "\ed73";
}

.gv-icon-1141:before {
    content: "\ed74";
}

.gv-icon-1142:before {
    content: "\ed75";
}

.gv-icon-1143:before {
    content: "\ed76";
}

.gv-icon-1144:before {
    content: "\ed77";
}

.gv-icon-1145:before {
    content: "\ed78";
}

.gv-icon-1146:before {
    content: "\ed79";
}

.gv-icon-1147:before {
    content: "\ed7a";
}

.gv-icon-1148:before {
    content: "\ed7b";
}

.gv-icon-1149:before {
    content: "\ed7c";
}

.gv-icon-1150:before {
    content: "\ed7d";
}

.gv-icon-1151:before {
    content: "\ed7e";
}

.gv-icon-1152:before {
    content: "\ed7f";
}

.gv-icon-1153:before {
    content: "\ed80";
}

.gv-icon-1154:before {
    content: "\ed81";
}

.gv-icon-1155:before {
    content: "\ed82";
}

.gv-icon-1156:before {
    content: "\ed83";
}

.gv-icon-1157:before {
    content: "\ed84";
}

.gv-icon-1158:before {
    content: "\ed85";
}

.gv-icon-1159:before {
    content: "\ed86";
}

.gv-icon-1160:before {
    content: "\ed87";
}

.gv-icon-1161:before {
    content: "\ed88";
}

.gv-icon-1162:before {
    content: "\ed89";
}

.gv-icon-1163:before {
    content: "\ed8a";
}

.gv-icon-1164:before {
    content: "\ed8b";
}

.gv-icon-1165:before {
    content: "\ed8c";
}

.gv-icon-1166:before {
    content: "\ed8d";
}

.gv-icon-1167:before {
    content: "\ed8e";
}

.gv-icon-1168:before {
    content: "\ed8f";
}

.gv-icon-1169:before {
    content: "\ed90";
}

.gv-icon-1170:before {
    content: "\ed91";
}

.gv-icon-1171:before {
    content: "\ed92";
}

.gv-icon-1172:before {
    content: "\ed93";
}

.gv-icon-1173:before {
    content: "\ed94";
}

.gv-icon-1174:before {
    content: "\ed95";
}

.gv-icon-1175:before {
    content: "\ed96";
}

.gv-icon-1176:before {
    content: "\ed97";
}

.gv-icon-1177:before {
    content: "\ed98";
}

.gv-icon-1178:before {
    content: "\ed99";
}

.gv-icon-1179:before {
    content: "\ed9a";
}

.gv-icon-1180:before {
    content: "\ed9b";
}

.gv-icon-1181:before {
    content: "\ed9c";
}

.gv-icon-1182:before {
    content: "\ed9d";
}

.gv-icon-1183:before {
    content: "\ed9e";
}

.gv-icon-1184:before {
    content: "\ed9f";
}

.gv-icon-1185:before {
    content: "\eda0";
}

.gv-icon-1186:before {
    content: "\eda1";
}

.gv-icon-1187:before {
    content: "\eda2";
}

.gv-icon-1188:before {
    content: "\eda3";
}

.gv-icon-1189:before {
    content: "\eda4";
}

.gv-icon-1190:before {
    content: "\eda5";
}

.gv-icon-1191:before {
    content: "\eda6";
}

.gv-icon-1192:before {
    content: "\eda7";
}

.gv-icon-1193:before {
    content: "\eda8";
}

.gv-icon-1194:before {
    content: "\eda9";
}

.gv-icon-1195:before {
    content: "\edaa";
}

.gv-icon-1196:before {
    content: "\edab";
}

.gv-icon-1197:before {
    content: "\edac";
}

.gv-icon-1198:before {
    content: "\edad";
}

.gv-icon-1199:before {
    content: "\edae";
}

.gv-icon-1200:before {
    content: "\edaf";
}

.gv-icon-1201:before {
    content: "\edb0";
}

.gv-icon-1202:before {
    content: "\edb1";
}

.gv-icon-1203:before {
    content: "\edb2";
}

.gv-icon-1204:before {
    content: "\edb3";
}

.gv-icon-1205:before {
    content: "\edb4";
}

.gv-icon-1206:before {
    content: "\edb5";
}

.gv-icon-1207:before {
    content: "\edb6";
}

.gv-icon-1208:before {
    content: "\edb7";
}

.gv-icon-1209:before {
    content: "\edb8";
}

.gv-icon-1210:before {
    content: "\edb9";
}

.gv-icon-1211:before {
    content: "\edba";
}

.gv-icon-1212:before {
    content: "\edbb";
}

.gv-icon-1213:before {
    content: "\edbc";
}

.gv-icon-1214:before {
    content: "\edbd";
}

.gv-icon-1215:before {
    content: "\edbe";
}

.gv-icon-1216:before {
    content: "\edbf";
}

.gv-icon-1217:before {
    content: "\edc0";
}

.gv-icon-1218:before {
    content: "\edc1";
}

.gv-icon-1219:before {
    content: "\edc2";
}

.gv-icon-1220:before {
    content: "\edc3";
}

.gv-icon-1221:before {
    content: "\edc4";
}

.gv-icon-1222:before {
    content: "\edc5";
}

.gv-icon-1223:before {
    content: "\edc6";
}

.gv-icon-1224:before {
    content: "\edc7";
}

.gv-icon-1225:before {
    content: "\edc8";
}

.gv-icon-1226:before {
    content: "\edc9";
}

.gv-icon-1227:before {
    content: "\edca";
}

.gv-icon-1228:before {
    content: "\edcb";
}

.gv-icon-1229:before {
    content: "\edcc";
}

.gv-icon-1230:before {
    content: "\edcd";
}

.gv-icon-1231:before {
    content: "\edce";
}

.gv-icon-1232:before {
    content: "\edcf";
}

.gv-icon-1233:before {
    content: "\edd0";
}

.gv-icon-1234:before {
    content: "\edd1";
}

.gv-icon-1235:before {
    content: "\edd2";
}

.gv-icon-1236:before {
    content: "\edd3";
}

.gv-icon-1237:before {
    content: "\edd4";
}

.gv-icon-1238:before {
    content: "\edd5";
}

.gv-icon-1239:before {
    content: "\edd6";
}

.gv-icon-1240:before {
    content: "\edd7";
}

.gv-icon-1241:before {
    content: "\edd8";
}

.gv-icon-1242:before {
    content: "\edd9";
}

.gv-icon-1243:before {
    content: "\edda";
}

.gv-icon-1244:before {
    content: "\eddb";
}

.gv-icon-1245:before {
    content: "\eddc";
}

.gv-icon-1246:before {
    content: "\eddd";
}

.gv-icon-1247:before {
    content: "\edde";
}

.gv-icon-1248:before {
    content: "\eddf";
}

.gv-icon-1249:before {
    content: "\ede0";
}

.gv-icon-1250:before {
    content: "\ede1";
}

.gv-icon-1251:before {
    content: "\ede2";
}

.gv-icon-1252:before {
    content: "\ede3";
}

.gv-icon-1253:before {
    content: "\ede4";
}

.gv-icon-1254:before {
    content: "\ede5";
}

.gv-icon-1255:before {
    content: "\ede6";
}

.gv-icon-1256:before {
    content: "\ede7";
}

.gv-icon-1257:before {
    content: "\ede8";
}

.gv-icon-1258:before {
    content: "\ede9";
}

.gv-icon-1259:before {
    content: "\edea";
}

.gv-icon-1260:before {
    content: "\edeb";
}

.gv-icon-1261:before {
    content: "\edec";
}

.gv-icon-1262:before {
    content: "\eded";
}

.gv-icon-1263:before {
    content: "\edee";
}

.gv-icon-1264:before {
    content: "\edef";
}

.gv-icon-1265:before {
    content: "\edf0";
}

.gv-icon-1266:before {
    content: "\edf1";
}

.gv-icon-1267:before {
    content: "\edf2";
}

.gv-icon-1268:before {
    content: "\edf3";
}

.gv-icon-1269:before {
    content: "\edf4";
}

.gv-icon-1270:before {
    content: "\edf5";
}

.gv-icon-1271:before {
    content: "\edf6";
}

.gv-icon-1272:before {
    content: "\edf7";
}

.gv-icon-1273:before {
    content: "\edf8";
}

.gv-icon-1274:before {
    content: "\edf9";
}

.gv-icon-1275:before {
    content: "\edfa";
}

.gv-icon-1276:before {
    content: "\edfb";
}

.gv-icon-1277:before {
    content: "\edfc";
}

.gv-icon-1278:before {
    content: "\edfd";
}

.gv-icon-1279:before {
    content: "\edfe";
}

.gv-icon-1280:before {
    content: "\edff";
}

.gv-icon-1281:before {
    content: "\ee00";
}

.gv-icon-1282:before {
    content: "\ee01";
}

.gv-icon-1283:before {
    content: "\ee02";
}

.gv-icon-1284:before {
    content: "\ee03";
}

.gv-icon-1285:before {
    content: "\ee04";
}

.gv-icon-1286:before {
    content: "\ee05";
}

.gv-icon-1287:before {
    content: "\ee06";
}

.gv-icon-1288:before {
    content: "\ee07";
}

.gv-icon-1289:before {
    content: "\ee08";
}

.gv-icon-1290:before {
    content: "\ee09";
}

.gv-icon-1291:before {
    content: "\ee0a";
}

.gv-icon-1292:before {
    content: "\ee0b";
}

.gv-icon-1293:before {
    content: "\ee0c";
}

.gv-icon-1294:before {
    content: "\ee0d";
}

.gv-icon-1295:before {
    content: "\ee0e";
}

.gv-icon-1296:before {
    content: "\ee0f";
}

.gv-icon-1297:before {
    content: "\ee10";
}

.gv-icon-1298:before {
    content: "\ee11";
}

.gv-icon-1299:before {
    content: "\ee12";
}

.gv-icon-1300:before {
    content: "\ee13";
}

.gv-icon-1301:before {
    content: "\ee14";
}

.gv-icon-1302:before {
    content: "\ee15";
}

.gv-icon-1304:before {
    content: "\ee16";
}

.gv-icon-1305:before {
    content: "\ee17";
}

.gv-icon-1306:before {
    content: "\ee18";
}

.gv-icon-1307:before {
    content: "\ee19";
}

.gv-icon-1308:before {
    content: "\ee1a";
}

.gv-icon-1309:before {
    content: "\ee1b";
}

.gv-icon-1310:before {
    content: "\ee1c";
}

.gv-icon-1311:before {
    content: "\ee1d";
}

.gv-icon-1312:before {
    content: "\ee1e";
}

.gv-icon-1313:before {
    content: "\ee1f";
}

.gv-icon-1314:before {
    content: "\ee20";
}

.gv-icon-1315:before {
    content: "\ee21";
}

.gv-icon-1316:before {
    content: "\ee22";
}

.gv-icon-1317:before {
    content: "\ee23";
}

.gv-icon-1318:before {
    content: "\ee24";
}

.gv-icon-1319:before {
    content: "\ee25";
}

.gv-icon-1320:before {
    content: "\ee26";
}

.gv-icon-1321:before {
    content: "\ee27";
}

.gv-icon-1322:before {
    content: "\ee28";
}

.gv-icon-1323:before {
    content: "\ee29";
}

.gv-icon-1324:before {
    content: "\ee2a";
}

.gv-icon-1325:before {
    content: "\ee2b";
}

.gv-icon-1326:before {
    content: "\ee2c";
}

.gv-icon-1327:before {
    content: "\ee2d";
}

.gv-icon-1328:before {
    content: "\ee2e";
}

.gv-icon-1329:before {
    content: "\ee2f";
}

.gv-icon-1330:before {
    content: "\ee30";
}

.gv-icon-1331:before {
    content: "\ee31";
}

.gv-icon-1332:before {
    content: "\ee32";
}

.gv-icon-1333:before {
    content: "\ee33";
}

.gv-icon-1334:before {
    content: "\ee34";
}

.gv-icon-1335:before {
    content: "\ee35";
}

.gv-icon-1336:before {
    content: "\ee36";
}

.gv-icon-1337:before {
    content: "\ee37";
}

.gv-icon-1338:before {
    content: "\ee38";
}

.gv-icon-1339:before {
    content: "\ee39";
}

.gv-icon-1340:before {
    content: "\ee3a";
}

.gv-icon-1341:before {
    content: "\ee3b";
}

.gv-icon-1342:before {
    content: "\ee3c";
}

.gv-icon-1343:before {
    content: "\ee3d";
}

.gv-icon-1344:before {
    content: "\ee3e";
}

.gv-icon-1345:before {
    content: "\ee3f";
}

.gv-icon-1346:before {
    content: "\ee40";
}

.gv-icon-1347:before {
    content: "\ee41";
}

.gv-icon-1348:before {
    content: "\ee42";
}

.gv-icon-1349:before {
    content: "\ee43";
}

.gv-icon-1350:before {
    content: "\ee44";
}

.gv-icon-1351:before {
    content: "\ee45";
}

.gv-icon-1352:before {
    content: "\ee46";
}

.gv-icon-1353:before {
    content: "\ee47";
}

.gv-icon-1354:before {
    content: "\ee48";
}

.gv-icon-1355:before {
    content: "\ee49";
}

.gv-icon-1356:before {
    content: "\ee4a";
}

.gv-icon-1357:before {
    content: "\ee4b";
}

.gv-icon-1358:before {
    content: "\ee4c";
}

.gv-icon-1359:before {
    content: "\ee4d";
}

.gv-icon-1360:before {
    content: "\ee4e";
}

.gv-icon-1361:before {
    content: "\ee4f";
}

.gv-icon-1362:before {
    content: "\ee50";
}

.gv-icon-1363:before {
    content: "\ee51";
}

.gv-icon-1364:before {
    content: "\ee52";
}

.gv-icon-1365:before {
    content: "\ee53";
}

.gv-icon-1366:before {
    content: "\ee54";
}

.gv-icon-1367:before {
    content: "\ee55";
}

.gv-icon-1368:before {
    content: "\ee56";
}

.gv-icon-1369:before {
    content: "\ee57";
}

.gv-icon-1370:before {
    content: "\ee58";
}

.gv-icon-1371:before {
    content: "\ee59";
}

.gv-icon-1372:before {
    content: "\ee5a";
}

.gv-icon-1373:before {
    content: "\ee5b";
}

.gv-icon-1374:before {
    content: "\ee5c";
}

.gv-icon-1375:before {
    content: "\ee5d";
}

.gv-icon-1376:before {
    content: "\ee5e";
}

.gv-icon-1377:before {
    content: "\ee5f";
}

.gv-icon-1378:before {
    content: "\ee60";
}

.gv-icon-1379:before {
    content: "\ee61";
}

.gv-icon-1380:before {
    content: "\ee62";
}

.gv-icon-1381:before {
    content: "\ee63";
}

.gv-icon-1382:before {
    content: "\ee64";
}

.gv-icon-1383:before {
    content: "\ee65";
}

.gv-icon-1384:before {
    content: "\ee66";
}

.gv-icon-1385:before {
    content: "\ee67";
}

.gv-icon-1386:before {
    content: "\ee68";
}

.gv-icon-1387:before {
    content: "\ee69";
}

.gv-icon-1388:before {
    content: "\ee6a";
}

.gv-icon-1389:before {
    content: "\ee6b";
}

.gv-icon-1390:before {
    content: "\ee6c";
}

.gv-icon-1391:before {
    content: "\ee6d";
}

.gv-icon-1392:before {
    content: "\ee6e";
}

.gv-icon-1393:before {
    content: "\ee6f";
}

.gv-icon-1394:before {
    content: "\ee70";
}

.gv-icon-1395:before {
    content: "\ee71";
}

.gv-icon-1396:before {
    content: "\ee72";
}

.gv-icon-1397:before {
    content: "\ee73";
}

.gv-icon-1398:before {
    content: "\ee74";
}

.gv-icon-1399:before {
    content: "\ee75";
}

.gv-icon-1400:before {
    content: "\ee76";
}

.gv-icon-1401:before {
    content: "\ee77";
}

.gv-icon-1402:before {
    content: "\ee78";
}

.gv-icon-1403:before {
    content: "\ee79";
}

.gv-icon-1404:before {
    content: "\ee7a";
}

.gv-icon-1405:before {
    content: "\ee7b";
}

.gv-icon-1406:before {
    content: "\ee7c";
}

.gv-icon-1407:before {
    content: "\ee7d";
}

.gv-icon-1408:before {
    content: "\ee7e";
}

.gv-icon-1409:before {
    content: "\ee7f";
}

.gv-icon-1410:before {
    content: "\ee80";
}

.gv-icon-1411:before {
    content: "\ee81";
}

.gv-icon-1412:before {
    content: "\ee82";
}

.gv-icon-1413:before {
    content: "\ee83";
}

.gv-icon-1414:before {
    content: "\ee84";
}

.gv-icon-1415:before {
    content: "\ee85";
}

.gv-icon-1416:before {
    content: "\ee86";
}

.gv-icon-1417:before {
    content: "\ee87";
}

.gv-icon-1418:before {
    content: "\ee88";
}

.gv-icon-1419:before {
    content: "\ee89";
}

.gv-icon-1420:before {
    content: "\ee8a";
}

.gv-icon-1421:before {
    content: "\ee8b";
}

.gv-icon-1422:before {
    content: "\ee8c";
}

.gv-icon-1423:before {
    content: "\ee8d";
}

.gv-icon-1424:before {
    content: "\ee8e";
}

.gv-icon-1425:before {
    content: "\ee8f";
}

.gv-icon-1426:before {
    content: "\ee90";
}

.gv-icon-1427:before {
    content: "\ee91";
}

.gv-icon-1428:before {
    content: "\ee92";
}

.gv-icon-1429:before {
    content: "\ee93";
}

.gv-icon-1430:before {
    content: "\ee94";
}

.gv-icon-1431:before {
    content: "\ee95";
}

.gv-icon-1432:before {
    content: "\ee96";
}

.gv-icon-1433:before {
    content: "\ee97";
}

.gv-icon-1434:before {
    content: "\ee98";
}

.gv-icon-1435:before {
    content: "\ee99";
}

.gv-icon-1436:before {
    content: "\ee9a";
}

.gv-icon-1437:before {
    content: "\ee9b";
}

.gv-icon-1438:before {
    content: "\ee9c";
}

.gv-icon-1439:before {
    content: "\ee9d";
}

.gv-icon-1440:before {
    content: "\ee9e";
}

.gv-icon-1441:before {
    content: "\ee9f";
}

.gv-icon-1442:before {
    content: "\eea0";
}

.gv-icon-1443:before {
    content: "\eea1";
}

.gv-icon-1444:before {
    content: "\eea2";
}

.gv-icon-1445:before {
    content: "\eea3";
}

.gv-icon-1446:before {
    content: "\eea4";
}

.gv-icon-1447:before {
    content: "\eea5";
}

.gv-icon-1448:before {
    content: "\eea6";
}

.gv-icon-1449:before {
    content: "\eea7";
}

.gv-icon-1450:before {
    content: "\eea8";
}

.gv-icon-1451:before {
    content: "\eea9";
}

.gv-icon-1452:before {
    content: "\eeaa";
}

.gv-icon-1453:before {
    content: "\eeab";
}

.gv-icon-1454:before {
    content: "\eeac";
}

.gv-icon-1455:before {
    content: "\eead";
}

.gv-icon-1456:before {
    content: "\eeae";
}

.gv-icon-1457:before {
    content: "\eeaf";
}

.gv-icon-1458:before {
    content: "\eeb0";
}

.gv-icon-1459:before {
    content: "\eeb1";
}

.gv-icon-1460:before {
    content: "\eeb2";
}

.gv-icon-1461:before {
    content: "\eeb3";
}

.gv-icon-1462:before {
    content: "\eeb4";
}

.gv-icon-1463:before {
    content: "\eeb5";
}

.gv-icon-1464:before {
    content: "\eeb6";
}

.gv-icon-1465:before {
    content: "\eeb7";
}

.gv-icon-1466:before {
    content: "\eeb8";
}

.gv-icon-1467:before {
    content: "\eeb9";
}

.gv-icon-1468:before {
    content: "\eeba";
}

.gv-icon-1469:before {
    content: "\eebb";
}

.gv-icon-1470:before {
    content: "\eebc";
}

.gv-icon-1471:before {
    content: "\eebd";
}

.gv-icon-1472:before {
    content: "\eebe";
}

.gv-icon-1473:before {
    content: "\eebf";
}

.gv-icon-1474:before {
    content: "\eec0";
}

.gv-icon-1475:before {
    content: "\eec1";
}

.gv-icon-1476:before {
    content: "\eec2";
}

.gv-icon-1477:before {
    content: "\eec3";
}

.gv-icon-1478:before {
    content: "\eec4";
}

.gv-icon-1479:before {
    content: "\eec5";
}

.gv-icon-1480:before {
    content: "\eec6";
}

.gv-icon-1481:before {
    content: "\eec7";
}

.gv-icon-1482:before {
    content: "\eec8";
}

.gv-icon-1483:before {
    content: "\eec9";
}

.gv-icon-1484:before {
    content: "\eeca";
}

.gv-icon-1485:before {
    content: "\eecb";
}

.gv-icon-1486:before {
    content: "\eecc";
}

.gv-icon-1487:before {
    content: "\eecd";
}

.gv-icon-1488:before {
    content: "\eece";
}

.gv-icon-1489:before {
    content: "\eecf";
}

.gv-icon-1490:before {
    content: "\eed0";
}

.gv-icon-1491:before {
    content: "\eed1";
}

.gv-icon-1492:before {
    content: "\eed2";
}

.gv-icon-1493:before {
    content: "\eed3";
}

.gv-icon-1494:before {
    content: "\eed4";
}

.gv-icon-1495:before {
    content: "\eed5";
}

.gv-icon-1496:before {
    content: "\eed6";
}

.gv-icon-1497:before {
    content: "\eed7";
}

.gv-icon-1498:before {
    content: "\eed8";
}

.gv-icon-1499:before {
    content: "\eed9";
}

.gv-icon-1500:before {
    content: "\eeda";
}

.gv-icon-1501:before {
    content: "\eedb";
}

.gv-icon-1502:before {
    content: "\eedc";
}

.gv-icon-1503:before {
    content: "\eedd";
}

.gv-icon-1504:before {
    content: "\eede";
}

.gv-icon-1505:before {
    content: "\eedf";
}

.gv-icon-1506:before {
    content: "\eee0";
}

.gv-icon-1507:before {
    content: "\eee1";
}

.gv-icon-1508:before {
    content: "\eee2";
}

.gv-icon-1509:before {
    content: "\eee3";
}

.gv-icon-1510:before {
    content: "\eee4";
}

.gv-icon-1511:before {
    content: "\eee5";
}

.gv-icon-1512:before {
    content: "\eee6";
}

.gv-icon-1513:before {
    content: "\eee7";
}

.gv-icon-1514:before {
    content: "\eee8";
}

.gv-icon-1515:before {
    content: "\eee9";
}

.gv-icon-1516:before {
    content: "\eeea";
}

.gv-icon-1517:before {
    content: "\eeeb";
}

.gv-icon-1518:before {
    content: "\eeec";
}

.gv-icon-1519:before {
    content: "\eeed";
}

.gv-icon-1520:before {
    content: "\eeee";
}

.gv-icon-1521:before {
    content: "\eeef";
}

.gv-icon-1522:before {
    content: "\eef0";
}

.gv-icon-1523:before {
    content: "\eef1";
}

.gv-icon-1524:before {
    content: "\eef2";
}

.gv-icon-1525:before {
    content: "\eef3";
}

.gv-icon-1526:before {
    content: "\eef4";
}

.gv-icon-1527:before {
    content: "\eef5";
}

.gv-icon-1528:before {
    content: "\eef6";
}

.gv-icon-1529:before {
    content: "\eef7";
}

.gv-icon-1530:before {
    content: "\eef8";
}

.gv-icon-1531:before {
    content: "\eef9";
}

.gv-icon-1532:before {
    content: "\eefa";
}

.gv-icon-1533:before {
    content: "\eefb";
}

.gv-icon-1534:before {
    content: "\eefc";
}

.gv-icon-1535:before {
    content: "\eefd";
}

.gv-icon-1536:before {
    content: "\eefe";
}

.gv-icon-1537:before {
    content: "\eeff";
}

.gv-icon-1538:before {
    content: "\ef00";
}

.gv-icon-1539:before {
    content: "\ef01";
}

.gv-icon-1540:before {
    content: "\ef02";
}

.gv-icon-1541:before {
    content: "\ef03";
}

.gv-icon-1542:before {
    content: "\ef04";
}

.gv-icon-1543:before {
    content: "\ef05";
}

.gv-icon-1544:before {
    content: "\ef06";
}

.gv-icon-1545:before {
    content: "\ef07";
}

.gv-icon-1546:before {
    content: "\ef08";
}

.gv-icon-1547:before {
    content: "\ef09";
}

.gv-icon-1548:before {
    content: "\ef0a";
}

.gv-icon-1549:before {
    content: "\ef0b";
}

.gv-icon-1550:before {
    content: "\ef0c";
}

.gv-icon-1551:before {
    content: "\ef0d";
}

.gv-icon-1552:before {
    content: "\ef0e";
}

.gv-icon-1553:before {
    content: "\ef0f";
}

.gv-icon-1554:before {
    content: "\ef10";
}

.gv-icon-1555:before {
    content: "\ef11";
}

.gv-icon-1556:before {
    content: "\ef12";
}

.gv-icon-1557:before {
    content: "\ef13";
}

.gv-icon-1558:before {
    content: "\ef14";
}

.gv-icon-1559:before {
    content: "\ef15";
}

.gv-icon-1560:before {
    content: "\ef16";
}

.gv-icon-1561:before {
    content: "\ef17";
}

.gv-icon-1562:before {
    content: "\ef18";
}

.gv-icon-1563:before {
    content: "\ef19";
}

.gv-icon-1564:before {
    content: "\ef1a";
}

.gv-icon-1565:before {
    content: "\ef1b";
}

.gv-icon-1566:before {
    content: "\ef1c";
}

.gv-icon-1567:before {
    content: "\ef1d";
}

.gv-icon-1568:before {
    content: "\ef1e";
}

.gv-icon-1569:before {
    content: "\ef1f";
}

.gv-icon-1570:before {
    content: "\ef20";
}

.gv-icon-1571:before {
    content: "\ef21";
}

.gv-icon-1572:before {
    content: "\ef22";
}

.gv-icon-1573:before {
    content: "\ef23";
}

.gv-icon-1574:before {
    content: "\ef24";
}

.gv-icon-1575:before {
    content: "\ef25";
}

.gv-icon-1576:before {
    content: "\ef26";
}

.gv-icon-1577:before {
    content: "\ef27";
}

.gv-icon-1578:before {
    content: "\ef28";
}

.gv-icon-1579:before {
    content: "\ef29";
}

.gv-icon-1580:before {
    content: "\ef2a";
}

.gv-icon-1581:before {
    content: "\ef2b";
}

.gv-icon-1582:before {
    content: "\ef2c";
}

.gv-icon-1583:before {
    content: "\ef2d";
}

.gv-icon-1584:before {
    content: "\ef2e";
}

.gv-icon-1585:before {
    content: "\ef2f";
}

.gv-icon-1586:before {
    content: "\ef30";
}

.gv-icon-1587:before {
    content: "\ef31";
}

.gv-icon-1588:before {
    content: "\ef32";
}

.gv-icon-1589:before {
    content: "\ef33";
}

.gv-icon-1590:before {
    content: "\ef34";
}

.gv-icon-1591:before {
    content: "\ef35";
}

.gv-icon-1592:before {
    content: "\ef36";
}

.gv-icon-1593:before {
    content: "\ef37";
}

.gv-icon-1594:before {
    content: "\ef38";
}

.gv-icon-1595:before {
    content: "\ef39";
}

.gv-icon-1596:before {
    content: "\ef3a";
}

.gv-icon-1597:before {
    content: "\ef3b";
}

.gv-icon-1598:before {
    content: "\ef3c";
}

.gv-icon-1599:before {
    content: "\ef3d";
}

.gv-icon-1600:before {
    content: "\ef3e";
}

.gv-icon-1601:before {
    content: "\ef3f";
}

.gv-icon-1602:before {
    content: "\ef40";
}

.gv-icon-1603:before {
    content: "\ef41";
}

.gv-icon-1604:before {
    content: "\ef42";
}

.gv-icon-1605:before {
    content: "\ef43";
}

.gv-icon-1606:before {
    content: "\ef44";
}

.gv-icon-1607:before {
    content: "\ef45";
}

.gv-icon-1608:before {
    content: "\ef46";
}

.gv-icon-1609:before {
    content: "\ef47";
}

.gv-icon-1610:before {
    content: "\ef48";
}

.gv-icon-1611:before {
    content: "\ef49";
}

.gv-icon-1612:before {
    content: "\ef4a";
}

.gv-icon-1613:before {
    content: "\ef4b";
}

.gv-icon-1614:before {
    content: "\ef4c";
}

.gv-icon-1615:before {
    content: "\ef4d";
}

.gv-icon-1616:before {
    content: "\ef4e";
}

.gv-icon-1617:before {
    content: "\ef4f";
}

.gv-icon-1618:before {
    content: "\ef50";
}

.gv-icon-1619:before {
    content: "\ef51";
}

.gv-icon-1620:before {
    content: "\ef52";
}

.gv-icon-1621:before {
    content: "\ef53";
}

.gv-icon-1622:before {
    content: "\ef54";
}

.gv-icon-1623:before {
    content: "\ef55";
}

.gv-icon-1624:before {
    content: "\ef56";
}

.gv-icon-1625:before {
    content: "\ef57";
}

.gv-icon-1626:before {
    content: "\ef58";
}

.gv-icon-1627:before {
    content: "\ef59";
}

.gv-icon-1628:before {
    content: "\ef5a";
}

.gv-icon-1629:before {
    content: "\ef5b";
}

.gv-icon-1630:before {
    content: "\ef5c";
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -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 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.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(0px, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -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 {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    display: none
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.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 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img {}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/owl-carousel/assets/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-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 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
    height: 13px;
}

div.pp_default .pp_top .pp_left {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat;
}

div.pp_default .pp_top .pp_middle {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/default/sprite_x.png) top left repeat-x;
}

div.pp_default .pp_top .pp_right {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat;
}

div.pp_default .pp_content .ppt {
    color: #f8f8f8;
}

div.pp_default .pp_content_container .pp_left {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
    padding-left: 13px;
}

div.pp_default .pp_content_container .pp_right {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/default/sprite_y.png) top right repeat-y;
    padding-right: 13px;
}

div.pp_default .pp_content {
    background-color: #fff;
}

div.pp_default .pp_next:hover {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/default/sprite_next.png) center right no-repeat;
    cursor: pointer;
}

div.pp_default .pp_previous:hover {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
    cursor: pointer;
}

div.pp_default .pp_expand {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px;
}

div.pp_default .pp_expand:hover {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
    cursor: pointer;
}

div.pp_default .pp_contract {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px;
}

div.pp_default .pp_contract:hover {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
    cursor: pointer;
}

div.pp_default .pp_close {
    width: 30px;
    height: 30px;
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
    cursor: pointer;
}

div.pp_default #pp_full_res .pp_inline {
    color: #000;
}

div.pp_default .pp_gallery ul li a {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
    border: 1px solid #aaa;
}

div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a {
    border-color: #fff;
}

div.pp_default .pp_social {
    margin-top: 7px;
}

div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next {
    position: static;
    left: auto;
}

div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
    height: 30px;
    width: 30px;
}

div.pp_default .pp_nav .pp_pause {
    background-position: -51px -29px;
}

div.pp_default .pp_details {
    position: relative;
}

div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
    height: 20px;
    margin: 4px 0 0 0;
    width: 20px;
}

div.pp_default a.pp_arrow_next {
    left: 52px;
    background-position: -82px -3px;
}

div.pp_default .pp_content_container .pp_details {
    margin-top: 5px;
}

div.pp_default .pp_nav {
    clear: none;
    height: 30px;
    width: 110px;
    position: relative;
}

div.pp_default .pp_nav .currentTextHolder {
    font-family: Georgia;
    font-style: italic;
    color: #999;
    font-size: 11px;
    left: 75px;
    line-height: 25px;
    margin: 0;
    padding: 0 0 0 10px;
    position: absolute;
    top: 2px;
}

div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_play:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover {
    opacity: 0.7;
}

div.pp_default .pp_description {
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    margin: 5px 50px 5px 0;
}

div.pp_default .pp_bottom .pp_left {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat;
}

div.pp_default .pp_bottom .pp_middle {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x;
}

div.pp_default .pp_bottom .pp_right {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat;
}

div.pp_default .pp_loaderIcon {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/default/loader.gif) center center no-repeat;
}

div.light_rounded .pp_top .pp_left {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;
}

div.light_rounded .pp_top .pp_middle {
    background: #fff;
}

div.light_rounded .pp_top .pp_right {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;
}

div.light_rounded .pp_content .ppt {
    color: #000;
}

div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right {
    background: #fff;
}

div.light_rounded .pp_content {
    background-color: #fff;
}

div.light_rounded .pp_next:hover {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_previous:hover {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_expand {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_expand:hover {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_contract {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_contract:hover {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_details {
    position: relative;
}

div.light_rounded .pp_description {
    margin-right: 85px;
}

div.light_rounded #pp_full_res .pp_inline {
    color: #000;
}

div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next {
    margin-top: 12px !important;
}

div.light_rounded .pp_nav .pp_play {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.light_rounded .pp_nav .pp_pause {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.light_rounded .pp_arrow_previous {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;
}

div.light_rounded .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default;
}

div.light_rounded .pp_arrow_next {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;
}

div.light_rounded .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default;
}

div.light_rounded .pp_bottom .pp_left {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;
}

div.light_rounded .pp_bottom .pp_middle {
    background: #fff;
}

div.light_rounded .pp_bottom .pp_right {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;
}

div.light_rounded .pp_loaderIcon {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
}

div.dark_rounded .pp_top .pp_left {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;
}

div.dark_rounded .pp_top .pp_middle {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}

div.dark_rounded .pp_top .pp_right {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;
}

div.dark_rounded .pp_content_container .pp_left {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;
}

div.dark_rounded .pp_content_container .pp_right {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;
}

div.dark_rounded .pp_content {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}

div.dark_rounded .pp_next:hover {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_previous:hover {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_expand {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_expand:hover {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_contract {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_contract:hover {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_details {
    position: relative;
}

div.dark_rounded .pp_description {
    margin-right: 85px;
}

div.dark_rounded .currentTextHolder {
    color: #c4c4c4;
}

div.dark_rounded .pp_description {
    color: #fff;
}

div.dark_rounded #pp_full_res .pp_inline {
    color: #fff;
}

div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_rounded .pp_gallery a.pp_arrow_next {
    margin-top: 12px !important;
}

div.dark_rounded .pp_nav .pp_play {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.dark_rounded .pp_nav .pp_pause {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.dark_rounded .pp_arrow_previous {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;
}

div.dark_rounded .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default;
}

div.dark_rounded .pp_arrow_next {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;
}

div.dark_rounded .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default;
}

div.dark_rounded .pp_bottom .pp_left {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;
}

div.dark_rounded .pp_bottom .pp_middle {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}

div.dark_rounded .pp_bottom .pp_right {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;
}

div.dark_rounded .pp_loaderIcon {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;
}

div.dark_square .pp_left,
div.dark_square .pp_middle,
div.dark_square .pp_right,
div.dark_square .pp_content {
    background: none;
}

div.dark_square .currentTextHolder {
    color: #c4c4c4;
}

div.dark_square .pp_description {
    color: #fff;
}

div.dark_square .pp_loaderIcon {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/dark_square/loader.gif) center center no-repeat;
}

div.dark_square .pp_expand {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

div.dark_square .pp_expand:hover {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}

div.dark_square .pp_contract {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

div.dark_square .pp_contract:hover {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

div.dark_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

div.dark_square .pp_details {
    position: relative;
}

div.dark_square .pp_description {
    margin: 0 85px 0 0;
}

div.dark_square #pp_full_res .pp_inline {
    color: #fff;
}

div.dark_square .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next {
    margin-top: 12px !important;
}

div.dark_square .pp_nav {
    clear: none;
}

div.dark_square .pp_nav .pp_play {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.dark_square .pp_nav .pp_pause {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.dark_square .pp_arrow_previous {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;
}

div.dark_square .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default;
}

div.dark_square .pp_arrow_next {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;
}

div.dark_square .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default;
}

div.dark_square .pp_next:hover {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
    cursor: pointer;
}

div.dark_square .pp_previous:hover {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right,
div.light_square .pp_content {
    background: #fff;
}

div.light_square .pp_content .ppt {
    color: #000;
}

div.light_square .pp_expand {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

div.light_square .pp_expand:hover {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}

div.light_square .pp_contract {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

div.light_square .pp_contract:hover {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

div.light_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

div.light_square .pp_details {
    position: relative;
}

div.light_square .pp_description {
    margin-right: 85px;
}

div.light_square #pp_full_res .pp_inline {
    color: #000;
}

div.light_square .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next {
    margin-top: 12px !important;
}

div.light_square .pp_nav .pp_play {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.light_square .pp_nav .pp_pause {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.light_square .pp_arrow_previous {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
}

div.light_square .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default;
}

div.light_square .pp_arrow_next {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;
}

div.light_square .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default;
}

div.light_square .pp_next:hover {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
    cursor: pointer;
}

div.light_square .pp_previous:hover {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

div.light_square .pp_loaderIcon {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
}

div.facebook .pp_top .pp_left {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;
}

div.facebook .pp_top .pp_middle {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;
}

div.facebook .pp_top .pp_right {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;
}

div.facebook .pp_content .ppt {
    color: #000;
}

div.facebook .pp_content_container .pp_left {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;
}

div.facebook .pp_content_container .pp_right {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;
}

div.facebook .pp_content {
    background: #fff;
}

div.facebook .pp_expand {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

div.facebook .pp_expand:hover {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}

div.facebook .pp_contract {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

div.facebook .pp_contract:hover {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

div.facebook .pp_close {
    width: 22px;
    height: 22px;
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

div.facebook .pp_details {
    position: relative;
}

div.facebook .pp_description {
    margin: 0 37px 0 0;
}

div.facebook #pp_full_res .pp_inline {
    color: #000;
}

div.facebook .pp_loaderIcon {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/facebook/loader.gif) center center no-repeat;
}

div.facebook .pp_arrow_previous {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px;
}

div.facebook .pp_arrow_previous.disabled {
    background-position: 0 -96px;
    cursor: default;
}

div.facebook .pp_arrow_next {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px;
}

div.facebook .pp_arrow_next.disabled {
    background-position: -32px -96px;
    cursor: default;
}

div.facebook .pp_nav {
    margin-top: 0;
}

div.facebook .pp_nav p {
    font-size: 15px;
    padding: 0 3px 0 4px;
}

div.facebook .pp_nav .pp_play {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
    height: 22px;
    width: 22px;
}

div.facebook .pp_nav .pp_pause {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
    height: 22px;
    width: 22px;
}

div.facebook .pp_next:hover {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
    cursor: pointer;
}

div.facebook .pp_previous:hover {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

div.facebook .pp_bottom .pp_left {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;
}

div.facebook .pp_bottom .pp_middle {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;
}

div.facebook .pp_bottom .pp_right {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;
}

div.pp_pic_holder a:focus {
    outline: none;
}

div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9500;
}

div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000;
}

.pp_top {
    height: 20px;
    position: relative;
}

* html .pp_top {
    padding: 0 20px;
}

.pp_top .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}

.pp_top .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
}

* html .pp_top .pp_middle {
    left: 0;
    position: static;
}

.pp_top .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}

.pp_content {
    height: 40px;
    min-width: 40px;
}

* html .pp_content {
    width: 40px;
}

.pp_fade {
    display: none;
}

.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%;
}

.pp_content_container .pp_left {
    padding-left: 20px;
}

.pp_content_container .pp_right {
    padding-right: 20px;
}

.pp_content_container .pp_details {
    float: left;
    margin: 10px 0 2px 0;
}

.pp_description {
    display: none;
    margin: 0;
}

.pp_social {
    float: left;
    margin: 0;
}

.pp_social .facebook {
    float: left;
    margin-left: 5px;
    width: 55px;
    overflow: hidden;
}

.pp_social .twitter {
    float: left;
}

.pp_nav {
    clear: right;
    float: left;
    margin: 3px 10px 0 0;
}

.pp_nav p {
    float: left;
    margin: 2px 4px;
    white-space: nowrap;
}

.pp_nav .pp_play,
.pp_nav .pp_pause {
    float: left;
    margin-right: 4px;
    text-indent: -10000px;
}

a.pp_arrow_previous,
a.pp_arrow_next {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
    width: 14px;
}

.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}

.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000;
}

.pp_gallery div {
    float: left;
    overflow: hidden;
    position: relative;
}

.pp_gallery ul {
    float: left;
    height: 35px;
    margin: 0 0 0 5px;
    padding: 0;
    position: relative;
    white-space: nowrap;
}

.pp_gallery ul a {
    border: 1px #000 solid;
    border: 1px rgba(0, 0, 0, 0.5) solid;
    display: block;
    float: left;
    height: 33px;
    overflow: hidden;
}

.pp_gallery ul a:hover,
.pp_gallery li.selected a {
    border-color: #fff;
}

.pp_gallery ul a img {
    border: 0;
}

.pp_gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
}

.pp_gallery li.default a {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
    display: block;
    height: 33px;
    width: 50px;
}

.pp_gallery li.default a img {
    display: none;
}

.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
    margin-top: 7px !important;
}

a.pp_next {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: right;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}

a.pp_previous {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/prettyphoto/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: left;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}

a.pp_expand,
a.pp_contract {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000;
}

a.pp_close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    line-height: 22px;
    text-indent: -10000px;
}

.pp_bottom {
    height: 20px;
    position: relative;
}

* html .pp_bottom {
    padding: 0 20px;
}

.pp_bottom .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}

.pp_bottom .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
}

* html .pp_bottom .pp_middle {
    left: 0;
    position: static;
}

.pp_bottom .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}

.pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    margin: -12px 0 0 -12px;
    position: absolute;
    top: 50%;
    width: 24px;
}

#pp_full_res {
    line-height: 1 !important;
}

#pp_full_res .pp_inline {
    text-align: left;
}

#pp_full_res .pp_inline p {
    margin: 0 0 15px 0;
}

div.ppt {
    color: #fff;
    display: none;
    font-size: 17px;
    margin: 0 0 5px 15px;
    z-index: 9999;
}

@charset"UTF-8";
.mb_YTPBar,
.mb_YTPBar span.mb_YTPUrl a {
    color: #fff
}

@font-face {
    font-family: ytpregular;
    src: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/ytplayer/css/font/ytp-regular.eot)
}

@font-face {
    font-family: ytpregular;
    src: url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAA5sABEAAAAAFCAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABgAAAABwAAAAcZ9iuNUdERUYAAAGcAAAAHQAAACAAdAAET1MvMgAAAbwAAABJAAAAYHUMUrFjbWFwAAACCAAAAKkAAAGKn5XycWN2dCAAAAK0AAAANgAAADYNLQohZnBnbQAAAuwAAAGxAAACZVO0L6dnYXNwAAAEoAAAAAgAAAAIAAAAEGdseWYAAASoAAAGVQAAB4jz86dSaGVhZAAACwAAAAAzAAAANgbKONpoaGVhAAALNAAAACAAAAAkESQLXGhtdHgAAAtUAAAAVAAAARxOmwVwbG9jYQAAC6gAAAAjAAAAkFoEXRRtYXhwAAALzAAAACAAAAAgAWoB625hbWUAAAvsAAAA+wAAAeok3Eb+cG9zdAAADOgAAADAAAABN99tv1lwcmVwAAANqAAAALkAAAFY3I6ikndlYmYAAA5kAAAABgAAAAbHMlGnAAAAAQAAAADMPaLPAAAAAM3Nk7QAAAAAzc13sXjaY2BkYGDgA2IJBhBgYmAEQjcgZgHzGAAHTAB5AAAAeNpjYGbZwDiBgZWBhdWY5SwDA8MsCM10liGNKQ3IB0rBASMDEgj1DvdjcGDgfcDAlvYPqJJVldEZpoZVkuUZkFJgYAQAUUULewAAAHjaY2BgYGaAYBkGRgYQaAHyGMF8FoYMIC3GIAAUYQOyeBkUGKIYqhgWKHAp6CvEP2D4/x+sAyTuyJAIFGeAizP+//r/8f/D//f+n/HA8oHo/WcKblDzsQBGoOkwSUYmIMGErgDiRLyAhZWNnYOTi5uHl49fQFBIWERUTFxCUkpaRhYiLyevoKikrKKqpq6hqaWto6unb2BoZGxiambOQF1gQZYuAIQnH4IAAAAAAAAAAAABegEnAHEAswC9AOAA5QD+ARcBIwBdAHIBtgBcAGAAZgByAI8AogErAbIAUwBEBREAAHjaXVG7TltBEN0NDwOBxNggOdoUs5mQxnuhBQnE1Y1iZDuF5QhpN3KRi3EBH0CBRA3arxmgoaRImwYhF0h8Qj4hEjNriKI0Ozuzc86ZM0vKkap36WvPU+ckkMLdBs02/U5ItbMA96Tr642MtIMHWmxm9Mp1+/4LBpvRlDtqAOU9bykPGU07gVq0p/7R/AqG+/wf8zsYtDTT9NQ6CekhBOabcUuD7xnNussP+oLV4WIwMKSYpuIuP6ZS/rc052rLsLWR0byDMxH5yTRAU2ttBJr+1CHV83EUS5DLprE2mJiy/iQTwYXJdFVTtcz42sFdsrPoYIMqzYEH2MNWeQweDg8mFNK3JMosDRH2YqvECBGTHAo55dzJ/qRA+UgSxrxJSjvjhrUGxpHXwKA2T7P/PJtNbW8dwvhZHMF3vxlLOvjIhtoYEWI7YimACURCRlX5hhrPvSwG5FL7z0CUgOXxj3+dCLTu2EQ8l7V1DjFWCHp+29zyy4q7VrnOi0J3b6pqqNIpzftezr7HA54eC8NBY8Gbz/v+SoH6PCyuNGgOBEN6N3r/orXqiKu8Fz6yJ9O/sVoAAAAAAQAB//8AD3jaTZVrbBxXFcfvufNe72Nmdx77tmfHO2N76117784OTr154YAbR7RQuUQhttoSuXZKFQVKKYqgiFJAgkpIkVClIn8opSomjXY3VHHTFldEIYpay1hR+ID4Bha27FoIEQGpd8Idu4lY7c6eOfee//2f3+zeizAaQwif4iYRgwRUbgGqjLYFNvVxtcVzfxltM5iGqMUEaS5ItwU+vTPahiBPFFMpmoo5hnv8XnjFn+Um7/xmjF1GCLHoPf+fgsUVEYcSKIcGkYbaWYxKLZ3bgGa50qpACQ0NeyYoYILaDTqpurUK2FZBUYlJY8ukEc0egLpbo+kY8O/BQcx2dvwP2Fh6/Q+Gl19fyroubHmer7rpjHllPZ/NKB+tp2/4/TzxSx0zo/74uUY29vJZOEHIfng4lzz7cjyXzn/jJwqCwCOLdj2iPSP3F/hUAHF3v+Cviee5DIqhJDLRACLoPGpHECq1M7Sd5iDZ/W6zQW8mu9Ecql7SI6xYaiOpnxCydwPNWqWJ/tSSjY1mqtqU5ZYNpWal2pJiGy0XSi1bVuKX1Fyh1GuMoJYeUeJvy/GEVbTpfTOjHJRVzUim0tlcwekbKD1QrgR5M97OV8nIyMjQsKPUEKWGNEVFFBwqEs/yHMEVFMM1PIc4FhiWQVxHcxjD0zzXEkgbmHe5G1eA9T955453xd+B9tbpi6vj10+fvj6+evH0Fju7vPDU5szVY8euzmw+tXABv7kEov/v33WOv+v/C8LG9M2xD19/EquzCyuHVuY6R25Obz35+odw4NDKwuzWHAK86q9x21wKYYQkjFeZ3M5f/TUmw6Qo12P+38Wf0zEZpVABlVANfQu1owHXXMD1AdIyQhvNgeou2b1LAuhAkVwyExRps/ppAE230qrTX1MrEVXil5W4qlm9thMAMpR2MtVHAbXMnBJvZ8oVGjdZ5XK6u6cwNExqdNJ9dnm4D+8eIeYeM7hH0b3H9bcQuczdeH75ef+TxTveO/5tuDK2Mrs5d+HmzQtzm7MrbP6ZqxMrrz2+vf34aysTV5+5iN9YhMi51W93Tiz5/wFp+ujy/MntGXx+dfrjqflrO788Ob989MaMP716+Nr8FOpCjbvnw032BUrm82gKfQc10SJaAwwZGINHEUrksaEndI3XCppBavWaU7Nrda/u7QfPsnmBF1ReK4NjCxbkgVRJdW/MdmiyjHkhCgKvGkrNq+uGngPLUDXVioJTcGxONWguENOIYmkq1lQqaDu2q1AqKi6qRh6CN0uqhlkn1WIwt1Z3FTqH6lt2kWLkqZpQ2F1H4D3X1CzFUkCp1R8EVaeKGr3mgXpyd3OKZTcgioMi3qImqA2FaFSYrkHd7BYESnSMdqAx1HNgg/6pG0Bo95RAGehqoNAuaRHR90wGdXyJtkAJ1DxSDVQCfS8ocui+EohqagNjFroniyLAOYbBgvSQxuXxiUSCGQXReJBnjafhbf6xBs8P9ZclLLJdTJfdL3bLRsgd50Nf52P7JIWjInYqFuZhUGErucF0Qj/zNJtPGArDz7EYFi0chvSpw8C/mJRgRVLfgrEf7RvowhyjJ3JPfPlX/h8N/6fZryX7bh/pJsPj4QLX9Ra89NL3QQkljmOqnognU6HcxKkoI/JsaJ8cDcfCqZAMC2cfFeSoHu+WFEmWzIQqx8PVmCThSFqPKqLIsgxJx0QYZt1iocjgfrPbjIoiltkXxzxTlE5FVTL1zb7YmTOSzXGiEBU0ZgHzXexjd9HklDtTc2P7iR4/Wmqk/jGhfZXjZW1bYFVp3y01G+ocrh/K9VST3+05OUsaEnAYGKZRfWIpDQaXT2Ej2/vCl1S5nNe7jHq5eCAlM7rOpFx8PP1Zf/NzCUdkpXjUhHmdfdi/Xv31D6WccPAIDjNMmPnBzC+ErAipZzPf++LkQyGRhTDEpCNkbmLpz8892zmE3+8swq1YODIqf2Z7lO8RdJHn7RS8kpY6r0qhAg7xXIHnhViu+zBDbhcx16UOfGVgaGkoXe6LhwS+h7NgSa+vR7ESZvPyq6VUqN+SC0ZSTPm3oETGoxGIh/p60w3naIyJ/Gywf9CMnnAemR3524hT5DErxOwBhR55COMw3e+u0T0tOEsR0JMx+NBHftD/AJ+D/f7v/TW+9t+P+Bo9e/7vNYz+By6FsKkAAAB42mNgZGBgYGRwbI8IWhzPb/OVQZ6DAQTOni3fCKP/+/x7yrOBNRTI5WBgAokCAG3mDbAAeNpjYGRgYFX9t5eBgeftf5//WTwbGIAiKMAdAJycBph42mN6w+DCwcDAAMIsZ8D0HhBNLIap52D478fBwHQRyvbBpZ7nLYMtKeZjt5OJhxT1TKsYGFhDETTjcSAG0gyPoRgozigIpL0hNEiOBcgFAEBoNC142mNgYNCBwjoccALDBEY9RhsgPIMMmZcRhHtIhkcA9pQspAAAAQAAAEcBVAALAAAAAAACAAEAAgAWAAABAACTAAAAAHjalZCxTgJBFEXPApJoYYgF9VZUSIAFTdDCnmiIgsTKsASQuGiCu0YaCr4OfomKOzsTCHRmMzPn3blz38sCFyzJ4uXOgbKWZY+8KssZLqk7zkp9cJyjSOT4jD9WjvPSt46vKHoFx2txyfGGqnfPO18kyohSGjBjJPqRFmqPmWolWkZ9o0uHZ/EkfTNgTo0KVX017ujRps+TyDqvT7xW9U/UV1Vz9ZryrQn8o8QOL1JsdVA/5IwZpv7f/YsKTW50O1PqpzKNZyw1UnKov2c9dbkD7c1/zdhXFSrNdIz3HbuaJFH1KM9CZyDN3N3SoiFupfP66mbOYAd8k0EGAHjabc05TwJhHITxZ0BBBc/P4IkI7y4sh0dBsosHKiqHeLUiiTE0FH56Xdl/6TS/ZIoZUszzM+ad/3IOSilNmm122GWPfQ4ocEiRI0qUcXj4VKgSUKNOgybHnHDKGSER7Xjjgkuu6HDNDbd0ueOeB3r0GTDkkRFPPPPCK29a0KIyympJy1pRTnmtak3r2tCmtjLjz+/ph5edfU2cc2Fiy/3px4Xpmb5ZMatmYNbMutkwm2Yr0W8nBnOj+OcXVDk0PnjaRc67DoJAEAVQFuT9fqsJCSZ2+w12QkNjrCCx9w+sbSy19DsGK/9Ob3RZujk3k7nzZp8bsbvSkXXoR8Yew9gavN9QNHSUHTFch4oMfuoV0uqGNL4nv25emq3yHzzADwVcwOsFHMCtBWzAWQlYgJ0ImIA1rRmAeRbQAWM6vQD04A9GgXglRBo4Kh+19gJGYDgzBqOnZALGO8kUTLaSGZhWkjmYrSULMA8kS7CYi5ZgKTlQxr/W1F5aAAAAAAFRp8cxAAA=)format('woff'), url(https://www.ntwaslo.com/themes/gavias_carina/vendor/ytplayer/css/font/ytp-regular.ttf)format('truetype');
    font-weight: 400;
    font-style: normal
}

.mb_YTPlayer:focus {
    outline: 0
}

.mbYTP_wrapper {
    display: block;
    transform: translateZ(0)translate3d(0, 0, 0);
    transform-style: preserve-3d;
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box
}

.mb_YTPlayer .loading {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
    color: #fff;
    background: rgba(0, 0, 0, .51);
    text-align: center;
    padding: 2px 4px;
    border-radius: 5px;
    font-family: "Droid Sans", sans-serif;
    -webkit-animation: fade .1s infinite alternate;
    animation: fade .1s infinite alternate
}

@-webkit-keyframes fade {
    0% {
        opacity: .5
    }
    100% {
        opacity: 1
    }
}

@keyframes fade {
    0% {
        opacity: .5
    }
    100% {
        opacity: 1
    }
}

.YTPFullscreen {
    display: block !important;
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    border: none !important;
    opacity: 1 !important
}

.mbYTP_wrapper iframe {
    max-width: 4000px !important
}

.inline_YTPlayer {
    margin-bottom: 20px;
    vertical-align: top;
    position: relative;
    left: 0;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .7);
    background: rgba(0, 0, 0, .5)
}

.inline_YTPlayer img {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important
}

.mb_YTPBar,
.mb_YTPBar .buttonBar {
    box-sizing: border-box;
    left: 0;
    padding: 5px;
    width: 100%
}

.mb_YTPBar .ytpicon {
    font-size: 20px;
    font-family: ytpregular
}

.mb_YTPBar .mb_YTPUrl.ytpicon {
    font-size: 30px
}

.mb_YTPBar {
    transition: opacity .5s;
    display: block;
    height: 10px;
    background: #333;
    position: fixed;
    bottom: 0;
    text-align: left;
    z-index: 1000;
    font: 14px/16px sans-serif;
    opacity: .1
}

.mb_YTPBar.visible,
.mb_YTPBar:hover {
    opacity: 1
}

.mb_YTPBar .buttonBar {
    transition: all .5s;
    background: 0 0;
    font: 12px/14px Calibri;
    position: absolute;
    top: -30px;
    height: 40px
}

.mb_YTPBar:hover .buttonBar {
    background: rgba(0, 0, 0, .4)
}

.mb_YTPBar span {
    display: inline-block;
    font: 16px/20px Calibri, sans-serif;
    position: relative;
    width: 30px;
    height: 25px;
    vertical-align: middle
}

.mb_YTPBar span.mb_YTPTime {
    width: 130px
}

.mb_YTPBar span.mb_OnlyYT,
.mb_YTPBar span.mb_YTPUrl {
    position: absolute;
    width: auto;
    display: block;
    top: 6px;
    right: 10px;
    cursor: pointer
}

.mb_YTPBar span.mb_YTPUrl img {
    width: 60px
}

.mb_YTPBar span.mb_OnlyYT {
    left: 300px;
    right: auto
}

.mb_YTPBar span.mb_OnlyYT img {
    width: 25px
}

.mb_YTPBar .mb_YTPMuteUnmute,
.mb_YTPBar .mb_YTPPlaypause,
.mb_YTPlayer .mb_YTPBar .mb_YTPPlaypause img {
    cursor: pointer
}

.mb_YTPBar .mb_YTPProgress {
    height: 10px;
    width: 100%;
    background: #222;
    bottom: 0;
    left: 0
}

.mb_YTPBar .mb_YTPLoaded {
    height: 10px;
    width: 0;
    background: #444;
    left: 0
}

.mb_YTPBar .mb_YTPseekbar {
    height: 10px;
    width: 0;
    background: #bb110e;
    bottom: 0;
    left: 0;
    box-shadow: rgba(82, 82, 82, .47)1px 1px 3px
}

.mb_YTPBar .YTPOverlay {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: "flat";
    box-sizing: border-box
}

.YTPOverlay.raster {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/ytplayer/css/images/raster.png)
}

.YTPOverlay.raster.retina {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/ytplayer/css/images/raster%402x.png)
}

.YTPOverlay.raster-dot {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/ytplayer/css/images/raster_dot.png)
}

.YTPOverlay.raster-dot.retina {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/vendor/ytplayer/css/images/raster_dot%402x.png)
}

.mb_YTPBar .simpleSlider {
    position: relative;
    width: 100px;
    height: 10px;
    border: 1px solid #fff;
    overflow: hidden;
    box-sizing: border-box;
    margin-right: 10px;
    cursor: pointer !important;
    border-radius: 3px
}

.mb_YTPBar.compact .simpleSlider {
    width: 40px
}

.mb_YTPBar .simpleSlider.muted {
    opacity: .3
}

.mb_YTPBar .level {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    box-sizing: border-box
}

.mb_YTPBar .level.horizontal {
    height: 100%;
    width: 0
}

.mb_YTPBar .level.vertical {
    height: auto;
    width: 100%
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    select {
        background: #fff !important;
    }
    .navbar {
        display: none;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(https://www.ntwaslo.com/themes/gavias_carina/fonts/glyphicons-halflings-regular.eot);
    src: url(https://www.ntwaslo.com/themes/gavias_carina/fonts/glyphicons-halflings-regular.eot#iefix) format("embedded-opentype"), url(https://www.ntwaslo.com/themes/gavias_carina/fonts/glyphicons-halflings-regular.woff) format("woff"), url(https://www.ntwaslo.com/themes/gavias_carina/fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(https://www.ntwaslo.com/themes/gavias_carina/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 1.75;
    color: #666666;
    background-color: #fff;
    font-weight: 400;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #374F99;
    text-decoration: none;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 10px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.75;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    display: inline-block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 26px;
    margin-bottom: 26px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    line-height: 1.6;
    color: #233141;
    letter-spacing: 1px;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 13px;
    margin-bottom: 13px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
    font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 13px;
    margin-bottom: 13px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-size: 75%;
}

h1,
.h1 {
    font-size: 32px;
}

h2,
.h2 {
    font-size: 28px;
}

h3,
.h3 {
    font-size: 22px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 16px;
}

h6,
.h6 {
    font-size: 12px;
}

p {
    margin: 0;
}

.lead {
    margin-bottom: 26px;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width:768px) {
    .lead {
        font-size: 22.5px;
    }
}

small,
.small {
    font-size: 86%;
}

cite {
    font-style: normal;
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777777;
}

.text-primary {
    color: #0099CC;
}

a.text-primary:hover {
    color: #007399;
}

.text-success {
    color: #468847;
}

a.text-success:hover {
    color: #356635;
}

.text-info {
    color: #3a87ad;
}

a.text-info:hover {
    color: #2d6987;
}

.text-warning {
    color: #c09853;
}

a.text-warning:hover {
    color: #a47e3c;
}

.text-danger {
    color: #b94a48;
}

a.text-danger:hover {
    color: #953b39;
}

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #0099CC;
}

a.bg-primary:hover {
    background-color: #007399;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 12px;
    margin: 52px 0 26px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 13px;
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0;
}

.list-unstyled,
.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    margin-left: -5px;
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 26px;
}

dt,
dd {
    line-height: 1.75;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
    content: " ";
    display: table;
}

.dl-horizontal dd:after {
    clear: both;
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 13px 26px;
    margin: 0 0 26px;
    font-size: 18.75px;
    border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.75;
    color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

blockquote:before,
blockquote:after {
    content: "";
}

address {
    margin-bottom: 26px;
    font-style: normal;
    line-height: 1.75;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 20px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 5px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    box-shadow: none;
}

pre {
    display: block;
    padding: 12.5px;
    margin: 0 0 13px;
    font-size: 14px;
    line-height: 1.75;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 20px;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

@media (min-width:768px) {
    .container {
        width: 750px;
    }
}

@media (min-width:992px) {
    .container {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1200px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table;
}

.container-fluid:after {
    clear: both;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-1 {
        width: 8.33333%;
    }
    .col-sm-2 {
        width: 16.66667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.33333%;
    }
    .col-sm-5 {
        width: 41.66667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.33333%;
    }
    .col-sm-8 {
        width: 66.66667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.33333%;
    }
    .col-sm-11 {
        width: 91.66667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-pull-1 {
        right: 8.33333%;
    }
    .col-sm-pull-2 {
        right: 16.66667%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-4 {
        right: 33.33333%;
    }
    .col-sm-pull-5 {
        right: 41.66667%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-7 {
        right: 58.33333%;
    }
    .col-sm-pull-8 {
        right: 66.66667%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-10 {
        right: 83.33333%;
    }
    .col-sm-pull-11 {
        right: 91.66667%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-push-1 {
        left: 8.33333%;
    }
    .col-sm-push-2 {
        left: 16.66667%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-4 {
        left: 33.33333%;
    }
    .col-sm-push-5 {
        left: 41.66667%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-7 {
        left: 58.33333%;
    }
    .col-sm-push-8 {
        left: 66.66667%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-10 {
        left: 83.33333%;
    }
    .col-sm-push-11 {
        left: 91.66667%;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-1 {
        width: 8.33333%;
    }
    .col-md-2 {
        width: 16.66667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.33333%;
    }
    .col-md-5 {
        width: 41.66667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.33333%;
    }
    .col-md-8 {
        width: 66.66667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.33333%;
    }
    .col-md-11 {
        width: 91.66667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-pull-1 {
        right: 8.33333%;
    }
    .col-md-pull-2 {
        right: 16.66667%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-4 {
        right: 33.33333%;
    }
    .col-md-pull-5 {
        right: 41.66667%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-7 {
        right: 58.33333%;
    }
    .col-md-pull-8 {
        right: 66.66667%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-10 {
        right: 83.33333%;
    }
    .col-md-pull-11 {
        right: 91.66667%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-push-1 {
        left: 8.33333%;
    }
    .col-md-push-2 {
        left: 16.66667%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-4 {
        left: 33.33333%;
    }
    .col-md-push-5 {
        left: 41.66667%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-7 {
        left: 58.33333%;
    }
    .col-md-push-8 {
        left: 66.66667%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-10 {
        left: 83.33333%;
    }
    .col-md-push-11 {
        left: 91.66667%;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333%;
    }
    .col-md-offset-2 {
        margin-left: 16.66667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333%;
    }
    .col-md-offset-5 {
        margin-left: 41.66667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333%;
    }
    .col-md-offset-8 {
        margin-left: 66.66667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333%;
    }
    .col-md-offset-11 {
        margin-left: 91.66667%;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-1 {
        width: 8.33333%;
    }
    .col-lg-2 {
        width: 16.66667%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.33333%;
    }
    .col-lg-5 {
        width: 41.66667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.33333%;
    }
    .col-lg-8 {
        width: 66.66667%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.33333%;
    }
    .col-lg-11 {
        width: 91.66667%;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-pull-1 {
        right: 8.33333%;
    }
    .col-lg-pull-2 {
        right: 16.66667%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-4 {
        right: 33.33333%;
    }
    .col-lg-pull-5 {
        right: 41.66667%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-7 {
        right: 58.33333%;
    }
    .col-lg-pull-8 {
        right: 66.66667%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-10 {
        right: 83.33333%;
    }
    .col-lg-pull-11 {
        right: 91.66667%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-push-1 {
        left: 8.33333%;
    }
    .col-lg-push-2 {
        left: 16.66667%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-4 {
        left: 33.33333%;
    }
    .col-lg-push-5 {
        left: 41.66667%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-7 {
        left: 58.33333%;
    }
    .col-lg-push-8 {
        left: 66.66667%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-10 {
        left: 83.33333%;
    }
    .col-lg-push-11 {
        left: 91.66667%;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

table {
    background-color: transparent;
}

th {
    text-align: left;
}

table,
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 26px;
}

table>thead>tr>th,
table>thead>tr>td,
table>tbody>tr>th,
table>tbody>tr>td,
table>tfoot>tr>th,
table>tfoot>tr>td,
.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.75;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

table>thead>tr>th,
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

table>caption+thead>tr:first-child>th,
table>caption+thead>tr:first-child>td,
table>colgroup+thead>tr:first-child>th,
table>colgroup+thead>tr:first-child>td,
table>thead:first-child>tr:first-child>th,
table>thead:first-child>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
    border-top: 0;
}

table>tbody+tbody,
.table>tbody+tbody {
    border-top: 2px solid #ddd;
}

table .table,
.table .table {
    background-color: #fff;
}

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table>thead>tr>td.active,
.table>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8;
}

.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th {
    background-color: #dff0d8;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6;
}

.table>thead>tr>td.info,
.table>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th {
    background-color: #d9edf7;
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3;
}

.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc;
}

.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th {
    background-color: #f2dede;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc;
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 19.5px;
        overflow-y: hidden;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive>.table {
        margin-bottom: 0;
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap;
    }
    .table-responsive>.table-bordered {
        border: 0;
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0;
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0;
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0;
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 26px;
    font-size: 22.5px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 15px;
    line-height: 1.75;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.75;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -ms-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
    color: #777777;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #777777;
}

.form-control::-webkit-input-placeholder {
    color: #777777;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1;
}

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    line-height: 40px;
    line-height: 1.75 \0;
}

input[type="date"].input-sm,
.form-horizontal .form-group-sm input[type="date"].form-control,
.input-group-sm>input[type="date"].form-control,
.input-group-sm>input[type="date"].input-group-addon,
.input-group-sm>.input-group-btn>input[type="date"].btn,
input[type="time"].input-sm,
.form-horizontal .form-group-sm input[type="time"].form-control,
.input-group-sm>input[type="time"].form-control,
.input-group-sm>input[type="time"].input-group-addon,
.input-group-sm>.input-group-btn>input[type="time"].btn,
input[type="datetime-local"].input-sm,
.form-horizontal .form-group-sm input[type="datetime-local"].form-control,
.input-group-sm>input[type="datetime-local"].form-control,
.input-group-sm>input[type="datetime-local"].input-group-addon,
.input-group-sm>.input-group-btn>input[type="datetime-local"].btn,
input[type="month"].input-sm,
.form-horizontal .form-group-sm input[type="month"].form-control,
.input-group-sm>input[type="month"].form-control,
.input-group-sm>input[type="month"].input-group-addon,
.input-group-sm>.input-group-btn>input[type="month"].btn {
    line-height: 41px;
}

input[type="date"].input-lg,
.form-horizontal .form-group-lg input[type="date"].form-control,
.input-group-lg>input[type="date"].form-control,
.input-group-lg>input[type="date"].input-group-addon,
.input-group-lg>.input-group-btn>input[type="date"].btn,
input[type="time"].input-lg,
.form-horizontal .form-group-lg input[type="time"].form-control,
.input-group-lg>input[type="time"].form-control,
.input-group-lg>input[type="time"].input-group-addon,
.input-group-lg>.input-group-btn>input[type="time"].btn,
input[type="datetime-local"].input-lg,
.form-horizontal .form-group-lg input[type="datetime-local"].form-control,
.input-group-lg>input[type="datetime-local"].form-control,
.input-group-lg>input[type="datetime-local"].input-group-addon,
.input-group-lg>.input-group-btn>input[type="datetime-local"].btn,
input[type="month"].input-lg,
.form-horizontal .form-group-lg input[type="month"].form-control,
.input-group-lg>input[type="month"].form-control,
.input-group-lg>input[type="month"].input-group-addon,
.input-group-lg>.input-group-btn>input[type="month"].btn {
    line-height: 48px;
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    min-height: 26px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label,
.checkbox label {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: 0;
    margin-top: 4px \9;
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

.form-control-static.input-lg,
.form-horizontal .form-group-lg .form-control-static.form-control,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.form-control-static.input-sm,
.form-horizontal .form-group-sm .form-control-static.form-control,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
    padding-left: 0;
    padding-right: 0;
}

.input-sm,
.form-horizontal .form-group-sm .form-control,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 41px;
    padding: 10px 15px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 5px;
}

select.input-sm,
.form-horizontal .form-group-sm select.form-control,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
.input-group-sm>.input-group-btn>select.btn {
    height: 41px;
    line-height: 41px;
}

textarea.input-sm,
.form-horizontal .form-group-sm textarea.form-control,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
.input-group-sm>.input-group-btn>textarea.btn,
select[multiple].input-sm,
.form-horizontal .form-group-sm select[multiple].form-control,
.input-group-sm>select[multiple].form-control,
.input-group-sm>select[multiple].input-group-addon,
.input-group-sm>.input-group-btn>select[multiple].btn {
    height: auto;
}

.input-lg,
.form-horizontal .form-group-lg .form-control,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 48px;
    padding: 10px 16px;
    font-size: 19px;
    line-height: 1.33;
    border-radius: 10px;
}

select.input-lg,
.form-horizontal .form-group-lg select.form-control,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
.input-group-lg>.input-group-btn>select.btn {
    height: 48px;
    line-height: 48px;
}

textarea.input-lg,
.form-horizontal .form-group-lg textarea.form-control,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
.input-group-lg>.input-group-btn>textarea.btn,
select[multiple].input-lg,
.form-horizontal .form-group-lg select[multiple].form-control,
.input-group-lg>select[multiple].form-control,
.input-group-lg>select[multiple].input-group-addon,
.input-group-lg>.input-group-btn>select[multiple].btn {
    height: auto;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 50px;
}

.form-control-feedback {
    position: absolute;
    top: 31px;
    right: 0;
    z-index: 2;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.input-lg+.form-control-feedback,
.form-horizontal .form-group-lg .form-control+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback {
    width: 48px;
    height: 48px;
    line-height: 48px;
}

.input-sm+.form-control-feedback,
.form-horizontal .form-group-sm .form-control+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback {
    width: 41px;
    height: 41px;
    line-height: 41px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #468847;
}

.has-success .form-control {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.has-success .input-group-addon {
    color: #468847;
    border-color: #468847;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #468847;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #c09853;
}

.has-warning .form-control {
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.has-warning .input-group-addon {
    color: #c09853;
    border-color: #c09853;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #c09853;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #b94a48;
}

.has-error .form-control {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.has-error .input-group-addon {
    color: #b94a48;
    border-color: #b94a48;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #b94a48;
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #a6a6a6;
}

@media (min-width:768px) {
    .form-inline .form-group,
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control,
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .input-group,
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .input-group-addon,
    .navbar-form .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .navbar-form .input-group .input-group-btn,
    .form-inline .input-group .form-control,
    .navbar-form .input-group .form-control {
        width: auto;
    }
    .form-inline .input-group>.form-control,
    .navbar-form .input-group>.form-control {
        width: 100%;
    }
    .form-inline .control-label,
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio,
    .navbar-form .radio,
    .form-inline .checkbox,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio label,
    .navbar-form .radio label,
    .form-inline .checkbox label,
    .navbar-form .checkbox label {
        padding-left: 0;
    }
    .form-inline .radio input[type="radio"],
    .navbar-form .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback,
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 33px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table;
}

.form-horizontal .form-group:after {
    clear: both;
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px;
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px;
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 11px;
    }
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    background-image: none;
}

.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.btn-primary {
    color: #fff;
    background-color: #0099CC;
    border-color: #0086b3;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #007399;
    border-color: #005875;
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: #0099CC;
    border-color: #0086b3;
}

.btn-primary .badge {
    color: #0099CC;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    background-image: none;
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    background-image: none;
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    background-image: none;
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    background-image: none;
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.btn-link {
    color: #000;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
    color: #374F99;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none;
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 19px;
    line-height: 1.33;
    border-radius: 10px;
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 10px 15px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 5px;
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 5px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block+.btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -ms-transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
    -moz-transition: height 0.35s ease;
    -ms-transition: height 0.35s ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 15px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 12px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.75;
    color: #333333;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #0099CC;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #777777;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.open>.dropdown-menu {
    display: block;
}

.open>a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 13px;
    line-height: 1.75;
    color: #777777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    float: left;
}

.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 2;
}

.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus {
    outline: 0;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -5px;
}

.btn-toolbar:before,
.btn-toolbar:after {
    content: " ";
    display: table;
}

.btn-toolbar:after {
    clear: both;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group>.btn:first-child {
    margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group>.btn-group {
    float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}

.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group>.btn-group:last-child>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle,
.btn-group-lg.btn-group>.btn+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg>.btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
    content: " ";
    display: table;
}

.btn-group-vertical>.btn-group:after {
    clear: both;
}

.btn-group-vertical>.btn-group>.btn {
    float: none;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}

.btn-group-justified>.btn-group .btn {
    width: 100%;
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto;
}

[data-toggle="buttons"]>.btn>input[type="radio"],
[data-toggle="buttons"]>.btn>input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 20px;
}

.input-group-addon.input-sm,
.form-horizontal .form-group-sm .input-group-addon.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 10px 15px;
    font-size: 13px;
    border-radius: 5px;
}

.input-group-addon.input-lg,
.form-horizontal .form-group-lg .input-group-addon.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 10px 16px;
    font-size: 19px;
    border-radius: 10px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn>.btn {
    position: relative;
}

.input-group-btn>.btn+.btn {
    margin-left: -1px;
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
    z-index: 2;
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    margin-left: -1px;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav:before,
.nav:after {
    content: " ";
    display: table;
}

.nav:after {
    clear: both;
}

.nav>li {
    position: relative;
    display: block;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 8px 15px;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.nav>li.disabled>a {
    color: #777777;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #777777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eeeeee;
    border-color: #000;
}

.nav .nav-divider {
    height: 1px;
    margin: 12px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav>li>a>img {
    max-width: none;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs>li>a {
    line-height: 1.75;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background-color: transparent;
    cursor: default;
}

.nav-pills>li {
    float: left;
}

.nav-pills>li>a {
    border-radius: 20px;
}

.nav-pills>li+li {
    margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #0099CC;
}

.nav-stacked>li {
    float: none;
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%;
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
    float: none;
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width:768px) {
    .nav-justified>li,
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0;
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 20px;
}

.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd;
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 20px 20px 0 0;
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 26px;
    border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
    content: " ";
    display: table;
}

.navbar:after {
    clear: both;
}

@media (min-width:768px) {
    .navbar {
        border-radius: 20px;
    }
}

.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

@media (min-width:768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table;
}

.navbar-collapse:after {
    clear: both;
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width:480px) and (orientation:landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-header,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width:768px) {
    .container>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media (min-width:768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 12px 15px;
    font-size: 19px;
    line-height: 26px;
    height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

@media (min-width:768px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 20px;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 6px -15px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 26px;
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 26px;
    }
    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none;
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav>li {
        float: left;
    }
    .navbar-nav>li>a {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .navbar-nav.navbar-right:last-child {
        margin-right: -15px;
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 5px;
    margin-bottom: 5px;
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-form.navbar-right:last-child {
        margin-right: -15px;
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 5px;
    margin-bottom: 5px;
}

.navbar-btn.btn-sm,
.btn-group-sm>.navbar-btn.btn {
    margin-top: 4.5px;
    margin-bottom: 4.5px;
}

.navbar-btn.btn-xs,
.btn-group-xs>.navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 12px;
    margin-bottom: 12px;
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
    .navbar-text.navbar-right:last-child {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
    color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #777;
}

.navbar-default .navbar-nav>li>a {
    color: #777;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555;
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

.navbar-default .navbar-link:hover {
    color: #333;
}

.navbar-default .btn-link {
    color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333;
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}

.navbar-inverse .navbar-brand {
    color: #777777;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #777777;
}

.navbar-inverse .navbar-nav>li>a {
    color: #777777;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #090909;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #090909;
    color: #fff;
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #777777;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #777777;
}

.navbar-inverse .navbar-link:hover {
    color: #fff;
}

.navbar-inverse .btn-link {
    color: #777777;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}

.breadcrumb {
    padding: 0 0;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 20px;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>li+li:before {
    content: "/Â ";
    padding: 0 5px;
    color: #ccc;
}

.breadcrumb>.active {
    color: #777777;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 26px 0;
    border-radius: 20px;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.75;
    text-decoration: none;
    color: #000;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
    color: #4B71FC;
    background-color: #eeeeee;
    border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #0099CC;
    border-color: #0099CC;
    cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 19px;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 10px 15px;
    font-size: 13px;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.pager {
    padding-left: 0;
    margin: 26px 0;
    list-style: none;
    text-align: center;
}

.pager:before,
.pager:after {
    content: " ";
    display: table;
}

.pager:after {
    clear: both;
}

.pager li {
    display: inline;
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.pager li.is-active>a {
    background-color: #eeeeee;
}

.pager .next>a,
.pager .next>span {
    float: right;
}

.pager .previous>a,
.pager .previous>span {
    float: left;
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label-default {
    background-color: #777777;
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e;
}

.label-primary {
    background-color: #0099CC;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #007399;
}

.label-success {
    background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44;
}

.label-info {
    background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f;
}

.label-danger {
    background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #777777;
    border-radius: 10px;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge,
.btn-group-xs>.btn .badge {
    top: 0;
    padding: 1px 5px;
}

a.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #000;
    background-color: #fff;
}

.nav-pills>li>a>.badge {
    margin-left: 3px;
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 23px;
    font-weight: 200;
}

.jumbotron>hr {
    border-top-color: #d5d5d5;
}

.container .jumbotron {
    border-radius: 10px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 67.5px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 26px;
    line-height: 1.75;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.thumbnail>img,
.thumbnail a>img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.thumbnail .caption {
    padding: 9px;
    color: #666666;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #000;
}

.alert {
    padding: 15px;
    margin-bottom: 26px;
    border: 1px solid transparent;
    border-radius: 20px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert>p,
.alert>ul {
    margin-bottom: 0;
}

.alert>p+p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #356635;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #2d6987;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #c09853;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #a47e3c;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #b94a48;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #953b39;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 26px;
    margin-bottom: 26px;
    background-color: #f5f5f5;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 13px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    background-color: #0099CC;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
    -moz-transition: width 0.6s ease;
    -ms-transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
    min-width: 30px;
}

.progress-bar[aria-valuenow="0"] {
    color: #777777;
    min-width: 30px;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}

.media,
.media .media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media-object {
    display: block;
}

.media-heading {
    margin: 0 0 5px;
}

.media>.pull-left {
    margin-right: 10px;
}

.media>.pull-right {
    margin-left: 10px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-group-item:first-child {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.list-group-item>.badge {
    float: right;
}

.list-group-item>.badge+.badge {
    margin-right: 5px;
}

a.list-group-item {
    color: #555;
}

a.list-group-item .list-group-item-heading {
    color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #777777;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #0099CC;
    border-color: #0099CC;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>.small {
    color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #99e6ff;
}

.list-group-item-success {
    color: #468847;
    background-color: #dff0d8;
}

a.list-group-item-success {
    color: #468847;
}

a.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
    color: #468847;
    background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #468847;
    border-color: #468847;
}

.list-group-item-info {
    color: #3a87ad;
    background-color: #d9edf7;
}

a.list-group-item-info {
    color: #3a87ad;
}

a.list-group-item-info .list-group-item-heading {
    color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
    color: #3a87ad;
    background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #3a87ad;
    border-color: #3a87ad;
}

.list-group-item-warning {
    color: #c09853;
    background-color: #fcf8e3;
}

a.list-group-item-warning {
    color: #c09853;
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
    color: #c09853;
    background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #c09853;
    border-color: #c09853;
}

.list-group-item-danger {
    color: #b94a48;
    background-color: #f2dede;
}

a.list-group-item-danger {
    color: #b94a48;
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
    color: #b94a48;
    background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #b94a48;
    border-color: #b94a48;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 26px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-body:before,
.panel-body:after {
    content: " ";
    display: table;
}

.panel-body:after {
    clear: both;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: inherit;
}

.panel-title>a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.panel>.list-group {
    margin-bottom: 0;
}

.panel>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

.panel>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group+.panel-footer {
    border-top-width: 0;
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
    margin-bottom: 0;
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 2px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 2px;
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 2px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 2px;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive {
    border-top: 1px solid #ddd;
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0;
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0;
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 26px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 3px;
}

.panel-group .panel+.panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}

.panel-default {
    border-color: #ddd;
}

.panel-default>.panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333333;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd;
}

.panel-primary {
    border-color: #0099CC;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #0099CC;
    border-color: #0099CC;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #0099CC;
}

.panel-primary>.panel-heading .badge {
    color: #0099CC;
    background-color: #fff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #0099CC;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success>.panel-heading {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6;
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #468847;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info>.panel-heading {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1;
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #3a87ad;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning>.panel-heading {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc;
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #c09853;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger>.panel-heading {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1;
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #b94a48;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
    padding: 24px;
    border-radius: 10px;
}

.well-sm {
    padding: 9px;
    border-radius: 5px;
}

.close {
    float: right;
    font-size: 22.5px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.75px;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.75;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    font-size: 13px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 20px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 15px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 9px 9px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover>.arrow {
    border-width: 11px;
}

.popover>.arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -ms-transition: 0.6s ease-in-out left;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
    line-height: 1;
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block;
}

.carousel-inner>.active {
    left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner>.next {
    left: 100%;
}

.carousel-inner>.prev {
    left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0;
}

.carousel-inner>.active.left {
    left: -100%;
}

.carousel-inner>.active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
}

.carousel-control .icon-prev:before {
    content: '\2039';
}

.carousel-control .icon-next:before {
    content: '\203a';
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px;
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

a:hover,
a:focus,
a:active {
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    outline: none !important;
    color: #244685;
}

input:hover,
input:focus,
input:active,
select:hover,
select:focus,
select:active,
textarea:hover,
textarea:focus,
textarea:active {
    outline: none !important;
}

img {
    border: 0;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

.video-responsive {
    height: 0;
    padding-top: 0;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
}

.video-responsive embed,
.video-responsive iframe,
.video-responsive object,
.video-responsive video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.body-page input[type="text"],
.body-page input[type="tel"],
.body-page input[type="password"],
.body-page input[type="email"],
.body-page textarea,
.body-page select {
    background-color: #fff;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02) inset;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02) inset;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 10px;
}

.body-page input[type="text"]:focus,
.body-page input[type="text"]:active,
.body-page input[type="text"]:hover,
.body-page input[type="tel"]:focus,
.body-page input[type="tel"]:active,
.body-page input[type="tel"]:hover,
.body-page input[type="password"]:focus,
.body-page input[type="password"]:active,
.body-page input[type="password"]:hover,
.body-page input[type="email"]:focus,
.body-page input[type="email"]:active,
.body-page input[type="email"]:hover,
.body-page textarea:focus,
.body-page textarea:active,
.body-page textarea:hover,
.body-page select:focus,
.body-page select:active,
.body-page select:hover {
    outline: none;
}

.label {
    color: #000 !important;
}

.list-menu ul li {
    list-style: none;
    padding: 15px 2px;
    font-size: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.list-menu ul li:last-child {
    border-bottom: none;
}

ul {
    margin: 0;
    padding-left: 30px;
}

ul ul {
    padding-left: 20px;
}

ul li {
    list-style: inherit;
}

ul li i {
    margin-right: 3px;
    font-size: 16px;
    min-width: 20px;
    text-align: center;
}

.item-list ul li {
    margin-left: 0;
}

ul.menu>li {
    position: relative;
    padding: 3px 0;
}

ul.menu>li a {
    padding-left: 15px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

ul.menu>li a:after {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    top: 50%;
    left: 1px;
    margin-top: -3px;
    z-index: 1;
    background: #244685;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

ul.menu>li a:hover {
    color: #244685;
}

ul.menu>li a:hover:after {
    background: #244685;
}

ul.feature-list {
    padding: 0;
}

ul.feature-list>li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 5px;
    list-style-type: none;
}

ul.feature-list>li:after {
    content: "\e906";
    font-family: "gva-icon";
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 1;
    color: #244685;
}

ul.inline>li {
    float: left;
    margin-left: 5px;
}

table {
    width: 100%;
    margin-bottom: 26px;
    border: 1px solid #ddd;
}

table>thead>tr>th,
table>thead>tr>td,
table>tbody>tr>th,
table>tbody>tr>td,
table>tfoot>tr>th,
table>tfoot>tr>td {
    border-color: #ddd;
    border-width: 1px 1px 1px 0;
    border-style: solid;
}

table>thead>tr>th,
table>thead>tr>td {
    border-bottom-width: 2px;
}

.no-padding {
    padding: 0 !important;
}

a.disable {
    pointer-events: none;
    cursor: default;
}

.pager .paginations {
    border-radius: 5px;
    display: inline-block;
    margin: 0 30px;
    padding: 4px 3px;
}

.pager .paginations a {
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 700;
    display: inline-block;
    height: 35px;
    line-height: 34px;
    margin: 0 1px;
    text-align: center;
    width: 35px;
    margin-right: 10px;
}

.pager .paginations a:last-child {
    margin-right: 0;
}

.pager .paginations a.active {
    background: #244685;
    border-color: #244685;
    color: #fff;
}

#edit-preview {
    background: #244685;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 8px 15px;
    border: none;
}

#edit-preview:hover {
    background: #4663bd;
}

.breadcrumb-content-inner {
    margin-bottom: 30px;
    text-align: center;
}

.breadcrumb-content-inner .gva-breadcrumb-content .page-title {
    font-size: 18px;
    float: right;
    margin-bottom: 0;
    margin-top: 0;
}

.breadcrumb-content-inner .gva-breadcrumb-content .breadcrumb-links {
    float: left;
}

.breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb .breadcrumb-style {
    padding: 40px 0 30px;
    margin-bottom: 45px;
    position: relative;
}

.breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-white *,
.breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-white .page-title,
.breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-light *,
.breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-light .page-title {
    color: #fff;
}

.breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-white .breadcrumb-links li,
.breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-light .breadcrumb-links li {
    color: #fff;
}

.breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-white .breadcrumb-links li a,
.breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-light .breadcrumb-links li a {
    color: #fff;
}

.breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-white .breadcrumb-links li a:hover,
.breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-light .breadcrumb-links li a:hover {
    color: #999999;
}

.breadcrumb-content-inner .gva-breadcrumb-content .breadcrumb-links nav.breadcrumb {
    display: inline-block;
}

.breadcrumb-content-inner .gva-breadcrumb-content .breadcrumb-links nav.breadcrumb li {
    font-size: 14px;
    font-weight: 400;
    color: #bbbbbb;
    text-transform: capitalize;
}

.breadcrumb-content-inner .gva-breadcrumb-content .breadcrumb-links nav.breadcrumb li a {
    color: #000000;
}

.breadcrumb-content-inner .gva-breadcrumb-content .breadcrumb-links nav.breadcrumb li a:hover {
    color: #244685;
}

pre {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    margin: 30px 0;
}

.drupal-message {
    background: #fff;
    max-width: 1170px;
    margin: 0 auto;
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-height: 50%;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
    overflow: auto;
}

.drupal-message .close {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 20px;
    color: #000000;
    font-size: 15px;
    z-index: 1;
}

.drupal-message .messages__wrapper {
    padding: 2px 30px 2px 15px;
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6 {
    color: #fff;
}

@font-face {
    font-family: 'brandon';
    font-style: normal;
    font-weight: 300;
    src: url(https://www.ntwaslo.com/themes/gavias_carina/fonts/brandon-grotesque/BrandonGrotesque-Light.eot) format("eot"), url(https://www.ntwaslo.com/themes/gavias_carina/fonts/brandon-grotesque/BrandonGrotesque-Light.otf) format("opentype"), url(https://www.ntwaslo.com/themes/gavias_carina/fonts/brandon-grotesque/BrandonGrotesque-Light.woff) format("woff"), url(https://www.ntwaslo.com/themes/gavias_carina/fonts/brandon-grotesque/BrandonGrotesque-Light.ttf) format("truetype"), url(https://www.ntwaslo.com/themes/gavias_carina/fonts/brandon-grotesque/BrandonGrotesque-Light.svg#BrandonGrotesque-Light) format("svg");
}

@font-face {
    font-family: 'brandon';
    font-style: normal;
    font-weight: 400;
    src: url(https://www.ntwaslo.com/themes/gavias_carina/fonts/brandon-grotesque/BrandonGrotesque-Regular.eot) format("eot"), url(https://www.ntwaslo.com/themes/gavias_carina/fonts/brandon-grotesque/BrandonGrotesque-Regular.otf) format("opentype"), url(https://www.ntwaslo.com/themes/gavias_carina/fonts/brandon-grotesque/BrandonGrotesque-Regular.woff) format("woff"), url(https://www.ntwaslo.com/themes/gavias_carina/fonts/brandon-grotesque/BrandonGrotesque-Regular.ttf) format("truetype"), url(https://www.ntwaslo.com/themes/gavias_carina/fonts/brandon-grotesque/BrandonGrotesque-Regular.svg#BrandonGrotesque-Regular) format("svg");
}

@font-face {
    font-family: 'brandon';
    font-style: normal;
    font-weight: 700;
    src: url(https://www.ntwaslo.com/themes/gavias_carina/fonts/brandon-grotesque/BrandonGrotesque-Bold.eot) format("eot"), url(https://www.ntwaslo.com/themes/gavias_carina/fonts/brandon-grotesque/BrandonGrotesque-Bold.otf) format("opentype"), url(https://www.ntwaslo.com/themes/gavias_carina/fonts/brandon-grotesque/BrandonGrotesque-Bold.woff) format("woff"), url(https://www.ntwaslo.com/themes/gavias_carina/fonts/brandon-grotesque/BrandonGrotesque-Bold.ttf) format("truetype"), url(https://www.ntwaslo.com/themes/gavias_carina/fonts/brandon-grotesque/BrandonGrotesque-Bold.svg#BrandonGrotesque-Bold) format("svg");
}

@font-face {
    font-family: 'brandon';
    font-style: normal;
    font-weight: 900;
    src: url(https://www.ntwaslo.com/themes/gavias_carina/fonts/brandon-grotesque/BrandonGrotesque-Black.eot) format("eot"), url(https://www.ntwaslo.com/themes/gavias_carina/fonts/brandon-grotesque/BrandonGrotesque-Black.otf) format("opentype"), url(https://www.ntwaslo.com/themes/gavias_carina/fonts/brandon-grotesque/BrandonGrotesque-Black.woff) format("woff"), url(https://www.ntwaslo.com/themes/gavias_carina/fonts/brandon-grotesque/BrandonGrotesque-Black.ttf) format("truetype"), url(https://www.ntwaslo.com/themes/gavias_carina/fonts/brandon-grotesque/BrandonGrotesque-Black.svg#BrandonGrotesque-Black) format("svg");
}

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

body.boxed {
    max-width: 1440px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
    background-color: #efefef;
}

body.boxed div.body-page {
    background: #fff;
}

body.logged-in.toolbar-horizontal .header-v2 {
    top: 39px;
}

.topbar {
    background: #F5F5F5;
    font-size: 12px;
    padding: 15px 0;
    margin-top: -1px;
}

@media (max-width:767px) {
    .topbar {
        display: none;
    }
}

.topbar i {
    color: #000000;
    font-size: 14px;
}

.topbar i:hover {
    color: #4663bd;
}

.topbar .block {
    margin: 0 !important;
}

.language-box .links>li {
    margin-right: 10px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    line-height: 1;
    margin-top: 5px;
    float: right;
}

.language-box .links>li.is-active {
    opacity: 1;
    filter: alpha(opacity=100);
}

header .header-main {
    padding: 30px 0;
    background: #fff;
}

header .site-branding-logo {
    padding: 20px 0 15px;
    display: inline-block;
    max-height: 80px;
}

@media (max-width:1199px) {
    header .site-branding-logo {
        padding: 18px 0 0 !important;
    }
}

@media (max-width:991px) {
    header .site-branding-logo {
        padding: 15px 0 !important;
    }
}

@media (max-width:991px) {
    header .site-branding {
        text-align: left;
        padding-bottom: 10px;
    }
    header .header-right-inner,
    header .header-right-inner .block {
        text-align: center !important;
    }
}

header .header-main {
    padding: 0;
    background: none;
}

header .area-main-menu .navigation {
    position: static;
}

header .area-main-menu .navigation ul.gva_menu {
    position: static;
}

header .area-main-menu .area-inner {
    padding-left: 40px;
}

header .area-main-menu .gva-search-region {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -13px;
    z-index: 9;
}

@media (max-width:991px) {
    header .area-main-menu .gva-search-region {
        margin-top: -5px;
        top: 30px;
        right: 85px;
    }
    header .area-main-menu .gva-search-region .icon {
        color: #000000 !important;
    }
}

header .area-main-menu .gva-search-region .icon {
    font-size: 14px;
    color: #000000;
}

header .area-main-menu .gva-search-region .icon:hover {
    cursor: pointer;
}

header .area-main-menu .gva-search-region .search-content {
    display: none;
    width: 305px;
    position: absolute;
    top: 43px;
    right: 0;
    margin-top: -1px;
    z-index: 99;
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

header .area-main-menu .gva-search-region .search-content input#edit-keys {
    height: 35px;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: none;
    width: 168px;
}

header .area-main-menu .gva-search-region .search-content #edit-submit {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

header .area-main-menu .gva-search-region .search-content #edit-actions {
    margin: 0 !important;
    padding: 0 !important;
}

header .area-main-menu .gva-search-region.show .search-content {
    display: block;
}

header .block {
    overflow: visible;
}

header .header-info .header-icon-clock,
header .header-info .header-icon-phone,
header .header-info .header-icon-address {
    width: 40px;
    height: 50px;
    float: left;
}

header .header-info .header-icon-clock {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/images//icons/icon-clock.png) no-repeat left center;
}

header .header-info .header-icon-phone {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/images//icons/icon-phone.png) no-repeat left center;
}

header .header-info .header-icon-address {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/images//icons/icon-address.png) no-repeat left center;
}

header .header-info .content-inner {
    padding-left: 55px;
    padding-top: 6px;
}

header .header-info .content-inner .title {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #666666;
}

header .header-info .content-inner .desc {
    font-size: 12px;
    color: #999999;
}

header.header-v1 {
    position: relative;
    background: #fff;
    margin-top: 1px;
}

header.header-v1 .gva-search-region .icon {
    color: #000000;
}

header.header-v1 .header-inner {
    padding-right: 30px;
}

header.header-v1 .header-main {
    position: relative;
    z-index: 9;
}

@media (min-width:992px) {
    header.header-v1 .navigation .gva_menu>li>a {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}

header.header-v1 .stuck {
    background: #fff;
}

header.header-v2 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    z-index: 99;
    background: rgba(0, 0, 0, 0.2);
    margin-top: 2px;
}

header.header-v2 .gva-search-region .icon {
    color: #fff !important;
}

@media (max-width:991px) {
    header.header-v2 {
        position: static;
        background: #fff;
        padding: 10px 15px;
    }
    header.header-v2 .branding {
        padding-top: 10px;
    }
    header.header-v2 .gva-search-region {
        top: 25px;
    }
    header.header-v2 .gva-search-region .icon {
        color: #000000 !important;
    }
}

header.header-v2 .site-branding-logo {
    padding-top: 20px;
}

header.header-v2 .header-inner {
    padding-right: 40px;
}

header.header-v2 .navigation .gva_menu>li>a {
    color: #fff;
}

header.header-v2 .navigation .gva_menu>li>a:hover,
header.header-v2 .navigation .gva_menu>li>a:active,
header.header-v2 .navigation .gva_menu>li>a:focus {
    color: #000000;
}

header.header-v2 .navigation .gva_menu>li.menu-item--active-trail>a {
    color: #000000 !important;
}

header.header-v2 .stuck {
    background: #fff !important;
}

header.header-v2 .stuck .navigation .gva_menu>li>a {
    color: #000000 !important;
}

header.header-v2 .stuck .navigation .gva_menu>li>a:hover {
    color: #244685 !important;
}

header.header-v3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: transparent;
    margin-top: 2px;
}

header.header-v3 .topbar {
    background: none;
    color: #fff;
}

header.header-v3 .topbar i {
    color: #fff;
}

header.header-v3 .header-main-inner {
    background: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    padding: 0 20px;
}

header.header-v3 .stuck .header-main-inner {
    margin-top: 0;
}

header.header-v3 .site-branding-logo {
    padding-top: 20px;
}

header.header-v3 .gva-search-region {
    right: 15px;
}

header.header-v3 .gva-search-region .icon {
    color: #000000;
}

header.header-v3 .navigation .gva_menu>li>a {
    padding-top: 32px;
    padding-bottom: 32px;
}

header.header-v3 .header-inner {
    padding-right: 20px;
}

header.header-v4 .header-main,
header.header-v5 .header-main {
    padding: 20px 0;
}

header.header-v4 .header-main .site-branding-logo,
header.header-v5 .header-main .site-branding-logo {
    padding: 5px 0;
}

header.header-v4 .widget,
header.header-v5 .widget {
    margin-bottom: 0;
}

@media (max-width:767px) {
    header.header-v4 .widget.gsc-icon-box,
    header.header-v5 .widget.gsc-icon-box {
        margin-top: 20px;
    }
}

header.header-v4 .widget.gsc-icon-box h4,
header.header-v5 .widget.gsc-icon-box h4 {
    margin: 0;
}

header.header-v4 .block,
header.header-v5 .block {
    margin-bottom: 0;
}

header.header-v4 .area-main-menu,
header.header-v5 .area-main-menu {
    border-top: 2px solid rgba(0, 0, 0, 0.1);
}

header.header-v4 .main-menu,
header.header-v5 .main-menu {
    background: #fff;
}

header.header-v4 .main-menu .area-inner,
header.header-v5 .main-menu .area-inner {
    padding: 0;
}

header.header-v4 .main-menu ul.gva_menu_main,
header.header-v5 .main-menu ul.gva_menu_main {
    float: left;
}

@media (max-width:991px) {
    header.header-v4 .menu-bar,
    header.header-v5 .menu-bar {
        margin-top: 15px;
    }
    header.header-v4 .menu-bar span,
    header.header-v5 .menu-bar span {
        background: #000000 !important;
    }
    header.header-v4 .area-main-menu .gva-search-region,
    header.header-v5 .area-main-menu .gva-search-region {
        top: 15px !important;
    }
    header.header-v4 .area-main-menu .gva-search-region i,
    header.header-v5 .area-main-menu .gva-search-region i {
        color: #000000 !important;
    }
}

header.header-v4 .stuck,
header.header-v5 .stuck {
    background: #fff !important;
}

.header-v5 .header-main {
    padding: 0 !important;
}

.header-v5 .header-main .header-inner {
    padding: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header-v5 .main-menu {
    border: none !important;
}

.header-v5 .branding {
    text-align: center;
}

.header-v5 .branding .site-branding-logo {
    padding-top: 0;
}

@media (max-width:991px) {
    .header-v5 .branding .site-branding-logo {
        padding: 0 !important;
    }
}

.header-v5 .language-box {
    margin-top: 10px;
}

.header-v5 .language-box .block-dropdown-language .dropbutton-wrapper ul.dropbutton {
    left: 0 !important;
    right: auto !important;
}

.header-v5 .language-box .block-dropdown-language .dropbutton-wrapper ul.dropbutton>li a {
    color: #666666;
}

.header-v5 .box-user {
    float: right;
    margin-top: 10px;
}

.header-v5 .box-user a {
    font-size: 12px;
    font-weight: 700;
    margin-left: 20px;
    color: #666666;
}

.header-v5 .box-user a:first-child {
    margin-left: 0;
}

.header-v5 .box-user a.register {
    color: #fff;
    background: #244685;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    padding: 4px 20px;
    border: 1px solid #244685;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.header-v5 .box-user a.register:hover,
.header-v5 .box-user a.register:focus,
.header-v5 .box-user a.register:active {
    background: none;
    color: #244685;
}

.stuck {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 99 !important;
    width: 100%;
    -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

@media (min-width:1199px) {
    .sticky-is-hidden .stuck {
        top: -200px;
    }
    .sticky-is-show .stuck {
        -webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.1);
        top: 0;
    }
}

.area.slideshow_content .block {
    margin-bottom: 0;
}

.area-panel {
    padding: 30px 0;
}

.header-right .block {
    margin-bottom: 0;
}

.promotion {
    padding: 0;
    margin-bottom: 0;
}

#page-main-content {
    min-height: 360px;
}

@media (max-width:991px) {
    #page-main-content {
        min-height: 100px;
    }
}

.main-menu .area-main-menu .area-inner .block {
    margin-bottom: 0;
}

.sidebar {
    position: relative;
}

body.hidden-footer .footer-center {
    display: none !important;
}

body.copyright-fixed #footer {
    z-index: 999 !important;
}

body.copyright-fixed .copyright {
    position: fixed;
    bottom: 0;
    z-index: 999;
    left: 0;
    width: 100%;
}

.footer {
    font-size: 14px;
    color: #999999;
    background: #333333;
    line-height: 28px;
}

.footer .footer-top .before-footer {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 0;
}

.footer .footer-center {
    padding: 40px 0;
}

.footer a {
    color: #999999;
}

.footer a:hover {
    color: #244685;
}

.footer .block {
    padding-bottom: 0;
    margin-bottom: 0;
}

.footer .block .block-title:after,
.footer .block .block-title:before {
    background: #fff !important;
}

.footer .block .block-title span {
    color: #fff !important;
}

@media (max-width:991px) {
    .footer .column {
        margin-bottom: 20px;
    }
}

body.footer-fixed .gva-body-page {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 9;
}

@media (max-width:991px) {
    body.footer-fixed .gva-body-page {
        margin-bottom: 0 !important;
    }
}

body.footer-fixed #footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}

@media (max-width:991px) {
    body.footer-fixed #footer {
        position: static;
    }
}

.copyright {
    background: #2C2C2C;
}

.copyright a:hover {
    color: #244685;
}

.copyright .copyright-inner {
    padding: 20px 0;
}

.copyright .copyright-inner .block {
    margin: 0;
}

body.hidden-title .node--view-mode-full header {
    display: none !important;
}

body.page-background {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/images//bg-home.jpg) no-repeat top center #EEEEEE;
}

body.page-background #footer,
body.page-background .gva-body-page {
    max-width: 1300px;
    margin: 0 auto;
}

body.maintenance-page {
    background-color: #fff;
    color: #000;
}

.maintenance-page #page-wrapper {
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    min-width: 0;
    min-height: 0;
    border: 1px solid #ddd;
    margin-top: 40px;
}

.maintenance-page #page {
    margin: 10px;
}

.maintenance-page #main-wrapper {
    min-height: inherit;
}

.maintenance-page #header {
    width: auto;
}

.maintenance-page #main {
    margin: 0;
}

.maintenance-page .content .section {
    padding: 0 0 0 10px;
}

[dir="rtl"] .maintenance-page .content .section {
    padding-left: 0;
    padding-right: 10px;
}

.maintenance-page #header {
    background-color: #fff;
    background-image: none;
}

.maintenance-page .site-branding-text {
    margin-bottom: 50px;
    margin-left: 0;
    padding-top: 20px;
    font-size: 90%;
}

[dir="rtl"] .maintenance-page .site-branding-text {
    margin-right: 0;
}

.maintenance-page .site-branding-text,
.maintenance-page .site-branding-text a,
.maintenance-page .site-branding-text a:hover,
.maintenance-page .site-branding-text a:focus {
    color: #777;
}

.maintenance-page .page-title {
    line-height: 1em;
    margin-top: 0;
}

@media all and (min-width:800px) {
    .maintenance-page #page-wrapper {
        width: 800px;
    }
    .maintenance-page #header div.section,
    .maintenance-page #main {
        width: 700px;
    }
}

@media all and (min-width:600px) {
    .maintenance-page #page {
        margin: 20px 40px 40px;
    }
}

.page-notfound {
    text-align: center;
    padding: 150px 0;
    background: #f6f6f6;
}

@media (max-width:991px) {
    .page-notfound {
        padding: 50px 0;
    }
}

.page-notfound header {
    display: none !important;
}

.page-notfound .big-title {
    font-size: 200px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    line-height: 1;
}

@media (max-width:991px) {
    .page-notfound .big-title {
        font-size: 90px;
    }
}

.page-notfound .sub-title {
    color: #999999;
    padding: 30px 0;
}

.page-notfound .content {
    color: #666666;
    font-size: 16px;
    max-width: 450px;
    margin: 0 auto;
    line-height: 30px;
}

@media (max-width:991px) {
    .page-notfound .content {
        padding: 0 20px;
    }
}

.page-notfound .action {
    text-align: center;
    margin-top: 30px;
}

.page-notfound .action a {
    font-size: 16px;
    color: #244685;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.page-notfound .action a:hover {
    color: #000000;
}

.view-page {
    margin-bottom: 50px;
}

.node--view-mode-full.node--type-portfolio .post-title {
    font-size: 24px;
    text-transform: uppercase;
    padding: 0;
}

.node--view-mode-full.node--type-portfolio .post-meta {
    padding-bottom: 20px;
}

.node--view-mode-full.node--type-portfolio .portfolio-images .owl-nav .owl-prev {
    left: 20px !important;
}

.node--view-mode-full.node--type-portfolio .portfolio-images .owl-nav .owl-next {
    right: 20px !important;
}

.node--view-mode-full.node--type-portfolio .portfolio-images .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
}

.portfolio-single {
    padding-bottom: 30px;
}

.portfolio-single .portfolio-informations {
    margin-bottom: 15px;
}

.portfolio-single .portfolio-informations .item-information {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 0;
}

.portfolio-single .portfolio-informations .item-information span:first-child {
    font-weight: 700;
    min-width: 120px;
    display: inline-block;
}

.portfolio-single .post-content ul {
    padding-left: 20px;
    margin-top: 15px;
}

#user-register-form {
    padding: 20px 0;
}

#user-register-form .form-wrapper {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#user-register-form .form-wrapper#edit-actions {
    border-bottom: none;
}

#user-register-form label {
    width: 100%;
}

#user-register-form .form-item {
    margin-bottom: 15px;
}

body.path-user .block-local-tasks-block {
    margin: 15px auto 0;
}

body.path-user .block-local-tasks-block ul.drupal-tabs {
    margin: auto;
}

#user-login-form {
    max-width: 800px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    padding: 30px;
    margin-bottom: 50px;
    margin-top: 30px;
}

#user-login-form:before,
#user-login-form:after {
    content: " ";
    display: table;
}

#user-login-form:after {
    clear: both;
}

summary {
    font-weight: 700;
    text-transform: uppercase;
    color: #244685;
}

.post-block {
    background: #fff;
}

.post-block .post-image {
    overflow: hidden;
}

.post-block .post-image a {
    position: relative;
    display: block;
}

.post-block .post-image img {
    width: 100%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
}

.post-block .post-image:hover a:before,
.post-block .post-image:hover a:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.post-block .post-title {
    padding: 5px 0;
    margin-bottom: 5px;
}

.post-block .post-title a {
    display: block;
    line-height: 24px;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    font-family: "Raleway", sans-serif;
    text-transform: none;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

.post-block .post-title a:hover,
.post-block .post-title a:active,
.post-block .post-title a:before {
    color: #244685;
}

.post-block .post-content:before,
.post-block .post-content:after {
    content: " ";
    display: table;
}

.post-block .post-content:after {
    clear: both;
}

.post-block .post-meta {
    font-size: 12px;
    font-weight: 400;
    padding: 5px 0;
}

.post-block .post-meta:before,
.post-block .post-meta:after {
    content: " ";
    display: table;
}

.post-block .post-meta:after {
    clear: both;
}

.post-block .post-meta a:hover,
.post-block .post-meta a:active,
.post-block .post-meta a:focus {
    text-decoration: underline;
}

.post-block .post-meta .post-categories {
    margin-bottom: 0;
}

.post-block .post-created {
    text-transform: none;
    position: relative;
}

.post-block .post-description {
    margin-top: 15px;
}

.post-block .post-comment {
    text-transform: none;
    position: relative;
}

.post-block .post-categories {
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
}

.post-block .post-body {
    line-height: 30px;
}

.post-block .content-after {
    padding: 10px 0 0;
}

.post-block.v3 .post-content {
    padding: 10px 20px;
    min-height: 80px;
}

.post-block.v3 .post-content .post-title a {
    font-size: 14px;
}

.gallery-post {
    position: relative;
    display: block;
    width: 100%;
}

.gallery-post:after {
    content: "";
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
    opacity: 0;
    filter: alpha(opacity=0);
}

.gallery-post .image {
    overflow: hidden;
}

.gallery-post .image img {
    -webkit-transition: all 5s;
    -o-transition: all 5s;
    transition: all 5s;
    -moz-transition: all 5s;
    -ms-transition: all 5s;
}

.gallery-post a.link-image {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    z-index: 99;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    opacity: 0;
    filter: alpha(opacity=0);
}

@media (max-width:680px) {
    .gallery-post a.link-image {
        display: none;
    }
}

.gallery-post:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
}

.gallery-post:hover .link-image {
    opacity: 1;
    filter: alpha(opacity=100);
}

.gallery-post:hover img {
    -webkit-transform: scale(1.2) !important;
    -ms-transform: scale(1.2) !important;
    -o-transform: scale(1.2) !important;
    transform: scale(1.2) !important;
}

.style-dark .post-block {
    background: transparent;
}

.style-dark .post-block .post-title {
    background: transparent;
}

.style-dark .post-block .post-title a {
    color: #fff;
}

.style-dark .post-block .post-title a:hover {
    color: #244685;
}

.post-slideshow div[class*="col-"] {
    padding: 0;
}

.post-style-horizontal .post-block:before,
.post-style-horizontal .post-block:after {
    content: " ";
    display: table;
}

.post-style-horizontal .post-block:after {
    clear: both;
}

@media (max-width:480px) {
    .post-style-horizontal .post-block .row>div {
        width: 100% !important;
    }
}

.post-style-horizontal .post-block .post-content {
    padding-top: 10px;
    padding-right: 20px;
}

.post-style-grid .post-block {
    margin: 10px 0;
    background: #fff;
    text-align: left;
}

.post-style-grid .post-block .post-categories {
    margin: 0;
}

.post-style-grid .post-block .post-content {
    background: #fff;
    position: relative;
    border-top: 0;
}

.post-style-grid.box .post-content {
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 0;
}

.node--view-mode-full .post-thumbnail {
    margin-bottom: 10px;
}

.node--view-mode-full .post-thumbnail iframe {
    min-height: 400px;
}

.node--view-mode-full .post-title {
    margin: 0;
}

.node--view-mode-full .post-categories {
    padding-bottom: 0;
    margin-bottom: 5px;
}

.node-detail {
    padding-bottom: 35px;
}

.node-detail iframe {
    width: 100%;
    display: block;
}

.node-detail .post-thumbnail.post-gallery {
    overflow: hidden;
}

.node-detail .post-thumbnail.post-gallery .owl-nav {
    opacity: 1;
    filter: alpha(opacity=100);
}

.node-detail .post-thumbnail.post-gallery .owl-nav .owl-prev {
    margin-left: 100px;
}

.node-detail .post-thumbnail.post-gallery .owl-nav .owl-next {
    margin-right: 100px;
}

.node-detail .post-title {
    margin-top: 10px;
    font-size: 24px;
}

.node-detail .post-meta {
    margin-bottom: 20px;
}

.node-detail .field--name-field-tags .field__item {
    float: left;
    margin-right: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.categories-view-content.layout-grid .post-block,
.categories-view-content.layout-masonry .post-block {
    margin-bottom: 30px;
    text-align: left;
}

.categories-view-content.layout-grid .post-block .post-categories,
.categories-view-content.layout-masonry .post-block .post-categories {
    margin: 0;
}

.categories-view-content.layout-grid .post-block .post-categories h2,
.categories-view-content.layout-grid .post-block .post-categories h3,
.categories-view-content.layout-grid .post-block .post-categories h4,
.categories-view-content.layout-masonry .post-block .post-categories h2,
.categories-view-content.layout-masonry .post-block .post-categories h3,
.categories-view-content.layout-masonry .post-block .post-categories h4 {
    margin: 0;
    line-height: 1;
}

.categories-view-content.layout-grid .post-block .post-title,
.categories-view-content.layout-masonry .post-block .post-title {
    padding: 0;
}

.categories-view-content.layout-grid .post-block .post-meta,
.categories-view-content.layout-masonry .post-block .post-meta {
    margin-top: 0;
}

.categories-view-content.layout-grid .post-block .post-body,
.categories-view-content.layout-masonry .post-block .post-body {
    padding: 10px 0 15px;
}

.categories-view-content.layout-grid .post-block .post-content,
.categories-view-content.layout-masonry .post-block .post-content {
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 0;
}

.categories-view-content.layout-list .post-block {
    margin-bottom: 0;
}

.categories-view-content.layout-list .post-block:before,
.categories-view-content.layout-list .post-block:after {
    content: " ";
    display: table;
}

.categories-view-content.layout-list .post-block:after {
    clear: both;
}

.categories-view-content.layout-list .post-block .post-thumbnail {
    width: 45%;
    float: left;
}

@media (max-width:767px) {
    .categories-view-content.layout-list .post-block .post-thumbnail {
        width: 100%;
    }
}

.categories-view-content.layout-list .post-block .post-title {
    padding: 0;
    margin: 0;
}

.categories-view-content.layout-list .post-block .post-content {
    width: 55%;
    float: left;
    padding-left: 30px;
}

@media (max-width:767px) {
    .categories-view-content.layout-list .post-block .post-content {
        width: 100%;
    }
}

.categories-view-content.layout-list .post-block .post-content .post-categories {
    line-height: 1;
    padding-bottom: 0;
    margin-bottom: 0;
}

.categories-view-content.layout-list .post-block .post-content .post-categories h2 {
    margin: 0;
}

.post-style-stick .item-list>ul>li {
    border-bottom: 1px dashed #e1e1e1;
    display: block;
    float: right;
    overflow: hidden;
    width: 50%;
    clear: right;
}

@media (max-width:991px) {
    .post-style-stick .item-list>ul>li {
        width: 100%;
        clear: both;
    }
}

.post-style-stick .item-list>ul>li .post-title,
.post-style-stick .item-list>ul>li .post-meta,
.post-style-stick .item-list>ul>li .post-meta-wrap {
    clear: both;
}

.post-style-stick .item-list>ul>li:last-child {
    margin-bottom: 0 !important;
}

.post-style-stick .item-list>ul>li:after {
    visibility: hidden;
    display: block;
    content: ".";
    clear: right;
    height: 0;
}

.post-style-stick .item-list>ul>li:not(:first-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.post-style-stick .item-list>ul>li:not(:first-child) .post-image {
    display: none;
}

.post-style-stick .item-list>ul>li:not(:first-child) .post-title,
.post-style-stick .item-list>ul>li:not(:first-child) .post-meta,
.post-style-stick .item-list>ul>li:not(:first-child) .post-meta-wrap {
    clear: none !important;
}

.post-style-stick .item-list>ul>li:not(:first-child) .post-content-inner,
.post-style-stick .item-list>ul>li:not(:first-child) .content-body,
.post-style-stick .item-list>ul>li:not(:first-child) .post-body {
    display: none;
}

.post-style-stick .item-list>ul>li:not(:first-child) .post-title {
    padding: 0;
}

.post-style-stick .item-list>ul>li:not(:first-child) .post-title a {
    font-size: 12px;
    line-height: 22px;
    display: block;
}

.post-style-stick .item-list>ul>li:not(:first-child) .post-title a:hover {
    color: #244685;
}

.post-style-stick .item-list>ul>li:first-child {
    border-bottom: 0 none;
    display: block;
    float: left;
    padding-right: 15px !important;
    width: 50%;
    clear: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

@media (max-width:991px) {
    .post-style-stick .item-list>ul>li:first-child {
        width: 100%;
        clear: both;
        margin-bottom: 20px;
    }
}

.post-style-stick .item-list>ul>li:first-child .post-title {
    padding: 12px 0 0;
}

.post-style-stick .item-list>ul>li:first-child .post-title a {
    font-size: 14px;
    line-height: 24px;
}

.post-style-stick .item-list>ul>li:first-child .post-title a:hover {
    color: #244685;
}

.post-style-stick .item-list>ul>li:first-child .post-meta {
    margin: 0 0 10px;
}

.post-style-stick .item-list>ul>li:first-child:after {
    content: none;
}

.post-style-stick.image .item-list>ul>li {
    border: none;
}

.post-style-stick.image .item-list>ul>li:not(:first-child) {
    margin-bottom: 20px;
    padding-bottom: 0;
}

.post-style-stick.image .item-list>ul>li:not(:first-child) .post-image {
    display: inline-block;
    width: 85px;
    height: auto;
    float: left;
}

.post-style-stick.image .item-list>ul>li:not(:first-child) .post-content {
    padding-left: 95px;
}

.post-style-stick.image .item-list>ul>li:not(:first-child) .post-title,
.post-style-stick.image .item-list>ul>li:not(:first-child) .post-meta,
.post-style-stick.image .item-list>ul>li:not(:first-child) .post-meta-wrap {
    clear: none !important;
}

.post-style-stick.image .item-list>ul>li:not(:first-child) .post-content-inner,
.post-style-stick.image .item-list>ul>li:not(:first-child) .content-body,
.post-style-stick.image .item-list>ul>li:not(:first-child) .post-body {
    display: none;
}

.post-style-stick.list .item-list>ul>li {
    width: 100% !important;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px;
    padding-bottom: 15px !important;
}

.post-style-stick.list .item-list>ul>li:first-child {
    border-bottom: 1px solid #e1e1e1;
    display: block;
    float: left;
    padding-right: 0 !important;
    clear: none;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.post-style-stick.list .item-list>ul>li:last-child {
    border: none;
}

.post-style-list ul>li {
    margin-bottom: 20px !important;
}

.post-style-list .post-block {
    clear: both;
}

.post-style-list .post-block .post-image {
    width: 40%;
    float: left;
}

@media (max-width:767px) {
    .post-style-list .post-block .post-image {
        width: 100%;
    }
}

.post-style-list .post-block .post-image img {
    height: auto;
    width: 100%;
}

.post-style-list .post-block .post-meta {
    margin-top: 3px;
}

.post-style-list .post-block .post-content {
    padding-top: 5px;
    width: 60%;
    padding-left: 15px;
    float: left;
}

@media (max-width:767px) {
    .post-style-list .post-block .post-content {
        width: 100%;
        padding-left: 0;
    }
}

.post-style-list .post-block .post-title {
    padding-top: 0;
}

.post-style-list .post-block.no-image .post-content {
    width: 100%;
    padding-left: 0;
}

.post-style-list.small .post-block {
    margin-bottom: 20px;
}

.post-style-list.small .post-block:before,
.post-style-list.small .post-block:after {
    content: " ";
    display: table;
}

.post-style-list.small .post-block:after {
    clear: both;
}

.post-style-list.small .post-image {
    width: 80px;
    height: auto;
}

@media (max-width:1199px) {
    .post-style-list.small .post-image {
        width: 60px;
    }
}

.post-style-list.small .post-content {
    padding-left: 95px;
    float: none;
    width: 100%;
}

@media (max-width:1199px) {
    .post-style-list.small .post-content {
        padding-left: 80px;
    }
}

.post-style-list.small .post-title {
    padding: 0;
    margin-bottom: 0;
}

.post-style-list.small .post-title a {
    font-size: 13px;
    margin-top: -5px;
    font-family: "Roboto", sans-serif;
    text-transform: none;
    line-height: 22px;
}

.post-style-list.small .post-title a:hover {
    color: #244685;
}

.post-style-list.small .post-meta {
    padding: 0;
}

.post-grid-2 .post-block .post-meta {
    padding: 10px 0 0;
    color: #244685;
}

.post-grid-2 .post-block .post-meta a {
    color: #244685;
}

.post-grid-2 .post-block .post-meta a:hover {
    text-decoration: underline;
}

.post-grid-3 .post-block .post-content {
    padding: 20px;
}

.portfolio-filter {
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: center;
}

.portfolio-filter ul.nav-tabs {
    display: inline-block;
}

.portfolio-filter ul.nav-tabs>li {
    margin-bottom: 10px;
}

.portfolio-filter ul.nav-tabs>li>a {
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 400;
    background: #F6F6F6;
    font-size: 12px;
    padding: 10px 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 15px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    color: #000000 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff !important;
}

.portfolio-filter ul.nav-tabs>li>a.active,
.portfolio-filter ul.nav-tabs>li>a:hover,
.portfolio-filter ul.nav-tabs>li>a:focus,
.portfolio-filter ul.nav-tabs>li>a:active {
    color: #244685 !important;
    border-color: #244685 !important;
}

.portfolio-carousel-single {
    padding: 15px;
}

.portfolio-carousel-single .portfolio-content:before,
.portfolio-carousel-single .portfolio-content:after {
    content: " ";
    display: table;
}

.portfolio-carousel-single .portfolio-content:after {
    clear: both;
}

.portfolio-carousel-single .images {
    width: 55%;
    float: left;
    position: relative;
}

.portfolio-carousel-single .content-right {
    position: absolute;
    width: 60%;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    float: left;
    padding: 20px 30px;
    text-align: left;
}

.portfolio-carousel-single .content-right .content-inner {
    position: relative;
    background: #fff;
    top: 0;
    padding: 35px;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

@media (max-width:1199px) {
    .portfolio-carousel-single .content-right .content-inner {
        padding: 30px;
    }
}

.portfolio-carousel-single .content-right .content-inner .title {
    font-size: 30px;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
}

.portfolio-carousel-single .content-right .content-inner .category {
    margin-bottom: 10px;
}

.portfolio-carousel-single .content-right .content-inner .category a {
    text-transform: uppercase;
    color: #244685;
}

.portfolio-carousel-single .content-right .link-action {
    margin-top: 20px;
}

.portfolio-v1 {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.portfolio-v1:after {
    content: "";
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.portfolio-v1 .content-inner {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: -20px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    z-index: 11;
    opacity: 0;
    filter: alpha(opacity=0);
    text-align: left;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    padding: 25px 25px 25px;
}

.portfolio-v1 .content-inner .title a {
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 26px;
}

.portfolio-v1 .content-inner .title a:hover,
.portfolio-v1 .content-inner .title a:focus,
.portfolio-v1 .content-inner .title a:active {
    text-decoration: underline;
}

.portfolio-v1 .content-inner .category {
    color: #fff;
}

.portfolio-v1 .content-inner .category a {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
}

.portfolio-v1 .content-inner .category a:hover,
.portfolio-v1 .content-inner .category a:focus,
.portfolio-v1 .content-inner .category a:active {
    text-decoration: underline;
}

.portfolio-v1:hover:after,
.portfolio-v1:active:after,
.portfolio-v1:focus:after {
    top: 0;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.portfolio-v1:hover .content-inner,
.portfolio-v1:active .content-inner,
.portfolio-v1:focus .content-inner {
    opacity: 1;
    filter: alpha(opacity=100);
    bottom: 0;
}

.portfolio-v1 ul {
    list-style: none;
    padding: 0;
}

.portfolio-v1.portfolio-carousel {
    margin-bottom: 0;
}

.portfolio-v2 {
    margin-bottom: 35px;
}

.portfolio-v2 ul {
    padding: 0;
    list-style-type: none;
}

.portfolio-v2 .image {
    position: relative;
}

.portfolio-v2 .content-inner {
    position: relative;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    text-align: left;
}

.portfolio-v2 .content-inner:before,
.portfolio-v2 .content-inner:after {
    content: " ";
    display: table;
}

.portfolio-v2 .content-inner:after {
    clear: both;
}

.portfolio-v2 .content-inner .title {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    line-height: 24px;
    font-family: "Raleway", sans-serif;
    margin: 20px 0 0;
    position: relative;
}

.portfolio-v2 .content-inner .title:after {
    content: "";
    width: 2px;
    height: 60px;
    position: absolute;
    bottom: 105%;
    left: 20px;
    background: #244685;
}

.portfolio-v2 .content-inner .cat {
    font-style: italic;
    color: #999999;
    font-size: 14px;
}

.text-light .portfolio-v2 .content-inner a {
    color: #fff;
}

.text-light .portfolio-v2 .content-inner a:hover,
.text-light .portfolio-v2 .content-inner a:focus,
.text-light .portfolio-v2 .content-inner a:active {
    text-decoration: underline;
}

.team-carousel .team-block {
    position: relative;
}

.team-carousel .team-block .team-email {
    display: none;
}

.team-carousel .team-block .team-image:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #244685;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=darken($theme-color, 20%), endColorstr=#ece183);
    background: -moz-linear-gradient(left top, #1c284e 0%, #244685 50%, #ece183 100%);
    background: -webkit-linear-gradient(left top, #1c284e 0%, #244685 50%, #ece183 100%);
    background: -ms-linear-gradient(left top, #1c284e 0%, #244685 50%, #ece183 100%);
    background: linear-gradient(left top, #1c284e 0%, #244685 50%, #ece183 100%);
    background: -o-linear-gradient(left top, #1c284e 0%, #244685 50%, #ece183 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #1c284e), color-stop(50%, #244685), color-stop(100%, #ece183));
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.team-carousel .team-block .team-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 30px 30px 20px;
    opacity: 0;
    filter: alpha(opacity=0);
}

@media (max-width:767px) {
    .team-carousel .team-block .team-content {
        padding: 20px;
    }
}

.team-carousel .team-block .team-content .team-name {
    margin: 0;
}

.team-carousel .team-block .team-content .team-name a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.team-carousel .team-block .team-content .team-name a:hover,
.team-carousel .team-block .team-content .team-name a:active,
.team-carousel .team-block .team-content .team-name a:focus {
    color: #244685;
}

.team-carousel .team-block .team-content .team-job {
    color: #fff;
}

.team-carousel .team-block .team-content .socials {
    margin-top: 0 !important;
}

.team-carousel .team-block .team-content .socials a {
    margin-right: 0 !important;
}

.team-carousel .team-block .team-content .socials a i {
    background: none !important;
    color: #fff;
    width: 24px;
    height: 24px;
    font-size: 13px;
}

.team-carousel .team-block .team-content .socials a:hover,
.team-carousel .team-block .team-content .socials a:active,
.team-carousel .team-block .team-content .socials a:focus {
    color: #244685;
    opacity: 1;
    filter: alpha(opacity=100);
}

.team-carousel .team-block .team-content .socials a:hover i,
.team-carousel .team-block .team-content .socials a:active i,
.team-carousel .team-block .team-content .socials a:focus i {
    color: #244685;
}

.team-carousel .team-block:hover .team-content,
.team-carousel .team-block:active .team-content,
.team-carousel .team-block:focus .team-content {
    opacity: 1;
    filter: alpha(opacity=100);
}

.team-carousel .team-block:hover .team-image:after,
.team-carousel .team-block:active .team-image:after,
.team-carousel .team-block:focus .team-image:after {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.team-grid-1 .team-block {
    margin-bottom: 30px;
    position: relative;
}

.team-grid-1 .team-block .team-image:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #244685;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=darken($theme-color, 20%), endColorstr=#ece183);
    background: -moz-linear-gradient(left top, #1c284e 0%, #244685 50%, #ece183 100%);
    background: -webkit-linear-gradient(left top, #1c284e 0%, #244685 50%, #ece183 100%);
    background: -ms-linear-gradient(left top, #1c284e 0%, #244685 50%, #ece183 100%);
    background: linear-gradient(left top, #1c284e 0%, #244685 50%, #ece183 100%);
    background: -o-linear-gradient(left top, #1c284e 0%, #244685 50%, #ece183 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #1c284e), color-stop(50%, #244685), color-stop(100%, #ece183));
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.team-grid-1 .team-block .socials {
    position: absolute;
    top: 35px;
    left: 35px;
    z-index: 11;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.team-grid-1 .team-block .socials a {
    color: #fff;
    margin-right: 20px;
}

.team-grid-1 .team-block .socials a:last-child {
    margin-right: 0;
}

.team-grid-1 .team-block .content-inner {
    position: absolute;
    width: 100%;
    padding: 35px;
    bottom: 0;
    left: 0;
    z-index: 9;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.team-grid-1 .team-block .team-name a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
    letter-spacing: 1px;
}

.team-grid-1 .team-block .team-name a:hover,
.team-grid-1 .team-block .team-name a:focus,
.team-grid-1 .team-block .team-name a:active {
    text-decoration: underline;
}

.team-grid-1 .team-block .team-job {
    font-size: 14px;
    font-style: italic;
    color: #fff;
}

.team-grid-1 .team-block:hover .socials,
.team-grid-1 .team-block:hover .content-inner,
.team-grid-1 .team-block:focus .socials,
.team-grid-1 .team-block:focus .content-inner,
.team-grid-1 .team-block:active .socials,
.team-grid-1 .team-block:active .content-inner {
    opacity: 1;
    filter: alpha(opacity=100);
}

.team-grid-1 .team-block:hover .team-image:after,
.team-grid-1 .team-block:focus .team-image:after,
.team-grid-1 .team-block:active .team-image:after {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.team-grid-2 .team-block {
    position: relative;
    margin-bottom: 50px;
    z-index: 1;
}

.team-grid-2 .team-block .team-email {
    display: none;
}

.team-grid-2 .team-block .team-content {
    width: 100%;
    z-index: 99;
    padding: 15px 20px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.team-grid-2 .team-block .team-content .socials {
    display: none;
}

.team-grid-2 .team-block .team-content .team-name {
    margin-top: 0;
    position: relative;
    z-index: 9;
}

.team-grid-2 .team-block .team-content .team-name a {
    font-weight: 600;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
}

.team-grid-2 .team-block .team-content .team-job {
    position: relative;
    z-index: 9;
    font-size: 14px;
    color: #999999;
    font-style: italic;
}

.team-grid-2 .team-block:hover .team-content,
.team-grid-2 .team-block:focus .team-content,
.team-grid-2 .team-block:active .team-content {
    background: #222;
}

.team-grid-2 .team-block:hover .team-content .team-name,
.team-grid-2 .team-block:hover .team-content .team-name a,
.team-grid-2 .team-block:focus .team-content .team-name,
.team-grid-2 .team-block:focus .team-content .team-name a,
.team-grid-2 .team-block:active .team-content .team-name,
.team-grid-2 .team-block:active .team-content .team-name a {
    color: #fff;
}

.team-grid-2 .team-block:hover .team-content .team-job,
.team-grid-2 .team-block:focus .team-content .team-job,
.team-grid-2 .team-block:active .team-content .team-job {
    color: #fff;
}

.team-grid-2 .views-row:last-child .team-block {
    margin-bottom: 0;
}

.team-list .team-block .team-name a {
    font-weight: 600;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
}

.team-list .team-block .team-image {
    width: 35%;
    float: left;
}

.team-list .team-block .team-content {
    padding-left: 30px;
    width: 65%;
    float: left;
}

.team-list .team-block .team-content .team-body {
    display: block !important;
    visibility: visible !important;
    padding: 10px 0;
}

.team-list .team-block .socials .gva-social {
    margin-left: 15px;
    font-size: 16px;
}

.team-single-page .team-name {
    margin-bottom: 30px;
}

.team-single-page .team-name .name {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    line-height: 42px;
}

.team-single-page .team-name .job {
    font-size: 12px;
    color: #999999;
}

.team-single-page .team-name .line {
    text-align: center;
    float: left;
}

.team-single-page .team-name .line span {
    width: 30px;
    height: 5px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: inline-block;
    margin: 0 5px;
}

.team-single-page .team-name .line span.one {
    background: #5EB4E7;
    margin-left: 0;
}

.team-single-page .team-name .line span.second {
    background: #F8C44F;
}

.team-single-page .team-name .line span.three {
    background: #F49626;
    margin-right: 0;
}

.team-single-page .socials {
    margin-top: 10px;
}

.team-single-page .heading {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}

.team-single-page .team-contact {
    margin-bottom: 25px;
}

.team-single-page .team-contact .content-inner,
.team-single-page .team-education .content-inner {
    color: #999999;
    font-size: 13px;
    line-height: 28px;
}

.team-single-page .team-education .field__item {
    padding-left: 20px;
    position: relative;
}

.team-single-page .team-education .field__item:after {
    content: "";
    width: 6px;
    height: 6px;
    background: #244685;
    position: absolute;
    top: 13px;
    left: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 1;
}

.team-single-page .team-info {
    margin-bottom: 30px !important;
}

.team-single-page .team-quote {
    font-size: 16px;
    color: #999999;
    margin-top: 20px;
    padding-left: 50px;
    position: relative;
}

.team-single-page .team-quote:after {
    font-family: "FontAwesome";
    content: "\f10d";
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    color: #244685;
    font-size: 24px;
    text-align: center;
    line-height: 40px;
}

.testimonial-node-v1 {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.testimonial-node-v1 .content-inner {
    position: relative;
    margin: 10px 0 30px;
}

.testimonial-node-v1 .content-inner .testimonial-content {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 75px 60px 60px;
    position: relative;
    z-index: 9;
}

.testimonial-node-v1 .content-inner .testimonial-content .icon {
    color: #244685;
    font-family: "Raleway", sans-serif;
    font-size: 60px;
    line-height: 10px;
    position: absolute;
    top: 70px;
    left: 45px;
    z-index: 1;
}

.testimonial-node-v1 .content-inner .testimonial-content .quote {
    color: #999999;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    font-style: italic;
    margin-bottom: 15px;
    font-family: "Georgia";
}

.testimonial-node-v1 .content-inner .testimonial-content .title {
    font-size: 16px;
    color: #000000;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
}

.testimonial-node-v1 .content-inner .testimonial-content .job {
    color: #999999;
    font-size: 13px;
}

.testimonial-node-v2 {
    padding: 0;
    text-align: left;
    margin-bottom: 60px;
}

.testimonial-node-v2 .avatar {
    position: relative;
    width: 82px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
}

.testimonial-node-v2 .content .quote {
    font-size: 16px;
    line-height: 30px;
    position: relative;
    font-family: "Georgia";
    font-style: italic;
    color: #999999;
    margin-bottom: 15px;
}

.testimonial-node-v2 .content .info {
    margin-top: 10px;
}

.testimonial-node-v2 .content .info .left {
    float: left;
}

.testimonial-node-v2 .content .info .right {
    padding-left: 110px;
    padding-top: 20px;
}

.testimonial-node-v2 .content .info .right span {
    display: block;
}

.testimonial-node-v2 .content .info .title {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    text-transform: none;
    font-family: "Raleway", sans-serif;
}

.testimonial-node-v2 .content .info .job {
    font-size: 13px;
    color: #bbbbbb;
}

.testimonial-node-v3 {
    text-align: center;
    max-width: 780px;
    margin: 0 auto;
}

.testimonial-node-v3 .avatar img {
    width: 100px !important;
    height: auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.testimonial-node-v3 .quote {
    font-size: 16px;
    line-height: 32px;
    position: relative;
    padding-top: 10px;
    color: #000000;
    text-align: center;
}

.testimonial-node-v3 .info {
    margin-top: 30px;
    display: inline-block;
    text-align: left;
}

.testimonial-node-v3 .left,
.testimonial-node-v3 .right {
    float: left;
}

.testimonial-node-v3 .left.left,
.testimonial-node-v3 .right.left {
    margin-right: 15px;
}

.testimonial-node-v3 .job {
    color: #bbbbbb;
    font-size: 12px;
}

.testimonial-node-v3 .content-inner .title {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}

.testimonial-node-v4 {
    float: left;
    padding: 80px 0 0;
    position: relative;
    max-width: 650px;
}

.testimonial-node-v4:after {
    font-family: "FontAwesome";
    content: "\f10d";
    left: 30px;
    top: 20px;
    position: absolute;
    z-index: -1;
    color: #f6f6f6;
    font-size: 160px;
    text-align: center;
    line-height: 1;
}

.testimonial-node-v4 .quote {
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    font-style: italic;
    font-family: "Georgia";
}

.testimonial-node-v4 .title {
    font-weight: 600;
    color: #000000;
    font-size: 16px;
    margin-top: 10px;
    font-family: "Raleway", sans-serif;
}

.testimonial-node-v4 .job {
    margin-top: 0;
    font-size: 12px;
    color: #bbbbbb;
}

.testimonial-node-v5 {
    background: none;
    max-width: 620px;
    float: left;
    position: relative;
    margin-top: 0;
}

.testimonial-node-v5 .video {
    margin-bottom: 30px;
}

.testimonial-node-v5 .video .popup-video {
    display: inline-block;
    background: url(https://www.ntwaslo.com/themes/gavias_carina/images//icon-play-2.png) no-repeat left center transparent;
    height: 55px;
    padding-left: 75px;
    line-height: 55px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.testimonial-node-v5 .video .popup-video:hover,
.testimonial-node-v5 .video .popup-video:focus,
.testimonial-node-v5 .video .popup-video:active {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

.testimonial-node-v5 .quote {
    font-size: 20px;
    line-height: 34px;
    font-weight: 400;
    color: #000000;
}

.testimonial-node-v5 .title {
    font-weight: 400;
    font-size: 16px;
    margin-top: 15px;
}

.testimonial-node-v5 .job {
    font-size: 12px;
}

.testimonial-node-v6 {
    background: #F6F6F6;
    padding: 35px 30px;
}

.testimonial-node-v6 .quote {
    margin-bottom: 20px;
    color: #999999;
    text-indent: 25px;
    position: relative;
}

.testimonial-node-v6 .quote:after {
    font-family: "FontAwesome";
    content: "\f10d";
    left: -20px;
    top: -15px;
    position: absolute;
    z-index: 1;
    color: #244685;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
}

.testimonial-node-v6 .info {
    position: relative;
    padding-left: 80px;
}

.testimonial-node-v6 .info:after {
    content: "";
    width: 60px;
    height: 5px;
    background: #244685;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2.5px;
    z-index: 1;
}

.testimonial-node-v6 .info .title {
    color: #000000;
    font-weight: 700;
    font-size: 16px;
}

.view-testimonial-v2 {
    position: relative;
    float: left;
    width: 100%;
}

.view-testimonial-v2 .owl-dots {
    text-align: left;
    position: relative;
    margin-top: 20px;
    float: left;
    width: 100%;
}

.view-testimonial-v2 .owl-dots .owl-dot {
    display: inline-block;
    padding: 0;
    margin: 5px;
    background: none;
    width: 45px;
    height: 45px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 2px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    position: relative;
    z-index: 9;
}

.view-testimonial-v2 .owl-dots .owl-dot.active {
    border-color: #244685;
}

.view-testimonial-v2 .owl-nav {
    display: none;
}

.testimonial-grid .item-grid {
    margin-bottom: 45px;
}

.testimonial-grid .item-grid:before,
.testimonial-grid .item-grid:after {
    content: " ";
    display: table;
}

.testimonial-grid .item-grid:after {
    clear: both;
}

.testimonial-grid .item-grid .testimonials-quote {
    font-size: 16px;
    color: #000000;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 300;
    font-style: italic;
}

.testimonial-grid .item-grid .testimonials-profile {
    display: inline-block;
    position: relative;
    margin-left: 30px;
    float: left;
    padding-top: 20px;
}

.testimonial-grid .item-grid .testimonials-profile:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background: #244685;
    top: -1px;
    left: 0;
    z-index: 1;
}

.testimonial-grid .item-grid .testimonials-profile .right {
    padding-left: 70px;
}

.testimonial-grid .item-grid .testimonials-profile .right .name {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    margin: 0;
    text-transform: uppercase;
}

.testimonial-grid .item-grid .testimonials-profile .right .job {
    font-size: 12px;
    font-weight: 900;
    color: #244685;
    text-transform: uppercase;
}

.testimonial-grid .item-grid .testimonials-profile .left {
    display: inline-block;
    float: left;
}

.testimonial-grid .item-grid .testimonials-profile .left img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 50px;
    height: auto;
}

.no-margin {
    margin: 0 !important;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-top-60 {
    margin-top: 60px !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-bottom-100 {
    margin-bottom: 100px !important;
}

.padding-10 {
    padding: 10px !important;
}

.padding-20 {
    padding: 20px !important;
}

.padding-30 {
    padding: 30px !important;
}

.padding-40 {
    padding: 40px !important;
}

.padding-50 {
    padding: 50px !important;
}

.padding-60 {
    padding: 60px !important;
}

.padding-bottom-0 {
    padding-bottom: 0 !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-bottom-15 {
    padding-bottom: 15px !important;
}

.padding-bottom-20 {
    padding-bottom: 20px !important;
}

.padding-bottom-30 {
    padding-bottom: 30px !important;
}

.padding-bottom-40 {
    padding-bottom: 40px !important;
}

.padding-bottom-50 {
    padding-bottom: 50px !important;
}

.padding-bottom-100 {
    padding-bottom: 100px !important;
}

@media (max-width:991px) {
    .padding-bottom-100 {
        padding-bottom: 30px !important;
    }
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.padding-top-40 {
    padding-top: 40px !important;
}

.padding-top-50 {
    padding-top: 50px !important;
}

.width-100 {
    max-width: 100px;
    margin: 0 auto;
}

.width-200 {
    max-width: 200px;
    margin: 0 auto;
}

.width-300 {
    max-width: 300px;
    margin: 0 auto;
}

.width-400 {
    max-width: 400px;
    margin: 0 auto;
}

.width-500 {
    max-width: 500px;
    margin: 0 auto;
}

.width-600 {
    max-width: 600px;
    margin: 0 auto;
}

.width-700 {
    max-width: 700px;
    margin: 0 auto;
}

.width-800 {
    max-width: 800px;
    margin: 0 auto;
}

.width-900 {
    max-width: 800px;
    margin: 0 auto;
}

.width-1000 {
    max-width: 1000px;
    margin: 0 auto;
}

.radius-1x {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.radius-2x {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.radius-5x {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.border-1 {
    border: 1px solid #244685;
}

.border-2 {
    border: 2px solid #244685;
}

.border-3 {
    border: 3px solid #244685;
}

.border-4 {
    border: 4px solid #244685;
}

.border-5 {
    border: 5px solid #244685;
}

.padding-responsive {
    padding: 30px 120px;
}

@media (max-width:991px) {
    .padding-responsive {
        padding: 30px;
    }
}

.special-margin-top {
    margin-top: -100px;
}

@media (max-width:991px) {
    .special-margin-top {
        margin-top: 20px;
    }
}

.margin-top-contact {
    margin-top: -100px;
    padding-bottom: 80px;
}

@media (max-width:991px) {
    .margin-top-contact {
        margin-top: 30px;
        padding-bottom: 45px;
    }
}

.padding-lr-15p {
    padding-left: 15%;
    padding-right: 15%;
}

@media (max-width:991px) {
    .padding-lr-15p {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.border {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.border-top {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.overflow-visible {
    overflow: visible !important;
}

.float-left {
    float: left;
}

.no-bg {
    background-color: transparent !important;
}

.col-no-padding div[class*="col-"] {
    padding: 0 !important;
}

.p-static {
    position: static !important;
}

.p-relative {
    position: relative !important;
}

.bg-theme {
    background: #244685;
}

.bg-white {
    background: #fff;
}

.bg-black {
    background: #333333;
}

.bg-dark {
    background: #f6f6f6;
}

.youtube-bg {
    position: relative;
    z-index: 9;
}

.youtube-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    z-index: 9;
}

.youtube-bg .bb-inner {
    position: relative;
    z-index: 99;
}

.box-shadow {
    padding: 80px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width:1199px) {
    .box-shadow {
        padding: 30px;
    }
}

.ui-widget-content {
    color: #666666;
}

.text-normal {
    font-size: 15px;
}

.text-size-medium {
    font-size: 18px;
    line-height: 30px;
}

.text-size-big {
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 48px;
    letter-spacing: 1px;
}

@media (max-width:991px) {
    .text-size-big {
        font-size: 30px;
        line-height: 38px;
    }
}

.text-size-big {
    font-size: 36px;
}

@media (max-width:991px) {
    .text-size-big {
        font-size: 20px;
    }
}

.text-black {
    color: #000000 !important;
}

.text-white {
    color: #fff !important;
}

.text-theme {
    color: #244685 !important;
}

.gavias-parallax {
    background-attachment: fixed !important;
}

@media (max-width:767px) {
    .gavias-parallax {
        background-attachment: scroll !important;
    }
}

.gavias-parallax.fp-section {
    background-attachment: scroll !important;
}

.post-masonry-style>div,
.isotope-items>div {
    margin-left: -1px;
    -webkit-transform: translateX(1px);
    -ms-transform: translateX(1px);
    -o-transform: translateX(1px);
    transform: translateX(1px);
}

.nav-tabs>li>a {
    font-weight: 700;
    color: #000000;
    padding: 8px 18px !important;
    border: none;
    font-size: 13px;
    text-transform: uppercase;
    background: none;
    letter-spacing: 1px;
}

.nav-tabs>li>a i {
    margin-right: 5px;
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus,
.nav-tabs>li>a:active {
    color: #244685;
}

.nav-tabs>li.active>a,
.nav-tabs>li>a.active {
    color: #244685;
}

.box-quick-link ul {
    padding: 0;
    margin: 0;
}

.box-quick-link ul>li {
    width: 46%;
    height: 70px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    float: left;
    list-style: none;
    text-align: center;
    margin-bottom: 8%;
}

.box-quick-link ul>li:nth-child(2n) {
    margin-left: 4%;
}

.box-quick-link ul>li:nth-child(2n+1) {
    margin-right: 4%;
}

.box-quick-link ul>li a {
    font-weight: 700;
    font-size: 13px;
    display: block;
    line-height: 1.8;
    padding-top: 12px;
}

.box-quick-link ul>li a i {
    display: block;
    font-size: 23px;
    color: #777777;
}

.box-quick-link ul>li a:hover {
    color: #fff;
}

.box-quick-link ul>li a:hover i {
    color: #fff;
}

.box-quick-link ul>li:hover {
    background-color: #555555;
}

.box-quick-link ul>li:hover * {
    color: #fff;
}

.init-carousel-owl {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
}

.init-carousel-owl .owl-item>.item {
    padding-left: 15px;
    padding-right: 15px;
}

.init-carousel-owl.carousel-no-padding,
.init-carousel-owl.no-padding {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.init-carousel-owl.carousel-no-padding .owl-item>.item,
.init-carousel-owl.no-padding .owl-item>.item {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.init-carousel-owl[data-items*="1"] {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.init-carousel-owl[data-items*="1"] .owl-item>.item {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

div.error {
    background-repeat: no-repeat !important;
    background-image: none !important;
}

.owl-carousel {
    background: none !important;
    position: relative;
    max-height: 200px;
}

.owl-carousel .item {
    -webkit-transition: opacity 0.35s;
    -o-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -moz-transition: opacity 0.35s;
    -ms-transition: opacity 0.35s;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
}

.owl-carousel .owl-stage-outer .item {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.owl-carousel.owl-loaded {
    max-height: none;
}

.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

.owl-carousel .owl-controls {
    margin: 0;
}

.owl-carousel .owl-controls .owl-pagination {
    position: relative;
    bottom: 10px;
    z-index: 9;
    display: inline-block;
    width: 100%;
    left: 0;
}

.owl-carousel .owl-controls .owl-pagination .owl-page span {
    background: #d6d6d6;
    width: 10px;
    height: 10px;
}

.owl-carousel .owl-controls .owl-pagination .owl-page.active span {
    background: #869791;
}

.owl-carousel .owl-dots {
    margin-top: 30px;
    text-align: center;
    float: left;
    width: 100%;
}

.owl-carousel .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background: #ADB2B5;
    -webkit-transition: background 0.35s;
    -o-transition: background 0.35s;
    transition: background 0.35s;
    -moz-transition: background 0.35s;
    -ms-transition: background 0.35s;
    display: inline-block;
    margin: 0 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #000000;
}

.owl-carousel .owl-nav {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
}

.owl-carousel .owl-nav>div {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 50px;
    height: 50px;
    color: #666666 !important;
    opacity: 1;
    filter: alpha(opacity=100);
    background: none;
    line-height: 52px;
    text-align: center;
    font-size: 18px;
    padding-top: 0;
    padding-bottom: 0;
    background: #F6F6F6;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.owl-carousel .owl-nav>div:hover {
    background: #244685;
}

.owl-carousel .owl-nav>div:hover i {
    color: #fff;
}

.owl-carousel .owl-nav>div.owl-prev {
    right: auto !important;
    left: -80px !important;
}

@media (max-width:1380px) {
    .owl-carousel .owl-nav>div.owl-prev {
        left: -30px !important;
    }
}

.owl-carousel .owl-nav>div.owl-next {
    left: auto !important;
    right: -80px !important;
}

@media (max-width:1380px) {
    .owl-carousel .owl-nav>div.owl-next {
        right: -30px !important;
    }
}

.owl-carousel:hover .owl-nav {
    opacity: 1;
    filter: alpha(opacity=100);
    background: #fff;
}

.owl-carousel:hover .owl-nav .owl-next {
    margin-left: 30px;
}

.owl-carousel:hover .owl-nav .owl-prev {
    margin-right: 30px;
}

.owl-carousel.carousel-thumbnail.text.top {
    padding-top: 60px;
}

.owl-carousel.carousel-thumbnail.text.top .owl-dots {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    z-index: 99;
    margin-top: 0;
}

.owl-carousel.carousel-thumbnail.text.top .owl-dots .owl-dot {
    width: auto;
    height: auto;
    background: none;
    text-transform: uppercase;
    font-size: 13px;
    margin: 0 10px;
    color: #000000;
    font-weight: 700;
}

.owl-carousel.carousel-thumbnail.text.top .owl-dots .owl-dot.active {
    color: #244685;
}

.owl-carousel.carousel-thumbnail.text.vertical {
    padding-left: 25%;
}

.owl-carousel.carousel-thumbnail.text.vertical .owl-nav {
    display: none;
}

.owl-carousel.carousel-thumbnail.text.vertical .owl-dots {
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    z-index: 99;
    margin-top: 0;
    padding-right: 30px;
}

@media (max-width:991px) {
    .owl-carousel.carousel-thumbnail.text.vertical .owl-dots {
        width: 100%;
    }
}

.owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot {
    width: 100%;
    display: block;
    text-align: left;
    background: none;
    text-transform: uppercase;
    font-size: 13px;
    color: #000000;
    font-weight: 700;
    background: #fff;
    padding: 25px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    height: auto;
    line-height: 1;
    position: relative;
}

.owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot:after {
    content: "";
    position: absolute;
    right: 0;
    top: 15px;
    bottom: 15px;
    width: 3px;
    background: #244685;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot:last-child {
    border-bottom: 0;
}

@media (max-width:991px) {
    .owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot {
        display: inline-block;
        width: auto;
        text-align: center;
    }
}

.owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot.active {
    color: #244685;
}

.owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot.active:after {
    opacity: 1;
    filter: alpha(opacity=100);
}

.owl-carousel.pagination-right .owl-dots {
    position: absolute;
    right: -30px;
    top: 50%;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: auto;
}

.owl-carousel.pagination-right .owl-dots .owl-dot {
    display: block;
    margin: 10px 0;
}

.owl-carousel.pagination-left .owl-dots {
    float: left;
    width: auto;
    margin-top: 15px;
}

.owl-carousel.padding-left .owl-dots {
    float: left;
    width: auto;
    margin-top: 15px;
}

.owl-carousel.padding-right .owl-dots {
    float: right;
    margin-top: 15px;
    max-width: 750px;
}

.owl-carousel.padding-right .owl-dots>.owl-dot {
    float: left;
}

.owl-carousel.white .owl-dots .owl-dot {
    background: #AAABAC;
}

.owl-carousel.white .owl-dots .owl-dot.active {
    background: #fff;
}

.text-light .owl-carousel .owl-nav i {
    color: #fff;
}

.btn,
.btn-white,
.btn-theme,
.btn-border,
.btn-border-white {
    background: #244685;
    color: #fff;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    font-family: "Raleway", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 10px 25px;
    position: relative;
    display: inline-block;
    z-index: 1;
    border: 1px solid #244685;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.btn-border:hover,
.btn-border:focus,
.btn-border:active,
.btn-border.active,
.btn-border-white:hover,
.btn-border-white:focus,
.btn-border-white:active,
.btn-border-white.active {
    color: #244685;
    background: #fff;
}

.btn-white {
    background: #fff;
    color: #000000;
    border-color: #fff;
}

.btn-white:hover {
    color: #fff;
    background: #244685;
}

.btn-border {
    border: 1px solid #244685;
    background: none;
}

.btn-border-white {
    border: 1px solid #fff;
    background: none;
}

.user-login-form input[type*='submit'],
.user-register-form input[type*='submit'],
.user-form input[type*='submit'],
.user-pass input[type*='submit'] {
    font-size: 12px;
    text-transform: uppercase;
    background: #244685;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 7px 15px;
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    border: 1px solid transparent;
}

.user-login-form input[type*='submit']:hover,
.user-login-form input[type*='submit']:focus,
.user-login-form input[type*='submit']:active,
.user-register-form input[type*='submit']:hover,
.user-register-form input[type*='submit']:focus,
.user-register-form input[type*='submit']:active,
.user-form input[type*='submit']:hover,
.user-form input[type*='submit']:focus,
.user-form input[type*='submit']:active,
.user-pass input[type*='submit']:hover,
.user-pass input[type*='submit']:focus,
.user-pass input[type*='submit']:active {
    background: #fff;
    color: #000000;
    border-color: #244685;
}

.progress-label {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 5px;
}

.progress {
    height: 5px !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background-color: #EEEEEE !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    overflow: visible !important;
    margin-bottom: 45px;
}

.progress .progress-bar {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-transition: width 2s ease-in-out;
    -o-transition: width 2s ease-in-out;
    transition: width 2s ease-in-out;
    -moz-transition: width 2s ease-in-out;
    -ms-transition: width 2s ease-in-out;
    text-align: right;
    line-height: 16px !important;
    background: #244685;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=darken($theme-color, 20%), endColorstr=#ece183);
    background: -moz-linear-gradient(left top, #1c284e 0%, #244685 50%, #ece183 100%);
    background: -webkit-linear-gradient(left top, #1c284e 0%, #244685 50%, #ece183 100%);
    background: -ms-linear-gradient(left top, #1c284e 0%, #244685 50%, #ece183 100%);
    background: linear-gradient(left top, #1c284e 0%, #244685 50%, #ece183 100%);
    background: -o-linear-gradient(left top, #1c284e 0%, #244685 50%, #ece183 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #1c284e), color-stop(50%, #244685), color-stop(100%, #ece183));
}

.progress .progress-bar .percentage {
    position: absolute;
    font-size: 12px;
    text-align: center;
    right: 5px;
    top: -25px;
    z-index: 9;
    color: #666666;
}

.pricing-table {
    text-align: center;
    position: relative;
    background-color: #fff;
    top: 0;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.pricing-table ul li {
    list-style: none;
}

.pricing-table.style-1 {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.pricing-table.style-1 .pricing-header {
    margin-bottom: 20px;
    padding: 10px 10px 20px;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    position: relative;
    background: #244685;
    color: #fff;
}

.pricing-table.style-1 .plan-price .price-value {
    padding: 15px;
}

.pricing-table.style-1 .plan-price .price-value .dollar {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    color: #fff;
    line-height: 1;
    top: -15px;
}

.pricing-table.style-1 .plan-price .price-value .value {
    font-size: 38px;
    font-weight: 400;
    display: inline-block;
    color: #fff;
    line-height: 28px;
}

.pricing-table.style-1 .plan-price .interval {
    line-height: 18px;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    position: relative;
    display: block;
    float: left;
    width: 100%;
}

.pricing-table.style-1 .plan-name {
    background: #fff;
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 5px 20px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.pricing-table.style-1 .plan-name .title {
    font-weight: 600;
    color: #000000;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
}

.pricing-table.style-1 .plan-list {
    margin: 45px 0 15px;
}

.pricing-table.style-1 .plan-list ul {
    padding: 0;
}

.pricing-table.style-1 .plan-list ul>li {
    text-align: center;
    padding: 10px;
    font-size: 13px;
}

.pricing-table.style-1 .plan-list ul>li:nth-child(odd) {
    background: #F6F6F6;
}

.pricing-table.style-1 .plan-signup {
    padding: 20px;
}

.pricing-table.style-1.highlight-plan {
    border: 3px solid #244685;
}

.pricing-table.style-2 {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.pricing-table.style-2 .pricing-header {
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
}

.pricing-table.style-2 .pricing-header .plan-name {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.pricing-table.style-2 .pricing-header .plan-name .title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000000;
    font-family: "Raleway", sans-serif;
}

.pricing-table.style-2 .plan-price {
    text-align: center;
    margin: 60px 0;
}

.pricing-table.style-2 .plan-price .price-value {
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #212121;
    padding-top: 32px;
    color: #fff;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}

.pricing-table.style-2 .plan-price .price-value .dollar {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    color: #fff;
    line-height: 1;
    top: -10px;
}

.pricing-table.style-2 .plan-price .price-value .value {
    font-size: 38px;
    font-weight: 400;
    display: inline-block;
    color: #fff;
    line-height: 28px;
}

.pricing-table.style-2 .plan-price .price-value .interval {
    line-height: 18px;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    position: relative;
    display: block;
    float: left;
    width: 100%;
}

.pricing-table.style-2 .plan-list {
    padding: 0 45px;
}

.pricing-table.style-2 .plan-list ul {
    padding: 0;
    text-align: left;
}

.pricing-table.style-2 .plan-list ul>li {
    padding: 8px 0;
    position: relative;
    padding-left: 30px;
    font-size: 14px;
}

.pricing-table.style-2 .plan-list ul>li:after {
    content: "\f192";
    font-family: "FontAwesome";
    font-size: 12px;
    color: #244685;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 11;
}

.pricing-table.style-2 .plan-signup {
    padding: 30px;
}

.pricing-table.style-2 .plan-signup a {
    border: 2px solid #000000;
    background: #fff;
    color: #000000;
}

.pricing-table.style-2 .plan-signup a:hover,
.pricing-table.style-2 .plan-signup a:active,
.pricing-table.style-2 .plan-signup a:focus {
    border-color: #244685;
    color: #244685;
}

.pricing-table.style-2.highlight-plan {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

.pricing-table.style-2.highlight-plan .price-value {
    background: #fff !important;
    border: 2px solid #244685;
}

.pricing-table.style-2.highlight-plan .price-value span {
    color: #000000 !important;
}

.pricing-table.style-2.highlight-plan .plan-signup a {
    border: 2px solid #244685;
    color: #244685;
}

.wrap-block-f-col {
    background-color: #fff;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-top: 94px;
    padding: 0 15px 30px;
}

.wrap-block-f-col h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    margin: 28px 0 13px;
    -webkit-transition: color 1s ease 0s;
    -o-transition: color 1s ease 0s;
    transition: color 1s ease 0s;
    -moz-transition: color 1s ease 0s;
    -ms-transition: color 1s ease 0s;
}

.wrap-block-f-col p {
    margin-bottom: 19px;
}

.wrap-block-f-col .wrap-icon {
    background: #fff;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 124px;
    -webkit-border-radius: 124px;
    -moz-border-radius: 124px;
    -ms-border-radius: 124px;
    -o-border-radius: 124px;
    display: inline-block;
    width: 124px;
    height: 124px;
    margin-top: -62px;
    padding: 6px;
}

.wrap-block-f-col .wrap-icon .inner-icon {
    background-color: #fff;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 106px;
    color: #244685;
    display: inline-block;
    font-size: 44px;
    line-height: 106px;
    width: 106px;
    height: 106px;
    text-align: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.wrap-block-f-col:hover .wrap-icon .inner-icon {
    background-color: #244685;
    border-color: #244685;
    color: #ffffff;
}

.wrap-block-f-col:hover h3 {
    color: #244685;
}

.panel {
    border: none !important;
    margin-top: 0 !important;
    -webkit-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    background: #fff;
    padding: 15px;
}

.panel .panel-heading {
    background: none !important;
    padding: 0 !important;
}

.panel .panel-heading .panel-title {
    font-size: 14px;
    padding-right: 20px;
}

.panel .panel-heading .panel-title>a {
    display: block;
    letter-spacing: 0;
    color: #000000;
    position: relative;
    background: #fff;
    line-height: 28px;
    font-weight: 700;
}

.panel .panel-heading .panel-title>a:after {
    content: "\f067";
    font-family: "FontAwesome";
    position: absolute;
    font-size: 15px;
    top: 0;
    right: -20px;
    z-index: 1;
    color: #244685;
    font-weight: 400;
}

.panel .panel-heading .panel-title>a.collapsed:after {
    content: "\f068";
}

.panel .panel-body {
    border: none !important;
    line-height: 28px;
    padding: 10px 30px 0;
}

.dropcap {
    display: block;
    float: left;
    font-size: 40px;
    line-height: 34px;
    color: #444;
    margin: 6px 8px 0 0;
}

.dropcap.border-dropcap {
    border: 2px solid #444;
    width: 46px;
    height: 46px;
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    margin: 8px 12px 0 0;
}

.dropcap.bg-dropcap {
    background-color: #444;
    color: #fff;
    width: 48px;
    height: 48px;
    font-size: 28px;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    margin: 8px 12px 0 0;
}

.dropcap.circle-dropcap {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 2px solid #444;
    width: 46px;
    height: 46px;
    font-size: 28px;
    font-weight: 500;
    line-height: 42px;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    margin: 8px 12px 0 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.rotate-text {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.rotate-text .primary-text {
    font-size: 40px;
    color: white;
    font-weight: 700;
}

.rotate-text .second-text {
    font-size: 16px;
    color: #fff;
}

.rotate-text .link {
    margin-top: 30px;
}

.info-contact>div {
    float: left;
    margin-right: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (max-width:1199px) {
    .info-contact>div {
        margin-right: 50px;
    }
}

@media (max-width:991px) {
    .info-contact>div {
        margin-right: 30px;
    }
}

.info-contact>div:last-child {
    margin-right: 0;
}

.info-contact>div .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    float: left;
    margin-right: 10px;
    line-height: 40px;
    color: #fff;
    background: #244685;
    text-align: center;
    margin-top: -7px;
}

.info-contact>div.phone .icon {
    background: #f8c44f;
}

.info-contact>div.address .icon {
    background: #F49626;
}

.slick-slider {
    margin-bottom: 0 !important;
}

.gavias-slider {
    width: 100%;
    height: auto;
    position: relative;
}

.gavias-slider .swiper-slide {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
}

.gavias-slider .slider-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}

.gavias-slider .gavias-opacity {
    opacity: 1;
    filter: alpha(opacity=100);
}

.gavias-slider .gavias-slide-overlay {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/images//grid-slide.png) repeat rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}

.gavias-slider .gavias-slider-image {
    min-width: 100%;
    min-height: 100%;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    background-position: 50% 0;
    background-size: cover;
    -ms-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    position: relative;
    vertical-align: middle;
    width: 100%;
    z-index: 2;
}

.gavias-slider .swiper-slide {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
}

.gavias-slider .swiper-slide .gva-caption {
    margin-top: 100px;
}

.gavias-slider .gva-caption .caption-title {
    font-family: "Raleway", sans-serif;
}

.gavias-slider .gva-caption .caption-description {
    font-family: "Roboto", sans-serif;
}

.gavias-slider .gva-caption.caption-skin-dark {
    color: #000000;
}

.gavias-slider .gva-caption.caption-skin-dark .caption-inner {
    color: #000000;
}

.gavias-slider .gva-caption.caption-skin-light .caption-inner,
.gavias-slider .gva-caption.caption-skin-white .caption-inner {
    color: #fff;
}

.gavias-slider .gva-caption .caption-title,
.gavias-slider .gva-caption .caption-description {
    color: #000000;
}

.gavias-slider .gva-caption .caption-title .caption-inner[style*='background-color'],
.gavias-slider .gva-caption .caption-description .caption-inner[style*='background-color'] {
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin: 10px 0;
    padding: 5px 15px;
}

.gavias-slider .gva-caption .caption-title .caption-inner[style*='background-color']:before,
.gavias-slider .gva-caption .caption-title .caption-inner[style*='background-color']:after,
.gavias-slider .gva-caption .caption-description .caption-inner[style*='background-color']:before,
.gavias-slider .gva-caption .caption-description .caption-inner[style*='background-color']:after {
    content: " ";
    display: table;
}

.gavias-slider .gva-caption .caption-title .caption-inner[style*='background-color']:after,
.gavias-slider .gva-caption .caption-description .caption-inner[style*='background-color']:after {
    clear: both;
}

.gavias-slider .gva-caption .caption-description .caption-inner[style*='background-color'] {
    margin-bottom: 0 !important;
}

.gavias-slider .swiper-slide.left_top .gva-caption,
.gavias-slider .swiper-slide.center_top .gva-caption,
.gavias-slider .swiper-slide.right_top .gva-caption {
    margin-top: 100px;
}

.gavias-slider .swiper-slide.center_top,
.gavias-slider .swiper-slide.center_center,
.gavias-slider .swiper-slide.center_bottom {
    text-align: center;
}

.gavias-slider .swiper-slide.center_top .gva-caption,
.gavias-slider .swiper-slide.center_center .gva-caption,
.gavias-slider .swiper-slide.center_bottom .gva-caption {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    text-align: center;
    display: block;
}

.gavias-slider .swiper-slide.right_top .gva-caption,
.gavias-slider .swiper-slide.right_center .gva-caption,
.gavias-slider .swiper-slide.right_bottom .gva-caption {
    float: right;
}

.gavias-slider .swiper-wrapper {
    height: auto !important;
}

.gavias-slider .caption-description {
    color: #fff;
    font-size: 18px;
    text-transform: none;
    font-weight: 400;
    padding-bottom: 10px;
}

@media (max-width:991px) {
    .gavias-slider .caption-description {
        font-size: 16px !important;
    }
}

.gavias-slider .caption-title {
    font-size: 50px;
    color: #fff;
    list-style: none;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
}

@media (max-width:991px) {
    .gavias-slider .caption-title {
        font-size: 28px !important;
    }
}

.gavias-slider .btn-slide {
    border: 2px solid #fff;
    font-size: 14px;
    text-transform: uppercase;
    backface-visibility: hidden;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 1px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    color: #fff;
    padding: 10px 20px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

@media (max-width:991px) {
    .gavias-slider .btn-slide {
        padding: 5px 10px;
        font-size: 12px;
    }
}

.gavias-slider .btn-slide.btn-slide-flat {
    background: #244685;
    color: #fff;
    border-color: #244685;
}

.gavias-slider .btn-slide:hover {
    color: #000000;
    background: #fff;
    border-color: #fff;
}

.gavias-slider .caption-title {
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
    -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
    -ms-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
    -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
}

.gavias-slider .caption-description {
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.9s;
    -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.9s;
    -ms-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.9s;
    -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.9s;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.9s;
}

.gavias-slider .slider-action {
    margin-top: 15px;
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1s;
    -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1s;
    -ms-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1s;
    -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1s;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1s;
}

.gavias-slider .gavias-default_anim .caption-title,
.gavias-slider .gavias-default_anim .caption-description,
.gavias-slider .gavias-default_anim .slider-action {
    -webkit-transform: translate(0, 70px);
    -moz-transform: translate(0, 70px);
    -ms-transform: translate(0, 70px);
    -o-transform: translate(0, 70px);
    transform: translate(0, 70px);
    ms-transform: translate(0, 70px);
    opacity: 0;
    filter: alpha(opacity=0);
}

.gavias-slider .slick-active .gavias-default_anim .caption-title,
.gavias-slider .slick-active .gavias-default_anim .caption-description,
.gavias-slider .slick-active .gavias-default_anim .slider-action {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    ms-transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
}

.gavias-slider .gavias-fade-in .caption-title,
.gavias-slider .gavias-slide-top .caption-title,
.gavias-slider .gavias-slide-left .caption-title,
.gavias-slider .gavias-slide-bottom .caption-title,
.gavias-slider .gavias-slide-right .caption-title,
.gavias-slider .gavias-scale-down .caption-title,
.gavias-slider .gavias-fade-in .caption-description,
.gavias-slider .gavias-slide-top .caption-description,
.gavias-slider .gavias-slide-left .caption-description,
.gavias-slider .gavias-slide-bottom .caption-description,
.gavias-slider .gavias-slide-right .caption-description,
.gavias-slider .gavias-scale-down .caption-description,
.gavias-slider .gavias-fade-in .slider-action,
.gavias-slider .gavias-slide-top .slider-action,
.gavias-slider .gavias-slide-left .slider-action,
.gavias-slider .gavias-slide-bottom .slider-action,
.gavias-slider .gavias-slide-right .slider-action,
.gavias-slider .gavias-scale-down .slider-action {
    opacity: 0;
    filter: alpha(opacity=0);
}

.gavias-slider .slick-active .gavias-fade-in .caption-title,
.gavias-slider .slick-active .gavias-fade-in .caption-description,
.gavias-slider .slick-active .gavias-fade-in .slider-action {
    opacity: 1;
    filter: alpha(opacity=100);
}

.gavias-slider .gavias-slide-top .caption-title,
.gavias-slider .gavias-slide-top .caption-description,
.gavias-slider .gavias-slide-top .slider-action {
    -webkit-transform: translate(0, -70%);
    -moz-transform: translate(0, -70%);
    -ms-transform: translate(0, -70%);
    -o-transform: translate(0, -70%);
    transform: translate(0, -70%);
    ms-transform: translate(0, -70%);
}

.gavias-slider .slick-active .gavias-slide-top .caption-title,
.gavias-slider .slick-active .gavias-slide-top .caption-description,
.gavias-slider .slick-active .gavias-slide-top .slider-action {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    ms-transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
}

.gavias-slider .gavias-slide-left .caption-title,
.gavias-slider .gavias-slide-left .caption-description,
.gavias-slider .gavias-slide-left .slider-action {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    ms-transform: translate(-100%, 0);
}

.gavias-slider .slick-active .gavias-slide-left .caption-title,
.gavias-slider .slick-active .gavias-slide-left .caption-description,
.gavias-slider .slick-active .gavias-slide-left .slider-action {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    ms-transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
}

.gavias-slider .gavias-slide-bottom .caption-title,
.gavias-slider .gavias-slide-bottom .caption-description,
.gavias-slider .gavias-slide-bottom .slider-action {
    -webkit-transform: translate(0, 70%);
    -moz-transform: translate(0, 70%);
    -ms-transform: translate(0, 70%);
    -o-transform: translate(0, 70%);
    transform: translate(0, 70%);
    ms-transform: translate(0, 70%);
}

.gavias-slider .slick-active .gavias-slide-bottom .caption-title,
.gavias-slider .slick-active .gavias-slide-bottom .caption-description,
.gavias-slider .slick-active .gavias-slide-bottom .slider-action {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    ms-transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
}

.gavias-slider .gavias-slide-right .caption-title,
.gavias-slider .gavias-slide-right .caption-description,
.gavias-slider .gavias-slide-right .slider-action {
    -webkit-transform: translate(70%, 0);
    -moz-transform: translate(70%, 0);
    -ms-transform: translate(70%, 0);
    -o-transform: translate(70%, 0);
    transform: translate(70%, 0);
    ms-transform: translate(70%, 0);
}

.gavias-slider .slick-active .gavias-slide-right .caption-title,
.gavias-slider .slick-active .gavias-slide-right .caption-description,
.gavias-slider .slick-active .gavias-slide-right .slider-action {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    ms-transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
}

.gavias-slider .gavias-scale-down .caption-title,
.gavias-slider .gavias-scale-down .caption-description,
.gavias-slider .gavias-scale-down .slider-action {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    ms-transform: scale(1.3);
}

.gavias-slider .slick-active .gavias-scale-down .caption-title,
.gavias-slider .slick-active .gavias-scale-down .caption-description,
.gavias-slider .slick-active .gavias-scale-down .slider-action {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    ms-transform: scale(1);
}

.gavias-slider .gavias-flip-x,
.gavias-slider .gavias-flip-y {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-perspective: 1000;
    -webkit-animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;
    -o-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}

.gavias-slider .slick-active .gavias-flip-x {
    -webkit-animation-name: gavias_flip_x;
    -moz-animation-name: gavias_flip_x;
    -o-animation-name: gavias_flip_x;
    animation-name: gavias_flip_x;
}

.gavias-slider .slick-active .gavias-flip-y {
    -webkit-animation-name: gavias_flip_y;
    -moz-animation-name: gavias_flip_y;
    -o-animation-name: gavias_flip_y;
    animation-name: gavias_flip_y;
}

.gavias-slider .gavias-slider-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #004551;
}

.gavias-slider .gavias-slider-loading .gavias-preloader {
    top: 50%;
}

.gavias-slider .gavias-skip-slider {
    position: absolute;
    display: table;
    left: 50%;
    bottom: 8%;
    cursor: pointer;
    margin: -24px 0 0 -24px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.gavias-slider .gavias-skip-slider i {
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.gavias-slider .gavias-skip-slider:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.gavias-slider .gavias-skip-slider:hover i {
    -webkit-transform: translate3d(0, 5%, 0);
    -moz-transform: translate3d(0, 5%, 0);
    -ms-transform: translate3d(0, 5%, 0);
    -o-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
    ms-transform: translate3d(0, 5%, 0);
}

@-webkit-keyframes gavias_flip_x {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@-moz-keyframes gavias_flip_x {
    0% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@-o-keyframes gavias_flip_x {
    0% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@keyframes gavias_flip_x {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@-webkit-keyframes gavias_flip_y {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@-moz-keyframes gavias_flip_y {
    0% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@-o-keyframes gavias_flip_y {
    0% {
        -o-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        -o-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@keyframes gavias_flip_y {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

.gavias-slider {
    position: relative;
}

.gavias-slider .slick-dots {
    position: absolute;
    bottom: 0;
}

.gavias-slider .slick-dots>li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #ccc;
}

.gavias-slider .slick-dots>li button {
    display: none;
}

.gavias-slider .slick-dots>li.slick-active {
    background: #244685;
}

.gavias-slider .draggable {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.gavias-slider .draggable:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.gavias-slider .slick-prev,
.gavias-slider .slick-next {
    display: block;
    color: #fff;
    width: 50px;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    margin-top: -20px;
    padding-top: 6px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.gavias-slider .slick-prev:hover,
.gavias-slider .slick-next:hover {
    background: #244685;
}

.gavias-slider .slick-prev i,
.gavias-slider .slick-next i {
    font-size: 20px;
}

.gavias-slider .slick-prev:before,
.gavias-slider .slick-next:before {
    display: none;
}

.gavias-slider .slick-prev.slick-prev,
.gavias-slider .slick-next.slick-prev {
    left: 0;
}

.gavias-slider .slick-prev.slick-next,
.gavias-slider .slick-next.slick-next {
    right: 0;
}

.gavias-slider:hover .slick-prev,
.gavias-slider:hover .slick-next {
    opacity: 1;
    filter: alpha(opacity=100);
}

.gavias-slider:hover .slick-prev {
    left: 20px;
}

.gavias-slider:hover .slick-next {
    right: 20px;
}

.links .comment-add {
    display: none;
}

#node-single-comment {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#node-single-comment h2 {
    margin-top: 30px;
    margin-bottom: 1em;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    position: relative;
    padding-left: 15px;
    padding-bottom: 6px;
    border-bottom: 1px solid #E6E6E6;
}

#node-single-comment h2:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 20px;
    background: #244685;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    left: 0;
    top: 3px;
    z-index: 1;
}

#node-single-comment #comment-form .form-item {
    margin-bottom: 20px;
}

#node-single-comment #comment-form .form-item.js-form-type-textarea {
    margin: 0;
}

#node-single-comment #comment-form .form-item label {
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    font-weight: 700;
    color: #000000;
}

#node-single-comment #comment-form ul>li {
    list-style-type: none;
}

#node-single-comment input[type*='text'],
#node-single-comment textarea {
    width: 100%;
}

.comment-wrapper h2.comment-form__title {
    margin-bottom: 1em;
}

.field-node--comment {
    font-size: 0.934em;
}

.comment {
    margin-bottom: 19px;
    vertical-align: top;
    display: table;
}

[dir="rtl"] .comment {
    direction: rtl;
}

.comment__meta {
    padding: 0 30px 0 0;
    font-size: 1.071em;
    width: 115px;
}

@media (max-width:991px) {
    .comment__meta {
        width: 90px;
    }
}

[dir="rtl"] .comment__meta {
    padding: 0 0 0 30px;
}

.comment__attribution img {
    border: 1px solid #d3d7d9;
}

.comment .field--name-user-picture img {
    margin: 0;
}

.comment__author .username {
    white-space: nowrap;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    font-size: 12px;
}

.comment__author {
    margin: 4px 0;
    line-height: 1.2;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    font-size: 12px;
}

.comment__time {
    margin-bottom: 4px;
    color: #68696b;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.733em;
    line-height: 1.2;
}

.comment__permalink {
    font-size: 0.733em;
    line-height: 1.2;
}

.comment__content {
    position: relative;
    display: table-cell;
    padding: 10px 25px 10px 25px;
    vertical-align: top;
    width: 100%;
    border: 1px solid #d3d7d9;
    font-size: 0.929em;
    line-height: 1.6;
    word-break: break-all;
}

.comment__content h3 a {
    font-size: 18px;
    font-weight: 700;
}

.comment__content .links.inline {
    margin-top: 10px;
}

.comment__content .links.inline>li {
    float: left;
}

.comment__content .links.inline>li a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}

.comment__content:before {
    content: '';
    position: absolute;
    right: 100%;
    top: 20px;
    border-top: 20px solid transparent;
    border-right: 20px solid #d3d7d9;
    border-bottom: 20px solid transparent;
}

[dir="rtl"] .comment__content:before {
    right: auto;
    left: 100%;
    border-right: none;
    border-left: 20px solid #d3d7d9;
}

.comment__content:after {
    content: '';
    position: absolute;
    right: 100%;
    top: 20px;
    border-top: 20px solid transparent;
    border-right: 20px solid #fff;
    border-bottom: 20px solid transparent;
    margin-right: -1px;
}

[dir="rtl"] .comment__content:after {
    right: auto;
    left: 100%;
    border-right: none;
    border-left: 20px solid #fff;
    margin-right: 0;
    margin-left: -1px;
}

.comment__content h3 {
    margin-top: 0.94em;
    margin-bottom: 0.45em;
    font-size: 1.171em;
}

.comment__content nav {
    padding-top: 1px;
}

.indented {
    margin-left: 40px;
}

[dir="rtl"] .indented {
    margin-right: 40px;
    margin-left: 0;
}

.comment .links {
    padding: 0 0 0.25em 0;
}

.comment .links li {
    padding: 0 0.5em 0 0;
    font-size: 1.08em;
}

[dir="rtl"] .comment .links li {
    padding: 0 0 0 0.5em;
}

.comment--unpublished {
    margin-right: 5px;
    padding: 5px 2px 5px 5px;
    background: #fff4f4;
}

[dir="rtl"] .comment--unpublished {
    margin-left: 5px;
    margin-right: 0;
    padding: 5px 5px 5px 2px;
}

.unpublished .comment-text .comment-arrow {
    border-left: 1px solid #fff4f4;
    border-right: 1px solid #fff4f4;
}

.unpublished {
    padding: 20px 15px 0;
}

.comment-footer {
    display: table-row;
}

.comment--unpublished .comment__text:after,
.node--unpublished .comment__text:after {
    border-right-color: #fff4f4;
}

[dir="rtl"] .comment--unpublished .comment__content:after,
[dir="rtl"] .node--unpublished .comment__content:after {
    border-left-color: #fff4f4;
}

.form-control {
    box-shadow: none;
}

.search-region {
    position: absolute;
    right: 20px;
    top: 3px;
}

#user-login-form .form-item label {
    width: 100%;
}

#user-login-form .form-item input {
    width: 100%;
}

#user-login-form ul {
    width: 100%;
    padding: 10px 0 30px;
}

#user-login-form ul>li {
    width: 49%;
    float: left;
    text-align: center;
}

#user-login-form ul>li:first-child {
    margin-right: 2%;
}

#user-login-form ul>li a {
    width: 100%;
    display: inline-block;
    float: none;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 5px;
}

#user-login ul {
    margin: 0 0 5px;
}

#user-login ul li {
    margin: 0;
}

#user-login li.openid-link {
    background: none;
}

#search-form .panel {
    border: none;
    box-shadow: none;
}

#search-form .panel-default>.panel-heading {
    border-bottom: none;
}

.hide-label label {
    background: none;
    clip: rect(1px);
}

.exposed-filters .form-item {
    margin-bottom: 10px;
    margin-top: 0;
}

#article-admin-filter ul {
    padding: .5em 0;
}

#article-admin-filter ul li {
    list-style: none;
}

#edit-operation-wrapper select {
    margin: .5em;
}

div.resizable-textarea textarea {
    margin-top: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.search-advanced .criterion {
    float: none;
    margin: 0 5px;
}

#edit-keywords-fieldset .form-item:first-child {
    margin-top: 5px;
}

#user-admin-filter ul li {
    list-style: none;
}

.field-type-text-long fieldset {
    padding: 10px 0;
    border: rgba(0, 0, 0, 0.1);
}

.field-type-text-long fieldset .form-item {
    margin: 0;
    padding: 0 0 0 15px;
}

#comment-form label {
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 5px;
}

#contact-site-form .form-checkbox {
    margin-left: 0;
}

#comment-form-wrapper .form-item label {
    min-width: 120px;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}

#search-block-form input.form-submit {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    background: #244685;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    height: 34px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

#search-block-form input.form-submit:hover {
    background: #000000 !important;
}

.contact-message-form {
    margin: 0 auto;
    max-width: 800px;
}

.contact-message-form div[id*="edit-name"],
.contact-message-form div[id*="edit-mail"],
.contact-message-form .js-form-item-mail {
    height: 55px;
    line-height: 55px;
    background: #fff;
    padding-left: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.02);
}

.contact-message-form .form-item {
    margin-bottom: 30px;
    color: #666666;
}

.contact-message-form .form-item label {
    font-size: 12px;
    display: block;
    text-transform: uppercase;
}

.contact-message-form .form-item #edit-copy {
    float: left;
    margin-right: 5px;
}

.contact-message-form .form-item input[type='text'],
.contact-message-form .form-item input[type='email'],
.contact-message-form .form-item textarea {
    width: 100%;
    border: none;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    height: 55px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.02);
    padding-left: 15px;
}

.contact-message-form .form-item textarea {
    height: 200px;
    padding-top: 15px;
}

@media (max-width:991px) {
    .contact-message-form .form-item textarea {
        height: 120px;
    }
}

.contact-message-form .form-item-copy {
    margin-bottom: 10px !important;
}

.contact-message-form #edit-actions {
    width: 100%;
    text-align: center;
}

.contact-message-form #edit-actions:before,
.contact-message-form #edit-actions:after {
    content: " ";
    display: table;
}

.contact-message-form #edit-actions:after {
    clear: both;
}

.contact-message-form #edit-preview {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 2px;
    background: #244685;
    font-weight: 700;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    height: 45px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    margin-right: 20px;
}

.contact-message-form #edit-preview:hover {
    background: #000000 !important;
}

.contact-message-form #edit-preview {
    display: none;
}

.text-light .contact-message-form #edit-name,
.text-light .contact-message-form #edit-mail,
.text-light .contact-message-form input[type='text'],
.text-light .contact-message-form input[type='email'],
.text-light .contact-message-form textarea {
    background: none;
    border: 2px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

.text-light .contact-message-form #edit-name::-webkit-input-placeholder,
.text-light .contact-message-form #edit-mail::-webkit-input-placeholder,
.text-light .contact-message-form input[type='text']::-webkit-input-placeholder,
.text-light .contact-message-form input[type='email']::-webkit-input-placeholder,
.text-light .contact-message-form textarea::-webkit-input-placeholder {
    color: #fff;
    text-transform: capitalize;
}

.text-light .contact-message-form #edit-name:-moz-placeholder,
.text-light .contact-message-form #edit-mail:-moz-placeholder,
.text-light .contact-message-form input[type='text']:-moz-placeholder,
.text-light .contact-message-form input[type='email']:-moz-placeholder,
.text-light .contact-message-form textarea:-moz-placeholder {
    color: #fff;
    text-transform: capitalize;
    opacity: 1;
    filter: alpha(opacity=100);
}

.text-light .contact-message-form #edit-name::-moz-placeholder,
.text-light .contact-message-form #edit-mail::-moz-placeholder,
.text-light .contact-message-form input[type='text']::-moz-placeholder,
.text-light .contact-message-form input[type='email']::-moz-placeholder,
.text-light .contact-message-form textarea::-moz-placeholder {
    color: #fff;
    text-transform: capitalize;
    opacity: 1;
    filter: alpha(opacity=100);
}

.text-light .contact-message-form #edit-name:-ms-input-placeholder,
.text-light .contact-message-form #edit-mail:-ms-input-placeholder,
.text-light .contact-message-form input[type='text']:-ms-input-placeholder,
.text-light .contact-message-form input[type='email']:-ms-input-placeholder,
.text-light .contact-message-form textarea:-ms-input-placeholder {
    color: #fff;
    text-transform: capitalize;
}

.block-system .contact-message-form {
    margin-bottom: 60px;
}

.contact-request-call-back input[type*='text'],
.contact-request-call-back select,
.contact-request-call-back #edit-name,
.contact-request-call-back .form-item-name {
    width: 100%;
    height: 60px !important;
    line-height: 60px;
}

.contact-request-call-back select,
.contact-request-call-back input[type*='text'],
.contact-request-call-back input[type*='phone'],
.contact-request-call-back #edit-name,
.contact-request-call-back .form-item-name {
    background: #000000 !important;
    color: #b5b5b5 !important;
}

.contact-request-call-back input[id*="edit-preview"] {
    display: none;
}

.text-light .contact-request-call-back select,
.text-light .contact-request-call-back input[type*='text'],
.text-light .contact-request-call-back input[type*='phone'],
.text-light .contact-request-call-back div[id*="edit-name"],
.text-light .contact-request-call-back #edit-name,
.text-light .contact-request-call-back div[id*="edit-name"] {
    background: #F6F6F6 !important;
    color: #b5b5b5 !important;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.text-light .contact-request-call-back select::-webkit-input-placeholder,
.text-light .contact-request-call-back input[type*='text']::-webkit-input-placeholder,
.text-light .contact-request-call-back input[type*='phone']::-webkit-input-placeholder,
.text-light .contact-request-call-back div[id*="edit-name"]::-webkit-input-placeholder,
.text-light .contact-request-call-back #edit-name::-webkit-input-placeholder,
.text-light .contact-request-call-back div[id*="edit-name"]::-webkit-input-placeholder {
    color: #b5b5b5 !important;
    text-transform: capitalize;
}

.text-light .contact-request-call-back select:-moz-placeholder,
.text-light .contact-request-call-back input[type*='text']:-moz-placeholder,
.text-light .contact-request-call-back input[type*='phone']:-moz-placeholder,
.text-light .contact-request-call-back div[id*="edit-name"]:-moz-placeholder,
.text-light .contact-request-call-back #edit-name:-moz-placeholder,
.text-light .contact-request-call-back div[id*="edit-name"]:-moz-placeholder {
    color: #b5b5b5 !important;
    text-transform: capitalize;
    opacity: 1;
    filter: alpha(opacity=100);
}

.text-light .contact-request-call-back select::-moz-placeholder,
.text-light .contact-request-call-back input[type*='text']::-moz-placeholder,
.text-light .contact-request-call-back input[type*='phone']::-moz-placeholder,
.text-light .contact-request-call-back div[id*="edit-name"]::-moz-placeholder,
.text-light .contact-request-call-back #edit-name::-moz-placeholder,
.text-light .contact-request-call-back div[id*="edit-name"]::-moz-placeholder {
    color: #b5b5b5 !important;
    text-transform: capitalize;
    opacity: 1;
    filter: alpha(opacity=100);
}

.text-light .contact-request-call-back select:-ms-input-placeholder,
.text-light .contact-request-call-back input[type*='text']:-ms-input-placeholder,
.text-light .contact-request-call-back input[type*='phone']:-ms-input-placeholder,
.text-light .contact-request-call-back div[id*="edit-name"]:-ms-input-placeholder,
.text-light .contact-request-call-back #edit-name:-ms-input-placeholder,
.text-light .contact-request-call-back div[id*="edit-name"]:-ms-input-placeholder {
    color: #b5b5b5 !important;
    text-transform: capitalize;
}

.contact-v2 .contact-request-call-back .col-1 {
    width: 100% !important;
}

.contact-v2 .contact-request-call-back .col-3,
.contact-v2 .contact-request-call-back .col-2 {
    width: 50% !important;
}

.contact-v2 .contact-request-call-back .col-4 {
    width: 100% !important;
}

.contact-v2 .contact-request-call-back input[type*="submit"] {
    display: inline-block;
    width: auto;
    float: left;
}

.contact-v2.white select,
.contact-v2.white input[type*='text'],
.contact-v2.white input[type*='phone'],
.contact-v2.white input[type*='email'],
.contact-v2.white #edit-name,
.contact-v2.white div[id*="edit-name"] {
    background: #fff !important;
}

.contact-v3 .contact-request-call-back .col-1,
.contact-v3 .contact-request-call-back .col-2,
.contact-v3 .contact-request-call-back .col-3,
.contact-v3 .contact-request-call-back .col-4 {
    width: 100% !important;
}

.contact-v3 .contact-request-call-back select,
.contact-v3 .contact-request-call-back input[type*='text'],
.contact-v3 .contact-request-call-back input[type*='phone'],
.contact-v3 .contact-request-call-back input[type*='email'],
.contact-v3 .contact-request-call-back #edit-name,
.contact-v3 .contact-request-call-back div[id*="edit-name"] {
    background: #444444 !important;
}

.contact-v4 input[type*="submit"] {
    display: block;
    width: 100%;
}

.contact-v4 select,
.contact-v4 input[type*='text'],
.contact-v4 input[type*='phone'],
.contact-v4 input[type*='email'],
.contact-v4 #edit-name,
.contact-v4 #edit-mail,
.contact-v4 div[id*="edit-name"],
.contact-v4 textarea,
.contact-v4 .js-form-item-mail {
    background: none !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.contact-v4 select.js-form-item-mail,
.contact-v4 input[type*='text'].js-form-item-mail,
.contact-v4 input[type*='phone'].js-form-item-mail,
.contact-v4 input[type*='email'].js-form-item-mail,
.contact-v4 #edit-name.js-form-item-mail,
.contact-v4 #edit-mail.js-form-item-mail,
.contact-v4 div[id*="edit-name"].js-form-item-mail,
.contact-v4 textarea.js-form-item-mail,
.contact-v4 .js-form-item-mail.js-form-item-mail {
    border: none !important;
    padding: 0 !important;
}

#forum {
    width: 100%;
    position: relative;
    right: -1px;
}

#forum .name {
    font-weight: bold;
    font-size: 16px;
}

#forum table {
    width: 100%;
}

#forum tr.odd {
    background: #f5f5f5;
}

#forum tr.even td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#forum tr td.container {
    padding: 1em;
}

#forum tr.new-topics td.forum .name {
    background-image: url(https://www.ntwaslo.com/themes/gavias_carina/images//forum-default.png);
}

#forum thead th {
    background: #f5f5f5;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    font-size: 16px;
    padding: 15px;
}

#forum td {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1em;
}

#forum td a:hover {
    text-decoration: none;
}

#forum td.topics {
    font-weight: bold;
    text-align: center;
    width: 9%;
}

#forum td.posts {
    text-align: center;
    width: 9%;
}

#forum td.replies {
    text-align: center;
}

#forum td.forum {
    padding: 0 1em;
    width: 44%;
    padding-top: 12px;
}

#forum td.forum .name {
    background-position: left 5px;
    background-repeat: no-repeat;
    line-height: 20px;
    padding-left: 30px;
    font-size: 15px;
    font-weight: normal;
    line-height: 25px;
}

#forum td.forum .description {
    font-size: 14px;
    padding-left: 30px;
}

#forum td.title .submitted {
    font-size: 14px;
}

#forum td.icon {
    width: 5%;
}

#forum .icon div {
    background-image: url(https://www.ntwaslo.com/themes/gavias_carina/images//forum-icons.png);
    background-repeat: no-repeat;
    height: 24px;
    margin: 0 auto;
    width: 24px;
}

#forum .icon .topic-status-new {
    background-position: -24px 0;
}

#forum .icon .topic-status-hot {
    background-position: -48px 0;
}

#forum .icon .topic-status-hot-new {
    background-position: -72px 0;
}

#forum .icon .topic-status-sticky {
    background-position: -96px 0;
}

#forum .icon .topic-status-closed {
    background-position: -120px 0;
}

.page-forum #page-title {
    margin-bottom: 10px;
}

.page-forum ul.action-links {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

.page-forum ul.action-links li {
    margin-left: 0;
}

.page-forum ul.action-links li a {
    line-height: 0;
    display: inline-block;
    border: none;
    padding: 10px;
    text-transform: uppercase;
    vertical-align: middle;
}

.block {
    background: transparent;
    margin-bottom: 30px;
}

.block .block {
    margin-bottom: 0 !important;
}

.block .block-title {
    background: none;
    position: relative;
    margin: 0 0 10px;
    color: #244685;
}

.block .block-title>span {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1px;
    color: #000000;
    padding: 10px 0 15px;
    z-index: 9;
}

.block.block-system-main-block {
    margin-bottom: 0;
}

.block.block-system-breadcrumb-block {
    overflow: visible;
    margin-bottom: 20px;
}

.block.block-none,
.block.no-padding {
    background: none !important;
    padding: 0 !important;
}

.block.block-none .block-content,
.block.no-padding .block-content {
    padding: 0 !important;
}

.block.no-title {
    margin-top: 0;
    border: none;
}

.block.no-title:before {
    content: none;
}

.block.style-higlight {
    background: #34495E;
    padding-left: 20px;
    padding-right: 20px;
}

.block.style-higlight .block-title {
    border: none;
}

.block.style-higlight .block-title span:before {
    content: none;
}

.block.style-higlight .block-title h2 {
    margin: 0;
    padding: 0;
    border: none;
}

.block.style-higlight .block-title h2 span {
    padding: 10px;
    background: #4E6984;
    color: #fff;
}

.block.style-higlight .post-title a {
    color: #fff;
}

.block.style-higlight .more-link a {
    color: #fff;
    padding: 0 15px 15px;
    display: block;
}

.block.style-higlight .more-link a:hover {
    color: #244685;
}

.block#block-system-main {
    padding-top: 10px;
}

.block.block-local-tasks-block {
    margin-bottom: 0;
}

.block.no-title {
    border: none;
}

.block.no-title>.block-title,
.block.no-title>div>.block-title {
    padding: 0;
    margin: 0;
    border: none;
}

.block.no-title>.block-title:before,
.block.no-title>div>.block-title:before {
    content: none;
}

.block.block-simplenews {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    float: left;
}

.block.block-simplenews:before,
.block.block-simplenews:after {
    content: " ";
    display: table;
}

.block.block-simplenews:after {
    clear: both;
}

.block.block-simplenews .block-title {
    border: none;
    margin: 0;
    width: 40%;
    margin-bottom: -20px;
    line-height: 1;
}

@media (max-width:510px) {
    .block.block-simplenews .block-title {
        width: 100%;
        margin-bottom: 0;
    }
}

.block.block-simplenews .block-title span {
    padding: 0;
}

.block.block-simplenews .block-title span:after,
.block.block-simplenews .block-title span:before {
    display: none;
}

.block.block-simplenews .description {
    display: none;
}

.block.block-simplenews .form-item-message {
    width: 40%;
    float: left;
    padding-top: 18px;
}

@media (max-width:510px) {
    .block.block-simplenews .form-item-message {
        width: 100%;
    }
}

.block.block-simplenews #edit-mail-wrapper label {
    display: none;
}

.block.block-simplenews #edit-mail-wrapper input.form-email {
    padding: 0 20px;
    width: 40%;
    background: #fff;
    height: 45px;
    border: none;
    float: left;
    margin-left: 15px;
}

@media (max-width:510px) {
    .block.block-simplenews #edit-mail-wrapper input.form-email {
        width: 100%;
        margin-top: 15px;
        margin-left: 0;
    }
}

.block.block-simplenews .form-actions {
    float: left;
    width: 50px;
    position: relative;
}

.block.block-simplenews .form-actions:after {
    content: "\f1d8";
    font-family: "FontAwesome";
    top: 0;
    left: 0;
    width: 65px;
    height: 45px;
    z-index: 1;
    position: absolute;
    background: #244685;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
}

.block.block-simplenews .form-actions input#edit-subscribe {
    background: none;
    border: none;
    height: 45px;
    width: 65px;
    text-align: center;
    font-size: 16px;
    color: transparent;
    text-transform: uppercase;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    display: inline-block;
    position: relative;
    z-index: 2;
}

.block.block-blocktabs {
    position: relative;
}

.block.block-blocktabs .ui-widget {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
}

.block.block-blocktabs .ui-tabs-nav {
    padding: 0;
    border: none;
    background: none !important;
    display: inline-block;
    float: right;
    position: absolute;
    right: 20px;
    top: -60px;
    z-index: 99;
}

.block.block-blocktabs .ui-tabs-nav>li {
    background: none;
    padding: 0;
    margin: 0;
    border: 0;
    position: relative;
}

.block.block-blocktabs .ui-tabs-nav>li>a {
    font-size: 14px;
    text-transform: none;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}

.block.block-blocktabs .ui-tabs-nav>li:last-child>a {
    padding-right: 0;
}

.block.block-blocktabs .ui-tabs-nav>li.ui-tabs-active>a {
    color: #244685;
}

.block.block-blocktabs .blocktabs {
    border: none;
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.block.block-blocktabs .blocktabs .ui-tabs-panel {
    padding: 0 !important;
}

.block.block-blocktabs .block {
    margin-bottom: 0 !important;
}

.block.site-branding {
    margin-bottom: 0;
}

.block-local-tasks-block {
    position: relative;
    z-index: 99;
}

.drupal-tabs {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.drupal-tabs:before,
.drupal-tabs:after {
    content: " ";
    display: table;
}

.drupal-tabs:after {
    clear: both;
}

.drupal-tabs a {
    font-size: 12px;
}

.drupal-tabs .is-active a {
    color: #244685;
}

.help {
    position: relative;
    z-index: 1;
}

.help .control-panel {
    display: none;
}

body.logged-in.node--type-page .help {
    position: fixed;
    top: 300px;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 99;
    width: auto;
    min-width: 164px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

body.logged-in.node--type-page .help .container {
    width: auto !important;
}

body.logged-in.node--type-page .help.show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

body.logged-in.node--type-page .help .control-panel {
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 20px;
    left: 100%;
    margin-top: -15px;
    z-index: 11;
}

body.logged-in.node--type-page .help .control-panel:hover {
    cursor: pointer;
    color: #244685;
}

body.logged-in.node--type-page .help .drupal-tabs {
    border: none;
    width: 100%;
}

body.logged-in.node--type-page .help .drupal-tabs>li {
    float: none;
}

body.logged-in.node--type-page .help .drupal-tabs>li a {
    font-size: 12px;
}

body.logged-in.node--type-page .help .messages__wrapper {
    padding: 10px !important;
}

body.logged-in .help {
    padding: 15px 0;
}

.text-light .title {
    color: #fff !important;
}

.region-main-menu .block {
    background: transparent;
}

.region-main-menu .block .block-content {
    padding: 0;
}

.sidebar .block-menu:before,
.sidebar .block-menu:after {
    content: " ";
    display: table;
}

.sidebar .block-menu:after {
    clear: both;
}

.sidebar .block-menu ul li {
    border: none;
    margin: 0 0 10px !important;
    padding: 0 !important;
    border: none !important;
    float: left;
    width: 100%;
}

.sidebar .block-menu ul li a {
    padding: 10px 10px 10px 20px;
    display: block;
    border: 1px solid #EEEEEE;
    text-transform: none;
    font-size: 14px;
    overflow: hidden;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    position: relative;
    font-weight: 600 !important;
}

.sidebar .block-menu ul li a:after {
    content: "\f178";
    position: absolute;
    top: 10px;
    left: -20px;
    font-family: "FontAwesome";
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    color: #244685;
}

.sidebar .block-menu ul li a:hover,
.sidebar .block-menu ul li a:focus,
.sidebar .block-menu ul li a:active {
    color: #244685;
    padding-left: 40px;
}

.sidebar .block-menu ul li a:hover:after,
.sidebar .block-menu ul li a:focus:after,
.sidebar .block-menu ul li a:active:after {
    left: 20px;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.sidebar .block-menu ul li.menu-item--active-trail>a {
    color: #244685 !important;
    padding-left: 40px;
}

.sidebar .block-menu ul li.menu-item--active-trail>a:after {
    left: 20px;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.recent-comment-block .views-field-picture {
    margin-right: 10px;
}

.rtl .recent-comment-block .views-field-picture {
    margin-left: 10px;
    margin-right: inherit;
}

.recent-comment-block .views-field-title {
    margin-top: -4px;
}

.recent-comment-block .views-field-title a {
    font-weight: 700;
    text-transform: uppercase;
}

.recent-comment-block .views-field-name {
    color: #a4a4a4;
}

.recent-comment-block .views-field-name a {
    color: #a4a4a4;
}

.list-tags .view-list ul>li {
    float: left;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: inline-block;
    width: auto !important;
    padding: 0 !important;
    margin: 0 10px 10px 0 !important;
}

.list-tags .view-list ul>li a {
    padding: 6px 10px;
    display: block;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.list-tags .view-list ul>li:hover {
    background: #244685;
}

.list-tags .view-list ul>li:hover a {
    color: #fff;
}

.contact-info {
    line-height: 28px;
}

nav.breadcrumb {
    margin-bottom: 0 !important;
    background: none;
    color: #999999;
}

nav.breadcrumb ol {
    list-style: none;
    margin-bottom: 0 !important;
    padding: 0;
}

nav.breadcrumb ol:before,
nav.breadcrumb ol:after {
    content: " ";
    display: table;
}

nav.breadcrumb ol:after {
    clear: both;
}

nav.breadcrumb ol>li {
    float: left;
    font-size: 13px;
}

nav.breadcrumb ol>li a {
    color: #999999;
}

nav.breadcrumb ol>li a:hover {
    color: #244685;
}

nav.breadcrumb ol>li span {
    padding: 0 2px 0px 0px;
}

.contact-link {
    background: #244685;
    color: #fff;
    padding: 30px;
}

.contact-link .title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-link .action {
    margin-top: 20px;
}

.company-presentation {
    background: #F6F6F6;
    color: #999999;
    padding: 30px;
}

.company-presentation .title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000000;
}

.company-presentation .action {
    margin-top: 20px;
}

.block-dropdown-language .dropbutton-wrapper {
    position: relative;
}

.block-dropdown-language .dropbutton-wrapper ul.dropbutton {
    position: absolute;
    top: -5px;
    right: 0;
    display: inline-block;
    float: right;
    z-index: 9;
    padding: 5px 30px 15px 28px;
}

.block-dropdown-language .dropbutton-wrapper ul.dropbutton:after {
    content: "\f1ab";
    font-family: 'FontAwesome';
    left: 10px;
    top: 5px;
    position: absolute;
    z-index: 1;
    color: #244685;
}

.block-dropdown-language .dropbutton-wrapper ul.dropbutton>li a {
    color: #fff;
    text-align: right;
    font-size: 12px;
}

.block-dropdown-language .dropbutton-wrapper ul.dropbutton>li.dropbutton-toggle .dropbutton-arrow {
    margin-top: -7px;
    border-width: 5px;
}

.block-dropdown-language .dropbutton-wrapper.open {
    background: #fff;
}

.block-dropdown-language .dropbutton-wrapper.open ul.dropbutton {
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    background: #fff;
}

.block-dropdown-language .dropbutton-wrapper.open ul.dropbutton>li>a {
    color: #000000;
}

.block-dropdown-language .dropbutton-wrapper.open ul.dropbutton>li>a:hover {
    color: #244685 !important;
}

.block-dropdown-language .dropbutton-wrapper.open .dropbutton-arrow {
    margin-top: 1px !important;
}

.poll .poll-item {
    margin-top: 20px;
}

.poll .poll-item .heading {
    position: relative;
}

.poll .poll-item .heading .text {
    font-weight: 700;
    color: #333333;
    padding-right: 40px;
}

.poll .poll-item .heading .percent {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    font-weight: 700;
}

.poll .poll-item .bar .foreground {
    background: #244685;
}

.poll .total {
    margin-top: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.poll .choices .form-item.form-item-choice input.form-radio {
    margin: 0 !important;
}

.poll .choices .form-item.form-item-choice label {
    vertical-align: text-top;
    margin-left: 5px;
}

.block-poll ul.links {
    text-align: center;
    overflow: hidden;
    padding: 15px 0 0;
}

.block-poll ul.links li {
    display: inline-block;
    margin-right: 20px;
}

.block-poll ul.links li a {
    padding-right: 10px;
    position: relative;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.block-poll ul.links li a:after {
    content: "\f105";
    position: absolute;
    top: -1px;
    right: 0;
    font-family: "FontAwesome";
}

.block-poll ul.links li a:hover {
    padding-right: 15px;
}

.block-poll ul.links li:last-child {
    margin: 0;
}

.unslider {
    overflow: auto;
    margin: 0;
    padding: 0;
}

.unslider:hover .unslider-arrow {
    opacity: 1;
    filter: alpha(opacity=100);
}

.unslider-wrap {
    position: relative;
}

.unslider-wrap.unslider-carousel>li {
    float: left;
}

.unslider-vertical>ul {
    height: 100%;
}

.unslider-vertical>ul li {
    float: none;
    width: 100%;
}

.unslider-fade {
    position: relative;
}

.unslider-fade .unslider-wrap li {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 8;
}

.unslider-fade .unslider-wrap li.unslider-active {
    z-index: 10;
}

.unslider ul,
.unslider ol,
.unslider li {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}

.unslider-arrow {
    position: absolute;
    left: 20px;
    top: 10px;
    z-index: 2;
    cursor: pointer;
    font-size: 20px;
    opacity: 0.1;
    filter: alpha(opacity=10);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    line-height: 1;
}

.unslider-arrow.next {
    left: auto;
    right: 20px;
}

.unslider-nav ol {
    list-style: none;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 1;
    width: 100%;
}

.unslider-nav ol li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background: transparent;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -999em;
    border: 2px solid #fff;
    cursor: pointer;
}

.unslider-nav ol li.unslider-active {
    background: #244685;
    border-color: #244685;
    cursor: default;
}

.slider-button .unslider-arrow {
    bottom: 10px;
    top: auto;
}

.slider-button .unslider-nav ol {
    bottom: 10px;
    top: auto;
}

.area-main-menu .menu-toggle {
    display: none;
}

@media (min-width:992px) {
    .navigation {
        position: relative;
        clear: both;
    }
    .navigation ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .navigation .gva_menu {
        float: right;
        position: relative;
        font-size: 0;
    }
    .navigation .gva_menu li {
        position: relative;
    }
    .navigation .gva_menu li a {
        text-align: left !important;
    }
    .navigation .gva_menu li a .icaret {
        margin-left: 2px;
        border: none !important;
    }
    .navigation .gva_menu>li {
        display: inline-block;
    }
    .navigation .gva_menu>li.gva-mega-menu {
        position: static !important;
    }
    .navigation .gva_menu>li.gva-mega-menu>.sub-menu {
        width: 100%;
    }
}

@media (min-width:992px) and (min-width:991px) {
    .navigation .gva_menu>li:hover>ul.sub-menu,
    .navigation .gva_menu>li:hover div.sub-menu {
        display: block;
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .navigation .gva_menu>li:hover>a:after {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@media (min-width:992px) {
    .navigation .gva_menu>li>a {
        display: block;
        position: relative;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 24px 12px;
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
        -moz-transition: all 0.35s;
        -ms-transition: all 0.35s;
        text-align: center;
        font-family: "Raleway", sans-serif;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .navigation .gva_menu>li>a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width:992px) and (max-width:991px) {
    .navigation .gva_menu>li>a {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (min-width:992px) {
    .navigation .gva_menu>li>a:hover,
    .navigation .gva_menu>li>a:after,
    .navigation .gva_menu>li>a:active {
        color: #244685;
    }
    .navigation .gva_menu>li>a:hover:before,
    .navigation .gva_menu>li>a:after:before,
    .navigation .gva_menu>li>a:active:before {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .navigation .gva_menu>li>a.is-active {
        color: #244685;
    }
    .navigation .gva_menu>li>a.is-active:before {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .navigation .gva_menu>li.menu-item--active-trail>a {
        color: #244685 !important;
    }
    .navigation .gva_menu>li.megamenu.menu-columns-2>ul.sub-menu>li {
        width: 50%;
        float: left;
    }
    .navigation .gva_menu>li.megamenu.menu-columns-3>ul.sub-menu>li {
        width: 33.33%;
        float: left;
    }
    .navigation .gva_menu>li.megamenu.menu-columns-4>ul.sub-menu>li {
        width: 25%;
        float: left;
    }
    .navigation .gva_menu>li.megamenu.menu-columns-5>ul.sub-menu>li {
        width: 20%;
        float: left;
    }
    .navigation .gva_menu>li.menu-list ul.sub-menu {
        min-width: 250px;
    }
    .navigation .gva_menu>li.menu-list ul.sub-menu>li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .navigation .gva_menu>li.menu-list ul.sub-menu>li>a {
        padding: 10px 15px;
        text-transform: uppercase;
    }
    .navigation .gva_menu .megamenu {
        position: static;
    }
    .navigation .gva_menu .megamenu>.sub-menu {
        width: 100%;
        padding: 20px;
    }
    .navigation .gva_menu .megamenu>.sub-menu>li {
        position: static;
        padding: 0 15px;
    }
    .navigation .gva_menu .megamenu>.sub-menu>li>ul.sub-menu {
        visibility: visible;
        position: static;
        border-width: 0;
        padding: 0;
        min-width: inherit;
        width: 100%;
        background-color: transparent;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media (min-width:992px) and (min-width:991px) {
    .navigation .gva_menu .megamenu>.sub-menu>li>ul.sub-menu {
        display: block !important;
    }
}

@media (min-width:992px) {
    .navigation .gva_menu .megamenu>.sub-menu>li>ul.sub-menu li a {
        padding: 0;
        font-size: 14px;
    }
    .navigation .gva_menu .megamenu>.sub-menu>li>a {
        display: block;
        font-size: 13px;
        color: #000000;
        font-weight: 700;
        text-transform: uppercase;
        padding: 0 0 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    }
    .navigation .gva_menu .megamenu>.sub-menu>li>a:before {
        content: none;
    }
    .navigation .gva_menu .megamenu>.sub-menu>li>a:hover {
        text-indent: 0;
    }
    .navigation .gva_menu .megamenu>.sub-menu>li:hover ul {
        transform: translate(0, 0);
    }
    .navigation .gva_menu .sub-menu {
        display: none;
        position: absolute;
        min-width: 280px;
        background-color: #fff;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        z-index: 999;
        left: 0;
        padding: 15px 0;
        visibility: hidden;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
    }
    .navigation .gva_menu .sub-menu>li>a {
        display: block;
        padding-left: 20px;
        padding-right: 20px;
        line-height: 26px;
        text-decoration: none;
        font-size: 14px;
        font-weight: 400;
        text-transform: none;
        -webkit-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
    }
    .navigation .gva_menu .sub-menu>li>a:after,
    .navigation .gva_menu .sub-menu>li>a:before {
        display: none;
    }
    .navigation .gva_menu .sub-menu>li>a:hover {
        color: #244685;
    }
    .navigation .gva_menu .sub-menu>li:last-child>a {
        border-bottom: 0;
    }
    .navigation .gva_menu .sub-menu>li ul {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 250px;
        visibility: hidden;
        opacity: 0;
        filter: alpha(opacity=0);
        display: none;
        z-index: 11;
    }
}

@media (min-width:992px) and (min-width:991px) {
    .navigation .gva_menu .sub-menu>li:hover>ul {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        display: block;
        left: 100%;
    }
}

body.header-absolute .navigation ul.gva_menu>li>a {
    color: #fff !important;
}

.gva-mega-menu .block-blocktabs {
    position: relative;
}

.gva-mega-menu .block-blocktabs .ui-widget {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
}

.gva-mega-menu .block-blocktabs .ui-tabs-nav {
    padding: 0;
    position: static;
    width: 15%;
    float: left;
}

.gva-mega-menu .block-blocktabs .ui-tabs-nav>li {
    background: none;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    float: none;
    clear: both;
    padding-right: 20px;
}

.gva-mega-menu .block-blocktabs .ui-tabs-nav>li>a {
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.gva-mega-menu .block-blocktabs .ui-tabs-nav>li:last-child>a {
    padding-right: 0;
}

.gva-mega-menu .block-blocktabs .ui-tabs-nav>li.ui-tabs-active>a {
    color: #244685;
}

.gva-mega-menu .block-blocktabs .ui-tabs-panel {
    float: left;
    width: 85%;
}

.item-list ul {
    overflow: hidden;
    padding: 0;
}

.item-list ul li.view-list-item {
    margin: 0 0 30px;
    overflow: hidden;
    list-style-type: none;
}

.item-list ul li.view-list-item .post-block {
    margin: 0;
}

.item-list ul li.view-list-item:last-child {
    margin-bottom: 0;
}

.padding-small .item-list ul li.view-list-item {
    margin-bottom: 20px !important;
}

.padding-small .item-list ul li.view-list-item:last-child {
    margin-bottom: 0 !important;
}

ul[data-drupal-views-infinite-scroll-pager].pager {
    margin: 30px 0 20px;
}

ul[data-drupal-views-infinite-scroll-pager].pager a {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    border: 1px solid #244685;
    background: #244685;
    display: inline-block;
    color: #fff;
    padding: 5px 15px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

ul[data-drupal-views-infinite-scroll-pager].pager a:hover,
ul[data-drupal-views-infinite-scroll-pager].pager a:active,
ul[data-drupal-views-infinite-scroll-pager].pager a:focus {
    background: #fff;
    color: #244685;
}

.more-link {
    text-align: center;
    margin-top: 35px;
}

.more-link a {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    border: 2px solid #244685;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.more-link a:hover {
    background: #244685;
    color: #fff;
}

.views-view-grid .views-row {
    width: auto;
    clear: none;
    float: none !important;
}

.views-view-grid .views-row:last-child {
    margin-bottom: 0;
}

.post-masonry-style>div.views-col {
    margin-bottom: 10px;
}

.post-grid-1 .post-block {
    position: relative;
}

.post-grid-1 .post-block:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
}

.post-grid-1 .post-block .post-content {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: auto;
    padding: 30px;
    border-top: 0;
    bottom: 0;
    left: 0;
    color: #fff;
}

.post-grid-1 .post-block .post-meta {
    color: #fff;
    padding: 0;
}

.post-grid-1 .post-block .post-meta a {
    color: #fff !important;
}

.post-grid-1 .post-block .post-title a {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.post-grid-1 .post-block .post-body {
    position: relative;
    padding: 10px 0 0;
    margin-top: 15px;
}

.post-grid-1 .post-block .post-body:after {
    content: "";
    width: 60px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background: #244685;
    z-index: 1;
}

.post-style-grid-3 .post-block {
    margin-bottom: 30px;
}

.post-style-grid-3 .post-block .post-title {
    padding: 15px 0 0;
}

.post-style-grid-3 .post-block .post-title a {
    font-size: 14px;
    font-weight: 700;
}

.post-style-grid-3 .col-1 .post-block,
.post-style-grid-3 .col-3 .post-block {
    margin-bottom: 45px;
}

.post-style-grid-3 .col-1 .post-block .post-body,
.post-style-grid-3 .col-3 .post-block .post-body {
    display: none;
}

.post-style-grid-4 .post-block {
    margin-bottom: 30px;
}

.post-style-grid-4 .post-block .post-title {
    padding: 15px 0 0;
}

.post-style-grid-4 .col-2 .post-block,
.post-style-grid-4 .col-3 .post-block {
    margin-bottom: 30px;
}

.post-style-grid-4 .col-2 .post-block .post-body,
.post-style-grid-4 .col-3 .post-block .post-body {
    display: none;
}

.no-padding .gva-portfolio-items .row {
    margin: 0 !important;
}

.no-padding .gva-portfolio-items .isotope-items>div {
    padding: 0 !important;
}

.no-padding .gva-portfolio-items .isotope-items>div .isotope-item {
    margin-bottom: 0 !important;
}

.brand-grid .views-view-grid .views-row {
    margin-bottom: 65px;
}

.brand-grid .views-view-grid .views-row .views-field-field-image {
    text-align: center;
}

@media (max-width:767px) {
    .brand-grid .views-view-grid .views-row .views-field-field-image {
        margin-bottom: 20px;
    }
}

.category-list .item-list ul li {
    border: none;
    margin: 0 0 10px !important;
    padding: 0 !important;
    border: none !important;
}

.category-list .item-list ul li a {
    padding: 10px 10px 10px 20px;
    display: block;
    border: 1px solid #EEEEEE;
    background: #F6F6F6;
    color: #bbbbbb;
    text-transform: none;
    font-size: 13px;
    overflow: hidden;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    position: relative;
}

.category-list .item-list ul li a:after {
    content: "\f178";
    position: absolute;
    top: 10px;
    left: -20px;
    font-family: "FontAwesome";
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    color: #244685;
}

.category-list .item-list ul li a:hover,
.category-list .item-list ul li a:focus,
.category-list .item-list ul li a:active {
    color: #244685;
    padding-left: 40px;
}

.category-list .item-list ul li a:hover:after,
.category-list .item-list ul li a:focus:after,
.category-list .item-list ul li a:active:after {
    left: 20px;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.slider-gallery-v1 {
    margin-left: -3px !important;
    margin-right: -3px !important;
}

.slider-gallery-v1 .carousel-item {
    float: left;
    padding-right: 3px !important;
}

.slider-gallery-v1 img {
    -ms-transform-style: none !important;
    -webkit-transform-style: none !important;
    -o-transform-style: none !important;
    transform-style: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
}

.slider-gallery-v1 .gallery-large {
    background: #fff;
}

.slider-gallery-v1 .gallery-large img {
    width: 100%;
    height: auto;
}

.slider-gallery-v1 div>.gallery-small {
    width: 50% !important;
    background: transparent !important;
    float: left;
}

.slider-gallery-v1 div>.gallery-small .gallery-small-item {
    background: #fff;
    width: 100% !important;
    height: auto !important;
    float: left;
    clear: both;
    padding-bottom: 3px;
    margin: 0;
}

.slider-gallery-v1 div>.gallery-small .gallery-small-item:last-child {
    padding-bottom: 0;
}

.slider-gallery-v1 div>.gallery-small .gallery-small-item img {
    width: 100%;
    height: auto;
}

.small-list .item-list ul>li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 15px !important;
    padding-bottom: 15px;
}

.small-list .item-list ul>li a {
    font-size: 12px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
}

.small-list .item-list ul>li a:hover {
    color: #244685;
}

.small-list .item-list ul>li:last-child {
    border: none;
    margin-bottom: 0 !important;
    padding-bottom: 0;
}

.tags-list .item-list>ul>li {
    margin-bottom: 5px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.tags-list .item-list>ul>li a {
    background: #244685;
    font-weight: 400;
    color: #fff;
    padding: 5px 6px;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    display: inline-block;
}

.tags-list .item-list>ul>li a:hover,
.tags-list .item-list>ul>li a:focus,
.tags-list .item-list>ul>li a:active {
    color: #244685;
    background: #f5f5f5;
}

.portfolio-carousel-single .portfolio-item {
    overflow: hidden;
}

.portfolio-carousel-single .portfolio-item .image {
    text-align: center;
}

.portfolio-carousel-single .portfolio-item .image img {
    max-width: 800px;
    position: relative;
    z-index: 9;
}

.portfolio-carousel-single .portfolio-item .image .read-more {
    position: absolute;
    right: 0;
    bottom: 30px;
    z-index: 1;
    width: 300px;
    text-align: right;
}

.portfolio-carousel-single .portfolio-item .image .read-more a {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    padding-right: 40px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.portfolio-carousel-single .portfolio-item .image .read-more:after {
    content: "";
    width: 0px;
    height: 1px;
    background: #244685;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
}

.portfolio-carousel-single .portfolio-item .portfolio-content {
    position: absolute;
    top: 100px;
    left: 50px;
    z-index: 11;
}

.portfolio-carousel-single .portfolio-item .portfolio-content:after {
    content: "";
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    width: 1px;
    height: 0;
    background: #244685;
    position: absolute;
    top: -110px;
    left: 0;
}

.portfolio-carousel-single .portfolio-item .portfolio-content .category a {
    text-transform: uppercase;
    color: #244685;
    font-weight: 700;
}

.portfolio-carousel-single .portfolio-item .portfolio-content .title {
    background: rgba(255, 255, 255, 0.5);
    padding: 0 15px;
}

.portfolio-carousel-single .portfolio-item .portfolio-content .title a {
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.portfolio-carousel-single .portfolio-item .portfolio-content .category {
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
    -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
    -ms-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
    -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
    -webkit-transform: translate(0, -70%);
    -moz-transform: translate(0, -70%);
    -ms-transform: translate(0, -70%);
    -o-transform: translate(0, -70%);
    transform: translate(0, -70%);
    ms-transform: translate(0, -70%);
    opacity: 0;
    filter: alpha(opacity=0);
}

.portfolio-carousel-single .portfolio-item .portfolio-content .title {
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.9s;
    -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.9s;
    -ms-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.9s;
    -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.9s;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.9s;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    ms-transform: translate(0, -50%);
    opacity: 0;
    filter: alpha(opacity=0);
}

.portfolio-carousel-single .active-effect .portfolio-item .portfolio-content:after {
    height: 100px;
}

.portfolio-carousel-single .active-effect .portfolio-item .portfolio-content .category,
.portfolio-carousel-single .active-effect .portfolio-item .portfolio-content .title {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    ms-transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
}

.portfolio-carousel-single .active-effect .portfolio-item .image .read-more a {
    padding-right: 10px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.portfolio-carousel-single .active-effect .portfolio-item .image .read-more:after {
    width: 300px;
}

.gva-googlemap {
    position: relative;
}

.gva-googlemap .map_canvas {
    z-index: 11 !important;
}

.gva-googlemap .gm-style div {
    border: none !important;
}

.gva-googlemap .gm-style-iw {
    max-width: 590px;
}

.gva-googlemap .gm-style-iw>div {
    max-width: 100% !important;
    width: 100%;
}

.gva-googlemap .gm-style-iw div {
    height: auto !important;
    overflow: hidden;
}

.gva-googlemap .gm-style-iw div .marker {
    width: 99%;
    max-width: 590px;
    background: #fff !important;
    padding: 15px 0 5px 5px;
    margin-top: 1px;
    margin-left: 1px;
}

.gva-googlemap .gm-style-iw div .marker .image {
    width: 45%;
    float: left;
}

@media (max-width:640px) {
    .gva-googlemap .gm-style-iw div .marker .image {
        width: 100%;
    }
}

.gva-googlemap .gm-style-iw div .marker .image img {
    width: 100%;
    height: auto;
}

.gva-googlemap .gm-style-iw div .marker .info {
    float: left;
    width: 55%;
    padding-left: 20px;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}

@media (max-width:640px) {
    .gva-googlemap .gm-style-iw div .marker .info {
        width: 100%;
    }
}

.gva-googlemap .gm-style-iw div .marker .info h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
    margin-top: 10px;
}

.gva-googlemap .gm-style-iw div .marker .info p {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

.gva-googlemap .gm-style-iw div .marker .info .link-visit {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #244685;
    -webkit-transition: color 0.35s;
    -o-transition: color 0.35s;
    transition: color 0.35s;
    -moz-transition: color 0.35s;
    -ms-transition: color 0.35s;
}

.gva-googlemap .gm-style-iw div .marker .info .link-visit:hover {
    color: #000000;
}

.gva-googlemap .makers {
    padding: 30px;
    background: #f5f5f5;
}

.gva-googlemap .makers .row {
    margin-bottom: 30px;
}

@media (max-width:991px) {
    .gva-googlemap .makers .row {
        margin-bottom: 0;
    }
}

.gva-googlemap .makers .row:last-child {
    margin-bottom: 0;
}

.gva-googlemap .makers .maker-item-inner {
    font-size: 14px;
    margin-top: 0;
}

@media (max-width:991px) {
    .gva-googlemap .makers .maker-item-inner {
        margin-bottom: 20px;
    }
}

.gva-googlemap .makers .maker-item-inner .left {
    width: 30px;
    height: auto;
    float: left;
}

.gva-googlemap .makers .maker-item-inner .left .icon {
    font-size: 24px;
    margin-top: 5px;
    color: #000000;
}

.gva-googlemap .makers .maker-item-inner .right {
    padding-left: 30px;
    line-height: 24px;
}

.gva-googlemap .makers .maker-item-inner .right h3 {
    font-size: 16px;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 5px;
}

.gva-googlemap .makers .maker-item-inner .right h3:hover {
    cursor: pointer;
    color: #244685;
}

.gva-googlemap .makers .maker-item-inner:hover,
.gva-googlemap .makers .maker-item-inner.active {
    cursor: pointer;
}

.gva-googlemap .makers .maker-item-inner:hover h3,
.gva-googlemap .makers .maker-item-inner.active h3 {
    color: #244685;
}

.gva-googlemap .makers .maker-item-inner:hover .icon,
.gva-googlemap .makers .maker-item-inner.active .icon {
    color: #244685;
    -webkit-animation: bounce 800ms ease-out;
    -moz-animation: bounce 800ms ease-out;
    -o-animation: bounce 800ms ease-out;
    animation: bounce 800ms ease-out;
}

.banner-grid .views-view-grid>div {
    padding: 15px;
    margin: 15px 0;
}

.block.block-gavias-blockbuilder {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.block.block-gavias-blockbuilder ul>li {
    list-style: none;
}

.gbb-row-wrapper .icon-row {
    color: #244685;
}

.container {
    max-width: 100%;
}

.container .container {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.bb-container.full-screen {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.bb-container.full-screen .bb-inner {
    padding: 0 !important;
}

.bb-container.full-screen>.row {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.gbb-row.gsc-equal-height .row-wrapper {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gbb-row.gsc-equal-height .row-wrapper::before,
.gbb-row.gsc-equal-height .row-wrapper::after {
    display: none;
}

.gbb-row.gsc-equal-height .row-wrapper>.gsc-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.gbb-row.gsc-equal-height .row-wrapper>.gsc-column .column-inner {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.gbb-row.gsc-equal-height .row-wrapper>.gsc-column .column-inner::before,
.gbb-row.gsc-equal-height .row-wrapper>.gsc-column .column-inner::after {
    content: " ";
    display: table;
}

.gbb-row.gsc-equal-height .row-wrapper>.gsc-column .column-inner::after {
    clear: both;
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .gbb-row.gsc-equal-height .row-wrapper>.gsc-column .column-inner>* {
        min-height: 1em;
    }
}

.gbb-row.gsc-equal-height .column-content-inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gbb-row.gsc-equal-height .content-top .column-content-inner {
    top: 20px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.gbb-row.row-border .row-wrapper>.gsc-column:after {
    content: '';
    width: 1px;
    height: 100px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -50px;
    z-index: 1;
    background: rgba(255, 255, 255, 0.2);
}

.gbb-row.row-border .row-wrapper>.gsc-column:last-child:after {
    display: none !important;
}

.gbb-row.row-border .row-wrapper>.gsc-column[class*='col-lg-12']:after {
    display: none;
}

.grid-small .container {
    max-width: 900px;
    margin: 0 auto;
}

.gavias-blockbuilder-content {
    position: relative;
}

.gavias-blockbuilder-content .link-edit-blockbuider {
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50px;
    left: 0px;
    z-index: 99;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
    background: #244685;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    display: inline-block;
    padding: 10px;
}

.gavias-blockbuilder-content .link-edit-blockbuider:hover,
.gavias-blockbuilder-content .link-edit-blockbuider:focus,
.gavias-blockbuilder-content .link-edit-blockbuider:active {
    color: #fff;
}

@media (max-width:991px) {
    .gbb-row[style*="padding-top"] {
        padding-top: 30px !important;
    }
    .gbb-row[style*="padding-bottom"] {
        padding-bottom: 30px !important;
    }
}

.gbb-row .bb-inner {
    padding-top: 70px;
    padding-bottom: 70px;
}

@media (max-width:991px) {
    .gbb-row .bb-inner {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}

.gbb-row .bb-inner.remove_margin {
    margin: 0 !important;
}

.gbb-row .bb-inner.remove_padding {
    padding: 0 !important;
}

.gbb-row .bb-inner.remove_padding_col .bb-container .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.gbb-row .bb-inner.remove_padding_col .bb-container .row>.row-wrapper>div.gsc-column {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.gbb-row .bb-inner.remove_padding_top {
    padding-top: 0 !important;
}

.gbb-row .bb-inner.remove_padding_bottom {
    padding-bottom: 0 !important;
}

.widget {}

.widget.gsc-block-drupal.hidden-title-off .block-inner .block-title h2 {
    display: none !important;
}

.widget.gsc-block-drupal.title-align-center .block-title {
    text-align: center;
}

.widget.gsc-block-drupal.title-align-left .block-title {
    text-align: left;
}

.widget.gsc-block-drupal.title-align-right .block-title {
    text-align: right;
}

.widget.gsc-block-drupal.text-light div {
    color: #fff;
}

.widget.gsc-block-drupal.text-light .block-inner .block-title {
    color: #fff;
}

.widget.gsc-block-drupal.text-light .block-inner .block-content *,
.widget.gsc-block-drupal.text-light .block-inner .block-content div {
    color: #fff;
}

.widget.gsc-block-drupal.text-light .block-inner .block-content *:after,
.widget.gsc-block-drupal.text-light .block-inner .block-content *:before,
.widget.gsc-block-drupal.text-light .block-inner .block-content div:after,
.widget.gsc-block-drupal.text-light .block-inner .block-content div:before {
    color: rgba(255, 255, 255, 0.2);
}

.widget.gsc-block-drupal.remove-margin-on .block {
    margin-bottom: 0 !important;
}

.widget.gsc-heading {
    padding: 5px 0 30px;
    display: block;
    width: 100%;
}

.widget.gsc-heading:before,
.widget.gsc-heading:after {
    content: " ";
    display: table;
}

.widget.gsc-heading:after {
    clear: both;
}

.widget.gsc-heading .title {
    font-weight: 400;
    margin: 0;
    position: relative;
    color: #000000;
    font-size: 34px;
    padding-bottom: 10px;
    text-transform: none;
}

.widget.gsc-heading .title strong {
    color: #244685 !important;
}

.widget.gsc-heading .sub-title {
    font-size: 14px;
    color: #244685;
}

.widget.gsc-heading .title-icon {
    color: #244685;
}

.widget.gsc-heading .title-icon i {
    font-size: 22px;
}

.widget.gsc-heading .title-icon i.fa {
    margin-top: 5px;
}

.widget.gsc-heading .title-icon span {
    position: relative;
    padding: 0 5px;
}

.widget.gsc-heading .title-desc {
    max-width: 700px;
    margin: 0 auto;
    line-height: 28px;
    font-family: "Georgia";
    font-size: 15px;
    font-style: italic;
    color: #999999;
}

.widget.gsc-heading.align-center {
    text-align: center;
}

.widget.gsc-heading.align-center .title-icon {
    color: #244685;
    margin-bottom: 10px;
}

.widget.gsc-heading.align-center .title-icon span {
    width: 60px;
    height: 60px;
    background: #fff;
    position: relative;
    padding: 15px;
    display: inline-block;
    line-height: 28px;
    -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.widget.gsc-heading.align-left {
    text-align: left;
}

.widget.gsc-heading.align-left .title-desc {
    float: left;
}

.widget.gsc-heading.align-right {
    text-align: right;
}

.widget.gsc-heading.align-right .title-desc {
    float: right;
}

.widget.gsc-heading.style-1 .title span {
    color: #233141;
}

.widget.gsc-heading.style-1.text-light .title span {
    color: #fff;
}

.widget.gsc-heading.style-2 {
    padding: 10px 0 20px;
}

.widget.gsc-heading.style-2 .line {
    display: none;
}

.widget.gsc-heading.style-2 .title {
    color: #000000;
    background: none;
}

.widget.gsc-heading.style-2 .title strong {
    color: #244685;
    font-weight: 600;
}

.widget.gsc-heading.style-2.align-left {
    padding-right: 15px;
}

.widget.gsc-heading.style-3 {
    padding: 10px 0 30px;
    max-width: 700px;
    margin: 0 auto;
}

.widget.gsc-heading.style-3 .title {
    font-size: 36px;
    text-transform: none;
    letter-spacing: 0;
    line-height: 48px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 5px;
}

.widget.gsc-heading.style-3 .title:after {
    content: "";
    width: 60px;
    height: 2px;
    background: #244685;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}

.widget.gsc-heading.style-3 .title-desc {
    padding-top: 10px;
}

.widget.gsc-heading.style-3.align-center .title:after {
    left: 50%;
    margin-left: -30px;
}

.widget.gsc-heading.style-3.align-right .title:after {
    right: 0;
    left: auto;
}

.widget.gsc-heading.style-3.text-light .title-desc {
    color: #fff !important;
}

.widget.gsc-heading.style-3.text-light .title:after {
    background: #fff;
}

.widget.gsc-heading.style-4 {
    padding: 30px 0;
    max-width: 600px;
}

.widget.gsc-heading.style-4 .title-desc {
    font-size: 16px;
}

.widget.text-light .title-sub {
    color: #fff;
}

.widget.text-light .title {
    color: #fff;
}

.widget.text-light .title-sub span {
    color: rgba(255, 255, 255, 0.9);
}

.widget.text-light .title-icon span:after,
.widget.text-light .title-icon span:before {
    background: rgba(255, 255, 255, 0.1);
}

.widget.text-light .title-desc {
    color: #CCCCCC;
}

.widget.gsc-call-to-action .title {
    font-weight: 400;
}

.widget.gsc-call-to-action .sub-title {
    font-size: 15px;
    font-style: italic;
    letter-spacing: 0.5px;
}

.widget.gsc-call-to-action.button-right {
    position: relative;
}

.widget.gsc-call-to-action.button-right .title {
    margin: 0 !important;
}

.widget.gsc-call-to-action.button-right .content {
    padding-right: 120px;
}

.widget.gsc-call-to-action.button-right .content p {
    margin: 0;
}

.widget.gsc-call-to-action.button-right .button-action {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.widget.gsc-call-to-action.button-left {
    position: relative;
    text-align: right;
}

.widget.gsc-call-to-action.button-left .title {
    margin: 0 !important;
}

.widget.gsc-call-to-action.button-left .content {
    padding-left: 120px;
}

.widget.gsc-call-to-action.button-left .content p {
    margin: 0;
}

.widget.gsc-call-to-action.button-left .button-action {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.widget.gsc-call-to-action.button-bottom {
    padding: 30px 0;
}

.widget.gsc-call-to-action.button-bottom .title {
    font-size: 32px;
    position: relative;
    padding-bottom: 20px;
    margin-top: 0;
    line-height: 44px;
}

.widget.gsc-call-to-action.button-bottom .desc {
    font-size: 14px;
}

.widget.gsc-call-to-action.button-bottom .button-action {
    margin-top: 30px;
}

.widget.gsc-call-to-action.button-center {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
    margin-bottom: 0 !important;
    text-align: center;
    margin: 0 auto;
}

.widget.gsc-call-to-action.button-center .title {
    font-size: 36px;
    position: relative;
    margin-bottom: 8px;
    margin-top: 8px;
}

.widget.gsc-call-to-action.button-center .desc {
    font-size: 16px;
}

.widget.gsc-call-to-action.button-center .button-action {
    margin-top: 20px;
}

.widget.gsc-call-to-action.has-background {
    padding: 35px;
    margin-bottom: 30px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.widget.gsc-call-to-action.has-background .title {
    margin-bottom: 0;
    padding-bottom: 15px;
    font-size: 20px;
}

.widget.gsc-call-to-action.has-background .title:after {
    display: none;
}

.widget.gsc-call-to-action.has-background.button-right .button-action {
    right: 30px;
}

.widget.gsc-call-to-action.text-light .content {
    color: #fff;
}

.widget.gsc-call-to-action.text-light .content .title span {
    color: #fff;
    background: none !important;
    background-clip: content-box;
    -webkit-background-clip: content-box;
    -webkit-text-fill-color: #fff;
}

.widget.gsc-call-to-action.text-light .content .desc * {
    color: #fff;
}

.widget.gsc-call-to-action.text-light .sub-title {
    color: #fff;
}

.widget.gsc-team .social-icons a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    color: #fff;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.widget.gsc-team .social-icons a:hover {
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
}

.widget.gsc-team .team-name {
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 0 15px;
    position: relative;
    font-weight: 700;
    margin: 0;
    letter-spacing: 1px;
}

.widget.gsc-team .team-position {
    text-transform: capitalize;
    color: #244685;
    font-weight: 400;
    font-size: 13px;
}

.widget.gsc-team .team-info {
    margin: 15px 0;
}

.widget.gsc-team.team-horizontal {
    margin-top: 50px;
}

.widget.gsc-team.team-horizontal .team-header {
    position: relative;
    overflow: hidden;
}

.widget.gsc-team.team-horizontal .team-header img {
    -webkit-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s;
    -moz-transition: all 3s;
    -ms-transition: all 3s;
    display: inline-block;
}

.widget.gsc-team.team-horizontal .team-header .box-hover {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.widget.gsc-team.team-horizontal .team-header .box-hover .content-inner {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 20px;
}

.widget.gsc-team.team-horizontal .team-header .social-list a {
    background: none;
    color: #fff !important;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    margin-right: 20px;
    display: inline-block;
    font-size: 16px;
}

.widget.gsc-team.team-horizontal .team-header .social-list a:last-child {
    margin-right: 0;
}

.widget.gsc-team.team-horizontal .team-header .social-list a:hover {
    color: #244685 !important;
}

.widget.gsc-team.team-horizontal .team-name {
    font-size: 14px;
    margin: 0 0 12px 0;
    text-transform: uppercase;
    padding: 0 0 12px;
    position: relative;
    font-weight: 800;
}

.widget.gsc-team.team-horizontal .team-name:after {
    bottom: 0;
    left: 0;
    content: "";
    background: #244685;
    width: 45px;
    height: 1px;
    position: absolute;
}

.widget.gsc-team.team-horizontal:hover .box-hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.widget.gsc-team.team-horizontal:hover .team-header img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.widget.gsc-team.team-vertical {
    margin-bottom: 30px;
    position: relative;
    background: none;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.widget.gsc-team.team-vertical .team-header {
    overflow: hidden;
    position: relative;
}

.widget.gsc-team.team-vertical .team-header img {
    -webkit-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s;
    -moz-transition: all 3s;
    -ms-transition: all 3s;
    display: inline-block;
}

.widget.gsc-team.team-vertical .social-list a {
    background: none;
    color: #fff !important;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    margin-right: 20px;
    display: inline-block;
    font-size: 16px;
}

.widget.gsc-team.team-vertical .social-list a:last-child {
    margin-right: 0;
}

.widget.gsc-team.team-vertical .social-list a:hover {
    color: #000000 !important;
}

.widget.gsc-team.team-vertical .team-name {
    padding: 0;
    color: #fff;
}

.widget.gsc-team.team-vertical .team-position {
    color: #fff;
}

.widget.gsc-team.team-vertical .team-content {
    color: #fff;
}

.widget.gsc-team.team-vertical .box-hover {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.widget.gsc-team.team-vertical .box-hover .team-content {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.widget.gsc-team.team-vertical .team-body {
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.widget.gsc-team.team-vertical .team-body .content-hover {
    opacity: 0;
    filter: alpha(opacity=0);
}

.widget.gsc-team.team-vertical .team-body .info {
    padding: 20px 15px;
    position: relative;
    margin-top: -35px;
    margin-left: 15px;
    margin-right: 15px;
    z-index: 99;
    background: #244685;
}

.widget.gsc-team.team-vertical:hover .box-hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.widget.gsc-team.team-circle .team-header,
.widget.gsc-team.team-circle .box-hover {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.widget.gsc-chart {
    text-align: center;
}

.widget.gsc-chart .chart-inner {
    padding: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    display: inline-block;
}

.widget.gsc-chart .easyPieChart {
    font-size: 24px;
    font-weight: 400;
    position: relative;
    text-align: center;
    display: inline-block;
}

.widget.gsc-chart .easyPieChart:last-child {
    margin-right: 0;
}

.widget.gsc-chart .easyPieChart span {
    line-height: 20px;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #244685;
    font-style: italic;
}

.widget.gsc-chart .easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.widget.gsc-chart .content {
    text-align: center;
}

.widget.gsc-chart .content>div {
    display: block;
}

.widget.gsc-chart .content .icon {
    font-size: 25px;
    margin-top: 5px;
}

.widget.gsc-chart .content .title {
    text-transform: none;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: "Raleway", sans-serif;
}

.widget.gsc-icon-box {
    margin-bottom: 45px;
    position: relative;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.widget.gsc-icon-box .highlight_content {
    margin-top: 10px;
}

.widget.gsc-icon-box .highlight_content .title {
    font-size: 18px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    color: #000000;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

.widget.gsc-icon-box .desc {
    font-size: 14px;
}

.widget.gsc-icon-box .highlight-icon .icon-container {
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    text-align: center;
    line-height: 1;
}

.widget.gsc-icon-box .highlight-icon .icon-container.fa-stack {
    line-height: 2.2em;
}

.widget.gsc-icon-box .highlight-icon .icon-container.fa-4x {
    font-size: 36px;
    width: 3em;
    height: 3em;
    line-height: 3em;
}

.widget.gsc-icon-box .highlight-icon .icon-container.text-theme[class*="border-"] {
    border-color: #244685;
}

.widget.gsc-icon-box .highlight-icon .icon-container.text-white[class*="border-"] {
    border-color: #fff;
}

.widget.gsc-icon-box .highlight-icon .icon-container.text-black[class*="border-"] {
    border-color: #000000;
}

.widget.gsc-icon-box.box-shadow-1 .highlight-icon {
    padding: 10px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.widget.gsc-icon-box.top-center {
    text-align: center;
}

.widget.gsc-icon-box.top-center .highlight-icon {
    text-align: center;
}

.widget.gsc-icon-box.top-center .highlight_content {
    text-align: center;
}

.widget.gsc-icon-box.top-center .highlight_content .desc {
    text-align: center;
    font-weight: 400;
    text-transform: normal;
    font-size: 14px;
}

.widget.gsc-icon-box.top-left {
    text-align: left;
}

.widget.gsc-icon-box.top-right {
    text-align: right;
}

.widget.gsc-icon-box.top-left-title .title-inner,
.widget.gsc-icon-box.top-right-title .title-inner {
    display: table;
    margin-bottom: 15px;
}

.widget.gsc-icon-box.top-left-title .title-inner .highlight-icon,
.widget.gsc-icon-box.top-right-title .title-inner .highlight-icon {
    display: table-cell;
    vertical-align: bottom;
}

.widget.gsc-icon-box.top-left-title .title-inner .title,
.widget.gsc-icon-box.top-right-title .title-inner .title {
    display: table-cell;
    vertical-align: middle;
}

.widget.gsc-icon-box.top-left-title .highlight-icon {
    padding-right: 15px;
}

.widget.gsc-icon-box.top-right-title {
    text-align: right;
}

.widget.gsc-icon-box.top-right-title:before,
.widget.gsc-icon-box.top-right-title:after {
    content: " ";
    display: table;
}

.widget.gsc-icon-box.top-right-title:after {
    clear: both;
}

.widget.gsc-icon-box.top-right-title .title-inner {
    float: right;
}

.widget.gsc-icon-box.top-right-title .highlight-icon {
    padding-left: 15px;
}

.widget.gsc-icon-box.top-right-title .desc {
    float: right;
    width: 100%;
}

.widget.gsc-icon-box.right,
.widget.gsc-icon-box.left {
    display: table;
}

.widget.gsc-icon-box.right .highlight-icon,
.widget.gsc-icon-box.left .highlight-icon {
    display: table-cell;
    vertical-align: top;
    padding-top: 10px;
}

.widget.gsc-icon-box.right .highlight_content,
.widget.gsc-icon-box.left .highlight_content {
    display: table-cell;
    vertical-align: top;
}

.widget.gsc-icon-box.right {
    text-align: right;
}

.widget.gsc-icon-box.right .highlight-icon {
    padding-left: 15px;
}

.widget.gsc-icon-box.left {
    text-align: left;
}

.widget.gsc-icon-box.left .highlight-icon {
    padding-right: 15px;
}

.widget.gsc-icon-box.text-light .title {
    color: #fff;
}

.widget.gsc-icon-box.text-light .title a {
    color: #fff;
}

.widget.gsc-icon-box.text-light .desc {
    color: #fff;
}

.widget.gsc-icon-box.box-background {
    padding: 30px 30px 30px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
}

.widget.gsc-icon-box.box-background.active,
.widget.gsc-icon-box.box-background:hover,
.widget.gsc-icon-box.box-background:focus,
.widget.gsc-icon-box.box-background:active {
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.widget.gsc-video-box {
    position: relative;
    margin: 0 auto;
}

.widget.gsc-video-box .video-inner {
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
    position: relative;
}

.widget.gsc-video-box .video-inner .gsc-video-link {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -45px;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.widget.gsc-video-box .video-inner .gsc-video-link .icon-play {
    background: url(https://www.ntwaslo.com/themes/gavias_carina/images//icon-play.png) no-repeat center center transparent;
    width: 85px;
    height: 85px;
    display: inline-block;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.widget.gsc-video-box .video-inner .gsc-video-link .icon-play:hover {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.widget.gsc-video-box .video-inner .gsc-video-link .video-title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.widget.gsc-video-box .video-inner #gsc-video-overlay {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
    top: 0;
    left: 0;
}

.widget.gsc-video-box .video-inner #gsc-video-overlay:hover .video-close {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0;
}

.widget.gsc-video-box .video-inner .loaded {
    max-width: 100%;
}

.widget.gsc-video-box .video-inner .video-close {
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    display: block;
    text-align: center;
    position: absolute;
    top: -50px;
    width: 100%;
    height: 30px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    font-size: 48px;
    font-weight: 900;
    line-height: 0.5;
    z-index: 999;
    opacity: 0;
    filter: alpha(opacity=0);
}

.widget.gsc-video-box .video-content {
    text-align: center;
    max-width: 600px;
    margin: 20px auto 0;
}

.widget.gsc-video-box .video-content .video-title {
    font-size: 18px;
    color: #000000;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
}

.widget.milestone-block {
    display: inline-block;
    margin-right: 50px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.widget.milestone-block .milestone-icon {
    float: left;
    text-align: center;
    position: relative;
}

.widget.milestone-block .milestone-icon span {
    font-size: 20px;
    color: #666666;
}

.widget.milestone-block .milestone-number {
    font-size: 34px;
    line-height: 30px;
    font-weight: 700;
    margin: 15px 0;
}

.widget.milestone-block .milestone-text {
    font-size: 14px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
}

.widget.milestone-block.position-icon-top {
    text-align: center;
    display: block;
    width: 100%;
    padding: 30px 0;
}

.widget.milestone-block.position-icon-top .milestone-icon {
    display: inline-block;
    text-align: center;
    float: none;
    margin: 0;
}

.widget.milestone-block.position-icon-top .milestone-icon span.fa {
    padding-top: 3px;
}

.widget.milestone-block.position-icon-top .milestone-right {
    display: block;
    text-align: center;
    float: none;
    width: 100%;
    margin-top: 10px;
}

.widget.milestone-block.position-icon-left .milestone-icon {
    float: left;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    margin-right: 9px;
    margin-bottom: 4px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    position: relative;
    padding-top: 0px;
}

.widget.milestone-block.position-icon-left .milestone-icon span {
    font-size: 38px !important;
    color: #244685;
}

.widget.milestone-block.position-icon-left .milestone-right {
    float: left;
    text-align: left;
    padding-left: 15px;
    margin-left: 5px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.widget.milestone-block.position-icon-left .milestone-number {
    font-size: 24px;
    line-height: 26px;
    font-weight: 300;
    margin: 0;
}

.widget.milestone-block.position-icon-left .milestone-text {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}

.widget.milestone-block[style*="background-color"] {
    padding: 50px 20px;
}

@media (max-width:991px) {
    .widget.milestone-block[style*="background-color"] {
        padding: 30px 20px;
    }
}

.widget.milestone-block.text-light .milestone-number,
.widget.milestone-block.text-light .milestone-text {
    color: #fff !important;
}

.widget.milestone-block.text-light .milestone-icon span {
    border-color: #fff;
    color: #fff;
}

.widget.gsc-progress {
    position: relative;
}

.widget.gsc-progress.text-light .progress-label {
    color: #fff;
}

.gsc-box-parallax {
    position: relative;
    margin-bottom: 80px;
}

.gsc-box-parallax .col-first {
    width: 65%;
    float: right;
}

@media (max-width:991px) {
    .gsc-box-parallax .col-first {
        width: 100% !important;
    }
}

.gsc-box-parallax .col-second {
    padding: 35px;
    background: #fff;
    position: absolute;
    width: 50%;
    height: auto;
    z-index: 9;
    height: 80%;
    left: 0;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.gsc-box-parallax .col-second .content-inner {
    position: relative;
}

@media (max-width:991px) {
    .gsc-box-parallax .col-second {
        width: 100% !important;
        position: static !important;
        height: auto !important;
        float: left;
    }
    .gsc-box-parallax .col-second:before,
    .gsc-box-parallax .col-second:after {
        content: " ";
        display: table;
    }
    .gsc-box-parallax .col-second:after {
        clear: both;
    }
}

.gsc-box-parallax .content-inner .subtitle {
    font-size: 15px;
    color: #999999;
    font-weight: 700;
    font-style: italic;
}

.gsc-box-parallax .content-inner .title span {
    font-size: 30px;
    margin-bottom: 15px;
    color: #233141;
    font-family: "Raleway", sans-serif;
    line-height: 44px;
    display: inline-block;
}

.gsc-box-parallax .content-inner .readmore {
    margin-top: 30px;
}

.gsc-box-parallax.content-align-right .col-first {
    float: left;
    text-align: right;
}

.gsc-box-parallax.content-align-right .col-second {
    right: 0;
    left: auto;
}

.gsc-box-parallax.style-1 .col-first {
    text-align: center !important;
    width: 55%;
}

.gsc-box-parallax.style-1 .col-second {
    width: 55%;
}

.gsc-box-parallax.style-1 .title {
    margin-top: 10px;
}

.gsc-box-parallax.style-1 .title span {
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
}

.gsc-box-color {
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background: #fff;
    margin-top: 50px;
    -webkit-box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.1);
}

.gsc-box-color .box-title {
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
    color: #000000;
    margin-bottom: 5px;
}

.gsc-box-color .number {
    font-size: 60px;
    font-weight: 700;
    position: absolute;
    bottom: 100%;
    line-height: 45px;
    text-align: center;
    width: 100%;
    left: 0;
    color: #244685;
}

.gsc-box-color .icon {
    padding: 15px 0 0;
    text-align: center;
    color: #244685;
    font-size: 36px;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    position: relative;
    -webkit-box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.1);
}

.gsc-box-color .content {
    padding: 0 20px 20px;
    text-align: center;
}

.gsc-hover-background {
    position: relative;
    background: #F5F5F5;
    padding: 85px 0;
    margin-bottom: 30px;
}

.gsc-hover-background .front {
    text-align: center;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.gsc-hover-background .front .icon {
    line-height: 1;
    font-size: 42px;
    color: #244685;
}

.gsc-hover-background .front h2 {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    margin-top: 15px;
    letter-spacing: -1px;
}

.gsc-hover-background .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -webkit-background-size: cover !important;
    -o-background-size: cover !important;
    -ms-background-size: cover !important;
    background-size: cover !important;
}

.gsc-hover-background .back:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    position: absolute;
}

.gsc-hover-background .back .content {
    color: #fff;
    padding: 10px 30px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    display: inline-block;
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
}

.gsc-hover-background .back .content .content-text {
    font-size: 15px;
    color: #fff;
    padding-bottom: 15px;
}

.gsc-hover-background:hover .front {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0);
}

.gsc-hover-background:hover .back {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.gsc-quote {
    position: relative;
    padding-top: 125px;
}

.gsc-quote:after {
    position: absolute;
    content: "";
    background: url(https://www.ntwaslo.com/themes/gavias_carina/images//testimonial-icon.png) no-repeat center center transparent;
    width: 30px;
    height: 30px;
    left: 0;
    top: 50px;
    z-index: 1;
}

.gsc-quote .content {
    line-height: 28px;
}

.gsc-quote .signature {
    margin-top: 60px;
}

.gsc-quote .position {
    margin-top: 25px;
}

.gsc-quote-text {
    position: relative;
    padding: 30px 30px 30px 70px;
}

.gsc-quote-text .icon {
    position: absolute;
    left: 20px;
    top: 30px;
    z-index: 1;
    font-size: 20px;
    color: #244685;
}

.gsc-quote-text .content {
    line-height: 30px;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #999999;
}

.gsc-quote-text.has-border {
    border: 2px solid rgba(0, 0, 0, 0.1);
}

.gsc-tabs .tabs_wrapper.tabs_horizontal .nav-tabs {
    margin: 5px 0;
    padding: 10px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.gsc-tabs .tabs_wrapper.tabs_horizontal .tab-content {
    margin-top: 20px;
}

.gsc-tabs .tabs_wrapper.tabs_horizontal .tab-content .tab-pane {
    background: #fff;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs {
    width: 25%;
    float: left;
}

.gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs>li {
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    background: #fff;
    display: block;
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0;
    padding-right: 0;
}

.gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs>li a {
    width: 100%;
}

.gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs>li:last-child {
    margin-bottom: 0;
}

.gsc-tabs .tabs_wrapper.tabs_vertical .tab-content {
    width: 75%;
    float: left;
    padding-left: 15px;
}

.gsc-tabs .tabs_wrapper.tabs_vertical .tab-content .tab-pane {
    background: #fff;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.gsc-gmap {
    position: relative;
}

.gsc-gmap.style-1 {
    margin-bottom: -10px;
}

.gsc-gmap.style-1 iframe {
    width: 100% !important;
    pointer-events: none;
}

.gsc-gmap.style-1 .info-inner {
    padding: 45px 30px;
    position: absolute;
    top: 100px;
    bottom: 100px;
    left: 20%;
    width: 375px;
    z-index: 99;
    background: #fff;
}

@media (max-width:1199px) {
    .gsc-gmap.style-1 .info-inner {
        left: 15%;
    }
}

@media (max-width:991px) {
    .gsc-gmap.style-1 .info-inner {
        position: static;
    }
}

.gsc-gmap.style-1 .info-inner .info-item {
    margin-bottom: 15px;
}

.gsc-gmap.style-2 {
    margin-top: 100px;
}

@media (max-width:991px) {
    .gsc-gmap.style-2 {
        margin-top: 30px;
    }
}

.gsc-gmap.style-2 .info-inner {
    padding: 60px 75px 60px 35px;
    position: absolute;
    top: -70px;
    bottom: -70px;
    width: 360px;
    z-index: 99;
    border: 5px solid #244685;
    z-index: 9;
}

@media (max-width:991px) {
    .gsc-gmap.style-2 .info-inner {
        margin: 20px 0;
        position: static;
        width: 100%;
        float: left;
    }
}

.gsc-gmap.style-2 .map-content {
    position: relative;
    z-index: 99;
    width: 65%;
    float: right;
}

@media (max-width:991px) {
    .gsc-gmap.style-2 .map-content {
        position: static;
        width: 100%;
    }
}

.gsc-gmap.style-2 .map-content iframe {
    width: 100%;
    pointer-events: none;
}

.gsc-button {
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    border: 2px solid transparent;
    margin-bottom: 20px;
    display: inline-block;
    clear: both;
}

.gsc-button.radius-2x {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.gsc-button.radius-5x {
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}

.gsc-button.mini {
    font-size: 10px;
    padding: 3px 10px;
}

.gsc-button.small {
    font-size: 10px;
    padding: 8px 15px;
}

.gsc-button.medium {
    font-size: 12px;
    padding: 12px 35px;
}

.gsc-button.large {
    font-size: 14px;
    padding: 18px 60px;
}

.gsc-button.extra-large {
    font-size: 14px;
    padding: 20px 60px;
}

.gsc-accordion .panel-body {
    padding-left: 0;
    padding-right: 0;
}

.gsc-accordion .panel-group.skin-default .panel {
    padding: 0;
    margin-bottom: 30px !important;
    background: none;
}

.gsc-accordion .panel-group.skin-default .panel-heading {
    background: #fff !important;
    padding: 15px 20px !important;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.02);
}

.gsc-accordion .panel-group.skin-default .panel-heading a {
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
}

.gsc-accordion .panel-group.skin-default .panel-heading a:not(.collapsed) {
    color: #244685;
}

.gsc-accordion .panel-group.skin-default .panel-body {
    padding: 30px 0 0;
}

.gsc-accordion .panel-group.skin-dark {
    background: #FAFAFA;
}

.gsc-accordion .panel-group.skin-dark .panel {
    background: #FAFAFA;
    border-bottom: 1px solid #e2e2e2 !important;
}

.gsc-accordion .panel-group.skin-dark .panel .panel-title {
    background: #FAFAFA !important;
}

.gsc-accordion .panel-group.skin-dark .panel .panel-title a {
    background: none !important;
}

.gsc-accordion .panel-group.skin-dark .panel:last-child {
    border-bottom: none !important;
}

.gsc-accordion .panel-group.skin-white-border {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.gsc-accordion .panel-group.skin-white-border .panel {
    padding: 0 0 15px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    margin-bottom: 18px !important;
}

.gsc-accordion .panel-group.skin-white-border .panel .panel-title a {
    padding-left: 24px;
    font-size: 13px;
    text-transform: uppercase;
}

.gsc-accordion .panel-group.skin-white-border .panel .panel-title a:after {
    left: 0;
}

.gsc-accordion .panel-group.skin-white-border .panel .panel-body {
    padding-top: 10px;
}

.gsc-accordion .panel-group.skin-white-border .panel:last-child {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.service-timeline {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.service-timeline .hentry {
    position: relative;
}

.service-timeline .hentry .icon {
    font-size: 22px;
    color: #244685;
    position: relative;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.service-timeline .hentry .hentry-box {
    -webkit-box-shadow: 0 10px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 30px;
}

@media (max-width:991px) {
    .service-timeline .hentry {
        padding-left: 70px !important;
    }
    .service-timeline .hentry .icon {
        left: 0 !important;
    }
}

@media (max-width:767px) {
    .service-timeline .hentry .content-inner {
        padding-left: 15px !important;
    }
}

.service-timeline:before {
    background: rgba(0, 0, 0, 0.1);
    content: "";
    left: 50%;
    top: 10px;
    bottom: 0;
    position: absolute;
    width: 1px;
    margin-left: -1px;
    margin-top: -10px;
    height: 100%;
}

@media (max-width:991px) {
    .service-timeline:before {
        left: 0;
    }
}

.service-timeline>li {
    display: block;
    width: 100%;
    position: relative;
    padding-top: 80px;
}

.service-timeline>li.active .icon {
    background: #244685 !important;
    color: #fff !important;
}

.service-timeline>li:last-child {
    padding-bottom: 110px;
}

.service-timeline>li .hentry {
    width: 50%;
}

@media (max-width:991px) {
    .service-timeline>li .hentry {
        padding-left: 40px;
        width: 100%;
        float: left;
        clear: left;
    }
}

.service-timeline>li:nth-child(even) .hentry {
    float: left;
    clear: left;
    padding-right: 50px;
    text-align: right;
}

@media (max-width:991px) {
    .service-timeline>li:nth-child(even) .hentry {
        text-align: left;
        padding-right: 0;
        padding-left: 50px;
    }
}

.service-timeline>li:nth-child(even) .hentry .icon {
    right: -35px;
}

@media (max-width:991px) {
    .service-timeline>li:nth-child(even) .hentry .icon {
        left: -35px;
        right: auto;
    }
}

.service-timeline>li:nth-child(even) .hentry .hentry-box .content-inner {
    padding-right: 10px;
}

@media (max-width:991px) {
    .service-timeline>li:nth-child(even) .hentry .hentry-box .content-inner {
        padding-left: 10px;
        padding-right: 0;
    }
}

.service-timeline>li:nth-child(odd) .hentry {
    float: right;
    clear: right;
    padding-left: 50px;
    text-align: left;
}

.service-timeline>li:nth-child(odd) .hentry .icon {
    left: -35px;
}

.service-timeline>li:nth-child(odd) .hentry .hentry-box .content-inner {
    padding-left: 10px;
}

.service-timeline>li .hentry {
    position: relative;
}

.service-timeline>li .hentry .icon {
    display: inline-block;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    line-height: 65px;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    background: #fff;
    z-index: 9;
    -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.service-timeline>li .hentry .title {
    font-size: 12px;
    font-weight: 900;
    color: #000000;
    text-transform: uppercase;
}

.gsc-image-content {
    position: relative;
    margin-bottom: 30px;
}

.gsc-image-content .image {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.gsc-image-content .image img {
    -webkit-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s;
    -moz-transition: all 3s;
    -ms-transition: all 3s;
}

.gsc-image-content .content .title {
    font-size: 16px;
    font-weight: 700;
    margin: 16px 0 10px;
}

.gsc-image-content .action a {
    color: #244685;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    -webkit-transition: color 0.35s;
    -o-transition: color 0.35s;
    transition: color 0.35s;
    -moz-transition: color 0.35s;
    -ms-transition: color 0.35s;
}

.gsc-image-content .action a:hover,
.gsc-image-content .action a:active,
.gsc-image-content .action a:focus {
    text-decoration: underline;
}

.gsc-image-content.skin-v2 {
    position: relative;
}

.gsc-image-content.skin-v2 .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    background: rgba(0, 0, 0, 0.4);
    z-index: 11;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.gsc-image-content.skin-v2 .content .title {
    padding: 0;
    margin: 0 0 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}

.gsc-image-content.skin-v2 .content .desc {
    color: #fff;
    font-weight: 400;
    padding: 6px 0;
    margin-top: 30px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    opacity: 0;
    filter: alpha(opacity=0);
}

.gsc-image-content.skin-v2 .content .desc p {
    margin-bottom: 0;
}

.gsc-image-content.skin-v2 .content .action {
    margin-top: 30px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.45s;
    -o-transition: all 0.45s;
    transition: all 0.45s;
    -moz-transition: all 0.45s;
    -ms-transition: all 0.45s;
}

.gsc-image-content.skin-v2:hover .content {
    background: rgba(0, 0, 0, 0.8);
}

.gsc-image-content.skin-v2:hover .desc,
.gsc-image-content.skin-v2:hover .action {
    margin-top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}

.gsc-multi-sroll .ms-section {
    background: #fff;
}

.gsc-multi-sroll .ms-section .bg-full {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.gsc-multi-sroll .ms-section .main-content {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
}

.gsc-multi-sroll .ms-section .main-content .number {
    color: #262626;
    font-size: 72px;
    font-weight: 700;
    line-height: 1;
}

.gsc-multi-sroll .ms-section .main-content .title {
    font-size: 30px;
    color: #244685;
    font-weight: 700;
}

.gsc-multi-sroll .ms-section .main-content .desc {
    color: #aaaaaa;
}

.gsc-multi-sroll .ms-section .image {
    margin-top: 45px;
}

@media (max-width:1199px) {
    .gsc-multi-sroll .ms-section .image {
        margin-top: 15px;
    }
}

.gsc-block-view.remove-margin-on {
    margin-bottom: 0 !important;
}

.gsc-service-carousel {
    text-align: center;
}

.gsc-service-carousel .item .content-inner {
    border: 1px solid #F6F6F6;
    text-align: center;
    min-height: 170px;
    padding: 20px 15px 0;
    margin-bottom: 30px;
    margin-top: 10px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.gsc-service-carousel .item .content-inner .icon i {
    font-size: 48px;
    color: #244685;
    line-height: 70px;
}

.gsc-service-carousel .item .content-inner .title a {
    font-weight: 700;
    color: #666666;
    line-height: 22px;
}

.gsc-service-carousel .item .content-inner:hover,
.gsc-service-carousel .item .content-inner:focus,
.gsc-service-carousel .item .content-inner:active {
    box-shadow: 0px 6px 21px 3px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-color: transparent;
}

.gsc-service-carousel .read-more {
    margin-top: 30px;
}

.gsc-box-text {
    padding: 30px;
    margin-bottom: 30px;
}

.gsc-box-text .title a {
    color: inherit;
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 5px;
}

.gsc-box-text .sub-title {
    font-size: 13px;
}

.gsc-box-text.style-1 .title {
    background: none !important;
}

.gsc-box-text.style-2 .title {
    color: #fff !important;
    display: inline-block;
    padding: 5px 20px;
    margin-bottom: 20px;
}

.gsc-box-text.style-2 .title a {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}

.gsc-box-text.style-2 .title:hover,
.gsc-box-text.style-2 .title:active,
.gsc-box-text.style-2 .title:focus {
    background: #000000 !important;
}

.gsc-box-text.style-3 {
    padding: 50px;
}

@media (max-width:1199px) {
    .gsc-box-text.style-3 {
        padding: 30px;
    }
}

.gsc-box-text.style-3 .sub-title {
    background: none !important;
}

.gsc-box-text.style-3 .title {
    background: none !important;
}

.gsc-box-text.style-4 {
    padding: 30px;
}

.gsc-box-text.style-4 .sub-title {
    background: none !important;
}

.gsc-box-text.style-4 .title {
    background: none !important;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
}

.gsc-box-number {
    background: none;
}

.gsc-box-number .content-inner {
    position: relative;
}

.gsc-box-number .title {
    margin-bottom: 15px;
    line-height: 1;
    font-family: "Raleway", sans-serif;
}

.gsc-box-number .title a {
    font-size: 18px;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
}

.gsc-box-number .title a:hover,
.gsc-box-number .title a:active,
.gsc-box-number .title a:focus {
    color: #244685;
}

.gsc-box-number.style-1 {
    text-align: center;
    margin-top: 30px;
}

.gsc-box-number.style-1 .number {
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 45px;
    width: 140px;
    height: 140px;
    padding: 10px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    display: inline-block;
    line-height: 120px;
    text-align: center;
}

.gsc-box-number.style-1 .number span {
    display: block;
    border: 2px solid #244685;
    color: #244685;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 120px;
    height: 120px;
}

.gsc-box-number.style-1 .content {
    text-align: center;
    margin-top: 40px;
    font-size: 14px;
}

.gsc-box-number.style-2 {
    margin-bottom: 45px;
    margin-top: 20px;
}

.gsc-box-number.style-2 .icon {
    color: #244685;
    font-size: 30px;
    display: block;
    margin-bottom: 18px;
    margin-top: 5px;
}

.gsc-box-number.style-2 .number {
    float: left;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 45px;
    width: 140px;
    height: 140px;
    padding: 10px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    display: inline-block;
    line-height: 120px;
    text-align: center;
}

.gsc-box-number.style-2 .number span {
    display: block;
    border: 2px solid #244685;
    color: #244685;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 120px;
    height: 120px;
}

.gsc-box-number.style-2 .content {
    padding-left: 160px;
}

.gsc-box-number.style-3 {
    padding-left: 30px;
    margin-bottom: 30px;
}

.gsc-box-number.style-3 .box-content {
    padding-bottom: 30px;
}

.gsc-box-number.style-3 .icon {
    padding: 50px 20px;
    color: #fff;
    font-size: 60px;
    text-align: center;
}

.gsc-box-number.style-3 .box-content {
    background: #244685;
}

.gsc-box-number.style-3 .box-content .content-inner {
    display: table;
}

.gsc-box-number.style-3 .box-content .content-inner .content-main {
    display: table-cell;
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 5px 9px 11px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 9px 11px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    left: -30px;
    width: 100%;
}

.gsc-box-number.style-3 .box-content .content-inner .number {
    display: table-cell;
    width: 100px;
    text-align: center;
    color: #fff;
    font-style: italic;
    font-size: 42px;
    font-weight: 700;
    vertical-align: middle;
    padding-right: 30px;
}

.gsc-our-history-carousel .item {
    padding-top: 30px;
    margin-bottom: 45px;
}

.gsc-our-history-carousel .item .content-inner {
    background: #fff;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.02);
    text-align: left;
    padding: 30px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.gsc-our-history-carousel .item .content-inner .year {
    width: 60px;
    height: 60px;
    color: 16px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -30px;
    z-index: 9;
    background: #244685;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #fff;
    line-height: 60px;
    font-weight: 700;
}

.gsc-our-history-carousel .item .content-inner .title {
    font-size: 16px;
    color: #244685;
    padding: 10px 0;
}

.gsc-our-history-carousel .item .content-inner:hover {
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.gsc-our-gallery .item .content-inner .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    padding: 20px;
    background: rgba(255, 255, 255, 0.6);
    color: #000000;
}

.gsc-our-gallery .owl-nav .owl-prev {
    margin-left: 90px !important;
}

.gsc-our-gallery .owl-nav .owl-next {
    margin-right: 90px !important;
}

.gsc-our-history-timeline {
    margin-bottom: 30px;
}

.gsc-our-history-timeline .item {
    position: relative;
    padding-bottom: 20px;
}

.gsc-our-history-timeline .item:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #244685;
    position: absolute;
    top: 10px;
    left: 90px;
    z-index: 1;
}

@media (max-width:991px) {
    .gsc-our-history-timeline .item:before {
        left: 70px;
    }
}

.gsc-our-history-timeline .item:after {
    content: "";
    width: 6px;
    height: 100%;
    background: #F6F6F6;
    position: absolute;
    top: 20px;
    left: 92px;
    z-index: 1;
}

@media (max-width:991px) {
    .gsc-our-history-timeline .item:after {
        left: 72px;
    }
}

.gsc-our-history-timeline .item:last-child:after {
    display: none;
}

.gsc-our-history-timeline .item .year {
    font-size: 18px;
    color: #000000;
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    font-weight: 700;
}

.gsc-our-history-timeline .item .content-right {
    padding-left: 150px;
}

@media (max-width:991px) {
    .gsc-our-history-timeline .item .content-right {
        padding-left: 100px;
    }
}

.gsc-our-history-timeline .item .content-right .title {
    font-size: 18px;
    color: #000000;
    font-weight: 700;
}

.gsc-our-history-timeline .item .content-right .description {
    padding-top: 10px;
}

.gsc-our-partners {
    margin-bottom: 45px;
}

.gsc-our-partners:before,
.gsc-our-partners:after {
    content: " ";
    display: table;
}

.gsc-our-partners:after {
    clear: both;
}

.gsc-our-partners .image {
    width: 35%;
    float: left;
}

@media (max-width:400px) {
    .gsc-our-partners .image {
        width: 100%;
        text-align: center;
    }
}

.gsc-our-partners .content-inner {
    width: 65%;
    float: left;
    padding-left: 30px;
}

@media (max-width:400px) {
    .gsc-our-partners .content-inner {
        width: 100%;
    }
}

.gsc-our-partners .content-inner .title {
    font-size: 18px;
    color: #000000;
    font-weight: 700;
}

.gsc-our-partners .content-inner .info {
    font-size: 12px;
    padding: 5px 0 12px;
}

.gsc-our-partners .content-inner .info .category {
    color: #244685;
}

.gsc-box-download {
    background: #244685;
    color: #fff;
    padding: 30px;
    margin: 20px 0;
}

.gsc-box-download .info .title {
    font-size: 18px;
}

.gsc-box-download .info .desc {
    font-size: 12px;
    line-height: 24px;
}

.gsc-box-download .box-files a {
    display: inline-block;
    margin-bottom: 10px;
    text-align: center;
    color: #000000;
    font-weight: 700;
    font-size: 13px;
    background: #fff;
    padding: 15px;
    width: 100%;
}

.gsc-box-download.horizontal:before,
.gsc-box-download.horizontal:after {
    content: " ";
    display: table;
}

.gsc-box-download.horizontal:after {
    clear: both;
}

.gsc-box-download.horizontal .info {
    width: 70%;
    float: left;
}

@media (max-width:767px) {
    .gsc-box-download.horizontal .info {
        width: 100%;
        margin-bottom: 15px;
    }
}

.gsc-box-download.horizontal .box-files {
    width: 30%;
    float: left;
}

@media (max-width:767px) {
    .gsc-box-download.horizontal .box-files {
        width: 100%;
    }
}

.gsc-socials.style-1 {
    text-align: center;
}

.gsc-socials.style-1:before,
.gsc-socials.style-1:after {
    content: " ";
    display: table;
}

.gsc-socials.style-1:after {
    clear: both;
}

.gsc-socials.style-1 a {
    width: 60px;
    height: 60px;
    color: #244685;
    background: #fff;
    font-size: 18px;
    line-height: 62px;
    text-align: center;
    display: inline-block;
    margin: 0 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.gsc-socials.style-1 a:hover,
.gsc-socials.style-1 a:active,
.gsc-socials.style-1 a:focus {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.gsc-socials.style-2 {
    margin-bottom: 30px;
}

.gsc-socials.style-2 a {
    color: #666666;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    margin-right: 12px;
    font-size: 14px;
}

.gsc-socials.style-2 a:last-child {
    margin-right: 0;
}

.gsc-socials.style-2 a:hover,
.gsc-socials.style-2 a:focus,
.gsc-socials.style-2 a:active {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.gsc-socials.style-2 a i {
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
}

.gsc-socials.style-2 a i.fa-facebook-square,
.gsc-socials.style-2 a i.fa-facebook {
    background: #3b5998;
}

.gsc-socials.style-2 a i.fa-twitter,
.gsc-socials.style-2 a i.fa-twitter-square {
    background: #4099ff;
}

.gsc-socials.style-2 a i.fa-skype {
    background: #12a5f4;
}

.gsc-socials.style-2 a i.fa-dribbble {
    background: #ea4c89;
}

.gsc-socials.style-2 a i.fa-linkedin-square,
.gsc-socials.style-2 a i.fa-linkedin {
    background: #0e76a8;
}

.gsc-socials.style-2 a i.fa-apple {
    background: #f2f2f2;
}

.gsc-socials.style-2 a i[class*="fa-pinterest"] {
    background: #c92228;
}

.gsc-socials.style-2 a i.fa-google-plus-square,
.gsc-socials.style-2 a i.fa-google-plus {
    background: #d34836;
}

.gsc-socials.style-2 a i.fa-youtube-square,
.gsc-socials.style-2 a i.fa-youtube {
    background: #c4302b;
}

.gsc-socials.style-2 a i.fa-vimeo-square,
.gsc-socials.style-2 a i.fa-vimeo {
    background: #4ebbff;
}

.gsc-socials.style-2 a i.fa-tumblr-square,
.gsc-socials.style-2 a i.fa-tumblr {
    background: #35465c;
}

.gsc-socials.style-2 a i.fa-xing-square,
.gsc-socials.style-2 a i.fa-xing {
    background: #126567;
}

.gsc-socials.style-2 a i.fa-instagram {
    background: #3897F0;
}

.gsc-socials.style-2 a i.fa-behance {
    background: #0075FF;
}

.gsc-info-background {
    position: relative;
}

.gsc-info-background .content {
    width: 50%;
}

@media (max-width:1199px) {
    .gsc-info-background .content {
        padding: 30px !important;
    }
}

@media (max-width:767px) {
    .gsc-info-background .content {
        padding-top: 310px;
        width: 100%;
    }
}

.gsc-info-background .content .content-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.gsc-info-background .content .content-inner {
    position: relative;
    z-index: 9;
    max-width: 650px;
    font-size: 14px;
    line-height: 28px;
}

.gsc-info-background .content .content-inner .btn-theme {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.gsc-info-background .content .title {
    font-size: 30px;
    margin-bottom: 20px;
}

.gsc-info-background .content .title h3 {
    margin: 0;
}

.gsc-info-background .content .readmore {
    margin-top: 30px;
}

.gsc-info-background .content.text-light {
    color: #fff;
}

.gsc-info-background .content.text-light .title h3,
.gsc-info-background .content.text-light .title h2,
.gsc-info-background .content.text-light .desc {
    color: #fff;
}

.gsc-info-background .content.text-light .subtitle {
    color: rgba(255, 255, 255, 0.8);
}

.gsc-info-background .content.text-light .content-inner {
    color: #fff;
}

.gsc-info-background .content.text-light .btn-theme {
    background: #fff;
    color: #000000;
}

.gsc-info-background .image {
    position: absolute;
    width: 50%;
    height: 100%;
    z-index: 9;
    top: 0;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width:767px) {
    .gsc-info-background .image {
        height: 300px;
        width: 100%;
        position: relative;
    }
}

.gsc-info-background.content-align-left .content {
    float: left;
    padding: 70px 70px 30px 30px;
}

.gsc-info-background.content-align-left .content .content-inner {
    float: right;
}

.gsc-info-background.content-align-left .image {
    right: 0;
}

.gsc-info-background.content-align-right .content {
    float: right;
    padding: 70px 30px 30px 70px;
}

.gsc-info-background.content-align-right .image {
    left: 0;
}

.gsc-testimonial-single {
    background: none;
    max-width: 530px;
    float: left;
    position: relative;
    margin-top: 320px;
    margin-bottom: 20px;
}

@media (max-width:991px) {
    .gsc-testimonial-single {
        margin-top: 50px;
    }
}

.gsc-testimonial-single .video {
    margin-bottom: 15px;
}

.gsc-testimonial-single .video .popup-video {
    display: inline-block;
    background: url(https://www.ntwaslo.com/themes/gavias_carina/images//icon-play-2.png) no-repeat left center transparent;
    height: 55px;
    padding-left: 75px;
    line-height: 55px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.gsc-testimonial-single .video .popup-video:hover,
.gsc-testimonial-single .video .popup-video:focus,
.gsc-testimonial-single .video .popup-video:active {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

.gsc-testimonial-single .quote {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

.gsc-testimonial-single .title {
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 18px;
    line-height: 24px;
}

.gsc-testimonial-single .job {
    font-size: 12px;
}

.gsc-testimonial-single.text-light .quote,
.gsc-testimonial-single.text-light .job,
.gsc-testimonial-single.text-light .title {
    color: #fff;
}

.gsc-testimonial-single.text-light .video a {
    color: #fff;
}

.gsc-carousel-content .owl-nav {
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: 60px;
    opacity: 1;
    filter: alpha(opacity=100);
    background: none !important;
}

.gsc-carousel-content .owl-nav>div {
    width: 38px;
    height: 38px;
    background: #191A1B !important;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #fff !important;
    line-height: 38px !important;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: static !important;
    margin: 0 5px !important;
    float: left;
}

.gsc-carousel-content .owl-nav>div:hover,
.gsc-carousel-content .owl-nav>div:focus,
.gsc-carousel-content .owl-nav>div:active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.gsc-carousel-content .item .item-content .bg-full {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 0.1;
    filter: alpha(opacity=10);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.gsc-carousel-content .item .item-content .content-box {
    float: right;
    width: 50%;
    background: #244685;
    min-height: 600px;
}

.gsc-carousel-content .item .item-content .content-box .content-inner {
    max-width: 700px;
    padding: 60px;
}

.gsc-carousel-content .active .item-content .bg-full {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 999;
}

.gsc-carousel-content.style-1 .content-box .content-inner .title {
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 30px;
}

.gsc-carousel-content.style-1 .content-box .content-inner .title a {
    color: #fff;
}

.gsc-carousel-content.style-1 .content-box .content-inner .desc {
    font-size: 17px;
    color: #fff;
}

.gsc-carousel-content.style-1 .content-box .content-inner .action a {
    background: #191A1B;
    font-size: 18px;
    padding: 5px 25px;
    font-family: "Roboto", sans-serif;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border: 1px solid #191A1B;
}

.gsc-carousel-content.style-1 .content-box .content-inner .action a:hover {
    color: #191A1B;
    background: #fff;
}

.gsc-carousel-content.style-2 .content-box .content-inner .title {
    font-size: 30px;
    color: #1d1e20;
    font-weight: 400;
    line-height: 45px;
}

.gsc-carousel-content.style-2 .content-box .content-inner .title a {
    color: #1d1e20;
    font-family: "Raleway", sans-serif;
}

.gsc-carousel-content.style-2 .content-box .content-inner .desc {
    font-size: 15px;
    color: #232526;
    font-weight: 400;
    line-height: 30px;
    margin: 30px 0;
}

.gsc-carousel-content.style-3 .owl-dots {
    margin-top: 45px;
}

.gsc-carousel-content.style-3 .image {
    max-width: 78%;
}

@media (max-width:991px) {
    .gsc-carousel-content.style-3 .image {
        width: 100%;
        max-width: 100%;
    }
}

.gsc-carousel-content.style-3 .content-box {
    padding: 40px;
    min-height: auto !important;
    max-width: 500px;
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width:991px) {
    .gsc-carousel-content.style-3 .content-box {
        padding: 30px;
        max-width: 100%;
        width: 100% !important;
        position: static;
    }
}

.gsc-carousel-content.style-3 .content-box .content-inner {
    padding: 0 !important;
    color: #fff;
    font-size: 17px;
}

.gsc-carousel-content.style-3 .content-box .content-inner .title {
    font-size: 35px;
    color: #fff;
    font-weight: 600;
    line-height: 45px;
}

.gsc-carousel-content.style-3 .content-box .content-inner .title a {
    color: #fff;
}

.gsc-carousel-content.style-3 .content-box .content-inner .title a:hover,
.gsc-carousel-content.style-3 .content-box .content-inner .title a:active,
.gsc-carousel-content.style-3 .content-box .content-inner .title a:focus {
    text-decoration: underline;
}

.gsc-carousel-content.style-3 .content-box .content-inner .action a {
    background: #000000;
    border: 1px solid #000000;
}

.gsc-divider {
    width: 100%;
    height: 20px;
    background: url(https://www.ntwaslo.com/themes/gavias_carina/images//divider.png) no-repeat center center transparent;
}

.gsc-box-info {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

.gsc-box-info .content {
    width: 45%;
    padding: 45px;
}

@media (max-width:1199px) {
    .gsc-box-info .content {
        padding: 30px;
    }
}

@media (max-width:991px) {
    .gsc-box-info .content {
        padding: 20px;
    }
}

@media (max-width:767px) {
    .gsc-box-info .content {
        padding-top: 310px;
        width: 100%;
    }
}

.gsc-box-info .content .content-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.gsc-box-info .content .content-inner {
    position: relative;
    z-index: 9;
    max-width: 445px;
}

.gsc-box-info .content .subtitle {
    font-size: 34px;
    color: #244685;
}

.gsc-box-info .content .title {
    font-size: 18px;
    margin-bottom: 15px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000000;
}

.gsc-box-info .content .readmore {
    margin-top: 30px;
}

.gsc-box-info .content.text-light {
    color: #fff;
}

.gsc-box-info .content.text-light .title,
.gsc-box-info .content.text-light .title,
.gsc-box-info .content.text-light .desc {
    color: #fff;
}

.gsc-box-info .content.text-light .subtitle {
    color: rgba(255, 255, 255, 0.8);
}

.gsc-box-info .image {
    position: absolute;
    width: 55%;
    height: 100%;
    z-index: 9;
    top: 0;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width:767px) {
    .gsc-box-info .image {
        height: 300px;
        width: 100%;
    }
}

.gsc-box-info.content-align-left .content {
    float: left;
    padding-left: 0;
}

.gsc-box-info.content-align-left .image {
    right: 0;
}

.gsc-box-info.content-align-right .content {
    padding-right: 0;
    float: right;
}

.gsc-box-info.content-align-right .image {
    left: 0;
}

.column-content.custom-text-1 {
    padding: 80px 0;
    max-width: 350px;
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
}

.column-content.custom-text-1 * {
    color: #fff;
}

@media (max-width:991px) {
    .column-content.custom-text-1 {
        padding: 35px 0;
    }
}

.column-content.custom-text-2 {
    padding: 10px;
    color: #fff;
}

.column-content.custom-text-2 * {
    color: #fff;
}

@media (min-width:780px) {
    #jpreContent {
        display: none !important;
    }
}

@media (min-width:780px) {
    .js-preloader .body-page {
        opacity: 1 !important;
    }
    .js-preloader.preloader-done .body-page {
        opacity: 1 !important;
    }
    #jpreContent {
        display: block !important;
    }
    #jpreLoader {
        height: 4px;
        width: 100%;
        top: 0 !important;
    }
    #jpreOverlay {
        background-color: transparent;
        height: auto !important;
        top: 0 !important;
        position: absolute !important;
    }
    #jpreSlide {
        text-align: center;
        top: 0 !important;
    }
    #jpreSlide #jpreContent {
        display: block;
        position: relative;
        margin-bottom: 40px;
    }
    .js-preloader #jpreOverlay {
        background-color: none;
        height: 10px !important;
        position: fixed !important;
    }
    .js-preloader #jpreLoader {
        top: 0 !important;
        height: 10px;
        margin-top: -5px;
        z-index: 9999999 !important;
    }
    .js-preloader #jprePercentage {
        text-align: center;
        display: none !important;
    }
    #jpreBar {
        z-index: 2;
        background-color: #244685;
    }
    #jpreButton,
    #jprePercentage {
        display: none !important;
    }
    #jprePercentage {
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-top: 30px;
    }
}

.preloader-wrapper {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 60px;
    text-align: center;
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #244685, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #244685, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #244685, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #244685, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #244685, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #244685, 0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@media (max-width:991px) {
    .gva-offcanvas-mobile {
        background: #fff;
        position: fixed !important;
        left: 0;
        top: 0;
        width: 100%;
        max-width: 350px;
        top: 0;
        bottom: 0;
        z-index: 999;
        height: auto;
        overflow-y: auto;
        overflow-x: hidden;
        webkit-overflow-scrolling: touch;
        -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
        padding-top: 0;
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
    }
    .gva-offcanvas-mobile.show-view {
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
        -moz-transition: all 0.35s;
        -ms-transition: all 0.35s;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -moz-transform: translateX(0);
    }
    .gva-offcanvas-mobile .after-offcanvas {
        display: block !important;
        visibility: visible !important;
    }
    .gva-offcanvas-mobile .close-offcanvas {
        display: block !important;
        visibility: visible !important;
        text-align: center;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        width: 100%;
        padding: 15px 0;
        opacity: 1;
        filter: alpha(opacity=100);
        color: #111111;
    }
    .gva-offcanvas-mobile .close-offcanvas i {
        font-size: 24px;
    }
    .gva-offcanvas-mobile .close-offcanvas:hover {
        cursor: pointer;
        color: #244685;
    }
    .gva-offcanvas-mobile .block {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding: 20px;
    }
    .gva-offcanvas-mobile .block .block-content:before,
    .gva-offcanvas-mobile .block .block-content:after {
        content: " ";
        display: table;
    }
    .gva-offcanvas-mobile .block .block-content:after {
        clear: both;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu {
        padding: 10px 0 0;
        width: 100% !important;
        background: none !important;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu>li {
        display: block;
        clear: both;
        width: 100%;
        margin-bottom: 8px !important;
        padding-bottom: 8px !important;
        padding-top: 2px !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu>li:last-child {
        border-bottom: none;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu>li:after,
    .gva-offcanvas-mobile .gva-navigation .gva_menu>li:before {
        content: none;
        display: none;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu>li>a {
        display: block;
        width: 100%;
        line-height: 32px;
        font-size: 13px;
        padding: 0 !important;
        text-transform: uppercase;
        font-weight: 700;
        text-transform: uppercase;
        color: #000000 !important;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu>li>a:after,
    .gva-offcanvas-mobile .gva-navigation .gva_menu>li>a:before {
        content: none;
        display: none;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu>li>a:hover {
        color: #244685 !important;
        background: none !important;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu>li.menu-parent:hover .sub-menu {
        display: none;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu>li ul.menu.sub-menu {
        padding-left: 20px !important;
        margin-bottom: 10px;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu>li ul.menu.sub-menu .icaret {
        display: none;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu>li ul.menu.sub-menu li a {
        font-size: 12px;
        line-height: 24px;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        color: #999999 !important;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu>li ul.menu.sub-menu li a:hover {
        color: #244685 !important;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu>li ul.menu.sub-menu ul.sub-menu {
        display: block !important;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu>li.megamenu .sub-menu>li {
        width: 100% !important;
        float: none !important;
        display: block;
        padding: 0;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu>li.megamenu .sub-menu>li>a {
        padding: 0;
        border: 0;
        margin: 0;
        font-size: 12px;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu>li.megamenu .sub-menu>li.block-image {
        display: none;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu li a {
        text-transform: uppercase !important;
        position: relative;
        display: block;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu li a:hover {
        color: #244685;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu li a .icaret {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 0;
        bottom: 0;
        right: -15px;
        font-size: 12px;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu li a .icaret.nav-minus:before {
        content: '\f068';
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu li a .icaret:before {
        position: absolute;
        font-family: FontAwesome;
        content: '\f067';
        text-transform: inherit;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu li ul {
        display: none;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        -moz-transition: none;
        -ms-transition: none;
        min-width: inherit;
        display: none;
        width: 100%;
        position: static;
        padding: 0 !important;
        visibility: visible;
        border: 0;
        background: none;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu:after,
    .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu:before {
        content: none;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu li a {
        border-width: 0;
        padding-left: 0;
        padding-right: 0;
        font-size: 13px;
        text-transform: uppercase;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu li a:before,
    .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu li a:after {
        content: none !important;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu li a:hover {
        text-indent: 0;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu ul {
        display: none;
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu .block-image {
        display: none;
    }
}

.menu-bar {
    height: 32px;
    width: 36px;
    position: relative;
    cursor: pointer;
    margin-top: 25px;
    float: right;
    top: -7px;
}

.menu-bar:hover {
    -webkit-box-shadow: 0, 0, 10px, 0.3;
    box-shadow: 0, 0, 10px, 0.3;
}

.menu-bar span {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #222222;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.menu-bar span.one {
    top: 6px;
}

.menu-bar span.two {
    top: 0;
    bottom: 0;
}

.menu-bar span.three {
    bottom: 6px;
}

.menu-bar.show-view span.two {
    opacity: 0;
    filter: alpha(opacity=0);
}

.menu-bar.show-view span.one,
.menu-bar.show-view span.three {
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-bar.show-view span.three {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.colorpicker {
    z-index: 9999999 !important;
}

.permission-save-hidden #gavias_customize_save {
    display: none !important;
}

.gavias-skins-panel {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    background: #fff;
    right: -403px;
    position: fixed;
    height: auto;
    top: 0px;
    bottom: 0;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    width: 400px;
    z-index: 999;
}

.gavias-skins-panel .gavias-skins-panel-inner {
    bottom: 0;
    padding: 30px 10px 10px;
    height: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    width: 100%;
}

.gavias-skins-panel.active {
    right: 0 !important;
}

.gavias-skins-panel #gavias_profile_customize_name option {
    color: #000000;
}

.gavias-skins-panel .control-panel {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 150px;
    left: -40px;
    width: 40px;
    height: 40px;
    background: #244685;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
}

.gavias-skins-panel .control-panel:hover {
    cursor: pointer;
}

.gavias-skins-panel .panel-skins-content {
    padding-bottom: 20px;
    overflow: hidden;
}

.gavias-skins-panel .panel-skins-content:last-child {
    padding-bottom: 0;
}

.gavias-skins-panel .panel-skins-content .title {
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 10px;
}

.gavias-skins-panel .panel-skins-content .item-color {
    width: 25px;
    height: 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border: 1px solid #ccc;
    display: inline-block;
    margin: 5px 6px 0 6px;
    border: 3px solid transparent;
}

.gavias-skins-panel .panel-skins-content .item-color:hover {
    cursor: pointer;
}

.gavias-skins-panel .panel-skins-content .item-color.default {
    background: #244685;
}

.gavias-skins-panel .panel-skins-content .item-color.blue {
    background: #244685;
}

.gavias-skins-panel .panel-skins-content .item-color.brown {
    background: #684035;
}

.gavias-skins-panel .panel-skins-content .item-color.green {
    background: #009673;
}

.gavias-skins-panel .panel-skins-content .item-color.lilac {
    background: #8F6684;
}

.gavias-skins-panel .panel-skins-content .item-color.lime_green {
    background: #79AF33;
}

.gavias-skins-panel .panel-skins-content .item-color.orange {
    background: #F86923;
}

.gavias-skins-panel .panel-skins-content .item-color.pink {
    background: #D91897;
}

.gavias-skins-panel .panel-skins-content .item-color.purple {
    background: #9854B3;
}

.gavias-skins-panel .panel-skins-content .item-color.red {
    background: #CD2122;
}

.gavias-skins-panel .panel-skins-content .item-color.turquoise {
    background: #1CCDCA;
}

.gavias-skins-panel .panel-skins-content .item-color.turquoise2 {
    background: #178E94;
}

.gavias-skins-panel .panel-skins-content .item-color.violet_red {
    background: #F3605D;
}

.gavias-skins-panel .panel-skins-content .item-color.violet_red2 {
    background: #973A4B;
}

.gavias-skins-panel .panel-skins-content .item-color.yellow {
    background: #ecc311;
}

.gavias-skins-panel .panel-skins-content .item-color.active {
    border-color: #000000;
}

.gavias-skins-panel .panel-skins-content .layout {
    width: 80px;
    margin-right: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
}

.gavias-skins-panel .panel-skins-content .layout:hover {
    cursor: pointer;
}

.gavias-skins-panel .panel-skins-content .layout.active {
    background-color: #244685;
    color: #fff;
}

.gavias-skins-panel .panel-skins-content .layout:last-child {
    margin-right: 0;
}

.gavias-skins-panel.gavias-skin-demo {
    top: 200px;
    bottom: auto !important;
    padding: 20px !important;
    width: 260px !important;
    right: -263px !important;
}

.gavias-skins-panel.gavias-skin-demo .control-panel {
    top: 75px !important;
}

.gavias-skins-panel.gavias-skin-demo.active {
    right: 0 !important;
}

#customize-gavias-preivew .panel {
    padding: 0 !important;
}

#customize-gavias-preivew .panel .panel-heading .panel-title>a {
    padding: 10px !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

#customize-gavias-preivew .panel .panel-heading .panel-title>a:after {
    display: none !important;
}

#customize-gavias-preivew .panel .panel-body {
    padding: 15px !important;
}

#customize-gavias-preivew .form-group {
    position: relative;
    float: left;
    width: 100%;
}

#customize-gavias-preivew .form-group label {
    width: 150px;
    float: left;
    padding-top: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
}

#customize-gavias-preivew .form-group input {
    width: calc(100% - 150px);
    float: left;
}

#customize-gavias-preivew .form-group select {
    width: 100%;
}

#customize-gavias-preivew .form-group .colorselector {
    width: calc(100% - 150px);
    position: relative;
}

#customize-gavias-preivew .form-group .colorselector input {
    width: 100% !important;
}

#customize-gavias-preivew .form-group .colorselector .input-group-addon {
    border: 1px solid #222222;
}

#customize-gavias-preivew .form-group .colorselector .input-group-addon i {
    width: 30px;
    height: 20px;
}

#customize-gavias-preivew .form-group .colorselector .remove {
    width: 34px;
    height: 34px;
    color: #000000;
    position: absolute;
    top: 3px;
    right: 25px;
    line-height: 34px;
    text-align: center;
    z-index: 99;
}

#customize-gavias-preivew .form-group .colorselector .remove:hover {
    cursor: pointer;
}

.gavias_customize_form .form-group.action {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.gavias_customize_form .form-group.action input {
    width: 28%;
    margin-left: 10px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 5px 10px !important;
}

.gavias_customize_form .form-group.action input#gavias_customize_save {
    background: #5cb85c;
}

.gavias_customize_form .form-group.action input#gavias_customize_preview {
    background: #5bc0de;
}

.gavias_customize_form .form-group.action input#gavias_customize_reset {
    background: #f0ad4e;
}

