/*
Theme Name: Lynk
Description: Lynk
Version: 1.0
*/

/*----------- FONTS -----------*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,800,700&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,300italic,500,700);
@import url(https://fonts.googleapis.com/css?family=Shadows+Into+Light);
@font-face {
    font-family: 'Museo700Regular';
    src: url('fonts/Museo700-Regular-webfont.eot');
    src: url('fonts/Museo700-Regular-webfont.eot?#iefix')
            format('embedded-opentype'),
        url('fonts/Museo700-Regular-webfont.woff') format('woff'),
        url('fonts/Museo700-Regular-webfont.ttf') format('truetype'),
        url('fonts/Museo700-Regular-webfont.svg#Museo700Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Museo500Regular';
    src: url('fonts/Museo500-Regular-webfont.eot');
    src: url('fonts/Museo500-Regular-webfont.eot?#iefix')
            format('embedded-opentype'),
        url('fonts/Museo500-Regular-webfont.woff') format('woff'),
        url('fonts/Museo500-Regular-webfont.ttf') format('truetype'),
        url('fonts/Museo500-Regular-webfont.svg#Museo500Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Museo300Regular';
    src: url('fonts/Museo300-Regular-webfont.eot');
    src: url('fonts/Museo300-Regular-webfont.eot?#iefix')
            format('embedded-opentype'),
        url('fonts/Museo300-Regular-webfont.woff') format('woff'),
        url('fonts/Museo300-Regular-webfont.ttf') format('truetype'),
        url('fonts/Museo300-Regular-webfont.svg#Museo300Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*----------- /FONTS -----------*/

/*----------- RESET -----------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,
img {
    border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}
ol,
ul {
    list-style: none;
}
caption,
th {
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}
q:before,
q:after {
    content: '';
}
abbr,
acronym {
    border: 0;
}
:focus {
    outline: 0;
}
/*------------------------------*/

html {
    overflow-y: scroll;
}

#index {
    font: 16px 'Ubuntu', sans-serif;
    text-align: center;
    color: #000019;
    background: #111F29;
}

#page {
    font: 16px 'Ubuntu', sans-serif;
    text-align: center;
    color: #111f29;
    font-weight: 300;
    background: #fff;
}
.container {
    width: 1024px;
    margin: 0 auto;
    text-align: left;
}
/* --------------------- HEADER --------------------- */
#header-wrapper {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    text-align: center;
    height: 685px;
    margin: 0 auto;
}

#header-wrapper:not(.header-index) {
    padding: 40px 0 0 0;
}

#page #header-wrapper {
    height: 406px;
    margin: 0 0 25px 0;
}

#header-container {
    width: 100%;
    height: 83px;
    background: #111f29;
    border-bottom: 3px solid #ffdd0f;
    position: absolute;
    top: 40px;
}

#header-container.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

#header-wrapper-title {
    width: 1024px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}

#header-wrapper-title > h1 {
    /*color: #ffdd00;*/
    font-size: 65px;
    position: absolute;
    top: 205px;
    left: 0;
}

#header {
    position: relative;
    width: 1024px;
    margin: 0 auto;
    text-align: left;
}

#logo img {
    left: 0;
    top: -14px;
    position: absolute;
}

#header-container.fixed #logo {
}

#header-container.fixed #logo img {
}

#app-info-wrapper {
    width: 1024px;
    margin: 0 auto;
    text-align: left;
}

#app-info {
    padding: 173px 0 0 0;
}

#app-info h2 {
    font-weight: 500;
    font-size: 65px;
    text-transform: none;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    margin: 0 0 35px 0;
    width: 690px;
}

#app-info p {
    font-size: 19px;
    color: #111f29;
    margin: 0 0 5px 0;
}

#sms-app {
    margin: 0 0 20px 0;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

#sms-app p {
    text-transform: uppercase;
    font-weight: 500;
}

#sms-app-form-number {
    width: 260px;
    background: #fff;
    color: #968729;
    font-size: 22px;
    font-weight: 500;
    font-family: 'Ubuntu';
    height: 45px;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 15px 0 0;
}

#sms-app-form-submit {
    width: 150px;
    background: #111f29;
    color: #fff;
    border: none;
    float: left;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 45px;
    text-transform: uppercase;
    font-family: 'Ubuntu';
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#sms-app-form-submit:hover {
    background: #11314b;
}

#sms-info-container {
    padding: 10px 0 0 0;
}

#app-info .sms-info {
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-transform: none;
    font-weight: 400;
    padding: 5px 10px;
    display: inline-block;
    font-size: 16px;
    display: none;
    width: 444px;
}

#app-info .sms-info-1 {
    border: 1px solid #1d9e52;
    color: #1d9e52;
}

#app-info .sms-info-2 {
    border: 1px solid #de1e1e;
    color: #de1e1e;
}

#download-app {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

#app-store {
    margin: 0 5px 0 0;
    display: block;
    float: left;
}

#google-play {
    display: block;
    float: left;
}

#menu-top-open,
#menu-top-close {
    display: none;
}

#menu-top-mobile {
    display: none;
}

#menu-top {
    position: absolute;
    top: 32px;
    left: 135px;
    margin: 0;
}
#menu-top li {
    display: block;
    float: left;
    background: none;
    padding: 0;
    line-height: 20px;
    margin: 0 20px 0 0;
}
#menu-top a {
    color: #fff;
    font-size: 18px;
    padding: 0;
    position: relative;
    display: block;
    float: left;
    font-family: 'Ubuntu';
    text-transform: uppercase;
    font-weight: 400;
}

#menu-top a:hover,
#menu-top .current-menu-item a {
    color: #ffdd00;
}

#menu-top ul {
    background: #ffdd00;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 120px;
    padding: 5px 20px;
    top: 38px;
    left: 50%;
    margin-left: -70px;
}

#menu-top ul:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 9px 10px;
    border-color: transparent transparent #ffdd00 transparent;
    position: absolute;
    top: -9px;
    left: 50%;
    margin-left: -10px;
}

#menu-top ul li {
    float: none;
    margin: 0;
}

#menu-top .sfHover ul li a {
    color: #111f29;
}

#menu-top ul li a {
    color: #111f29;
    font-size: 14px;
    border-bottom: 1px solid #e8cb10;
    text-align: center;
    padding: 8px 0;
    float: none;
    margin: 0;
}

#menu-top ul li a:hover {
    color: #111f29;
}

#menu-top ul li:last-child a {
    border: none;
}

#menu-top ul .current-menu-item a,
#menu-top .sfHover ul .current-menu-item a,
#menu-top .sfHover ul li a:hover {
    color: #fff;
}

#menu-top-secondary {
    position: absolute;
    right: 0;
    top: 24px;
    margin: 0;
    font-weight: 400;
}

