/* -----------------------------------------------------------------------------------
FONTS
----------------------------------------------------------------------------------- */

@font-face {
    font-family: 'AinslieSansNormBook';
    src: url('../Fonts/AinslieSansNormBook-webfont.woff2') format('woff2'),
         url('../Fonts/AinslieSansNormBook-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AinslieSansNormDemi';
    src: url('../Fonts/AinslieSansNormDemi-webfont.woff2') format('woff2'),
         url('../Fonts/AinslieSansNormDemi-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* -----------------------------------------------------------------------------------
COMMON STYLES
----------------------------------------------------------------------------------- */

html{
    overflow-y: scroll;
    -ms-overflow-style: scrollbar;
}
html,
body {
    height: 100%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}
body {
    position: relative;
    background-color: #fff;
    overflow: hidden;
}
hr {
    border-top: 1px solid #e3e5e5;
    margin: 0;
}
a,
a:focus {
    color: #6eb31a;
    text-decoration: none;
    -webkit-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -moz-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -o-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -ms-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
}
a:hover {
    text-decoration: none;
    color: #558d10;
}
strong {
    font-family: 'AinslieSansNormDemi'!important;
}
img {
    max-width:100%;
}
#wrapper {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    min-width: 320px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.check-media {
    display: none;
    width: 1581px;
    height: 0;
}
@media (max-width: 1579px) {
    .check-media {width: 1580px;}
}
@media (max-width: 1199px) {
    .check-media {width: 1200px;}
}
@media (max-width: 991px) {
    .check-media {width: 992px;}
}
@media (max-width: 767px) {
    .check-media {width: 768px;}
}

.zi1 {z-index: 1;}
.relative {position:relative;}
.js-height-100 {position: relative;}
.w100 {width: 100%;}
.h100 {height: 100%;}
.wh100 {width: 100%; height: 100%;}
html.no-mobile .mobiledisplay {display: none;}
.bottom-right-corner {
    position: absolute;
    right: 60px;
    bottom: 40px;
}
.os-animation {visibility: hidden;}
.os-animation.animated {visibility: visible;}
figure img {
    width: 100%;
    height: auto;
}

/* Color */
.white {color: #fff!important;}
.light {color: #f5f7f7!important;}
.steel {color: #acbbbf!important;}
.lightgray {color: #737d80!important;}
.gray {color: #353c3e!important;}
.darkgray {color: #212526!important;}
.black {color: #000!important;}
.red {color: #d00!important;}

.bgwhite {background-color: #fff!important;}
.bglight {background-color: #f5f7f7!important;}
.bgsteel {background-color: #acbbbf!important;}
.bglightgray {background-color: #737d80!important;}
.bggray {background-color: #353c3e!important;}
.bgdarkgray {background-color: #212526!important;}
.bgblack {background-color: #000!important;}

/* Back to Top */
.back-to-top {
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: -35px;
    right: 20px;
    background-color: #ccc;
    opacity: 0;
    z-index: 8;
    text-align: center;
    -webkit-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -moz-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -o-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -ms-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
}
.back-to-top.display {
    opacity: 1;
    bottom: 0px;
}
a.back-to-top {
    color: #fff;
    text-decoration: none;
}
a.back-to-top:hover {
    color: #fff;
    background: #013668;
    text-decoration: none;
}
.back-to-top:before {
    font-family: 'FontAwesome';
    content: "\f106";
    font-size: 20px;
    line-height: 30px;
}

/* Link */
.link {
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    float: left;
    margin: 0;
    padding-right: 110px;
    text-transform: uppercase;
    color: #353c3e;
}
a.link {
    text-decoration: none;
}
.link:after {
    content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 2px;
    top: 5px;
    right: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -moz-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -o-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -ms-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
}
.link:before {
    content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 2px;
    top: 5px;
    right: 0;
    background: #737d80;
}
.link:hover:after {
    width: 0;
}
.link.reverse {
    padding-left: 110px;
    padding-right: 0;
}
.link.reverse:after {
    left: 0;
    right: auto;
}
.link.reverse:before {
    left: 0;
    right: auto;
}
.link.disable {
    cursor: default;
    opacity: .3;
}
.link.disable:hover {
    color: #353c3e;
}
.link.disable:hover:after {
    width: 100px;
}

iframe {
    width: 100%;
    height: 660px;
}
.container-fluid {
    width: 1140px!important;
}

@media (max-width: 991px) {
    iframe {
        height: 660px;
    }
    .container-fluid {
      width: 100%!important;
    }
}
@media (max-width: 767px) {
    iframe {
        height: 765px;
    }

}
@media (max-width: 575px) {
    iframe {
        height: 690px;
    }
    .section-tickets {
        padding: 0!important;
    }
}

/* -----------------------------------------------------------------------------------
TYPOGRAPHY
----------------------------------------------------------------------------------- */

body {
    font-family: 'AinslieSansNormBook';
    font-size: 18px;
    line-height: 1.7;
    color: #737d80;
}
p {margin: 0 0 1.4em;}
.p-lead {
    font-size: 16px;
    letter-spacing: .05em;
}
.uppercase {text-transform: uppercase;}
.letter-spacing {letter-spacing: .2em}

/* Heading */
h1, h2, h3, h4, h5, h6 {
    font-family: 'AinslieSansNormBook';
    line-height: 1.2;
    margin-bottom: 1em;
    color: #0e5da8;
}
h1 {font-size: 42px;}
h2 {font-size: 36px;}
h3 {font-size: 26px;}
.nowosc { color: #ff0000!important; }
h4 {font-size: 24px;}
h5 {font-size: 22px;}
h6 {font-size: 20px;}
.fa-menu {
    width: 20px;
}
.fa-16 {font-size: 16px;}
.fa-24 {font-size: 24px;}
.fa-36 {font-size: 36px;}

/* Address */
address {
    line-height: 24px;
}
address a {
    color: inherit;
}
address .icon {
    width: 24px;
}
address .pipe:before {
    content: '\007C';
    padding-right: 8px;
}

/* Blockquote */
blockquote {
    padding: 10px 40px;
    margin: 3em 0 3em 0;
    font-size: 20px;
    border-left: 2px solid #e3e5e5;
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 40px;
    border-right: 2px solid #e3e5e5;
}
blockquote footer,
blockquote small,
blockquote .small {
    font-size: 14px;
    color: #737d80;
    background-color: transparent;
}

/* Lead Body Copy */
.lead {
    font-family: 'AinslieSansNormBook';
    font-size: 20px;
    line-height: 2;
    font-weight: 400;
    margin-bottom: 40px;
}
.lead.right {
    text-align: right;
}
.lead.line:before {
    content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 2px;
    top: -40px;
    left: -35px;
}
.lead.line.right:before {
    right: -35px;
    left: auto;
}
@media (max-width: 991px) {
    .lead.right {
        text-align: left;
    }
    .lead.line.half:before {
        left: 15px;
        right: auto;
    }
}

/* Lists */
ol {
    list-style-type: decimal;
    list-style-position: outside;
}
ol, ul.arrow {
    margin: 0 0 24px 24px;
}
ul.arrow2 {
    margin: 0 0 0 24px;
}
ul.arrow li, ul.arrow2 li {
    position: relative;
}
ul.arrow li:before, ul.arrow2 li:before {
    font-family: 'ElegantIcons';
    font-size: 14px;
    position: absolute;
    top: 5px;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
}
ul.arrow li:before, ul.arrow2 li:before {
    content: "\35";
    left: -18px;
}

/* Title */
.title {
    font-family: 'AinslieSansNormDemi';
    line-height: 1.2;
}

.half-title {
    font-size: 24px;
    margin: 0 0 40px 0;
}
.title.type-1 {
    font-size: 24px;
}
.title.type-2 {
    font-size: 30px;
}
.title.type-3 {
    font-size: 36px;
    font-weight: 700;
}
.title.widget {
    font-size: 18px;
}
.title.type-1,
.title.type-2,
.title.type-3,
.title.widget {
    margin: 0 0 1.7em 0;
}

/* Social Icons */
.socials a i,
.socials a:focus {
    -webkit-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -moz-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -o-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -ms-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
}


/* -----------------------------------------------------------------------------------
PAGE LOADER
----------------------------------------------------------------------------------- */

#pageloader {
    width: 100%;
    height: 100%;
    position: fixed;
    top:0;
    left:0;
    background-color: #fff;
    z-index: 999;
}
.loader {
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.loader-line {
    height: 2px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #e3e5e5;
}
.loader-line:before{
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 4px;
    background-color: #0e5da8;
    animation: loading 2s linear infinite;
}

@keyframes loading {
    from {left: -200px; width: 30%;}
    50% {width: 30%;}
    70% {width: 70%;}
    80% { left: 50%;}
    95% {left: 120%;}
    to {left: 100%;}
}


/* -----------------------------------------------------------------------------------
MARGIN & PADDING
----------------------------------------------------------------------------------- */

.col-no-p {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.no-padding {padding: 0 !important;}
.padding-4vw {
    padding-top: 4vw !important;
    padding-right: 4vw !important;
    padding-bottom: 4vw !important;
    padding-left: 4vw !important;
}
.margin-auto {margin: 0 auto !important;}

.m0 {margin: 0 !important;}

.mt0 {margin-top: 0px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt40 {margin-top: 40px !important;}
.mt60 {margin-top: 60px !important;}
.mt80 {margin-top: 80px !important;}
.mt100 {margin-top: 100px !important;}
.mt120 {margin-top: 120px !important;}

.mr10 {margin-right: 10px !important;}
.mr15 {margin-right: 15px !important;}

.mb0 {margin-bottom: 0px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb100 {margin-bottom: 100px !important;}
.mb120 {margin-bottom: 120px !important;}

.ml10 {margin-left: 10px !important;}
.ml15 {margin-left: 15px !important;}

.p15 {padding: 15px !important;}

.pt0 {padding-top: 0 !important;}
.pt10 {padding-top: 10px !important;}
.pt15 {padding-top: 15px !important;}
.pt20 {padding-top: 20px !important;}
.pt40 {padding-top: 40px !important;}
.pt80 {padding-top: 80px !important;}
.pt100 {padding-top: 100px !important;}
.pt120 {padding-top: 120px !important;}
.pt200 {padding-top: 200px !important;}

.pr0 {padding-right: 0 !important;}
.pr10 {padding-right: 10px !important;}
.pr15 {padding-right: 15px !important;}
.pr20 {padding-right: 20px !important;}
.pr40 {padding-right: 40px !important;}
.pr80 {padding-right: 80px !important;}
.pr100 {padding-right: 100px !important;}
.pr120 {padding-right: 120px !important;}

.pb0 {padding-bottom: 0 !important;}
.pb10 {padding-bottom: 10px !important;}
.pb15 {padding-bottom: 15px !important;}
.pb20 {padding-bottom: 20px !important;}
.pb40 {padding-bottom: 40px !important;}
.pb80 {padding-bottom: 80px !important;}
.pb100 {padding-bottom: 100px !important;}
.pb120 {padding-bottom: 120px !important;}
.pb200 {padding-bottom: 200px !important;}

.pl0 {padding-left: 0 !important;}
.pl10 {padding-left: 10px !important;}
.pl15 {padding-left: 15px !important;}
.pl20 {padding-left: 20px !important;}
.pl40 {padding-left: 40px !important;}
.pl80 {padding-left: 80px !important;}
.pl100 {padding-left: 100px !important;}
.pl120 {padding-left: 120px !important;}

@media (min-width: 1200px) {
    .mb-min-lg-40 {margin-bottom: 40px !important;}
    .mb-min-lg-80 {margin-bottom: 80px !important;}
    .mb-min-lg-120 {margin-bottom: 120px !important;}
}

@media (min-width: 992px) {
    .mb-min-md-40 {margin-bottom: 40px !important;}
    .mb-min-md-80 {margin-bottom: 80px !important;}
    .mb-min-md-120 {margin-bottom: 120px !important;}
    .col-min-md-no-p {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
@media (min-width: 768px) {
    .col-min-sm-no-p {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 991px) {
    .mb-md-40 {margin-bottom: 40px !important;}
    .mb-md-80 {margin-bottom: 80px !important;}
    .mb-md-120 {margin-bottom: 120px !important;}
    .col-md-no-p {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
@media (max-width: 767px) {
    .mb-sm-40 {margin-bottom: 40px !important;}
    .mb-sm-80 {margin-bottom: 80px !important;}
    .mb-sm-120 {margin-bottom: 120px !important;}
    .col-sm-no-p {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}


/* -----------------------------------------------------------------------------------
HEADER
----------------------------------------------------------------------------------- */

#header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    z-index: 9;

}
nav.navbar.tminav {
    margin-bottom: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    background-color: transparent;
    border: none;
    z-index: 9;
}
nav.navbar.tminav.white {
    background-color: #fff;
    /* border-bottom: 1px solid #e3e5e5; */
}
nav.navbar.tminav.transparent {
    background-color: transparent;
    -webkit-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -moz-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -o-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -ms-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
}
@media (max-width: 767px) {
    nav.navbar.tminav.transparent {
        /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
    }
}
nav.navbar.tminav.navbar-small-height {
    display: none;
    background-color: #fff;
    border-bottom: 1px solid #e3e5e5;
    -webkit-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -moz-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -o-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -ms-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
}
nav.navbar.tminav .container {
    position: relative;
}

/* Atribute Navigation */
nav.navbar.tminav .attr-nav {
    float: right;
    line-height: 1;
    display: inline-block;
}
nav.navbar.tminav .attr-nav > ul {
    margin: 0;
}
nav.navbar.tminav .attr-nav > ul > li {
    float: left;
    display: block;
    margin-top: 84px;
    margin-left: 24px;
    -webkit-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -moz-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -o-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -ms-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
}
nav.navbar.tminav .attr-nav > ul > li > a {
    display: block;
    padding: 12px 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'AinslieSansNormDemi';
    color: #fff;
}
nav.navbar.tminav .attr-nav > ul > li > a > i {
    padding-left: 10px;
}

@media (max-width: 767px) {
    nav.navbar.tminav .attr-nav {
        position: absolute;
        margin: 0;
        top: 48px;
        right: 15px;
    }
    nav.navbar.tminav .attr-nav > ul > li {
        margin: 0;
    }
    nav.navbar.tminav .attr-nav > ul > li > a {
        padding: 12px;
    }
}
/* */

nav.navbar.tminav .hamburger-menu {
    width: 15px;
    height: 13px;
    display: block;
    background: center center no-repeat transparent;
    background-image: url("../images/hamburger.png");
}
nav.navbar.tminav .hamburger-menu-left.white {
    width: 15px;
    height: 13px;
    display: block;
    background: center center no-repeat transparent;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAABrGwT5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACVJREFUeNpi+k8BYGFgYGBkIBMwMVAAQDb/p0TzqLPp5WyAAAMATpY+5QkhtbcAAAAASUVORK5CYII=');
}
nav.navbar.tminav .hamburger-menu-left,
nav.navbar.tminav.navbar-small-height .hamburger-menu-left.white {
    width: 15px;
    height: 13px;
    display: block;
    background: center center no-repeat transparent;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAABrGwT5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAClJREFUeNpiYWBg+M9AJmD6//8/I7mYiYECwMTIyPifXDzqbHo6GyDAANLCtRZ2nTqzAAAAAElFTkSuQmCC');
}

/* Logo */
nav.navbar.tminav .navbar-brand {
    margin-top: 19px; /* 109px - height logo */
    margin-left: 0;
    padding: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -moz-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -o-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -ms-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
}
nav.navbar.tminav .navbar-brand img.logo {
    width: auto;
    height: 90px;  /* Height logo */
    -webkit-transition: height 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -moz-transition: height 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -o-transition: height 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -ms-transition: height 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    transition: height 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
}

@media (max-width: 767px) {
    nav.navbar.tminav .navbar-header {
        height: 90px;
        float: none;
        display: block;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
    }
    nav.navbar.tminav .navbar-toggle {
        position: absolute;
        background-color: transparent;
        border: none;
        padding: 12px;
        margin: 0;
        top: 11px;
        left: 15px;
    }
    nav.navbar.tminav .navbar-brand {
        position: absolute;
        height: 100%;
        top: 0;
        left: 50px;
        margin: 0;
        padding: 15px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    nav.navbar.tminav .navbar-brand img.logo {
        height: 60px;
    }
}

nav.navbar.tminav.navbar-small-height .attr-nav > ul > li > a {
    color: #0e5da8;
}

@media (min-width: 768px) {
    nav.navbar.tminav.navbar-small-height .attr-nav > ul > li {
        margin-top: 10px;
    }
    nav.navbar.tminav.navbar-small-height .attr-nav > ul > li > a {
        padding: 29px 0;
    }
    nav.navbar.tminav.navbar-small-height .navbar-brand {
        margin-top: 10px;
        height: 70px;
    }
    nav.navbar.tminav.navbar-small-height .navbar-brand img.logo {
        width: auto;
        height: 60px;
    }
}
/* */

nav.navbar.tminav .navbar-collapse {
    height: auto;
    border-bottom: 0px solid rgba(255, 255, 255, 0.0);

}
nav.navbar.tminav.transparent .navbar-collapse {
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
}

@media (max-width: 767px) {
    nav.navbar.tminav .navbar-collapse {
        border: 0;
        border-top: 1px solid #e3e5e5;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #fff;
    }
}

/* Megamenu Style */
nav.navbar.tminav .dropdown.megamenu-fw {
    position: static;
}
nav.navbar.tminav .megamenu-fw .dropdown-menu {
    left: auto;
}
nav.navbar.tminav .megamenu-content {
    padding: 15px !important;
    width: 100% !important;
}
nav.navbar.tminav .dropdown.megamenu-fw .dropdown-menu {
    left: 0;
    right: 0;
}

@media (max-width: 767px) {
    nav.navbar.tminav .megamenu-content {
        padding: 0 !important;
    }
}
/* */

nav.navbar.tminav ul.nav.navbarright {
    float: right !important;
    font-family: 'AinslieSansNormDemi';
}
nav.navbar.tminav ul.nav > li {
    margin-top: 84px;
    margin-left: 24px;
    -webkit-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -moz-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -o-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -ms-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
}
nav.navbar.tminav ul.nav > li > a {
    font-family: 'AinslieSansNormDemi';
    font-size: 18px;
    line-height: 1;
    text-decoration: none;
    padding: 12px 0;
    background-color: transparent;

}
nav.navbar.tminav.transparent ul.nav > li > a {
    color: #fff;
}
nav.navbar.tminav.white ul.nav > li > a {
    color: #353c3e;
}

@media (max-width: 767px) {
    nav.navbar.tminav ul.nav.navbarright {
        float: none !important;
        margin: 0;
    }
    nav.navbar.tminav ul.nav > li {
        margin: 0;
        border-top: 1px solid #e3e5e5;
    }
    nav.navbar.tminav ul.nav > li:first-child {
        border-top: 0;
    }
    nav.navbar.tminav ul.nav > li > a {
        padding: 12px;
    }
    nav.navbar.tminav.transparent ul.nav > li > a {
        color: #353c3e;
    }
    nav.navbar.tminav ul.nav > li > a:visited {
        color: #353c3e;
    }
    nav.navbar.tminav ul.nav > li > a:hover {
        color: #353c3e;
        background-color: transparent;
    }
}

@media (min-width: 768px) {
    nav.navbar.tminav.navbar-small-height ul.nav > li {
        margin-top: 10px;
    }
    nav.navbar.tminav.navbar-small-height ul.nav > li > a {
        color: #353c3e;
        padding: 29px 0;
    }
}

nav.navbar.tminav .dropdown .dropdown-menu {
    font-family: 'AinslieSansNormDemi';
    font-size: 18px;
    min-width: 100px;
    background-color: #fff;
    border: 0;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

@media (min-width: 768px) {
    nav.navbar.tminav .dropdown .dropdown-menu {
        border: 1px solid #e3e5e5;
    }
}

nav.navbar.tminav .dropdown .dropdown-menu.dm-right {
    right: 0;
    left: auto;
}
nav.navbar.tminav .dropdown-menu li a {
    display: block;
    padding: 12px;
    line-height: 1;
    color: #353c3e;
    text-decoration: none;
    white-space: normal;
}
nav.navbar.tminav .dropdown-menu li a:hover {
    text-decoration: none;
    background-color: #f0f2f2;
}
nav.navbar.tminav ul.nav > li.dropdown > a.dropdown-toggle:after {
    font-family: 'FontAwesome';
    content: "\f107";
    margin-left: 5px;
    margin-top: 2px;
}
nav.navbar.tminav .dropdown-menu .col-menu .megamenu-title {
    font-weight: 700;
    padding: 12px;
    color: #737d80;
}
nav.navbar.tminav .navbar-nav > .open > a,
nav.navbar.tminav .navbar-nav > .open > a:hover,
nav.navbar.tminav .navbar-nav > .open > a:focus {
    background-color: transparent;
}

@media (max-width: 767px) {
    nav.navbar.tminav .dropdown-menu li a:hover {
        font-weight: 400;
        background-color: transparent;
    }
    nav.navbar.tminav li.dropdown > ul.dropdown-menu > li > a,
    nav.navbar.tminav li.dropdown ul.menu-col > li > a,
    nav.navbar.tminav li.dropdown .col-menu > .megamenu-title {
        padding: 12px 36px;
    }
}

@media (min-width: 768px) {
    nav.navbar.tminav .attr-nav > ul > li {
        display: none;
    }
}

/* -----------------------------------------------------------------------------------
MM MENU
----------------------------------------------------------------------------------- */

html.mm-front .mm-menu{z-index: 1000;}
#menu {
    opacity: 0;
}
html.mm-blocking {
    overflow-y: scroll;
}
#mm-blocker {
    z-index: 999999;
}
.mm-menu.mm-theme-dark {
    background: #0e5da8;
    color: #fff;
}
.mm-navbar {
    line-height: 31px;
    height: 62px;
    padding: 0 62px;
}
.mm-menu.mm-theme-dark > .mm-navbar {
    border: none;
    background-color: #6eb31a;
}
.mm-navbar.mm-hasbtns {
    padding: 0 62px;
}
.mm-navbar > * {
    padding: 15px 0;
}
.mm-navbar .mm-btn {
    width: 62px;
    height: 62px;
}
.mm-hasnavbar-top-1 .mm-panels,
.mm-navbar-top-2 {
    top: 74px;
}
.mm-navbar .mm-title {
    font-size: 18px;
    font-family: 'AinslieSansNormDemi';
    text-transform: uppercase;
}
.mm-menu.mm-theme-dark .mm-navbar a,
.mm-menu.mm-theme-dark .mm-navbar>*,
.mm-menu.mm-theme-dark em.mm-counter {
    color: #fff;
}
.mm-menu.mm-theme-dark .mm-btn:after,
.mm-menu.mm-theme-dark .mm-btn:before {
    border-color: #fff;
}
.no-touch .mm-menu.mm-theme-dark .mm-btn:hover:after,
.no-touch .mm-menu.mm-theme-dark a.mm-btn:hover:before {
    opacity: .8;
    -webkit-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -moz-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -o-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -ms-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
}
.no-touch .mm-menu.mm-theme-dark .mm-navbar a:link.mm-title:hover {
    opacity: .8;
    -webkit-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -moz-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -o-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -ms-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
}
.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before {
    width: 8px;
    height: 8px;
}
.mm-clear:before,
.mm-close:before {
    right: 20px
}
.mm-clear:after,
.mm-close:after {
    right: 28px
}
.mm-listview {
    font-size: 18px;
    font-family: 'AinslieSansNormBook';
}
.no-touch .mm-listview li:hover {
    opacity: .8;
    -webkit-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -moz-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -o-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -ms-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
}
.mm-prev:before,
.mm-next:after {
    width: 8px;
    height: 8px;
}
.mm-menu.mm-theme-dark .mm-listview>li .mm-next:after {
    border-color: rgba(255,255,255,1);
}
.no-touch .mm-menu.mm-theme-dark .mm-listview > li > a.mm-prev:hover:before,
.no-touch .mm-menu.mm-theme-dark .mm-listview > li > a.mm-next:hover:after {
}
.mm-menu.mm-theme-dark .mm-listview > li.hr {
    display: block;
    padding: 4px 20px;
}
.mm-menu.mm-theme-dark .mm-listview > li.hr > hr {
    border-top: 1px solid #fff;
    opacity: .15;
    margin-top: 10px;
    margin-bottom: 10px;
}
.mm-menu.mm-theme-dark .mm-listview > li.hr:hover {
    opacity: 1;
}
.mm-listview > li.lang-mobile {
    display: none;
}
@media (max-width: 767px) {
    .mm-listview > li.lang-mobile {
        display: inline-block;
        margin-top: 30px;
    }
    .mm-listview > li.lang-mobile span {
        float: left;
        padding-right: 10px;
    }
    .mm-listview > li.lang-mobile span a {
        color: #fff;
        font-family: 'AinslieSansNormDemi';
    }
}


/* -----------------------------------------------------------------------------------
SECTION
----------------------------------------------------------------------------------- */

.page-section {
    position: relative;
    padding: 80px 0;
}
@media (max-width: 1199px) {
    .page-section {
        padding: 40px 0;
    }
}
.half-section-square {
    position: relative;
}
.section-white {
    position: relative;
}
.section-blue {
    background-color: #f2f5fb;
}
.section-main {
    position: relative;
}
.section-title,
.section-title-center {
    font-family: 'AinslieSansNormDemi';
    font-size: 30px;
    line-height: 1.2;
    color: #0e5da8;
}
.section-more {
    float: right;
    font-family: 'AinslieSansNormBook';
    margin-top: 6px;
    color: #737d80;
    font-size: 12px;
    text-decoration: none;
    -webkit-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -moz-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -o-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -ms-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
}
.section-more:hover,
.section-more:focus {
    text-decoration: none;
}
.section-more:focus {
    color: inherit;
}
.section-subtitle {
    font-family: 'AinslieSansNormBook';
    font-size: 12px;
    line-height: 1.2;
    color: #737d80;
    padding-left: 60px;
    margin-top: 0;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .section-more {
        display: block;
        float: none !important;
        padding-left: 60px;
        margin-top: 20px;

    }
}


/* -----------------------------------------------------------------------------------
HEAD & PAGE TITLE
----------------------------------------------------------------------------------- */

/* Home */
.home {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 991px) {
    .home {
        background-size: 140%;
    }
}
@media (max-width: 767px) {

}
@media (max-width: 480px) {
    .home {
        background-size: 160%;
    }
}

.home-content-above {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.home-content-center {
    display: table;
    height: 100%;
    margin: 0 auto;
}
.home-content-left {
    display: table;
    width: 100%;
    height: 100%;
}
.home-block {
    display: table-cell;
    vertical-align: middle;
}
.home-text {
    position: relative;
    padding: 80px;
}

/* Home Title */
.home-title {
    font-family: 'AinslieSansNormBook';
    font-size: 48px;
    line-height: 1em;
    position: relative;
    margin: 0;
    text-transform: uppercase;
    word-wrap: break-word;
    color: #fff;
    padding-left: 0em;
    opacity: 0;
}
.home-title.fs60 {
    font-size: 60px;
}
.home-subtitle {
    font-family: 'AinslieSansNormBook';
    font-size: 14px;
    line-height: 1.2em;
    position: relative;
    margin: 0;
    margin-top: 20px;
    padding-left: 60px;
    text-transform: uppercase;
    word-wrap: break-word;
    color: #fff;
    opacity: 0;
}
.home-subtitle.withoutline {
    padding-left: 0;
}
.home-subtitle:after {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    height: 2px;
    display: block;
    width: 50px;
}
.home-subtitle.withoutline:after {
    content: none;
}

@media (max-width: 991px) {
    .home-title,
    .home-title.fs60 {
        font-size: 40px;
    }
    .home-subtitle {
        font-size: 12px;
    }
    .home-subtitle:after {
        top: 6px;
    }
}
@media (max-width: 767px) {
    .home-text {
        padding: 40px;
    }
    .home-title,
    .home-title.fs60 {
        font-size: 36px;
    }
    .home-subtitle {
        font-size: 10px;
        margin-top: 10px;
    }
    .home-subtitle:after {
        top: 5px;
    }
}

.img-in-text {
    margin-bottom: 40px;
}

.line-home {
    position: absolute;
    background-color: #fff;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}

.line-home.line-top {
    width: 0;
    height: 4px;
    top: 0;
    left: 0;
    -webkit-animation-name: line-horizontal-move;
    -webkit-animation-duration: .3s;
    -webkit-animation-play-state: paused;
    animation-name: line-horizontal-move;
    animation-duration: .3s;
    animation-play-state: paused;
}
.line-home.line-right {
    width: 4px;
    height: 0;
    top: 0;
    right: 0;
    -webkit-animation-name: line-vertical-move;
    -webkit-animation-duration: .1s;
    -webkit-animation-play-state: paused;
    animation-name: line-vertical-move;
    animation-duration: .1s;
    animation-play-state: paused;
}
.line-home.line-bottom {
    width: 0;
    height: 4px;
    bottom: 0;
    right: 0;
    -webkit-animation-name: line-horizontal-move;
    -webkit-animation-duration: .3s;
    -webkit-animation-play-state: paused;
    animation-name: line-horizontal-move;
    animation-duration: .3s;
    animation-play-state: paused;
}
.line-home.line-left {
    width: 4px;
    height: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-name: line-vertical-move;
    -webkit-animation-duration: .1s;
    -webkit-animation-play-state: paused;
    animation-name: line-vertical-move;
    animation-duration: .1s;
    animation-play-state: paused;
}
.line-home.line-top.on,
.line-home.line-right.on,
.line-home.line-bottom.on,
.line-home.line-left.on {
    -webkit-animation-play-state: running;
    animation-play-state: running;
}
.line-home-hover {
    position: absolute;
}
.line-home-hover.line-top {
    width: 0;
    height: 4px;
    top: 0;
    left: 0;
    transition: width .3s;
    transition-delay: .5s;
}
.line-home-hover.line-right {
    width: 4px;
    height: 0;
    top: 0;
    right: 0;
    transition: height .1s;
    transition-delay: .4s;
}
.line-home-hover.line-bottom {
    width: 0;
    height: 4px;
    bottom: 0;
    right: 0;
    transition: width .3s;
    transition-delay: .1s;
}
.line-home-hover.line-left {
    width: 4px;
    height: 0;
    bottom: 0;
    left: 0;
    transition: height .1s;
    transition-delay: 0s;
}
.lines-home:hover .line-home-hover.on.line-top,
.lines-home:hover .line-home-hover.on.line-bottom {
    width: 100%;
}
.lines-home:hover .line-home-hover.on.line-right,
.lines-home:hover .line-home-hover.on.line-left {
    height: 100%;
}
.lines-home:hover .line-home-hover.line-top {
    transition-delay: 0s;
}
.lines-home:hover .line-home-hover.line-right {
    transition-delay: .3s;
}
.lines-home:hover .line-home-hover.line-bottom {
    transition-delay: .4s;
}
.lines-home:hover .line-home-hover.line-left {
    transition-delay: .7s;
}

@-webkit-keyframes line-horizontal-move {
    0%   {width: 0;}
    100% {width: 100%;}
}
@keyframes line-horizontal-move {
    0%   {width: 0;}
    100% {width: 100%;}
}
@-webkit-keyframes line-vertical-move {
    0%   {height: 0;}
    100% {height: 100%;}
}
@keyframes line-vertical-move {
    0%   {height: 0;}
    100% {height: 100%;}
}

.home-title-1 {
    width: 100%;
    font-family: 'AinslieSansNormBook';
    font-size: 48px;
    line-height: 1.2em;
    position: relative;
    margin: 0;
    word-wrap: break-word;
    color: #fff;
    margin-bottom: 40px;
}
.home-line-1,
.home-line-2 {
    width: 100px;
    height: 2px;
    display: block;
}
.home-line-1 {
    margin: 0 auto 40px;
}
.home-line-2 {
    width: 50px;
    margin: 0 0 28px 0;
}

@media (max-width: 767px) {
    .home-title-1 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .home-line-1 {
        margin: 0 auto 20px;
    }
    .home-line-2 {
        margin: 0 0 20px 0;
    }
}
/**/

/* Animated Blinking Cursor */
.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

/* Scroll Info Animation */
.scroll-info {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 14px;
    z-index: 5;
    width: 1px;
    height: 12px;
    -webkit-animation: pulsedown 1s infinite;
    animation: pulsedown 1s infinite;
}
@-webkit-keyframes pulsedown {
    0%   {bottom: 26px;}
    100% {bottom: 14px;}
}
@keyframes pulsedown {
    0%   {bottom: 26px;}
    100% {bottom: 14px;}
}

@media (min-width: 768px) {
    .scroll-info {
        display: block;
    }
}

/* Head Size */
.height-verysmall {
    height: 300px;
}
.height-small {
    height: 400px;
}
.height-medium {
    height: 500px;
}
@media (max-width: 1199px) {
    .height-medium {
        height: 410px;
    }
}
@media (max-width: 991px) {
    .height-medium {
        height: 350px;
    }
}
@media (max-width: 767px) {
    .height-medium {
        height: 280px;
    }
}
@media (max-width: 480px) {
    .height-medium {
        height: 210px;
    }
}
@media (max-width: 320px) {
    .height-medium {
        height: 190px;
    }
}
.height-big {
    height: 600px;
}
.height-large {
    height: 800px;
}

/* Head Title */
.head-title-wrap-bottom {
    position: absolute;
    width: 100%;
    bottom: 10px;
    text-align: right;
}
.head-title-wrap-middle {
    display: table;
    width: 100%;
    height: 100%;
    padding-top: 123px;
}
.head-title-block-middle {
    display: table-cell;
    vertical-align: middle;
}
.head-title-block-middle img {
    max-width: 100%;
}
.head-title-1 {
    font-family: 'AinslieSansNormDemi';
    font-size: 52px;
    line-height: 1.2;
    margin: 0;
    text-align: center;
    background-color: rgba(14,93,168,.8);
}
.head-subtitle-1 {
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
    letter-spacing: .05em;
}

@media (max-width: 991px) {
    .head-title-1 {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    .head-title-wrap-middle {
        padding-top: 62px;
    }
    .head-title-1 {
        font-size: 30px;
    }
    .flyktw {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .head-title-wrap-middle {
        padding-top: 62px;
    }
    .head-title-1 {
        font-size: 24px;
    }
    .flyktw {
        font-size: 18px;
    }
}

/* Breadcrumbs */
#breadcrumbs-wrap {
    position: fixed;
    top: -50px;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -moz-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -o-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -ms-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
}
#breadcrumbs-wrap.display {
    opacity: 1;
    top: 123px;
}
.breadcrumbs {
    font-size: 11px;
    line-height: 1.7;
    font-weight: 400;
    letter-spacing: .05em;
    padding-top: 6px;
    float: right;
}
.breadcrumbs a {
    text-decoration: none;
    color: inherit;
}
.breadcrumbs span {
    opacity: .6;
}

@media (max-width: 767px) {
    #breadcrumbs-wrap.display {
        top: 62px;
    }
}


/* -----------------------------------------------------------------------------------
BACKGROUND IMAGE
----------------------------------------------------------------------------------- */

.bg-img {
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.bg-mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}
.bg-mask.m15 {
    left: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px;
}
.bg-mask.m40 {
    left: 40px;
    top: 40px;
    right: 40px;
    bottom: 40px;
}

.mask:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.bg-mask.dark,
.mask.dark:before {
    background: #000;
}
.bg-mask.white,
.mask.white:before {
    background: #fff;
}
.bg-mask.pattern,
.mask.pattern:before {
    background: url(../images/pattern.png);
}

.bg-mask.op1, .op1:before {opacity: .1}
.bg-mask.op2, .op2:before {opacity: .2}
.bg-mask.op3, .op3:before {opacity: .3}
.bg-mask.op4, .op4:before {opacity: .4}
.bg-mask.op5, .op5:before {opacity: .5}
.bg-mask.op6, .op6:before {opacity: .6}
.bg-mask.op7, .op7:before {opacity: .7}
.bg-mask.op8, .op8:before {opacity: .8}
.bg-mask.op9, .op9:before {opacity: .9}
.bg-mask.op0, .op0:before {opacity: 1}



/* -----------------------------------------------------------------------------------
11 SWIPER SLIDER
----------------------------------------------------------------------------------- */

.swiper-slide {
    background-size: cover;
    background-position: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.swiper-home {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.swiper-home-navigation {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.swiper-hs-square {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.swiper-tb {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.swiper-module {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.swiper-home-button-next,
.swiper-module-button-next {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 0;
    left: 40px;
    background-color: #fff;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -moz-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -o-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -ms-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
}
.swiper-hs-square-button-next {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 0;
    left: 50%;
    background-color: #fff;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -moz-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -o-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -ms-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
}
.swiper-tb-button-next {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 0;
    right: -40px;
    background-color: #fff;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -moz-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -o-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -ms-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
}
.swiper-tb-button-next.right {
    left: 0;
}
.swiper-home-button-next:after,
.swiper-module-button-next:after,
.swiper-hs-square-button-next:after,
.swiper-tb-button-next:after {
    font-family: 'FontAwesome';
    content: "\f178";
    font-size: 18px;
    line-height: 40px;
    margin-left: 11px;
    color: #353c3e;
}
.swiper-home-button-prev,
.swiper-module-button-prev {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -moz-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -o-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -ms-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
}
.swiper-hs-square-button-prev {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 0;
    right: 50%;
    background-color: #fff;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -moz-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -o-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -ms-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
}
.swiper-tb-button-prev {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 0;
    right: 0;
    background-color: #fff;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -moz-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -o-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -ms-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
}
.swiper-tb-button-prev.right {
    left: -40px;
}
.swiper-home-button-prev:after,
.swiper-module-button-prev:after,
.swiper-hs-square-button-prev:after,
.swiper-tb-button-prev:after{
    font-family: 'FontAwesome';
    content: "\f177";
    font-size: 18px;
    line-height: 40px;
    margin-left: 11px;
    color: #353c3e;
}
.no-mobile .swiper-home-button-next:hover:after,
.no-mobile .swiper-home-button-prev:hover:after,
.no-mobile .swiper-module-button-next:hover:after,
.no-mobile .swiper-module-button-prev:hover:after,
.no-mobile .swiper-hs-square-button-next:hover:after,
.no-mobile .swiper-hs-square-button-prev:hover:after,
.no-mobile .swiper-tb-button-next:hover:after,
.no-mobile .swiper-tb-button-prev:hover:after{
    color: #fff;
}
.swiper-home-pagination,
.swiper-module-pagination {
    width: 80px;
    height: 18px;
    position: absolute;
    font-size: 10px;
    line-height: 18px;
    font-weight: 300;
    color: #fff;
    background-color: #353c3e;
    text-align: center;
    bottom: 48px;
    left: 0;
    z-index: 2;
}
.swiper-hs-square-pagination {
    width: 80px;
    height: 18px;
    position: absolute;
    font-size: 10px;
    line-height: 18px;
    font-weight: 300;
    color: #fff;
    background-color: #353c3e;
    text-align: center;
    bottom: 48px;
    left: 50%;
    z-index: 2;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.swiper-tb-pagination {
    width: 80px;
    height: 18px;
    position: absolute;
    font-size: 10px;
    line-height: 18px;
    font-weight: 300;
    color: #fff;
    background-color: #353c3e;
    text-align: center;
    bottom: 48px;
    right: -40px;
    left: auto;
    z-index: 2;
}
.swiper-tb-pagination.right {
    left: -40px;
}
.swiper-pagination-current {
    position: absolute;
    left: 20px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.swiper-pagination-total {
    position: absolute;
    right: 20px;
    opacity: .5;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -o-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

@media (max-width: 991px) {
    .swiper-hs-square-button-next,
    .swiper-tb-button-next,
    .swiper-tb-button-next.right {
        left: 40px;
    }
    .swiper-hs-square-button-prev,
    .swiper-tb-button-prev,
    .swiper-tb-button-prev.right {
        right: auto;
        left: 0;
    }
    .swiper-hs-square-pagination {
        left: 40px;
    }
    .swiper-tb-pagination,
    .swiper-tb-pagination.right {
        left: 0;
    }
}


/* -----------------------------------------------------------------------------------
HALF SECTION SQUARE
----------------------------------------------------------------------------------- */

.hs-height-i,
.hs-height-c {
    height: 585px;
}
@media (max-width: 1199px) {
    .half-title {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .hs-height-i,
    .hs-height-c {
        height: 485px;
    }
}
@media (max-width: 991px) {
    .hs-height-i {
        height: 750px;
    }
    .hs-height-c {
        height: auto;
    }
}

.section-contents {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@media (max-width: 991px) {
    .section-contents {
        position: relative;
    }
}

.half-section-square .contents {
    margin-top: 120px;
    overflow: hidden;
    word-wrap: break-word;
}
.half-section-square .contents > p {
    max-height: 190.4px;
    margin: 0;
}
@media (max-width: 1199px) {
    .half-section-square .contents {
        margin-top: 80px;
    }
    .half-section-square .contents > p {
        font-size: 13px;
        max-height: 176.8px;
    }
}
@media (max-width: 991px) {
    .half-section-square .contents {
        max-height: none;
        margin-top: 80px;
    }
    .half-section-square .contents > p {
        max-height: none;
    }
    .half-section-square .contents.text-right {
        text-align: left !important;
    }
    .half-section .contents.text-right {
        text-align: left !important;
    }
}
.link-hs {
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    float: left;
    margin: 0;
    margin-top: 40px;
    padding-left: 60px;
    text-transform: uppercase;
    color: #353c3e;
}
a.link-hs {
    text-decoration: none;
}
.link-hs:after {
    content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 2px;
    top: 5px;
    left: -50px;
    -webkit-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -moz-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -o-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -ms-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
}
.link-hs:before {
    content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 2px;
    top: 5px;
    left: -50px;
    background: #737d80;
}
.link-hs:hover:after {
    width: 0;
}
.link-hs.right {
    float: right;
    padding-right: 60px;
    padding-left: 0;
}
.link-hs.right:after {
    right: -50px;
    left: auto;
}
.link-hs.right:before {
    right: -50px;
    left: auto;
}

@media (max-width: 1199px) {
    .link-hs {
        margin-top: 30px;
    }
}
@media (max-width: 991px) {
    .link-hs {
        margin-bottom: 80px;
        padding-right: 0;
        padding-left: 110px;
    }
    .link-hs:after {
        left: 0;
    }
    .link-hs:before {
        left: 0;
    }
    .link-hs.right {
        float: left !important;
        padding-left: 110px;
    }
    .link-hs.right:after {
        left: 0;
        right: auto;
    }
    .link-hs.right:before {
        left: 0;
        right: auto;
    }
}

.triangle {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    background-color: #f5f7f7;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

@media (max-width: 991px) {
    .triangle {
        top: auto;
    }
}


/* -----------------------------------------------------------------------------------
ELEMENTS
----------------------------------------------------------------------------------- */

/* Buttons */
.btn:active,
.btn.active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.btn {
    position: relative;
    border: 0;
    border-radius: 0;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .05em;
    padding: 1em 2em;
    color: #fff;
    background-color: transparent;
    z-index: 1;
}
.btn-default:focus,
a.btn-default:focus,
.btn-default:active:focus {
    color: #fff;
    background-color: transparent;
    outline: none;
}
.btn-default:hover,
a.btn-default:hover,
.btn-default:focus:hover,
.btn-default:active:hover {
    color: #353c3e;
    background-color: transparent;
    outline: none;
}
.btn-main:focus,
a.btn-main:focus,
.btn-main:active:focus {
    color: #fff;
    background-color: transparent;
    outline: none;
}
.btn-main:hover,
a.btn-main:hover,
.btn-main:focus:hover,
.btn-main:active:hover {
    background-color: transparent;
    outline: none;
}
.btn-white,
.btn-white:focus,
a.btn-white:focus,
.btn-white:active:focus {
    color: #000;
    background-color: transparent;
    outline: none;
}
.btn-white:hover,
a.btn-white:hover,
.btn-white:focus:hover,
.btn-white:active:hover {
    color: #fff;
    background-color: transparent;
    outline: none;
}
.btn-lightgray:focus,
a.btn-lightgray:focus,
.btn-lightgray:active:focus {
    color: #fff;
    background-color: transparent;
    outline: none;
}
.btn-lightgray:hover,
a.btn-lightgray:hover,
.btn-lightgray:focus:hover,
.btn-lightgray:active:hover {
    color: #737d80;
    background-color: transparent;
    outline: none;
}
.btn-default.btn-border:focus,
a.btn-default.btn-border:focus,
.btn-default.btn-border:active:focus {
    color: #353c3e;
}
.btn-default.btn-border:hover,
a.btn-default.btn-border:hover,
.btn-default.btn-border:focus:hover,
.btn-default.btn-border:active:hover {
    color: #fff;
}
.btn-main.btn-border:hover,
a.btn-main.btn-border:hover,
.btn-main.btn-border:focus:hover,
.btn-main.btn-border:active:hover {
    color: #fff;
}
.btn-white.btn-border:focus,
a.btn-white.btn-border:focus,
.btn-white.btn-border:active:focus {
    color: #fff;
}
.btn-white.btn-border:hover,
a.btn-white.btn-border:hover,
.btn-white.btn-border:focus:hover,
.btn-white.btn-border:active:hover {
    color: #000;
}
.btn-lightgray.btn-border:focus,
a.btn-lightgray.btn-border:focus,
.btn-lightgray.btn-border:active:focus {
    color: #737d80;
}
.btn-lightgray.btn-border:hover,
a.btn-lightgray.btn-border:hover,
.btn-lightgray.btn-border:focus:hover,
.btn-lightgray.btn-border:active:hover {
    color: #fff;
}
.btn-default:before,
.btn-main:before,
.btn-white:before,
.btn-lightgray:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: box-shadow 0.3s, transform 0.3s;
    -moz-transition: box-shadow 0.3s, transform 0.3s;
    -ms-transition: box-shadow 0.3s, transform 0.3s;
    -o-transition: box-shadow 0.3s, transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s;
}
.btn-default:before {
    -webkit-box-shadow: inset 0 0 0 30px #353c3e;
    -moz-box-shadow: inset 0 0 0 30px #353c3e;
    -ms-box-shadow: inset 0 0 0 30px #353c3e;
    -o-box-shadow: inset 0 0 0 30px #353c3e;
    box-shadow: inset 0 0 0 30px #353c3e;
}
.btn-white:before {
    -webkit-box-shadow: inset 0 0 0 30px #fff;
    -moz-box-shadow: inset 0 0 0 30px #fff;
    -ms-box-shadow: inset 0 0 0 30px #fff;
    -o-box-shadow: inset 0 0 0 30px #fff;
    box-shadow: inset 0 0 0 30px #fff;
}
.btn-lightgray:before {
    -webkit-box-shadow: inset 0 0 0 30px #737d80;
    -moz-box-shadow: inset 0 0 0 30px #737d80;
    -ms-box-shadow: inset 0 0 0 30px #737d80;
    -o-box-shadow: inset 0 0 0 30px #737d80;
    box-shadow: inset 0 0 0 30px #737d80;
}
.btn-default:hover:before,
.btn-main:hover:before,
.btn-white:hover:before,
.btn-lightgray:hover:before {
    -webkit-transform: scale3d(1.04, 1.04, 1);
    -moz-transform: scale3d(1.04, 1.04, 1);
    -ms-transform: scale3d(1.04, 1.04, 1);
    -o-transform: scale3d(1.04, 1.04, 1);
    transform: scale3d(1.04, 1.04, 1);
}
.btn-default:hover:before {
    -webkit-box-shadow: inset 0 0 0 2px #353c3e;
    -moz-box-shadow: inset 0 0 0 2px #353c3e;
    -ms-box-shadow: inset 0 0 0 2px #353c3e;
    -o-box-shadow: inset 0 0 0 2px #353c3e;
    box-shadow: inset 0 0 0 2px #353c3e;
}
.btn-white:hover:before {
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    -moz-box-shadow: inset 0 0 0 2px #fff;
    -ms-box-shadow: inset 0 0 0 2px #fff;
    -o-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
}
.btn-lightgray:hover:before {
    -webkit-box-shadow: inset 0 0 0 2px #737d80;
    -moz-box-shadow: inset 0 0 0 2px #737d80;
    -ms-box-shadow: inset 0 0 0 2px #737d80;
    -o-box-shadow: inset 0 0 0 2px #737d80;
    box-shadow: inset 0 0 0 2px #737d80;
}
.btn-default.btn-border,
a.btn-default.btn-border {
    color: #353c3e;
}
.btn-white.btn-border,
a.btn-white.btn-border {
    color: #fff;
}
.btn-lightgray.btn-border,
a.btn-lightgray.btn-border {
    color: #737d80;
}
.btn-default.btn-border:before {
    -webkit-box-shadow: inset 0 0 0 2px #353c3e;
    -moz-box-shadow: inset 0 0 0 2px #353c3e;
    -ms-box-shadow: inset 0 0 0 2px #353c3e;
    -o-box-shadow: inset 0 0 0 2px #353c3e;
    box-shadow: inset 0 0 0 2px #353c3e;
}
.btn-white.btn-border:before {
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    -moz-box-shadow: inset 0 0 0 2px #fff;
    -ms-box-shadow: inset 0 0 0 2px #fff;
    -o-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
}
.btn-lightgray.btn-border:before {
    -webkit-box-shadow: inset 0 0 0 2px #737d80;
    -moz-box-shadow: inset 0 0 0 2px #737d80;
    -ms-box-shadow: inset 0 0 0 2px #737d80;
    -o-box-shadow: inset 0 0 0 2px #737d80;
    box-shadow: inset 0 0 0 2px #737d80;
}
.btn-default.btn-border:hover:before {
    -webkit-box-shadow: inset 0 0 0 30px #353c3e;
    -moz-box-shadow: inset 0 0 0 30px #353c3e;
    -ms-box-shadow: inset 0 0 0 30px #353c3e;
    -o-box-shadow: inset 0 0 0 30px #353c3e;
    box-shadow: inset 0 0 0 30px #353c3e;
}
.btn-white.btn-border:hover:before {
    -webkit-box-shadow: inset 0 0 0 30px #fff;
    -moz-box-shadow: inset 0 0 0 30px #fff;
    -ms-box-shadow: inset 0 0 0 30px #fff;
    -o-box-shadow: inset 0 0 0 30px #fff;
    box-shadow: inset 0 0 0 30px #fff;
}
.btn-lightgray.btn-border:hover:before {
    -webkit-box-shadow: inset 0 0 0 30px #737d80;
    -moz-box-shadow: inset 0 0 0 30px #737d80;
    -ms-box-shadow: inset 0 0 0 30px #737d80;
    -o-box-shadow: inset 0 0 0 30px #737d80;
    box-shadow: inset 0 0 0 30px #737d80;
}
.btn-lg,
.btn-group-lg > .btn {
    font-size: 14px!important;
}
.btn-sm,
.btn-group-sm > .btn {
    font-size: 11px!important;
}
.btn-xs,
.btn-group-xs > .btn {
    font-size: 10px!important;
}

/* Progress Bar */
.progress {
    height: 19px;
    margin-top: 6px;
    margin-bottom: 24px;
    overflow: hidden;
    background-color: #e3e5e5;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    overflow: visible;
}
.progress-bar {
    position: relative;
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 19px;
    font-weight: 600;
    padding-left: 8px;
    text-align: left;
    text-transform: uppercase;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: width 2s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -moz-transition: width 2s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -o-transition: width 2s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -ms-transition: width 2s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    transition: width 2s cubic-bezier(0.0, 0.0, 0.3, 1.0);
}
.progress-bar > span {
    position: absolute;
    top: 0px;
    right: 8px;
    display: inline-block;
    line-height: 19px;
}

/* Counter */
.counter-no {
    font-family: 'AinslieSansNormBook';
    font-size: 60px;
    line-height: 1;
}
.counter-title {
    font-family: 'AinslieSansNormBook';
    font-size: 14px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0;
    padding: 6px 0;
}

/* Tabs */
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    color: inherit;
}
.nav-tabs {
    border-bottom: 1px solid #e3e5e5;
}
.nav-tabs > li > a {
    margin: 0;
    line-height: 1.2em;
    border: 0;
    border-radius: 0;
    color: #353c3e;
    text-decoration: none;
    padding: 15px 40px;
    border-bottom: 4px solid transparent;
}
.nav-tabs > li > a:hover {
    background-color: transparent;
    border-bottom: 4px solid #353c3e;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: transparent;
    color: #353c3e;
    cursor: default;
    border: 0;
    border-bottom: 4px solid;
}
.tab-content > .active {
    padding: 20px 0;
}

@media (max-width: 767px) {
    .nav-tabs > li {
        margin-top: 4px;
        display: block;
        float: none;
        width: 100%;
        background-color: #f5f7f7;
    }
    .nav-tabs > li > a:hover {
        background-color: #e3e5e5;
        border-bottom: 4px solid transparent;
    }
    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        color: #fff;
        border-bottom: 4px solid transparent;
    }
}

/* Collapse */
.panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.panel-heading {
    padding: 15px 40px;
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.panel-group .panel {
    border-radius: 0;
}
.panel-default .panel-heading {
    color: #353c3e;
    background-color: #f5f7f7;
    -webkit-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -moz-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -o-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -ms-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
}
.panel-default .panel-heading:hover {
    color: #fff;
}
.panel-default > a {
    text-decoration: none;
}

/* Pricing Tables */
.price-tables {
    display: block;
    padding: 0px;
    overflow: hidden;
    border-style: solid;
    border-color: #e3e5e5;
    border-width: 1px 1px 1px 0;
    text-align: center;
    -webkit-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -moz-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -o-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -ms-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
}
.price-tables.first {
    border: 1px solid #e3e5e5;
}
.price-tables .title .text {
    font-size: 24px;
    padding: 2em 0;
    margin: 0 0 80px 0;
    border-bottom: 1px solid #e3e5e5;
}
.price-tables .price {
    margin: 0 0 80px 0;
    line-height: 1.2;
    color: #353c3e;
}
.price-tables .price span.value,
.price-tables .price span.period {
    display: block;
}
.price-tables .price .value span.currency {
    font-size: 36px;
}
.price-tables .price .value {
    font-size: 48px;
    font-weight: 700;
}
.price-tables .price .period {
    font-size: 14px;
    font-weight: 700;
}
.price-tables .features {
    font-size: 12px;
    margin: 0 0 40px 0;
}

@media (max-width: 991px) {
    .price-tables {
        border: 1px solid #e3e5e5;
    }
}

/* Text Widget */
.textwidget-wrap {
    position: absolute;
    top: auto;
    right: 35px;
    bottom: 35px;
    left: 35px;
    overflow: hidden;
    word-wrap: break-word;
}
.textwidget-number {
    font-family: 'AinslieSansNormBook';
    font-size: 180px;
    line-height: 1;
    color: #353c3e;
}
.textwidget-text {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    color: #353c3e;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .textwidget-number {
        font-size: 140px;
    }
}

/* 1 */
.textwidget-wrap-1 {
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
    padding: 15px;
}
.textwidget-block-1 {
    display: table-cell;
    vertical-align: bottom;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
}
.textwidget-number-1 {
    font-family: 'AinslieSansNormBook';
    font-size: 180px;
    line-height: 1;
    letter-spacing: -.04em;
    color: #353c3e;
    overflow: hidden;
}
.textwidget-text-1 {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    color: #353c3e;
    word-wrap: break-word;
}
/* 2 */
.textwidget-wrap-2 {
    width: 100%;
    display: table;
    table-layout: fixed;
    padding: 15px;
}
.textwidget-block-2 {
    display: table-cell;
    vertical-align: middle;
    background-color: rgba(255, 255, 255, 0.8);
}
.textwidget-text-2 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    text-align: center;
    color: #353c3e;
    padding: 40px;
    word-wrap: break-word;
}
.textwidget-text-2 h3 {
    font-size: 16px;
    line-height: 1.2;
    font-style: normal;
    margin-bottom: 20px;
}
.textwidget-text-2 h3 a {
    text-decoration: none;
    color: #353c3e;
}
.textwidget-text-2 h3 a:hover {
    opacity: .7;
}
/* 3 */
.textwidget-wrap-3 {
    width: 100%;
    display: table;
    table-layout: fixed;
}
.textwidget-block-3 {
    display: table-cell;
    vertical-align: middle;
    padding: 60px;
}
.textwidget-text-3 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    text-align: center;
    color: #353c3e;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    word-wrap: break-word;
}
.textwidget-text-3 h3 {
    font-size: 16px;
    line-height: 1.2;
    font-style: normal;
    margin-bottom: 20px;
}
.textwidget-text-3 h3 a {
    text-decoration: none;
    color: #353c3e;
}
.textwidget-text-3 h3 a:hover {
    opacity: .7;
}
.textwidget-text-3 h5 {
    font-family: 'AinslieSansNormBook';
    font-size: 10px;
    letter-spacing: .2em;
    text-transform: uppercase;
    margin-bottom: 8px;
}
/* 4 */
.textwidget-wrap-4 {
    width: 100%;
    display: table;
    table-layout: fixed;
}
.textwidget-block-4 {
    display: table-cell;
    vertical-align: top;
    padding: 60px;
}
.textwidget-text-4 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    text-align: center;
    color: #353c3e;
    word-wrap: break-word;
}
.textwidget-text-4 h3 {
    font-size: 16px;
    line-height: 1.2;
    font-style: normal;
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 8px 20px;
}
.textwidget-text-4 h3 a {
    text-decoration: none;
    color: #353c3e;
}
.textwidget-text-4 h3 a:hover {
    opacity: .7;
}
.textwidget-text-4 p {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
}
.textwidget-text-4 .twlink {
    position: absolute;
    right: 50%;
    bottom: 20px;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -o-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
.textwidget-text-4 .twlink a {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 2px 8px;
    text-decoration: none;
    color: #353c3e;
}
.textwidget-text-4 .twlink a:hover {
    opacity: .8;
}
/* 5 */
.textwidget-wrap-5 {
    width: 100%;
    display: table;
    table-layout: fixed;
}
.textwidget-block-5 {
    display: table-cell;
    vertical-align: bottom;
    padding: 60px;
}
.textwidget-text-5 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    font-size: 12px;
    text-align: center;
    color: #353c3e;
    word-wrap: break-word;
}
.textwidget-text-5:before {
    content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 2px;
    top: -30px;
    right: 50%;
    background-color: #353c3e;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -o-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
.textwidget-text-5.white:before {
    background-color: #fff;
}
.textwidget-text-5 h3 {
    font-size: 16px;
    line-height: 1.4;
    font-style: normal;
    margin-bottom: 20px;
}
.textwidget-text-5 h3 a {
    text-decoration: none;
    color: #353c3e;
}
.textwidget-text-5 h3 a:hover {
    opacity: .7;
}
/* 6 */
.textwidget-wrap-6 {
    width: 100%;
    display: table;
    table-layout: fixed;
}
.textwidget-block-6 {
    display: table-cell;
    vertical-align: top;
    padding: 60px;
}
.textwidget-text-6 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    font-size: 12px;
    text-align: center;
    color: #353c3e;
    word-wrap: break-word;
}
.textwidget-text-6 h3 {
    font-size: 16px;
    line-height: 1.4;
    font-style: normal;
    margin-bottom: 20px;
}
.textwidget-text-6 h3 a {
    text-decoration: none;
    color: #353c3e;
}
.textwidget-text-6 h3 a:hover {
    opacity: .7;
}
.textwidget-text-6 h3:before {
    content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 2px;
    top: -30px;
    right: 50%;
    background-color: #353c3e;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -o-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
.textwidget-text-6.white h3:before {
    background-color: #fff;
}
.min-height-360 {
    height: auto;
    min-height: 360px;
}
.min-height-480 {
    height: auto;
    min-height: 480px;
}

/* Text Boxes 8/4 */
.text-boxes-84 {
    position: relative;
}
.text-boxes-84 .contents {
    margin-top: 80px;
    margin-bottom: 120px;
    float: left;
}
.text-boxes-84 .title-left {
    position: relative;
    left: -80px;
}
.text-boxes-84 .title-right {
    position: relative;
    right: -80px;
}
.text-boxes-84 .description {
    padding-left: 75px;
}
.text-boxes-84 .description.right {
    padding-left: 0;
    padding-right: 75px;
}
.link-tb {
    font-size: 14px;
    font-family: 'AinslieSansNormDemi';
    line-height: 1;
    position: relative;
    float: left;
    margin-top: 40px;
    padding-left: 75px;
    text-transform: uppercase;
    color: #0e5da8;
}
a.link-tb {
    text-decoration: none;
}
.link-tb:after {
    content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 2px;
    top: 5px;
    left: -35px;
    background-color: #6eb31a;
    -webkit-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -moz-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -o-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -ms-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
}
.link-tb:before {
    content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 2px;
    top: 5px;
    left: -35px;
    background: #0e5da8;
}
.link-tb:hover:after {
    width: 0;
}
.link-tb.right {
    float: right;
    padding-right: 75px;
    padding-left: 0;
}
.link-tb.right:after {
    right: -35px;
    left: auto;
}
.link-tb.right:before {
    right: -35px;
    left: auto;
}

@media (max-width: 991px) {
    .text-boxes-84 .contents {
        margin-top: 20px;
        margin-bottom: 0;
    }
    .text-boxes-84 .title-left {
        left: 0;
    }
    .text-boxes-84 .title-right {
        right: 0;
    }
    .text-boxes-84 .text-right {
        text-align: left;
    }
    .text-boxes-84 .description {
        padding-left: 0;
    }
    .text-boxes-84 .description.right {
        padding-right: 0;
    }
    .link-tb {
        margin-top: 10px;
        padding-left: 60px;
        padding-right: 0;
    }
    .link-tb.right {
        float: left;
        padding-left: 60px;
        padding-right: 0;
    }
    .link-tb:after,
    .link-tb.right:after {
        left: 0;
        right: auto;
        width: 50px;
    }
    .link-tb:before,
    .link-tb.right:before {
        left: 0;
        right: auto;
        width: 50px;
    }
}

/* Features Box */
.box-media-a {
    margin-bottom: 40px;
}
.media-text p {
    font-size: 12px;
    line-height: 1.7;
}
.fa-icon-wrap {
    position: relative;
    width: 40px;
    height: 40px;
}
.fa-icon-diamond {
    width: 40px;
    height: 40px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.fa-icon-wrap > .fa {
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* Team Call Action */
.team-call-action-wrap {
    padding: 16px 40px;
}
.team-call-action-icon {
    float: left;
    padding: 6px 0;
    line-height: 1;
}
.team-call-action-text {
    font-family: 'AinslieSansNormBook';
    font-size: 24px;
    line-height: 36px;
    float: left;
    color: #fff;
    padding: 6px 20px;
}
.team-call-action-btn {
    float: right;
    padding: 9px 0;
}

@media  (max-width: 991px) {
    .team-call-action-wrap {
        padding: 36px 40px;
    }
    .team-call-action-icon {
        float: none;
        text-align: center;
    }
    .team-call-action-text {
        float: none;
        text-align: center;
        line-height: 1.2;
    }
    .team-call-action-btn {
        float: none;
        text-align: center;
    }
}

/* Banner Image */
.banner-image-wrap {
    position: absolute;
    top: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.banner-image > img {
    width: 550px;
    height: auto;
}

@media (max-width: 1199px) {
    .banner-image-wrap {
        top: -80px;
    }
    .banner-image > img {
        width: 400px;
        height: auto;
    }
}

@media (max-width: 991px) {
    .banner-image-wrap {
        position: relative;
        top: 0;
        left: auto;
        width: 100%;
        float: left;
        text-align: center;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);

    }
    .banner-image {
        margin-top: 80px;
    }
    .banner-image > img {
        width: 100%;
        height: auto;
    }
}


/* -----------------------------------------------------------------------------------
OWL CAROUSEL
----------------------------------------------------------------------------------- */

/* Team Theme */
.owl-team .owl-controls {
    position: absolute;
    width: 100%;
    height: 40px;
    top: -40px;
    text-align: center;
    padding: 0 15px;
}
.owl-team .owl-controls .owl-buttons div {
    font-family: 'FontAwesome';
    line-height: 40px;
    color: #353c3e;
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 35px;
    cursor: pointer;
    background-color: #f5f7f7;
    -webkit-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -moz-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -o-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -ms-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
}
.owl-team .owl-controls .owl-buttons {
    position: relative;
    width: 100%;
    height: 100%;
}
.owl-team .owl-controls .owl-prev {
    top: 0;
    right: 40px;
}
.owl-team .owl-controls .owl-next {
    top: 0;
    right: 0;
}
.no-touch .owl-team .owl-controls .owl-buttons .owl-prev:hover,
.no-touch .owl-team .owl-controls .owl-buttons .owl-next:hover {
    color: #fff;
    -webkit-touch-callout: none;
}

@media (min-width: 1200px) {
    .owl-team .owl-controls {
        padding: 0 13px;
    }
}

/* Testimonials Theme OWL */
.owl-theme .owl-controls {
    margin-top: 40px;
    text-align: center;
}

/* Styling Pagination */
.owl-theme .owl-controls .owl-page{
    display: inline-block;
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 8px;
    height: 8px;
    margin: 6px;
    opacity: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #737d80;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
}

/* Client Carousel */
.client-cl {
    display: none;
}
.client-cl .cl-item {
    margin: 0 4px;
}
.client-cl .cl-item img {
    display: block;
    width: 100%;
    height: auto;
}

/* Testimonial Carousel */
.testimonial {
    padding: 460px 0 80px;
}
.testimonial-cl .author {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
}
.testimonial-cl .author:before {
    content: '\7E';
    padding-right: 4px;
}


/* -----------------------------------------------------------------------------------
FOOTER
----------------------------------------------------------------------------------- */

footer {
    position: relative;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    background-color: #fff;
    border-top: 1px solid #ccc;
}
.footer-social {
    float: right;
    font-size: 23px;
    line-height: 1;
}
.footer-social a i {
    color: #fff;
    background-color: #0e5da8;
    padding: 11px 12px;
    margin-right: 5px;
    margin-bottom: 12px;
    text-decoration: none;
    text-align: center;
    width: 45px;
    height: 45px;
    border-radius: 45px;
}
.footer-social a:hover i {
    background-color: #6eb31a;
}
.footer-social a img {
    margin-top: 3px;
    margin-right: 5px;
    margin-bottom: 12px;
    height: 45px;
    width: auto;
}

@media (max-width: 767px) {
    .footer-social {
        float: left;
    }
}


/* -----------------------------------------------------------------------------------
SOCIAL MEDIA SHARE
----------------------------------------------------------------------------------- */

.social-media {
    display: block;
    width: 100%;
    clear: both;
    margin-top: 100px;
    margin-bottom: 100px;
}

.social-media h5 {
    display: inline-block;
    margin-right: 20px;
    text-transform: uppercase;
    font-family: 'AinslieSansNormDemi';
}

.social-media a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #6eb31a;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -moz-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -o-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -ms-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
}

.social-media a:last-child {
    margin-right: 0;
}

.social-media a:hover {
    background-color: #0e5da8;
}

.social-media.rounded a {
    width: 32px;
    height: 32px;
    font-size: 18px;
    line-height: 32px;
    border-radius: 50%;
}


/* -----------------------------------------------------------------------------------
FONT ICONS
----------------------------------------------------------------------------------- */

.icons {
    color: #737d80;
}
.icons .box1 {
    font-size: 12px;
    line-height: 13px;
    width: 31%;
    float: left;
    margin: 20px 1% 0 1%;
    padding: 8px;
    background-color: #f5f7f7;
}
.icons .box1 > span {
    min-width: 40px;
    min-height: 40px;
    text-align: center;
    font-size: 32px;
    line-height: 40px;
}

@media (max-width: 1199px) {
    .icons .box1 {
        width: 48%;
    }
}
@media (max-width: 767px) {
    .icons .box1 {
        width: 98%;
    }
}


/* -----------------------------------------------------------------------------------
OTHERS
----------------------------------------------------------------------------------- */

img.linia-lot {

}

.linia-lot-home {
    margin-bottom: 20px;
}
