@font-face {
    font-family: 'GothamRoundedLight';
    src: url(../fonts/Gotham-Rounded-Light.eot);
    src: url(../fonts/Gotham-Rounded-Light.eot) format('embedded-opentype'),
    url(../fonts/Gotham-Rounded-Light.woff) format('woff'),
    url(../fonts/Gotham-Rounded-Light.ttf) format('truetype');
}

@font-face {
    font-family: 'GothamRoundedBook';
    src: url(../fonts/Gotham-Rounded-Book.eot);
    src: url(../fonts/Gotham-Rounded-Book.eot) format('embedded-opentype'),
    url(../fonts/Gotham-Rounded-Book.woff) format('woff'),
    url(../fonts/Gotham-Rounded-Book.ttf) format('truetype');
}

@font-face {
    font-family: 'GothamRoundedMedium';
    src: url(../fonts/Gotham-Rounded-Medium.eot);
    src: url(../fonts/Gotham-Rounded-Medium.eot) format('embedded-opentype'),
    url(../fonts/Gotham-Rounded-Medium.woff) format('woff'),
    url(../fonts/Gotham-Rounded-Medium.ttf) format('truetype');
}

body, html {
    height: 100%;
}

body {
    background-color: #fff;
    color: #343a48;
    font: 1.4em/1.6 Arial, sans-serif;
}

/*body.no-scroll {*/
/*    overflow: hidden;*/
/*}*/

a {
    color: #11b499;
    text-decoration: none;
}

a:hover {
    color: #11b499;
}

.container.txt-center > div {
    text-align: center;
}

header {
    background-color: #343a48;
    color: #fff;
    min-height: 50px;
    padding: 20px 30px;
}

header img.logo {
    height: 65px;
}

header .column:nth-child(2) {
    text-align: right;
}

header .column:nth-child(2) nav {
    display: inline;
    margin-right: 20px;
}

header .column:nth-child(2) nav a {
    color: #fff;
    font-family: 'GothamRoundedMedium';
    font-size: 1.7rem;
    margin: 0 15px;
}

header .column:nth-child(2) nav a:hover {
    color: #11b499;
}

header .column:nth-child(2) a.btn {
    border: 2px solid #11b499;
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    font-family: 'GothamRoundedBook';
    font-size: 1.5rem;
    padding: 7px 20px;
}

header .column:nth-child(2) a.btn + a.btn {
    background-color: #11b499;
    margin-left: 5px;
}

header .column:nth-child(2) a.btn + div.lang {
    margin-left: 5px;
}

header .column:nth-child(2) div.lang {
    color: #fff;
    font-family: 'GothamRoundedBook';
    font-size: 1.4rem;
    margin-left: 3px;
}

header .column:nth-child(2) div.lang a{
    display: flex;
    align-items: center;
}

header .column:nth-child(2) a.lang.active {
    color: #11b499;
}

header .lang {
    display: inline-block;
}

header .lang.phone {
    display: none !important;
}

header .menu {
    display: none;
    padding-top: 18px;
    position: absolute;
    top: 46px;
    width: 220px;
}

header .menu {
    width: 75px;
}

header .lang img.flag {
    height: 16px;
    margin-right: 5px;
}

header div.lang:hover > .menu{
    display: block;
    right: 10px;
    z-index: 99999;
}

header .menu > ul {
    background-color: #343a48;
    border-radius: 3px;
    padding: 10px 0;
    position: relative;
    list-style: none;
}

header .menu > ul > li > a {
    align-items: center;
    color: rgba(255, 255, 255, .6);
    display: flex;
    font-size: 1.4rem;
    height: 32px;
    padding: 0 15px;
    text-decoration: none;
}

header .menu > ul > li > a:hover {
    color: #fff;
}

/* For devices greater than 550px */
@media (min-width: 550px) {
    body header .row {
        align-items: center;
        display: flex;
    }
}