#menu-top-secondary li {
    padding: 0;
    background: none;
    float: left;
    display: block;
}

#menu-top-secondary li a {
    color: #fff;
    font-size: 18px;
    padding: 0;
    position: relative;
    display: block;
    font-family: 'Ubuntu';
    text-transform: uppercase;
}

#menu-top-secondary .sf-with-ul {
    border: 1px solid #ffdd0f;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 12px 7px 42px;
    font-size: 18px;
    font-weight: 400;
    background: url(images/bg-arrow-2.png) 13px 8px no-repeat;
}

#menu-top-secondary ul {
    background: #ffdd00;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 174px;
    padding: 5px 20px;
    top: 44px;
}

#menu-top-secondary ul:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 9px 10px;
    border-color: transparent transparent #ffdd00 transparent;
    position: absolute;
    top: -9px;
    left: 50%;
    margin-left: -10px;
}

#menu-top-secondary ul li {
    float: none;
}

#menu-top-secondary ul li a {
    color: #111f29;
    font-size: 14px;
    border-bottom: 1px solid #e8cb10;
    text-align: center;
    padding: 8px 0;
    float: none;
}

#menu-top-secondary ul li:last-child a {
    border: none;
}

#heading {
    width: 100%;
    height: 210px;
    padding: 160px 0 0 0;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    margin: 0 0 20px 0;
}

#heading-content {
    width: 960px;
    margin: 0 auto;
}

#heading h2 {
    font-family: 'Museo700Regular';
    font-size: 52px;
    color: #333333;
    margin: 0 0 15px 0;
}

#pages-navigation {
    padding: 0 0 30px 0;
    border-bottom: 1px solid #b7bbbe;
    margin: 0 0 35px 0;
    display: none;
}

#pages-navigation a {
    font-weight: 700;
    font-size: 24px;
    color: #9a9a9a;
    text-transform: uppercase;
}

#pages-navigation-prev {
    float: left;
    position: relative;
    padding: 0 0 0 30px;
}

#pages-navigation-prev:before {
    content: '';
    width: 19px;
    height: 20px;
    background: url(images/bg-arrow-3.png) 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 6px;
}

#pages-navigation-next {
    float: right;
    position: relative;
    padding: 0 30px 0 0;
}

#pages-navigation-next:before {
    content: '';
    width: 19px;
    height: 20px;
    background: url(images/bg-arrow-4.png) 0 0 no-repeat;
    position: absolute;
    right: 0;
    top: 6px;
}

#slider-wrapper {
    margin: 0 0 70px 0;
    position: relative;
    height: 473px;
    width: 100%;
}

#slider-pager {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 30px;
    left: 0;
    z-index: 999;
}

#slider-pager span {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}

#slider-pager .cycle-pager-active {
    background: #fe5960;
}

#slider-wrapper:hover #slider-prev,
#slider-wrapper:hover #slider-next {
    filter: alpha(opacity=100);
    opacity: 1;
}

#slider-prev {
    position: absolute;
    top: 50%;
    left: 2%;
    margin: -18px 0 0 0;
    z-index: 999;
    color: #fe5960;
    font-size: 40px;
    cursor: pointer;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#slider-next {
    position: absolute;
    top: 50%;
    right: 2%;
    margin: -18px 0 0 0;
    z-index: 999;
    color: #fe5960;
    font-size: 40px;
    cursor: pointer;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#slider-prev:hover {
}

#slider {
    width: 100%;
    height: 473px;
    overflow: hidden;
}

.slide {
    width: 100%;
    height: 363px;
    padding: 110px 0 0 0;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    margin: 0 0 70px 0;
}

.slide-content {
    width: 980px;
    text-align: center;
    margin: 0 auto;
}

.slide p {
    font-size: 30px;
    color: #030809;
    font-family: 'Museo300Regular';
    line-height: 35px;
    margin: 0 0 70px 0;
}

.slide h2 {
    font-family: 'Museo700Regular';
    font-size: 52px;
    color: #030809;
    margin: 0 0 15px 0;
}

.slide h2 span {
    color: #fe5960;
}

.slider-btn {
    width: 267px;
    background: #fe5960;
    color: #fff;
    display: inline-block;
    position: relative;
    font-family: 'Open Sans';
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    padding: 6px 0 7px 0;
    letter-spacing: 2px;
}

.slider-btn:before {
    content: '';
    width: 17px;
    height: 8px;
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -9px;
    background: url(images/sprites.png) -867px 0 no-repeat;
}

.slider-btn:after {
    content: '';
    width: 267px;
    height: 7px;
    position: absolute;
    top: -24px;
    left: 0;
    background: url(images/sprites.png) -600px 0 no-repeat;
}

.slider-btn:hover {
    background: #62adc0;
}

.slider-btn:hover:before {
    background: url(images/sprites.png) -867px -8px no-repeat;
}

#teaser h2 {
    color: #fe5960;
    font-size: 36px;
    font-family: 'Museo300Regular';
    position: relative;
    margin: 0 0 40px 0;
}

#teaser h2 span {
    position: relative;
}

#teaser h2:after {
    content: '';
    width: 585px;
    height: 1px;
    background: #ffc0c3;
    bottom: 9px;
    right: 0;
    position: absolute;
}

#teaser h2:before {
    content: '';
    width: 132px;
    height: 84px;
    background: url(images/baby-1.png) no-repeat;
    position: absolute;
    bottom: 10px;
    right: 0;
}

#teaser-1 {
    float: left;
    width: 365px;
    padding: 0 0 90px 0;
    position: relative;
}

#teaser-1:after {
    content: '';
    width: 199px;
    height: 192px;
    background: url(images/baby-2.png) no-repeat;
    position: absolute;
    bottom: -33px;
    left: -30px;
}

#teaser-1 p {
    margin: 0 0 70px 0;
}

#teaser-2 {
    float: right;
    width: 585px;
    position: relative;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin: 0 0 20px 0;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#our-services-wrapper {
    background: #fe5960; /* Old browsers */
    background: -moz-linear-gradient(
        45deg,
        #fe5960 0%,
        #fe6870 27%,
        #fd929f 80%,
        #fd9ba9 100%
    ); /* FF3.6+ */
    background: -webkit-gradient(
        linear,
        left bottom,
        right top,
        color-stop(0%, #fe5960),
        color-stop(27%, #fe6870),
        color-stop(80%, #fd929f),
        color-stop(100%, #fd9ba9)
    ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(
        45deg,
        #fe5960 0%,
        #fe6870 27%,
        #fd929f 80%,
        #fd9ba9 100%
    ); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(
        45deg,
        #fe5960 0%,
        #fe6870 27%,
        #fd929f 80%,
        #fd9ba9 100%
    ); /* Opera 11.10+ */
    background: -ms-linear-gradient(
        45deg,
        #fe5960 0%,
        #fe6870 27%,
        #fd929f 80%,
        #fd9ba9 100%
    ); /* IE10+ */
    background: linear-gradient(
        45deg,
        #fe5960 0%,
        #fe6870 27%,
        #fd929f 80%,
        #fd9ba9 100%
    ); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe5960', endColorstr='#fd9ba9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    padding: 35px 0 50px 0;
}

#our-services-wrapper h2 {
    color: #fff;
    font-family: 'Museo700Regular';
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    margin: 0 auto 40px auto;
    overflow: hidden;
}

#our-services-wrapper h2 span {
    position: relative;
    display: inline-block;
}

#our-services-wrapper h2 span:before {
    content: '';
    width: 400%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: -410%;
    top: 18px;
}

#our-services-wrapper h2 span:after {
    content: '';
    width: 400%;
    height: 1px;
    background: #fff;
    position: absolute;
    right: -410%;
    top: 18px;
}

.our-service {
    float: left;
    width: 300px;
    margin: 0 40px 0 0;
    text-align: center;
}

.our-service:last-child {
    margin: 0;
}

.our-service img {
    margin: 0 0 10px 0;
}

.our-service h3 {
    color: #fff;
    font-size: 30px;
    font-family: 'Museo300Regular';
    margin: 0 0 30px 0;
}

.our-service p {
    color: #272727;
    line-height: 24px;
    margin: 0 0 25px 0;
}

.our-service-btn {
    text-transform: uppercase;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #fff;
    padding: 7px 12px;
    display: inline-block;
    font-size: 14px;
}

.our-service-btn:hover {
    background: #fff;
    color: #fe5960;
}

#latest-news-wrapper {
    padding: 50px 0;
    background: #e3c302;
}

#latest-news-wrapper h2 {
    border-bottom: 1px solid #d5b703;
    padding: 0 0 25px 0;
    margin: 0 0 35px 0;
    text-align: center;
}

.latest-news {
    border-bottom: 1px solid #d5b703;
    padding: 0 0 25px 0;
    margin: 0 0 35px 0;
    color: #0c2539;
}

.latest-news:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.latest-news-thumb {
    float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.latest-news-content {
    float: right;
    width: 535px;
    padding: 15px 0 0 0;
    font-weight: 300;
}

.latest-news-content h3 {
    font-size: 24px;
    color: #0c2539;
    margin: 0 0 25px 0;
}

.latest-news-content h3 a {
    color: inherit;
}

.latest-news-content p {
    line-height: 25px;
}

.latest-news-date {
    float: right;
    font-size: 14px;
    margin: 6px 15px 0 0;
    font-weight: 400;
}

.button-read-more {
    width: 40px;
    height: 40px;
    background: #111f29 url(images/arrow.svg) center center no-repeat;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.button-read-more:hover {
    background: #11314b url(images/arrow.svg) center center no-repeat;
}

#our-fleet {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(images/our-fleet.jpg);
    color: #111f29;
    font-size: 48px;
    font-weight: 300;
    text-align: center;
    padding: 75px 0 120px 0;
}

#our-fleet p {
    line-height: normal;
    margin: 0 0 25px 0;
}

#our-fleet .container {
    text-align: center;
}

#our-fleet img {
    margin: 0 0 25px 0;
}

.button {
    min-width: 185px;
    padding: 10px 15px;
    background: #111f29;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.button:hover {
    background: #11314b;
}

#index #content {
    padding: 55px 0 20px 0;
}

#page #content {
    padding: 50px 0 30px 0;
}

#page #content img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    max-width: 100%;
    height: auto;
}

#column-1 {
    width: 650px;
    float: left;
}

.news {
    margin: 0 0 40px 0;
}

.news h2 {
    margin: 0 0 10px 0;
}

.news-thumb {
    float: left;
    width: 250px;
    height: 170px;
}

.news-content {
    width: 740px;
    float: right;
}

#page .news-content h2 {
    margin: 0 0 20px 0;
}

.news-content p {
    margin: 0 0 5px 0;
}

#our-stories-thumb {
    float: left;
    margin: 0 10px 10px 0;
}

#column-2 {
    width: 290px;
    float: right;
    padding: 20px 0 0 0;
}

.widget {
    margin-bottom: 60px;
}

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

.widget_recent_entries ul {
    padding: 0;
    margin: 0;
    font-size: 20px;
}

.widget_recent_entries ul li {
    padding: 0;
    background: none;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.widget_recent_entries ul li .post-date {
    font-size: 14px;
    display: block;
    font-weight: 400;
}

.widget_nav_menu {
    margin: 0 0 120px 0;
}

.widget_nav_menu ul {
    padding: 0 0 0 30px;
    margin: 0;
}

.widget_nav_menu ul li {
    padding: 0;
    background: none;
}

.widget_nav_menu ul li a {
    color: #111f29;
    font-weight: 500;
    font-size: 36px;
    padding: 5px 0 5px 45px;
    background: url(images/bg-menu-sidebar.png) 0 6px no-repeat;
    margin: 0 0 25px 0;
    display: block;
}

.widget_nav_menu ul li a:hover,
.widget_nav_menu ul .current-menu-item a {
    color: #ffdd00;
    background: url(images/bg-menu-sidebar.png) -872px 6px no-repeat;
}

.widget_black_studio_tinymce {
    padding: 0 0 0 25px;
    border-left: 7px solid #ffdd00;
    margin: 0 0 70px 0;
}

#page .widget_black_studio_tinymce h2 {
    margin: 0 0 20px 0;
}

.ezcol:nth-of-type(2) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.ezcol:nth-of-type(3) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

hr.short {
    width: 130px;
    height: 5px;
    background: #ffdd0f;
    border: none;
    margin: 0 auto;
}

p {
    line-height: 25px;
    margin: 0 0 20px 0;
}
a {
    color: #111f29;
    text-decoration: none;
}
ul {
    line-height: 25px;
    margin: 0 0 20px 20px;
}
ul li {
    background: url(images/bullet.png) 0 10px no-repeat;
    padding: 0 0 0 15px;
}
blockquote {
    background: #fe5960;    color: #ffdd00;
    font-size: 65px;
    position: absolute;
    top: 205px;
    left: 0;
    color: #fff;
    font-size: 24px;
    font-family: 'Museo300Regular';
    padding: 30px 65px;
    margin: 0 0 15px 0;
}

blockquote p {
    margin: 0;
    line-height: 30px;
    text-align: center;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #111f29;
    margin: 0 0 20px 0;
    font-weight: normal;
    text-transform: capitalize;
    font-weight: 700;
}