/* For devices smaller than 750px */
@media (max-width: 750px) {
    header .column {
        text-align: center !important;
    }

    header .column + .column {
        margin-top: 20px;
    }

    header .column:nth-child(2) a.btn {
        width: 260px;
    }

    header .column:nth-child(2) a.btn + a.btn {
        margin-top: 15px;
    }

    header div.lang {
        margin-top: 5px !important;
        justify-content: space-around !important;
    }

    header a.lang.phone {
        display: inline-block !important;
    }

    header a.lang.active {
        display: none !important;
    }

    header div.lang:hover > .menu{
        display: none !important;
    }
}

@media (max-width: 939px) {
    header .column:nth-child(2) nav a {
        margin-left: 5px;
    }

    header div.lang {
        display: flex;
        justify-content: end;
    }

    header .menu {
        top: 150px !important;
    }
}

@media (max-width: 1033px) {
    header .column:nth-child(2) nav a{
        margin-right: 0;
    }
}

@media (max-width: 1059px) {
    header .menu {
        top: 90px !important;
    }
}


@media (max-width: 1973px) {
    header .column:nth-child(2) nav {
        display: block;
        margin-right: 0;
    }

    header .column:nth-child(2) nav a:last-child{
        margin-right: 0;
    }

    header .menu {
        top: 60px;
    }
}

section {
    padding: 60px 0;
}

section h2 {
    color: #11b499;
    font-family: 'GothamRoundedLight';
    font-size: 3rem;
    margin-bottom: 60px;
    text-align: center;
}

section#slider {
    background-color: #80838c;
    height: 400px;
    position: relative;
}

/*
section#slider:before {
	content: '';
	background-color: rgba(52,58,72,.6);
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 98;
}*/
section#slider > div {
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

section#slider > div:first-child {
    z-index: 99;
}

section#slider .container {
    align-items: center;
    display: flex;
    height: 100%;
}

section#slider .slider {
    background-size: cover !important;
    opacity: 0;
    z-index: 1;
}

section#slider .slider.img1 {
    background: url(../img/slider-bg1.jpg) center top no-repeat;
}

section#slider .slider.img2 {
    background: url(../img/slider-bg2.jpg) center top no-repeat;
}

section#slider .slider.img3 {
    background: url(../img/slider-bg2.jpg) center top no-repeat;
}

section#slider .slider.img4 {
    background: url(../img/slider-bg2.jpg) center top no-repeat;
}

section#slider .text {
    margin-top: -50px;
    opacity: 0;
}

section#slider.loading .text {
    display: none;
}

section#slider .text h1 {
    color: #11b499;
    font-family: 'GothamRoundedMedium';
    font-size: 3.2rem;
    margin-bottom: 30px;
}

section#slider .text h2 {
    color: #fff;
    font-family: 'GothamRoundedLight';
    font-size: 3.8rem;
    margin-bottom: 60px;
}

section#slider .text a {
    background-color: #11b499;
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    font-family: 'GothamRoundedBook';
    font-size: 2.8rem;
    padding: 12px 30px;
}

section#slider .nav {
    bottom: 30px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 99;
}

section#slider .nav a {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 999px;
    display: inline-block;
    height: 8px;
    margin: 0 5px;
    width: 8px;
}

section#slider .nav a.active-slide {
    background: #fff;
}

section#slider .loader {
    margin: 0 auto;
}

section#slider:not(.loading) .loader {
    display: none;
}

section#slider .loader > div {
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    height: 18px;
    margin: 0 5px;
    width: 18px;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

section#slider .loader .bounce1 {
    animation-delay: -.32s;
    -webkit-animation-delay: -.32s;
}

section#slider .loader .bounce2 {
    animation-delay: -.16s;
    -webkit-animation-delay: -.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

/* For devices smaller than 1450px */
@media (max-width: 1450px) {
    section#slider .columns {
        margin-left: 0 !important;
        width: 100% !important;
    }
}

/* For devices smaller than 750px */
@media (max-width: 750px) {
    section#slider {
        height: 500px;
    }
}

/* For devices smaller than 550px */
@media (max-width: 550px) {
    section#slider {
        height: 550px;
    }
}

section#application {
    font-family: 'GothamRoundedMedium';
}