#page h1,
#page h2,
#page h3,
#page h4,
#page h5,
#page h6 {
    text-transform: none;
    font-weight: 500;
    margin: 0 0 30px 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #111f29;
    text-decoration: none;
}

h1 {
    font-size: 30px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
/* --------------------- CONTENT --------------------- */
/* --------------------- FOOTER --------------------- */
#footer-wrapper-1 {
    background: #162835;
    border-top: 1px solid #ffdd0f;
}

#footer-1 {
    width: 1024px;
    margin: 0 auto;
    text-align: left;
    padding: 35px 0;
}

#menu-footer {
    margin: 0 60px 0 0;
    padding: 0;
    float: left;
}

#menu-footer li {
    background: none;
    padding: 0;
    display: block;
    float: left;
}

#menu-footer a {
    float: left;
    display: block;
    color: #ccccd1;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 25px 0 0;
}

#menu-footer a:hover,
#menu-footer .current-menu-item a {
    color: #808083;
}

#menu-privacy {
    margin: 0;
    padding: 0;
    float: right;
}

#menu-privacy li {
    background: none;
    padding: 0;
    display: block;
    float: left;
}

#menu-privacy a {
    float: left;
    display: block;
    color: #ccccd1;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 0 25px;
}

#menu-privacy a:hover,
#menu-privacy .current-menu-item a {
    color: #808083;
}

#social {
    float: right;
    font-family: 'FontAwesome';
    font-size: 25px;
    margin: 2px 130px 0 0;
}

#social a {
    display: inline-block;
    margin: 0 10px 0 0;
    color: #ccccd1;
}

#footer-wrapper-2 {
    background: #111f29;
    padding: 15px 0 25px 0;
}

#footer-2 {
    width: 1024px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
}

#footer-2 p {
    margin: 0;
    line-height: 18px;
    color: #d8dadb;
}

#footer-2 #copyright {
    margin: 0 0 10px 0;
}

#footer-2 #madeby {
    text-align: right;
    font-size: 12px;
}

#footer-2 #madeby a {
    color: #545454;
}

/* WPCF7 */
#content .wpcf7 {
    /*width: 100%;*/
    margin: 0 auto;
    font-size: 15px;
}
.wpcf7 p {
    margin: 0;
}
.wpcf7 span {
    margin: 7px 0 0 0;
}
.wpcf7 label {
    width: 55%;
    float: none;
}

.wpcf7 input {
    width: 100%;
    padding: 8px 5px;
    border: 1px solid #cccccc;
    background: #fff;
    margin: 0 0 7px 0;
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wpcf7 input[type='checkbox'] {
    width: auto;
    float: left;
    margin: 5px 10px 0 0;
}

.wpcf7 textarea {
    width: 100%;
    height: 90px;
    padding: 8px 5px;

    border: 1px solid #cccccc;
    background: #fff;
    margin: 2px 0 7px 0;
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wpf7 select {
    border: none;
    padding: 4px;
}
.wpcf7 .wpcf7-submit {
    text-transform: uppercase;
    color: #62adc0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #62adc0;
    padding: 7px 15px;
    display: inline-block;
    font-size: 16px;
    float: right;
    font-family: 'Ubuntu';
    width: auto;
    cursor: pointer;
}
.wpcf7 .wpcf7-submit:hover {
    color: #fe5960;
    border: 1px solid #62adc0;
    background: #62adc0;
    color: #fff;
}

.wpcf7-form-control-wrap {
    float: none;
}

.wpcf7-list-item-label {
    float: left;
    width: 80%;
}

#content .wpcf7 small {
    color: #ababab;
}

#content span.wpcf7-not-valid-tip {
    color: #fa000f;
    border: 1px solid #fa000f;
    font-size: 12px;
    left: 0;
    padding: 3px;
    position: absolute;
    top: 1px;
    width: 100%;
    z-index: 100;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#content input[type="checkbox"] + span.wpcf7-not-valid-tip {
    display: inline-block;
    position: unset;
    width: calc(100% - 23px);
}

#content .wpcf7 span {
    margin: 0;
    display: block;
}
#content div.wpcf7-validation-errors,
#content div.wpcf7-mail-sent-ok {
    color: #fa000f;
    border: 1px solid #fa000f;
}
#content div.wpcf7-response-output {
    margin: 25px 0 0 0;
    padding: 10px;
}
#content div.wpcf7-response-output {
    margin: 25px 0 0 0;
    padding: 10px;
}
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
    max-width: 100%;
    /* When images are too wide for containing element, force them to fit. */
    height: auto;
    /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}
.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}
.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
}
img {
    border: 0;
}
em {
    font-style: italic;
}
.align-justify {
    text-align: justify;
}
.align-right,
.align-r {
    text-align: right;
}
.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.float-left,
.left {
    float: left;
}
.float-right,
.right {
    float: right;
}
/* clear fix */
.group:after {
    visibility: hidden;
    display: block;
    content: '';
    clear: both;
    height: 0;
}
* html .group {
    zoom: 1;
}
/* ie6 */
*:first-child + html .group {
    zoom: 1;
}
/* IE7 */
.clear {
    clear: both;
}

.unselectable {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.box-model {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*Custom wp-cf7*/
.single-user {
    box-sizing: border-box;
    background: #d9d9d9;
    margin: 15px 0;
    padding: 10px;
}

.js.add-user {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: block;
    background: #111f29;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}

#wpcf7-f389-p385-o1,
#wpcf7-f399-p398-o1 {
    background-color: #efefef;
    border: 1px solid #ccc;
    padding: 30px;
}

#wpcf7-f389-p385-o1 p,
#wpcf7-f399-p398-o1 p {
    margin-bottom: 15px;
    line-height: 1;
}

#wpcf7-f389-p385-o1 p label,
#wpcf7-f399-p398-o1 p label {
    line-height: 1.4;
}

#column-2 .textwidget a {
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    background-color: #3d954a;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#column-2 .textwidget a.deactivate {
    background-color: #af2f2f;
}

@media (max-width: 639px) {
    #page.page-id-398 h1,
    #page.page-id-385 h1 {
        font-size: 25px;
    }
}

@media (min-width: 640px) {
    #page.page-id-398 h1,
    #page.page-id-385 h1 {
        font-size: 45px;
    }
}

#page.page-id-398 h4,
#page.page-id-385 h4 {
    margin: 40px 0 10px 0 !important;
}

.wpcf7 .wpcf7-submit {
    background: #ffdd0f;
    color: #000000;
    border: 1px solid #000000;
}

.wpcf7 .wpcf7-submit:hover {
    background: #ffffff;
    color: #000000;
    border: 1px solid #000000;
}

.ie_cover_fix {
    display: none;
}

#business-header {
    position: relative;
    height: 554px;
    width: 100%;
    margin-top: -133px;
    overflow: hidden;
}

#business-header.new-business-header {
    height: 494px;
}

#business-header .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

#business-header.new-business-header .cover {
    background-size: cover;
}

@media screen and (max-width: 1230px) {
    #business-header .cover {
        background-size: cover;
    }
}

#business-header .cover:before,
#business-header .cover:after {
    content: '';
    position: absolute;
    background-color: #fed600;
    width: 9999px;
    left: 0;
    top: 0;
    height: 513.5px;
    z-index: -1;
    transform: translateX(-90%);
    -webkit-transform: translateX(-90%);
}

#business-header.new-business-header .cover:before,
#business-header.new-business-header .cover:after {
    display: none;
}

#business-header .cover:after {
    transform: translateX(90%);
    -webkit-transform: translateX(90%);
    height: 398px;
    right: 0;
    left: auto;
}

#business-header .col-xs-6 {
    width: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    float: left;
    height: 554px;
}

#business-header.new-business-header .col-xs-6 {
    width: 100%;
    height: 494px;
}

#business-header .col-xs-6 img {
    position: absolute;
    max-width: 100%;
    left: 100px;
    bottom: 0;
}

#business-header h1 {
    margin: 0;
    padding: 193px 0 0 0;
    font-family: 'Ubuntu', sans-serif;
    font-size: 51px;
    font-weight: 500;
    color: #11222e;
}

#business-header h2 {
    margin: 10px 0 0 0;
    padding: 0;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #11222e;
}

#business-header.new-business-header h2 {
    font-size: 14px;
}

#business-header.new-business-header h2:first-line {
    font-size: 16px;
}

#business-header a,
#business-why a {
    transition: all 300ms ease;
    display: inline-block;
    background-color: #11222e;
    height: 35px;
    width: 178px;
    margin: 20px auto;
    color: #ffffff;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 35px;
    border-radius: 3px;
    text-align: center;
}

#business-header a.callback {
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
    cursor: pointer;
    background-color: #616161;
}

#business-header a.callback i {
    margin-left: 16px;
    color: #fcd430;
}

#business-header a:hover,
#business-why a:hover {
    background-color: #11314b;
}

#business-header p {
    font-size: 28px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    color: #11222e;
}

#business-header p span {
    display: block;
    font-size: 12px;
    font-weight: 500;
}

#page #header-wrapper.business-header-wrapper {
    height: 68px;
    position: relative;
    z-index: 2;
}

#business-content h1,
#business-content h2,
#business-content h3,
#business-content h4,
#business-content h5,
#business-content h6 {
    font-size: 24px;
    font-family: 'Ubuntu', sans-serif;
    color: #101e29;
    font-weight: 700;
    margin: 0 0 22px 0;
}

#business-content.new-business-content h1 i,
#business-content.new-business-content h1 em {
    font-size: 18px;
    font-weight: 600;
}

#business-content {
    padding-bottom: 26px;
}

#business-content.new-business-content {
    padding-top: 80px;
}

#business-content p {
    font-size: 16px;
    line-height: 24px;
    color: #101e29;
    margin: 0 auto 22px auto;
    max-width: 650px;
}

#business-content.new-business-content p {
    max-width: 750px;
}

#business-cross-platforms {
    text-align: center;
}

#business-cross-platforms h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 24px;
}

#business-cross-platforms p {
    font-size: 13px;
    line-height: 18px;
    max-width: 215px;
    margin-left: auto;
    margin-right: auto;
}

#business-cross-platforms.new-business-cross-platforms p {
    height: 66px;
}

#business-cross-platforms.new-business-cross-platforms hr.short {
    background-color: #000000;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}

#business-cross-platforms.new-business-cross-platforms hr.short.active {
    background-color: #ffdd0f;
}

#business-cross-platforms .ezcol:nth-last-child(2) {
    margin-right: 0;
}

#business-why {
    background-color: #ffdf00;
    padding: 42px 0 50px 0;
    text-align: center;
}

#business-why h2 {
    font-size: 24px;
    color: #101e29;
    margin: 0 0 68px 0;
    text-align: center;
}

#business-why .col-xs-6 {
    float: left;
    width: 50%;
    text-align: center;
}

#business-why .col-xs-6 > img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
    display: block;
}

#business-why .col-xs-6 .business-why-feature {
    margin-bottom: 33px;
    text-align: left;
}

#business-why .col-xs-6 .business-why-feature > div {
    padding-left: 84px;
    position: relative;
}

#business-why .col-xs-6 .business-why-feature > div img {
    position: absolute;
    left: 0;
    top: 0;
}

#business-why .col-xs-6 .business-why-feature > div h3 {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Ubuntu', sans-serif;
    color: #101e29;
    margin: 0;
}

#business-why .col-xs-6 .business-why-feature > div p {
    font-size: 13px;
    font-family: 'Ubuntu', sans-serif;
    color: #101e29;
    margin: 0;
    line-height: 18px;
}

#business-why .clearfix {
    clear: both;
}

#business-options {
    padding-top: 30px;
    padding-bottom: 26px;
}

#business-options h2 {
    font-size: 24px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    color: #101e29;
    text-align: center;
}

#business-options .container > p {
    text-align: center;
    color: #101e29;
    font-size: 11px;
    line-height: 14px;
    font-family: 'Ubuntu', sans-serif;
    margin: 0;
}

#business-options-plans .col-xs-3 {
    float: left;
    width: 25%;
    padding-left: 54px;
    padding-right: 54px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#business-options-plans .col-xs-3 h3 {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Ubuntu', sans-serif;
    color: #101e29;
    margin: 0 0 20px 0;
}

#business-options-plans .col-xs-3 h4 {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Ubuntu', sans-serif;
    color: #101e29;
    margin: 20px 0 0 0;
    font-size: 35px;
}

#business-options-plans .col-xs-3 p {
    font-size: 16px;
    line-height: 18px;
    color: #101e29;
    margin-bottom: 40px;
}

#business-options-plans .col-xs-3 p span {
    display: block;
    font-size: 11px;
}

#business-options-plans .clearfix {
    clear: both;
}

#business-trusted {
    background-color: #dedede;
    padding-bottom: 30px;
}

#business-trusted h2 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #646464;
    padding: 12px 0 22px 0;
    margin: 0;
}

#business-trusted img {
    margin-left: 26px;
    margin-right: 26px;
    opacity: 0.5;
}

#callback-form-container-fluid {
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 31, 41, 0.7);
    transition: all 750ms ease;
    -webkit-transition: all 750ms ease;
}

.show-callback-form #callback-form-container-fluid {
    opacity: 1;
    z-index: 999;
    visibility: visible;
}