section#application .row + .row {
    margin-top: 60px;
}

section#application .columns {
    padding: 0 20px;
}

section#application img {
    width: 120px;
}

section#application a {
    line-height: 1.4;
}

section#application .icon {
    color: #11b499;
    display: block;
    font-size: 4.8rem;
    margin-bottom: 20px;
}
section#application h3 {
    color: #11b499;
    font-family: 'GothamRoundedMedium';
    font-size: 2rem;
    margin-bottom: 10px;
}

section#application a.icon {
    display: block;
    font-family: 'GothamRoundedMedium';
    font-size: 1.7rem;
}

section#application a.icon img {
    display: block;
    margin: 0 auto 15px calc(50% - 45px);
    width: 90px;
}

section#application a.icon span {
    color: #343a48;
    display: block;
}

section#application a.more {
    background-color: #343a48;
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    font-family: 'GothamRoundedBook';
    font-size: 1.5rem;
    margin: 0 auto;
    padding: 8px 30px;
}

/* For devices smaller than 550px */
@media (max-width: 550px) {
    section#application .columns + .columns {
        margin-top: 60px;
    }
}

section#testimonial {
    background-color: #11b499;
    font-family: 'GothamRoundedLight';
    font-size: 1.5rem;
    color: #fff;
}

section#testimonial .columns > div {
    padding: 0 30px;
}

section#testimonial img {
    background-color: rgba(255, 255, 255, .5);
    border-radius: 999px;
    display: block;
    height: 180px;
    margin: 0 0 30px calc(50% - 90px);
    width: 180px;
}

section#testimonial h2 {
    color: #fff;
}

section#testimonial h3 {
    font-family: 'GothamRoundedMedium';
    font-size: 1.8rem;
    margin-bottom: 0;
}

section#testimonial h4 {
    font-family: 'GothamRoundedLight';
    font-size: 1.8rem;
    margin-bottom: 20px;
}

/* For devices smaller than 550px */
@media (max-width: 550px) {
    section#testimonial .columns + .columns {
        margin-top: 60px;
    }
}

section#video {
    background-color: #343a48;
    font-family: 'GothamRoundedLight';
    font-size: 1.5rem;
    color: #fff;
}

section#video .row {
    align-items: center;
    display: flex;
}

section#video h3 {
    font-family: 'GothamRoundedMedium';
}

/* For devices smaller than 1000px */
@media (max-width: 1000px) {
    section#video .row {
        flex-direction: column;
    }

    section#video .columns {
        width: auto;
    }
}

section#prices .columns > div {
    font-family: 'GothamRoundedLight';
    align-items: center;
    background: url(../img/hexagon-grey.svg) no-repeat center;
    background-size: 100%;
    margin: 0px 40px 40px 40px;
    height: 320px;
    display: flex;
    justify-content: center;
}

section#prices .columns:nth-child(even) > div {
    background: url(../img/hexagon-grey.svg) no-repeat center;
    background-size: 100%;
}

section#prices .columns > div > div {
    display: flex;
    flex-direction: column;
}

section#prices .columns h3 {
    color: #11b499;
    font-family: 'GothamRoundedMedium';
    font-size: 2vw;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 10px;
}

section#prices .columns h4 {
    color: #11b499;
    font-family: 'GothamRoundedBook';
    font-size: 1vw;
    text-transform: uppercase;
    /*position: relative;*/
    margin: auto auto 20px auto;
    text-align: center;
    width: 82%;
}

section#prices .columns h3 span {
    /*font-size: 3.2rem;*/
    font-size: 1.5vw;
    display: block;
}

section#prices h2.options {
    margin: 80px 0 40px 0;
}


section#prices .columns p {
    color: #fff;
    font-family: 'GothamRoundedMedium';
    margin-bottom: 0;
}

section#prices .columns p.explain {
    color: #343a48;
    font-family: 'GothamRoundedLight';
    font-size: 1rem;
    margin: 15px auto auto;
    /*width: 60%;*/
}

section#prices .columns p.month {
    font-size: 1vw;
    margin-bottom: 10px;
}

section#prices .columns p span {
    font-family: 'GothamRoundedLight';
    font-size: 1.3rem;
    vertical-align: super;
}

section#prices .columns a {
    background-color: #11b499;
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    font-family: 'GothamRoundedBook';
    font-size: 1.5rem;
    margin: 0 auto;
    padding: 12px 30px;
}

section#prices a.securex {
    background-color: #343a48;
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    font-family: 'GothamRoundedBook';
    font-size: 1.5rem;
    margin: 0 auto;
    padding: 8px 30px;
}

section#prices .row + .row {
    margin-top: 60px;
}

section#prices ul {
    font-family: 'GothamRoundedBook';
    text-align: center;
    list-style-type: none;
}

section#prices ul li {
    display: flex;
    flex-direction : column;
    /*justify-content : center;*/
    /*align-items : center;*/
}

/*section#prices ul li:first-child i.icon:before{*/
/*    color: #11b499;*/
/*    content: '\ed6f';*/
/*    font-size: 4rem;*/
/*    text-align: center;*/
/*}*/

/*section#prices ul li i.icon:before{*/
/*    color: #11b499;*/
/*    content: '\ed70';*/
/*    font-size: 4rem;*/
/*    text-align: center;*/
/*}*/

section#prices ul li i.icon:before{
    color: #11b499;
    content: '\ed71';
    font-size: 4rem;
    text-align: center;
}

/*section#prices ul li strong {*/
/*    font-size: 1.8rem;*/
/*    display: block;*/
/*}*/

/*section#prices ul li span {*/
/*    color: #11b499;*/
/*    display: block;*/
/*    margin-bottom: 5px;*/
/*}*/

/*section#prices ul li p {*/
/*    font-size: 2rem;*/
/*}*/

/*section#prices ul li em {*/
/*    font-size: 1.4rem;*/
/*}*/

section#prices ul li + li {
    margin-top: 40px;
}

section#prices ul li:last-child{
    margin-bottom: 80px;
}

/* For devices smaller than 1200px */
@media (max-width: 1200px) {
    section#prices .columns {
        width: 48%;
    }

    section#prices .columns > div {
        height: 400px;
    }

    section#prices .columns:nth-child(odd) {
        margin-left: 0;
    }

    section#prices .columns:nth-child(n+3) {
        margin-top: 60px;
    }

    section#prices .columns h3 {
        font-size: 2.2vw;
    }

    section#prices .columns h4 {
        font-size: 1.5vw;
    }

    section#prices .columns h3 span {
        font-size: 1.8vw;
    }

    section#prices .columns p.month {
        font-size: 1.5vw;
    }
}

/* For devices smaller than 550px */
@media (max-width: 750px) {
    section#prices .columns {
        width: 100%;
        margin-left: 0;
    }

    section#prices .columns > div {
        background-size: contain;
        height: 400px;
        background-position: center;
    }

    section#prices .columns + .columns {
        margin-top: 60px;
    }

    section#prices .columns h3 {
        font-size: 8.5vw;
    }

    section#prices .columns h4 {
        font-size: 4.8vw;
    }

    section#prices .columns h3 span {
        font-size: 5.4vw;
    }

    section#prices .columns p.month {
        font-size: 4.1vw;
    }
}

footer {
    background-color: #343a48;
    color: #fff;
    font-family: 'GothamRoundedBook';
    font-size: 1.5rem;
    padding: 30px;
}

footer div:nth-child(2) {
    text-align: center;
}

footer .social a {
    display: inline-block;
    border: 2px solid #11b499;
    border-radius: 999px;
    height: 46px;
    width: 46px;
}

footer .social a + a {
    margin-left: 5px;
}

footer .social a img {
    max-height: 46px;
    max-width: 46px;
}

/* For devices smaller than 550px */
@media (max-width: 550px) {
    footer {
        text-align: center;
    }

    footer .columns + .columns {
        margin-top: 20px;
    }

    footer div:nth-child(2) a {
        display: block;
    }

    footer div:nth-child(2) a:first-of-type {
        margin-top: 10px;
    }

    footer div:nth-child(2) span {
        display: none;
    }
}