.show-callback-form #callback-form-container-fluid {
    overflow-y: auto;
}

#callback-form-container-fluid .callback-container {
    max-width: 520px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background-color: #bdbdbd;
    padding: 32px 24px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 5px;
}

#callback-form-container-fluid .callback-container {
    width: calc(100% - 48px);
    margin: 0 auto;
    position: static;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    margin-top: 32px;
    margin-bottom: 32px;
}

#callback-form-container-fluid .callback-container .callback-close {
    color: #111f29;
    position: absolute;
    top: 12px;
    right: 24px;
    cursor: pointer;
    font-size: 24px;
}

#callback-form-container-fluid .callback-container h2 {
    color: #111f29;
    text-align: center;
    font-size: 24px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 900;
}

#callback-form-container-fluid .callback-container form {
    text-align: left;
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
    color: #383838;
    font-weight: 700;
}

#callback-form-container-fluid .callback-container form input[type='text'],
#callback-form-container-fluid .callback-container form input[type='email'] {
    width: 100%;
    height: 29px;
    background-color: #ffffff;
    border: 0;
    outline: 0;
    margin: 10px 0 18px 0;
}

#callback-form-container-fluid .callback-container form .wpcf7-checkbox {
    display: block;
    width: 100%;
}


#callback-form-container-fluid .callback-container form .wpcf7-checkbox label {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 900;
    color: #ffffff;
    font-size: 10px;
    margin: 0 auto;
}

#callback-form-container-fluid .callback-container form .consent-wrapper {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 900;
    color: #ffffff;
    font-size: 10px;
    margin: 10px 0;
    line-height: 18px;
}

#callback-form-container-fluid .callback-container form .consent-wrapper .consent input[type="checkbox"] {
    width: 16px;
    height: 16px;
}

#callback-form-container-fluid
    .callback-container
    form
    .wpcf7-checkbox
    label
    input,
#callback-form-container-fluid
    .callback-container
    form
    .wpcf7-checkbox
    label
    span {
    float: none;
    margin: 0;
}

#callback-form-container-fluid
    .callback-container
    form
    .wpcf7-checkbox
    label
    input {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

#callback-form-container-fluid
    .callback-container
    form
    .wpcf7-checkbox
    label
    span {
    position: relative;
    top: -4px;
}

#callback-form-container-fluid .callback-container form input[type='submit'] {
    margin: 0 auto;
    border: 0;
    float: none;
    display: block;
}

#callback-form-container-fluid div.wpcf7 img.ajax-loader {
    float: left;
    margin-top: -25px;
}

#callback-form-container-fluid span.wpcf7-not-valid-tip {
    margin-top: -17px;
    font-size: 10px;
}

#callback-form-container-fluid div.wpcf7-response-output {
    margin: 20px 0 0 0;
    border: 0;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
}

#business-cross-platforms-slider {
    height: 526px;
}

#business-cros-platforms-container {
    position: relative;
}

#business-cros-platforms-container .swiper-button {
    width: 35px;
    height: 57px;
    background: #ffdf00;
    color: #ffffff;
    line-height: 57px;
    text-align: center;
    font-size: 50px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}

#business-cros-platforms-container .swiper-button:hover {
    background: #dfc300;
}

#business-cros-platforms-container .swiper-button-prev {
    left: -57px;
}

#business-cros-platforms-container .swiper-button-next {
    right: -57px;
}

#business-cross-platforms-slider .col-xs-6 {
    width: 50%;
    float: left;
    height: 100%;
    position: relative;
}

#business-cross-platforms-slider .col-xs-6 > img {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

#business-cross-platforms-slider .col-xs-6 .centered {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding-right: 80px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#business-cross-platforms-slider .col-xs-6 .centered p {
    color: #101e29;
    font-size: 16px;
    font-weight: 500;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: 526px !important;
}

#business-cross-platforms-slider .buttons {
    padding-top: 20px;
}

#business-cross-platforms-slider .buttons a {
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

#business-cross-platforms-slider .buttons a.btn {
    background-color: #11222e;
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    height: 39px;
    line-height: 39px;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 3px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}

#business-cross-platforms-slider .buttons a.btn:hover {
    background-color: #11314b;
}

@media screen and (max-width: 1100px) {
    #business-cross-platforms-slider .buttons {
        padding-top: 0;
        padding-bottom: 20px;
    }

    #business-cross-platforms-slider .buttons a {
        margin-right: 0;
    }

    #business-header,
    #business-header.new-business-header {
        height: auto;
        margin-bottom: 40px;
    }

    #business-header.new-business-header {
        margin-bottom: 0;
    }

    #business-header .cover {
        height: 554px;
    }

    #business-header .col-xs-6,
    #business-header.new-business-header .col-xs-6 {
        float: none;
        width: 100%;
        height: auto;
    }

    #business-header.new-business-header .col-xs-6 {
        padding-bottom: 30px;
    }

    #business-header .col-xs-6 img {
        position: static;
        display: block;
        margin: 30px auto 0 auto;
        max-width: 60%;
    }

    #business-header h1 {
        padding: 138px 0 0 0;
        font-size: 41px;
    }

    #business-why .col-xs-6 {
        float: none;
        width: 100%;
    }

    #business-why .col-xs-6 > img {
        margin-bottom: 40px;
        max-width: 60%;
    }

    #business-why .col-xs-6 .business-why-feature {
        max-width: 75%;
        margin-left: auto;
        margin-right: auto;
    }

    #business-options-plans .col-xs-3 {
        float: none;
        width: 150px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }

    #business-options .container > p {
        padding-left: 15px;
        padding-right: 15px;
    }

    #business-trusted img {
        display: block;
        margin: 0 auto 22px auto;
    }

    #business-trusted img:last-of-type {
        margin-bottom: 0;
    }

    #business-why h2 {
        margin-bottom: 28px;
    }

    #business-why {
        padding-bottom: 10px;
    }

    #business-content {
        padding-bottom: 0;
    }

    #business-header .cover:before,
    #business-header .cover:after {
        display: none;
    }

    #business-cross-platforms .ezcol {
        width: 100% !important;
        float: none;
        margin: 0 auto;
    }

    #business-header a.callback {
        margin-top: 0;
    }

    .show-callback-form #callback-form-container-fluid {
        overflow-y: auto;
    }

    #callback-form-container-fluid .callback-container {
        width: calc(100% - 48px);
        margin: 0 auto;
        position: static;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        margin-top: 32px;
        margin-bottom: 32px;
    }

    #business-content.new-business-content {
        padding-top: 15px;
    }

    #business-content.new-business-content h1 i,
    #business-content.new-business-content h1 em {
        font-size: 16px;
    }

    #business-cross-platforms.new-business-cross-platforms h3 {
        font-size: 14px;
        margin-bottom: 14px;
    }

    #business-cross-platforms.new-business-cross-platforms img {
        max-width: 40px;
    }

    #business-cross-platforms.new-business-cross-platforms p {
        height: 33px;
    }

    #business-cross-platforms.new-business-cross-platforms .ezcol {
        width: 25% !important;
        float: left;
        padding-left: 4px;
        padding-right: 4px;
    }

    #business-cross-platforms-slider .col-xs-6 {
        width: 100%;
        float: none !important;
        height: auto;
        padding-left: 35px;
        padding-right: 35px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    #business-cross-platforms-slider .col-xs-6 .centered {
        position: static;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        padding-right: 0;
    }

    #business-cross-platforms-slider .col-xs-6 > img {
        position: static;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }

    #business-cross-platforms-slider {
        height: auto;
    }

    .swiper-slide {
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .swiper-container-autoheight,
    .swiper-container-autoheight .swiper-slide {
        height: auto !important;
    }

    #business-cros-platforms-container .swiper-button {
        width: 19px;
        height: 28px;
        line-height: 28px;
        font-size: 20px;
    }

    #business-cros-platforms-container .swiper-button-prev {
        left: 4px;
    }

    #business-cros-platforms-container .swiper-button-next {
        right: 4px;
    }
}


.cookie-container {
    position: fixed;
    z-index: 99;
    left: 0;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.cookie-container .cookie-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: #111f29;
    margin: 0 auto;
    padding: 10px;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    max-width: 800px;
}

.cookie-container .cookie-wrapper p {
    color: #ffffff;
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
}

.cookie-container .cookie-wrapper p a {
    color: #ffdd00;
}

.cookie-container .cookie-wrapper p a:hover {
    text-decoration: underline;
}

.cookie-container .cookie-wrapper .btn-wrapper {
    justify-content: center;
    display: flex;
    max-width: 100%;
    flex: 0 0 100%;
}

.cookie-container .cookie-wrapper .btn-wrapper .btn--ok {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #111f29;
    display: inline-flex;
    justify-content: center;
    text-decoration: none;
    padding: 5px 20px;
    max-width: 50px;
    cursor: pointer;
}

.cookie-container .cookie-wrapper .btn-wrapper .btn--ok:hover {
    background-color: #ffdd00;
    border-color: #ffdd00;
}

#wpcf7-f1254-o1 .consent-wrapper {
    line-height: 18px;
}

/*13-4-2023*/
.page-template-template-lynk_priority div#header-wrapper {
    background: #c9c9d1;
    margin-bottom: 0 !important;
}
/* hero section */
.ly_hero {
    background: #c9c9d1;
    padding-top: 130px;
    padding-bottom: 140px;
}
.ly_hero img{
    width: 100%;
    transform: scale(1.3);
}
.ly_hero .ly_hero_title {
    width: 100%;
    max-width: 877px;
    margin-left: auto;
    margin-right: 0;
}
.ly_hero .ly_hero_title h4 {
    font-size: clamp(30px, 4.34vw, 50px);
    line-height: 1.3 !important;
/*     letter-spacing: -2px; */
    line-height: 26px;
    color: #0b1f28;
    font-weight: 400 !important;
}
.ly_hero .ly_hero_img_box {
    display: -webkit-box;      
    display: -moz-box;           
    display: -ms-flexbox;        
    display: -webkit-flex;   
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    position: relative;
    left: -51px;
    top: 8px;

}
@media (max-width: 1440px){
    .ly_hero img {
        transform: scale(1.1);
    }
}
@media (max-width: 1300px){
    .ly_hero .ly_hero_img_box{
        position: inherit;
    }
}
@media (max-width: 1100px){
    .ly_hero{
        padding-top: 60px;
        padding-bottom: 50px;
    }
    .ly_hero img {
        transform: inherit;    
    }
    .ly_hero .ly_hero_title {
        margin: 0 auto;
        max-width: 800px;
    }
    .ly_hero .ly_hero_img_box{
        position: inherit;
        margin-top: 44px;
    }
    .page-template-template-lynk_priority div#header-wrapper{
        margin-bottom: 0px !important;
    }
}
@media (max-width: 767px){
    .ly_hero .ly_hero_title {
        max-width: 565px;
    }
}
@media (max-width: 380px){
    .ly_hero .ly_hero_title h4 br:nth-child(3) {
        display: none;
    }
}
/*end hero section */


/* What you get! */
.ly_about_box {
    padding: 55px 0 85px;
}

.ly_about_box .ly_about_title {
    font-size: clamp(30px, 4.34vw, 58px);
/*     letter-spacing: -2px; */
    line-height: 1.2;
    color: #0b1f28;
    font-weight: 700 !important;
    text-align: center;
    margin-bottom: 40px ;
}
.ly_about_box .ly_about_subtitle {
/*     letter-spacing: -1px; */
    line-height: 48px;
    color: #0b1f28;
    font-weight: 400;
    text-align: center;
    font-size: clamp(20px, 3.34vw, 27px);
    font-weight: 300;
    margin-bottom: 37px;
    line-height: 1.8;
}
.ly_about_btn_box {
    display: -webkit-box;      
    display: -moz-box;           
    display: -ms-flexbox;        
    display: -webkit-flex;   
    display: flex;
    justify-content: center;
}
.ly_about_btn_box a {
    display: inline-block;
    background: #ffd907;
    width: 100%;
    max-width: 400px;
    padding: 13px 10px;
    border-radius: 52px !important;
    text-align: center;
    font-size: clamp(12px, 4.34vw, 27px);
    font-weight: 300;
/*     letter-spacing: -1px; */
    color: #0b1f28;
}
.ly_about_btn_box a:hover,
.ly_about_btn_box a:focus,
.ly_about_btn_box a:active{
    color: #111F29;
    background-color: rgba(255, 240, 0, 0.75) ;
}
@media (max-width: 460px){
    .ly_about_box {
        padding: 48px 0 46px;
    }
    .ly_about_box .ly_about_subtitle{
        font-size: clamp(16px, 3.34vw, 27px);
        line-height: 1.8;
    }
}
@media (max-width: 360px){
    .ly_about_box .ly_about_subtitle{
        font-size: clamp(14px, 3.34vw, 27px);
        line-height: 1.8;
    }
}
/*end What you get! */