/*********************************************************************************************************************/
/** Loader ***********************************************************************************************************/
/*********************************************************************************************************************/

#loader {
    background-color: rgba(0, 0, 0, .2);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
}

#loader > div {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
}

#loader > div > div {
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    background-color: #fff;
    border-radius: 100%;
    display: none;
    height: 18px;
    margin: 0 5px;
    width: 18px;
}

#loader.loading > div > div {
    display: inline-block;
}

#loader .bounce1 {
    animation-delay: -.32s;
    -webkit-animation-delay: -.32s;
}

#loader .bounce2 {
    animation-delay: -.16s;
    -webkit-animation-delay: -.16s;
}

/*********************************************************************************************************************/
/** Modal ************************************************************************************************************/
/*********************************************************************************************************************/

#modal-wrapper {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2001;
}

#modal-container {
    box-sizing: border-box;
    display: table;
    padding: 30px;
    margin: auto;
    height: 100%;
}

#modal-container > div {
    display: table-cell;
    margin: 30px auto;
    vertical-align: middle;
}

.modal {
    display: none;
    min-width: 400px;
}

.modal.loading {
    display: block;
    margin-top: -100px;
    opacity: 0;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-property: all;
    -webkit-transition-property: all;
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
}

.modal.loaded {
    margin-top: 0;
    opacity: 1;
}

.modal .header {
    align-items: center;
    background-color: #11b499;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #fff;
    display: flex;
    padding: 5px 17px 5px 20px;
}

.modal .header h1 {
    font-family: 'GothamRoundedBook';
    font-size: 1.5rem;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
    margin-bottom: inherit;
    text-align: left;
    white-space: nowrap;
}

.modal .title {
    background-color: #eeeff3;
    font-size: 1.4rem;
    padding: 30px 40px 0 40px;
}

.modal .body {
    font-family: 'GothamRoundedLight';
    background-color: #eeeff3;
    padding: 40px;
    position: relative;
}

.modal .body h2 {
    font-size: 1.4rem;
}

.modal .body p {
    color: #78839d;
}

.modal .body h2 + p {
    color: #78839d;
    margin-top: 20px;
}

.modal .body p + p {
    margin-top: 10px;
}

.modal .footer {
    align-items: center;
    background-color: #eeeff3;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    display: flex;
    justify-content: flex-end;
    margin-top: -1px; /* IE bug */
    padding: 1px 20px 20px 20px;
}

.modal .footer a {
    align-items: center;
    background-color: #fff;
    border-radius: 3px;
    color: #66728d;
    display: inline-flex;
    line-height: 35px;
    margin-left: 10px;
    padding: 0 15px;
    text-decoration: none;
}

.modal .footer a.green {
    background-color: #50b62d;
    color: #fff;
}

.modal .footer a.green:hover {
    background-color: #4aa82a;
}

/* For devices smaller than 750px */
@media (max-width: 750px) {
    #modal-cookie{
        width: 500px !important;
    }
}

/*********************************************************************************************************************/
/** Cookie Bar *******************************************************************************************************/
/*********************************************************************************************************************/

#cookie-bar-bottom {
    bottom: -100px;
    opacity: 0;
}
.cookie-bar {
    width: 100%;
    line-height: 30px;
    left: 0;
    position: fixed;
    z-index: 100;
    background-color: #343a48;
}
.cookie-content {
    display: flex;
    color: white;
    text-align: center;
    padding-top: 10px;
}
.cookie-content > div:first-child{
    flex: 0 0 50%;
    max-width: 50%;
    -ms-flex: 0 0 50%;
    margin-left: 17.3333333333%;
}
.cookie-content > div:first-child > p{
    margin-bottom: 0;
}
.cookie-content > div{
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
}

a#cookie-hide {
    background-color: #11b499;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 1.4rem;
    padding: 10px 15px;
    text-decoration: none;
}

a#cookie-hide:hover {
    background-color: #0e957f;
}