/* Subscribe Today! */
.ly_subscribe_box{
    background-color: #ebeaed;
    padding: 65px 0 146px;
}
.ly_subscribe_box .ly_subscribe_innbox {
    display: -webkit-box;      
    display: -moz-box;           
    display: -ms-flexbox;        
    display: -webkit-flex;   
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ly_subscribe_box .ly_subscribe_innbox .ly_subscribe_right_box {
    width: 600px;
    
}
.ly_subscribe_box .ly_subscribe_innbox .ly_subscribe_left_box {
    width: -webkit-calc(100% - 600px);
    width: calc(100% - 600px);
    padding-right: 95px;
}
.ly_subscribe_box .ly_subscribe_innbox .ly_subscribe_right_box .ly_subscribe_form{
    height: 500px;
    box-shadow: 9.642px 11.491px 19px rgba(0,0,0,0.08);
    background-color: #fff;
    width: 100%;
    border-radius: 60px;
    text-align: center;
}
.ly_subscribe_box .ly_subscribe_innbox .ly_subscribe_left_box h3 {
    font-size: clamp(20px, 4.34vw, 45px);
    font-weight: 300 !important;
    color: #0b1f28;
}
@media (max-width: 1100px){
    .ly_subscribe_box .ly_subscribe_innbox{
        flex-flow: row wrap;
    }
    .ly_subscribe_box .ly_subscribe_innbox .ly_subscribe_left_box {
        width: 100%;
        padding-right: 0;
        text-align: center;
    }
    .ly_subscribe_box .ly_subscribe_innbox .ly_subscribe_left_box h3 br {
        display: none;
    }
    .ly_subscribe_box .ly_subscribe_innbox .ly_subscribe_right_box{
        margin: 0 auto;
        width: 100%;
        max-width: 500px;
    }
}
/* end Subscribe Today! */


/* Your booking is our #1 priority */
.ly_booking_box {
    background: #0b1f28;
}
.ly_booking_box .ly_booking_innbox {
    display: -webkit-box;      
    display: -moz-box;           
    display: -ms-flexbox;        
    display: -webkit-flex;   
    display: flex;
    align-items: center;
}
.ly_booking_box .ly_booking_innbox .ly_booking_leftbox {
    width: 55%;
    padding-right: 54px;
}
.ly_booking_box .ly_booking_innbox .ly_booking_rightbox {
    width: -webkit-calc(100% - 55%);
    width: calc(100% - 55%);
}
.ly_booking_box .ly_booking_imgbox img {
    width: 100%;
    transform: scale(1.1);
    transform-origin: bottom;
    margin-bottom: -4px;
}
.ly_booking_box .ly_booking_innbox .ly_booking_leftbox h2 {
    color: #ffd907;
    font-weight: 300 !important;
    font-size: clamp(14px, 4.34vw, 57px);
    line-height: 1.0;
    width: 100%;
    max-width: 400px;
}
.ly_booking_box .ly_booking_innbox .ly_booking_leftbox p {
    color: #ffffff;
    font-size: clamp(14px, 3.34vw, 23px);
    line-height: 1.2;
    width: 100%;
    max-width: 400px;
    font-weight: 300;
}
.ly_booking_box .ly_booking_innbox .ly_booking_leftbox h2 br{
    display: none;
}
@media (max-width: 1180px){
    .ly_booking_box .ly_booking_imgbox img{
        transform: scale(1.08);
    }
}
@media (max-width: 1024px){
    .ly_booking_box .container {
        max-width: 862px;
    }
    .ly_booking_box .ly_booking_innbox .ly_booking_leftbox h2 {
        margin-bottom: 15px !important;
    }
    .ly_booking_box .ly_booking_innbox .ly_booking_leftbox h2{
        font-size: clamp(59px, 4.34vw, 57px);
    }
    .ly_booking_box .ly_booking_innbox .ly_booking_leftbox h2 br{
        display: block;
    }
}
@media (max-width: 740px){
    .ly_booking_box .ly_booking_innbox .ly_booking_leftbox h2 {
        font-size: clamp(50px, 4.34vw, 57px);
    }
}
@media (max-width: 630px){
    .ly_booking_box .ly_booking_innbox .ly_booking_leftbox h2 {
        font-size: 7vw;
    }
}
@media (max-width: 530px){
    .ly_booking_box .ly_booking_innbox .ly_booking_leftbox {
        padding-right: 20px;
    }
    .ly_booking_box .ly_booking_innbox .ly_booking_leftbox h2 {
        font-size: 7vw;
    }
}
@media (max-width: 480px){
    .ly_booking_box .ly_booking_imgbox img{
        margin-bottom: -3px;
    }
    .ly_booking_box .ly_booking_innbox{
        padding-top: 13px;
    }
}
/*end Your booking is our #1 priority */
.ly_faq_box {
    padding: 80px 0 120px;
}
.ly_faq_box h2 {
    text-align: center;
    font-size: clamp(30px, 4.34vw, 50px);
    color: #0b1f28;
    font-weight: 700;
/*     letter-spacing: -1px; */
}
.qna {
    box-shadow: 33.642px 22.491px 115px rgba(0,0,0,0.08);
    margin-bottom: 10px;
    background: #fff;
    border-radius: 30px;
}
  .question {
    color: #333;
    cursor: pointer;
    user-select: none;
    transition: color 0.3s;
    margin-bottom: 0 !important;
    padding: 24px 42px 24px 27px;
    font-size: clamp(16px, 2.34vw, 23px);
    line-height: 1.2;
    font-weight: 400 !important;
    color: #0b1f28;
    position: relative;
  }
  .qna .answer {
    height: 0px;
    transition: 0.3s linear;
    overflow: hidden;
  }
  .qna .answer p {
    padding: 0 48px 0 30px;
    font-size: clamp(14px, 2.34vw, 21px);
    color: #0b1f28;
}
.qna .question::after {
    height: 11px;
    width: 11px;
    content: "";
    position: absolute;
    right: 24px;
    top: 27px;
    transition: .5s all;
    transform: rotate(45deg);
    border-right: 2px solid #0b1f28;
    border-bottom: 2px solid #0b1f28;
}
.qna.active .question::after {
    transform: rotate(-135deg);
    top: 42px;
    border-right: 2px solid #0b1f28;
    border-bottom: 2px solid #0b1f28;
}
@media (max-width: 767px){
    .question {
        padding-right: 48px;
    }
}

/*19-4-2023*/
span.bn_title.aos-init.aos-animate,
span.bn_title_two,
span.bn_title_three{
	display: inline-block;
}
.ly_hero .ly_hero_title h4 span.bn_title_two {
    font-size: clamp(28px, 4.34vw, 48px);
}

.ly_hero .ly_hero_title h4 span.bn_title_three {
    font-size: clamp(25px, 4.34vw, 44px);
}
.ly_about_btn_box a span {
    font-size: clamp(14px, 3.34vw, 19px) !important;
}

.ly__premium .secondary_btn img {
    transform: rotate(90deg);
    transform-origin: center center;
}