/*===============================================*/
/* 1. RESET		 						 */
/*===============================================*/
@import "css/reset.css";
/*===============================================*/
/* 2. GENERAL		 						 */
/*===============================================*/	


html, body{
    width: 100%; 
    height:100%;
}
body{
    font-family: 'Open Sans', 'Source Sans Pro', sans-serif;
    padding:0;
    font-size:16px;
    margin:0 auto;
    color:#1d1d1d;
    background-color:#fff;
    font-weight:300;
}
.clear{
    clear:both;
}
p{
    padding:0;
    margin:0px;
    text-align:left;
    line-height:26px;
}
a{
    text-decoration:none;
    color:#002E6E; 
}
blockquote{
    font-style:italic;
    font-size:24px;
    padding:0 5%;
    margin:40px 0 60px 0;
    line-height:34px;
    position:relative;
    text-align:center;
}
blockquote:after {
    content:' ';
    position: absolute;
    display:block;
    width: 10%;
    margin: 20px 40%;
    border:1px solid #e76b71;
} 
a img{
    border:none;
}
a:hover{
    text-decoration:none;
    color:#212121;
}
img.responsive_image{
    max-width:100%;
    display:block;
    margin:auto auto 20px auto;
}
/*---------------------------*/
/* 2-1. HEADINGS             */
/*---------------------------*/	
h2, h3, h4, h5, h6{
    font-weight:700;
    padding:10px 0 10px 0;
    margin:0;
}
h1{
    font-size: 1em;
    font-weight: 400;
}
h2{
    font-size: 1em;
}
h3{
    font-size:22px;
}
h4{
    font-size:20px;
}
h5{
    font-size:18px;
}
h6{
    font-size:16px;
}
/*===============================================*/
/* 3. HEADER 	 						 */
/*===============================================*/
/* BLOCK - header */
.header{
    width:100%;
    height: 100px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: fixed;
    top: 0px;
    left:0px;
    z-index: 999;
    /*background-color: #eaeef1;*/
}
/* MODIFIER - header */
.header--sticky{
    background-color: #C0C0C0;
    box-shadow: 0 4px 10px 0px rgba(0,0,0,0.03);
    -moz-box-shadow: 0 4px 10px 0px rgba(0,0,0,0.03);
    -webkit-box-shadow: 0 4px 10px 0px rgba(0,0,0,0.03);
}
/* ELEMENT - header__content */
.header__content{
    height: 100px;
}
/* ELEMENT MODIFIER - header__content */
.header__content--fix-width{
    width:1240px;
    margin:auto;
    clear:both;
}
.header__content--fluid-width{
    width:80%;
    margin:auto;
    clear:both;
}
.header__logo-title{
    color:#002E6E;
    font-size:26px;
    letter-spacing:-1px;
    position:relative;
    float:left;
    top: 50%;
    left:0;
    transform: translateY(-50%);
    z-index:999;
}
.header--sticky .header__logo-title, .header--page .header__logo-title, .menu-open .header__logo-title{
    color:#002E6E;
}
.header__logo-title span{
    font-weight:700;
}
/* ELEMENT - header__menu */
.header__menu {
    float:right;
}
.header__menu ul,
.header__menu ul li,
.header__menu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    float:left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
.header__menu:after,
.header__menu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.logo_itlab {
    margin-top: 10px;
    max-height: 75px;
}
.menu-button {
    width:28px;
    height:20px;
    position: absolute;
    padding: 0px;
    font-size:20px;
    top:12px;
    right:6%;
    z-index:99999;
    display: none;
    cursor:pointer;
    border-bottom:1px solid #002E6E;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
.menu-button:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 28px;
    height: 6px;
    z-index:999;
    border-top: 1px double #002E6E;
    border-bottom: 1px solid #002E6E;
}
.header__menu > ul > li {display:inline-block; padding:0; }
.header__menu > ul > li > a {
    height: 100px;
    line-height: 100px; 
    color: #002E6E;
    font-size: 1.2em;
    display:inline-block;
    letter-spacing: 0.5px;
    padding:0 25px; 
    margin:0;
    font-weight:400;
    overflow: hidden;
}

.header--sticky .menu-button, .menu-open .menu-button{
    border-bottom:1px solid #FF8000;
}
.header--sticky .menu-button:before, .menu-open .menu-button:before{
    border-bottom:1px solid #FF8000;
    border-top: 1px double #FF8000;
}
.header__menu > ul > li.header__btn > a {
    height:32px;
    line-height:30px; 
    -webkit-border-radius: 25px; 
    -moz-border-radius: 25px; 
    border-radius: 25px; 
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header__menu > ul > li.header__btn--signup > a { 
    color:#fff; 
    background-color:#FF8000;
    padding:0 22px; 
    margin:19px 0 0 25px;
    border:1px #FF8000 solid;
}
.header__menu > ul > li.header__btn--login > a {
    background-color:#24394c; 
    border:1px #24394c solid;
    color:#fff;
    padding:0 22px; 
    margin:19px 0 0 25px;
}
.header__menu ul li.header__btn--signup > a:hover{
    background:none; 
    border:1px #FF8000 solid;
    color:#FF8000;
}
.header__menu ul li.header__btn--login > a:hover{
    background-color:transparent; 
    border:1px #002E6E solid;
    color:#002E6E;
}
.header__menu ul ul li a:hover, .header__menu ul ul li a.selected , .header__menu ul ul li a.active{
    font-weight: 700;
}
.header__menu > ul > li  a:hover, .header__menu ul li a.selected , .header__menu ul li a.active{
   
}
.header__menu ul li  a:hover, .header__menu ul li a.selected , .header__menu ul li a.active{

}
.header__menu ul li.header__btn--signup a.active { 
    color:#fff; 
}
.header__menu ul li.header__btn--login a.active {
    color:#FF8000; 
}
.header__menu ul li:hover{
    cursor:pointer;
}
.header__menu > ul > li.menu-item-has-children > a{
    /*background:url(images/drop-down.png) no-repeat 90% 50%;*/
}
.header__menu ul ul {
    position: absolute;
    left: 0px;
    top:55px;
    z-index:9999;
    visibility: hidden;
    text-align:left;
    padding:5px 0;
    background-color:#002E6E;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.10);
    -moz-box-shadow:    0px 0px 10px 1px rgba(0,0,0,0.10); 
    box-shadow:         0px 0px 10px 1px rgba(0,0,0,0.10);
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px;  
    opacity:0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.header__menu ul ul.submenu-header-sticky{
    box-shadow: 0 4px 10px 0px rgba(0,0,0,0.03);
    -moz-box-shadow: 0 4px 10px 0px rgba(0,0,0,0.03);
    -webkit-box-shadow: 0 4px 10px 0px rgba(0,0,0,0.03);
    border-top-left-radius:0px;
    border-top-right-radius:0px;
    -webkit-border-top-left-radius:0px;
    -webkit-border-top-right-radius:0px;
}
.header__menu li:hover > ul {   
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    top:70px;
}
.header__menu ul ul ul {
    margin-left: 100%;
    top: 0;
}
.header__menu ul ul li a {
    width: 300px;
    padding:0 15px;
    color:#fff;   
    border-bottom:1px #f7f8f9 solid;
    margin:0 10px;
    font-size: 1.2em;
    line-height: 45px; height:45px;
}
.header__menu ul ul li a:hover{ color: #FF8000; }
.header__menu ul ul li:last-child a {
    border-bottom:none; 
}
/*===============================================*/
/* 4. SECTION 	 						 */
/*===============================================*/
/* BLOCK - section */
.section{
    width:100%;
    height:auto;
    float:left;
    clear:both;
}
/* BLOCK MODIFIER - section--page */
.section--page-top{
    padding-top:80px;
}
.section--page-bottom{
    padding-bottom:80px;
}
/* ELEMENT - section__content */
.section__content{
    clear:both;
}
/* ELEMENT MODIFIER section__content  */
.section__content--fix-width{
    width:1240px;
    margin:auto;
    clear:both;
}
.section__content--fluid-width{
    width:80%;
    margin:auto;
    clear:both;
}
.section__content--padding{
    padding:100px 0;
}
/* ELEMENT - section__title */
.section__title{
    font-size: 3em;
    padding:0 0 40px 0;
    font-weight:700;
    line-height:52px;
}
/* ELEMENT MODIFIER section__title  */
.section__title--centered{
    width:100%;
    text-align:center;
    position:relative;
}
.section__title--centered:after {
    content:'';
    position:absolute;
    left:0;right:0;
    top: 70%;
    margin:auto;
    width:50px;
    height:1px;
    background:#454545;
}

/* ELEMENT - section__description */
.section__description{
    font-size: 1.4em;
    line-height:32px;
}
/* ELEMENT MODIFIER section__description  */
.section__description--centered{
    width:60%;
    margin:auto;
    text-align:center;
    padding:0 0 80px 0;
}
/*===============================================*/
/* 5. GRID 	 						 */
/*===============================================*/

/* BLOCK - grid */
.grid{
    width:100%;
    float:left;
    clear:both;
}
.grid__item--padding{
    background-color:#f7f8f9;
}
.grid__item--centering{
    text-align:center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/* -----------------------------------------------------  */
/* ELEMENT grid__item BASED ON BLOCK MODIFIER grid--2col  */
.grid--2col .grid__item{
    float:left;
    margin-right:80px;
    margin-bottom:80px;
    /* full width - space between cols / number of cols */
    width: calc((100% - 80px) / 2); 
}
.grid--2col .grid__item--padding{
    /* full width - space between cols - padding * nr of paddings / number of cols */
    width: calc((100% - 80px - 20px * 4) / 2);
    padding:20px;
}
.grid .grid__item:last-child, 
.grid--2col .grid__item:nth-child(2n+2){
    float:right;
    margin-right:0px;
}
/* -----------------------------------------------------  */
/* ELEMENT grid__item BASED ON BLOCK MODIFIER grid--3col  */
.grid--3col .grid__item{
    float:left;
    margin-right:80px;
    margin-bottom:80px;
    /* full width - space between cols * nr of inner spaces / number of cols */
    width: calc((100% - 80px * 2) / 3);
}
.grid--3col .grid__item.grid__item--padding{
    /* full width - space between cols * nr of inner spaces - padding * nr of paddings / number of cols */
    width: calc((100% - 80px * 2 - 20px * 6) / 3);
    padding:20px;
}
.grid--3col .grid__item--x2{
    /*(      one grid item    ) * 2 + space between cols */
    width: calc((((100% - 80px * 2) / 3) * 2) + 80px);
}
.grid--3col .grid__item--x2.grid__item--padding{

    /*   (    one grid item with padding  ) * 2 + space between cols + padding */
    width: calc((((100% - 80px * 2 - 20px * 6) / 3) * 2) + 80px + 20px * 2);
    padding:20px;
}
.grid--3col .grid__item:nth-child(3n+3){
    float:right;
    margin-right:0px;
}
/* -----------------------------------------------------  */
/* ELEMENT grid__item BASED ON BLOCK MODIFIER grid--4col  */
.grid--4col .grid__item{
    float:left;
    margin-right:80px;
    margin-bottom:80px;
    /* full width - space between cols * nr of inner spaces / number of cols */
    width: calc((100% - 80px * 3) / 4);
}
.grid--4col .grid__item.grid__item--padding{
    /* full width - space between cols * nr of inner spaces - padding * nr of paddings / number of cols */
    width: calc((100% - 80px * 3 - 20px * 8) / 4);
    padding:20px;
}
.grid--4col .grid__item--x3{
    /*(      one grid item    ) * 3 + space between cols */
    width: calc((((100% - 80px * 3) / 4) * 3) + 80px * 2);
}
.grid--4col .grid__item--x3.grid__item--padding{

    /*   (    one grid item with padding  ) * 3 + space between cols + padding */
    width: calc((((100% - 80px * 3 - 20px * 8) / 4) * 3) + 80px * 2 + 20px * 4);
    padding:20px;
}
.grid--4col .grid__item:nth-child(4n+4){
    float:right;
    margin-right:0px;
}
/* -----------------------------------------------------  */
/* ELEMENT grid__item BASED ON BLOCK MODIFIER grid--5col  */
.grid--5col .grid__item{
    float:left;
    margin-right:80px;
    margin-bottom: 40px;
    /* full width - space between cols * nr of inner spaces / number of cols */
    width: calc((100% - 80px * 4) / 5);
}
.grid--5col .grid__item.grid__item--padding{
    /* full width - space between cols * nr of inner spaces - padding * nr of paddings / number of cols */
    width: calc((100% - 80px * 4 - 20px * 10) / 5);
    padding:20px;
}
.grid--5col .grid__item--x2{
    /*(      one grid item    ) * 2 + space between cols */
    width: calc((((100% - 80px * 4) / 5) * 2) + 80px);
}
.grid--5col .grid__item--x2.grid__item--padding{

    /*   (    one grid item with padding  ) * 2 + space between cols + padding */
    width: calc((((100% - 80px * 4 - 20px * 10) / 5) * 2) + 80px + 20px * 2);
    padding:20px;
}
.grid--5col .grid__item--x3{
    /*(      one grid item    ) * 3 + space between cols */
    width: calc((((100% - 80px * 4) / 5) * 3) + 80px * 2);
}
.grid--5col .grid__item--x3.grid__item--padding{

    /*   (    one grid item with padding  ) * 3 + space between cols + padding */
    width: calc((((100% - 80px * 4 - 20px * 10) / 5) * 3) + 80px * 2 + 20px * 4);
    padding:20px;
}
.grid--5col .grid__item--x4{
    /*(      one grid item    ) * 4 + space between cols */
    width: calc((((100% - 80px * 4) / 5) * 4) + 80px * 3);
}
.grid--5col .grid__item--x4.grid__item--padding{

    /*   (    one grid item with padding  ) * 4 + space between cols + padding */
    width: calc((((100% - 80px * 4 - 20px * 10) / 5) * 4) + 80px * 3 + 20px * 6);
    padding:20px;
}
.grid--5col .grid__item:nth-child(5n+5){
    float:right;
    margin-right:0px;
}
/* -----------------------------------------------------  */
/* ELEMENT grid__item BASED ON BLOCK MODIFIER grid--6col  */
.grid--6col .grid__item{
    float:left;
    margin-right:80px;
    margin-bottom:80px;
    /* full width - space between cols * nr of inner spaces / number of cols */
    width: calc((100% - 80px * 5) / 6);
}
.grid--6col .grid__item.grid__item--padding{
    /* full width - space between cols * nr of inner spaces - padding * nr of paddings / number of cols */
    width: calc((100% - 80px * 5 - 20px * 12) / 6);
    padding:20px;
}
.grid--6col .grid__item--x2{
    /*(      one grid item    ) * 2 + space between cols */
    width: calc((((100% - 80px * 5) / 6) * 2) + 80px);
}
.grid--6col .grid__item--x2.grid__item--padding{

    /*   (    one grid item with padding  ) * 2 + space between cols + padding */
    width: calc((((100% - 80px * 5 - 20px * 12) / 6) * 2) + 80px + 20px * 2);
    padding:20px;
}
.grid--6col .grid__item--x3{
    /*(      one grid item    ) * 3 + space between cols */
    width: calc((((100% - 80px * 5) / 6) * 3) + 80px * 2);
}
.grid--6col .grid__item--x3.grid__item--padding{

    /*   (    one grid item with padding  ) * 3 + space between cols + padding */
    width: calc((((100% - 80px * 5 - 20px * 12) / 6) * 3) + 80px * 2 + 20px * 4);
    padding:20px;
}
.grid--6col .grid__item--x4{
    /*(      one grid item    ) * 4 + space between cols */
    width: calc((((100% - 80px * 5) / 6) * 4) + 80px * 3);
}
.grid--6col .grid__item--x4.grid__item--padding{

    /*   (    one grid item with padding  ) * 4 + space between cols + padding */
    width: calc((((100% - 80px * 5 - 20px * 12) / 6) * 4) + 80px * 3 + 20px * 6);
    padding:20px;
}
.grid--6col .grid__item--x5{
    /*(      one grid item    ) * 5 + space between cols */
    width: calc((((100% - 80px * 5) / 6) * 5) + 80px * 4);
}
.grid--6col .grid__item--x5.grid__item--padding{

    /*   (    one grid item with padding  ) * 5 + space between cols + padding */
    width: calc((((100% - 80px * 5 - 20px * 12) / 6) * 5) + 80px * 4 + 20px * 8);
    padding:20px;
}
.grid--6col .grid__item:nth-child(6n+6){
    float:right;
    margin-right:0px;
}
.grid__item--floated-right{
    float:right !important;
    margin-right:0px !important;
}
/* 5.1 GRID ELEMENTS   */
/*===============================================*/

/* ELEMENT  grid__title  */
/* --------------------  */
.grid__title{
    font-size:24px;
    font-weight:400;
    padding:0 0 20px 0;
    margin:0px;
}
.grid__title span{
    font-weight:700;
}

/* ELEMENT  grid__text  */
/* --------------------  */
.grid__text {
    padding-bottom:20px;
    line-height:26px;
    font-size: 1.2em;
}
.grid__text span{
    font-weight:700;
}

/* ELEMENT  grid__more  */
/* --------------------  */
.grid__more{
    font-weight:400;
    font-size:14px;
    padding:0 0 0 0;
    display:inline-block;
}
.grid__more--vmalign{

}
/* ELEMENT grid__list  */
/* --------------------  */
.grid__list{
    list-style:none;
    padding:0px;
    margin:0px;
}
.grid__list li{
    list-style:none;
    padding:5px 0;
    margin:0px;
    line-height:22px;
}

/* ELEMENT grid__image  */
/* --------------------  */
.grid__image{
    width:100%;
}
.grid__image img{
    display:block;
    max-width:100%;
}
.grid__image--right img{
    float:right;
}
.grid__image--left img{
    float:left;
}


/*===============================================*/
/*  6. BUTTONS	 			 */
/*===============================================*/
.btn{
    padding:12px 40px; 
    margin:0 20px 0 0;
    font-size:14px;
    letter-spacing:0.5px;
    font-weight:400;
    -webkit-border-radius: 25px; 
    -moz-border-radius: 25px; 
    border-radius: 25px; 
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}
.btn--purple-bg{
    color:#002E6E;
    background-color:#FF8000;
    border:2px #FF8000 solid;
    font-size: 1.2em;
	font-weight: 700;
}
.btn--purple-bg:hover{
    background-color:transparent;
    color:#002E6E;
	border:2px #002E6E solid;
}
.btn--play{
    background-image:url(images/btn-play.png);
    background-position:90% 50%;
    background-repeat:no-repeat;
    padding-right:60px;
}
.btn--play:hover{
    background-image:url(images/btn-play--purple.png);
    background-position:92% 50%;
}
.btn--green-bg{
    color:#fff;
    background-color:#24394c;
    border:2px #24394c solid;
}
.btn--green-bg:hover{
    color:#FF8000;
    border:2px #FF8000 solid;
    background-color: #002E6E;
}



/*================================================================================*/
/*  7. CUSTOM SECTIONS  */
/*===============================================================================*/

/*===============================================*/
/*  7.1 CUSTOM SECTION - INTRO	 			 */
/*===============================================*/
.section--intro{
    width:100%;
    height:100%;
    background-color:#fff;
    margin-top: 50px;
    position: relative;
}
.section__content--intro{
    height:100%;
}
.intro{
    width:50%;
    float:left;
    padding:15% 0 0 0;
    position:relative;
    z-index:777;
}
.intro__content{
    width:100%;
    text-align:left;
}
.intro__title{
    padding:0 0 40px 0;
    color:#2e354f;
    font-size:94px;
    line-height:90px;
    letter-spacing:-1px;
}
.intro__title h1 span{
    font-weight:700;
    display:block;
}
.intro__subtitle{
    padding:0 0 40px 0;
    font-size: 1.5em;
    line-height:32px;
    color:#606780;
    letter-spacing:0.4px;
}
.intro__description{
    padding:0 0 40px 0;
    font-size:20px;
    color:#606780;
}
.intro__description span{
    font-weight:700;
    color:#24394c;
}
.intro__buttons{
    padding:20px 0 0 0;
}
.intro__buttons--centered{
    width:100%;
    clear:both;
    text-align:center;
}
.intro__buttons--left{
    width:100%;
    clear:both;
    text-align:left;
}
svg.svg-intro-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index:111;
}
.intro-animation{
    width:50%;
    height:70%;
    float:right; 
    text-align:right;
    position:absolute;
    bottom:0;
    right:0;
    z-index:222;
}
.intro-animation img{
    display: flex;
    margin: 0 auto;
    max-width:100%;
    /*height: 100%;*/
    opacity:0; 
    animation: .9s ease-out 0s 1 slideInFromBottom;
    -webkit-animation: .9s ease-out 0s 1 slideInFromBottom;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
@keyframes slideInFromBottom {
    0% {
        transform: translateY(30%);
        opacity:0;
    }
    100% {
        transform: translateY(0);
        opacity:1;	
    }
}
@-webkit-keyframes slideInFromBottom {
    0% {
        opacity:0;
        -webkit-transform: translateY(30%);
    }    
    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}


/*===============================================*/
/*  7.2 CUSTOM SECTION - ABOUT	 			 */
/*===============================================*/

.section__content--about{
    padding:100px 0 0 0;
}
.grid--about .grid__item{
    margin-bottom:80px;
}
.grid--about .grid__item--floated-right{
    margin-left:80px;
}
.grid--about .grid__title{
    font-size:36px;
    line-height:42px;
    font-weight:300;
    padding:0 0 40px 0;
    margin-top: 60px;
    position:relative;
}
.grid--about .grid__text{
    font-size: 1.4em;
    color: #24394c;
	font-weight: 450;
    line-height:26px;
}
.grid--about .grid__list{
    padding:20px 0 0 0;
}
.grid--about .grid__list li{
    background:url(images/checked.png) no-repeat 0 50%;
    font-size:18px;
    padding:10px 0 10px 40px;
}
/*===============================================*/
/*  7.3 CUSTOM SECTION - FEATURES	 			 */
/*===============================================*/
.section--features{
    width:100%;
    position:relative;
    padding:0 0 180px 0;
    margin-bottom:40px;
    background-color: #eaeef1;
}
.section__content--features{
    position:relative;
    z-index:222;
}
svg.svg-features-bottom {
    position: absolute;
    bottom: 0px;
    left:0px;
    width: 100%;
    height: 120px;
    z-index:111;
}
.grid--features .grid__item{
    margin-right:60px;
    margin-bottom:60px; 
    width: calc((100% - 60px * 3 - 30px * 8) / 4);
    padding:30px;
    text-align:left;
    background-color:#fff;
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 0 20px 0px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 0 20px 0px rgba(0,0,0,0.05);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.grid--more-features .grid__item{
    margin-right:40px;
    margin-bottom:40px; 
    width: calc((100% - 40px * 4 - 20px * 10) / 5);
    padding:40px 20px;
    text-align:center;
    background-color:#fff;
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 0 20px 0px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 0 20px 0px rgba(0,0,0,0.05);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.grid--features .grid__item--featured{
    background-color: #24394c;
    color: #fff;
}
.grid--features .grid__item:hover{
    transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
}

.grid--features .grid__item .grid__title{
    font-size:24px;
    font-weight:700;
    padding:10px 0 20px 0;
    margin:0px;
    color: #24394c;
}
.grid--more-features .grid__item .grid__title{
    font-size:20px;
    font-weight:700;
    padding:20px 0 20px 0;
    margin:0px;
}
.grid--features .grid__item--featured .grid__title{
    color:#fff;
}
.grid--features .grid__item .grid__title span, .grid--more-features .grid__item .grid__title span{
    font-weight:300;
    color:#002E6E;
}
.grid--features .grid__item--featured .grid__title span{
    color:#fff;
	font-weight: 700;
}
.grid--features .grid__icon{
    float:right;
}
.grid--features .grid__icon img{
    display:block;
    margin:auto;	
}
.grid--features .grid__text{
    text-align:left;
}

/*===============================================*/
/*  7.4 CUSTOM SECTION - TESTIMONIALS 			 */
/*===============================================*/

.testimonials{
    width: 100%;
    height: auto;
    overflow:hidden;
    position: sticky;
    margin:0;
    padding:80px 0 120px 0;
    background-color: #FF8000;
}
.svg-testimonials-left{
    height:100%;
    width:8%;
    position:absolute;
    left:0px;
    top:0px;
    z-index:222;
}
.svg-testimonials-right{
    height:100%;
    width:5%;
    position:absolute;
    right:-1px;
    top:0px;
    z-index:222;
}
.svg-testimonials-top{
    height:20px;
    width:100%;
    position:absolute;
    left:0px;
    top:0px;
    z-index:222;
}
.svg-testimonials-bottom{
    height:80px;
    width:100%;
    position:absolute;
    left:0px;
    bottom:-1px;
    z-index:222;
}
.testimonials__slide {
    text-align: center;
}
.testimonials__slide:hover{
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.testimonials__thumb{
    padding:0 0 40px 0;
}
.testimonials__thumb img{
    width:150px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding:10px;
    background-color:#fff;
    margin:auto;
}
.testimonials__text{
    width:80%;
    margin:auto;
}
.testimonials__text p{
    padding:0 0 40px 0;
    font-size:20px;
    line-height:28px;
    text-align:center;
}
.testimonials__source{
    font-weight:700;
    font-size:16px;
}
.testimonials__source a{
    color:#FF8000;
    padding:0 20px;
    position:relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.testimonials__source a::after {
    border-bottom: 0.245em solid rgba(56, 69, 241, 0.2);
    content: "";
    left: 0;
    line-height: 1em;
    margin-top: calc(0.245em / 2 * -1);
    position: absolute;
    right: 0;
    top: 60%;
}
.testimonials__source a:hover{
    color:#002E6E;
    padding:0 30px;
}
.testimonials__pagination{
    width:100%;
    text-align:center;
    bottom:0 !important;
    z-index:999 !important;
}
.testimonials__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #24394c;
    opacity: 0.2;
}
.testimonials__pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #24394c;
}
/*===============================================*/
/*  7.5 CUSTOM SECTION - PRICING 			 */
/*===============================================*/
.section--pricing{
    background-color: #eaeef1;
    position:relative;
    margin-top:40px;
}
.section__content--pricing{
    position:relative;
    z-index:222;
    padding-bottom:120px;
}
svg.svg-pricing-top {
    position: absolute;
    top: 0px;
    left:0px;
    width: 100%;
    height: 100px;
    z-index:111;
}
svg.svg-pricing-bottom {
    position: absolute;
    bottom: 0px;
    left:0px;
    width: 100%;
    height: 100px;
    z-index:111;
}
.pricing{
    width:80%;
    margin:0 auto;
    text-align: center;
}
.pricing__switcher{
    width:300px;
    height:40px;
    margin:0 auto 100px auto;
    clear:both;
    text-align:center;
    position:relative;
    background-color:#fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.switcher__buttons{
    width:100%;
}
.switcher__button{
    cursor:pointer;
    width:50%;
    float:left;
    height:40px;
    line-height:40px;
    position:relative;
    z-index:888;
    transition:.3s ease-in-out;
}
.switcher__border{
    height: 40px;
    width: 50%;
    background-color:#FF8000;
    display:block;
    position:absolute;
    top:0px;
    left:0px;
    z-index:555;
    margin: 0;
    border: none;
    transition:.3s ease-in-out;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    border--radius: 20px;
    -webkit-border-radius: 20px;
}
.switcher__button--enabled {
    color:#fff;

}
.switcher__button:nth-child(1).switcher__button--enabled ~ .switcher__border {
    left: 0;
}
.switcher__button:nth-child(2).switcher__button--enabled ~ .switcher__border {
    left: 50%;
}

.pricing__plan{       
    background-color:#fff;
    width: 33.333%;  
    padding:40px 0;	
    float: left;
    position: relative;
}
.pricing__plan:nth-child(2){ 
    border-top-left-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
}
.pricing__plan:nth-child(4){ 
    border-bottom-right-radius: 25px;
    -webkit-border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-top-right-radius: 20px;
}
.pricing__plan--popular {
    z-index: 2;
    top: -30px;
    padding:50px 0 70px 0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    background-color:#FF8000;
    color:#fff;
    -moz-box-shadow: 10px 0 15px -10px rgba(0, 0, 0, .45), -10px 0 15px -10px rgba(0, 0, 0, .45);
    -webkit-box-shadow: 10px 0 15px -10px rgba(0, 0, 0, .45), -10px 0 15px -10px rgba(0, 0, 0, .45);
    box-shadow: 10px 0 15px -10px rgba(0, 0, 0, .45), -10px 0 15px -10px rgba(0, 0, 0, .45);    
}
.pricing__badge-bg{
}
.pricing__badge-text{
    position:absolute;
    top:25px;
    left:-5px;
    z-index:444;
    color:#fff;
    font-size:14px;
    font-weight:700;
    background-color:#24394c;
    padding:8px 20px;
}
.pricing__title{
    width:100%;
    text-align:center;
    position:relative;
    font-size:24px;
    font-weight:700;
    padding:0px 0 40px 0;
    margin:0px;
}
.pricing__title:after {
    content:'';
    position:absolute;
    left:0;right:0;
    top:60%;
    margin:auto;
    width:50px;
    height:1px;
    background:#454545;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.pricing__plan--popular .pricing__title{
    font-size:44px;
    color:#fff;
    font-weight:900;
    letter-spacing:-1px;
    padding:0px 0 40px 0;
} 
.pricing__plan--popular .pricing__title:after {
    background:#fff;
    top:70%;
}
.pricing__plan:hover .pricing__title:after {
    width:80%;
}	
.pricing__values{
    font-size:58px;
    font-weight:700;
    height:70px;
    position:relative;
    text-align:center;
}
.pricing__value span{
    display:inline-block;
    font-size:20px;
    margin:0px 0 0 0;
}
.pricing__value b{
    display:inline-block;
    font-size:18px;
    font-weight:700;
    position:relative;
    bottom:-5px;
}
.pricing__value{
    position:absolute;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
}
.pricing__value--hidden{
    display:none;
}
.pricing__value--show{
    -webkit-animation: showToY 0.6s forwards;
    animation: showToY 0.6s forwards;
}
.pricing__value--hide{
    -webkit-animation: fadeToY 0.6s forwards;
    animation: fadeToY 0.6s forwards;
}
@keyframes fadeToY {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(80%);
        transform: translateY(80%);
    }
}
@-webkit-keyframes fadeToY {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(80%);
        transform: translateY(80%);
    }
}
@keyframes showToY {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-80%);
        transform: translateY(-80%);
    }
    100% {
        opacity:1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes showToY {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-80%);
        transform: translateY(-80%);
    }
    100% {
        opacity:1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.pricing__list {
    width:80%;
    margin:20px 0 0 10%;
    padding: 0;
    list-style: none;
}
.pricing__list li {
    padding:3px 0 3px 12%;
    text-align:left;
    line-height:24px;
    background:url(images/checked-pricing.png) no-repeat 0 50%;
}
.pricing__plan--popular .pricing__list li {
    background:url(images/checked-pricing-white.png) no-repeat 0 50%;
}
.pricing__list li.disabled {
    padding:3px 0 3px 12%;
    text-align:left;
    line-height:24px;
    background:none;
    text-decoration: line-through;
    opacity:0.6;
}

.pricing__plan--popular .pricing__signup{
    color:#fff;
    background-color:#24394c;
    border:2px #24394c solid;
}
.pricing__plan--popular .pricing__signup:hover{
    color:#24394c;
    background:none;
}
.pricing__signup{
    display:inline-block;
    padding:12px 60px; 
    margin:20px 0 0 0;
    font-size:14px;
    letter-spacing:0.5px;
    font-weight:400;
    -webkit-border-radius: 25px; 
    -moz-border-radius: 25px; 
    border-radius: 25px; 
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; 
    background:none;
    color:#FF8000;
    border:2px #FF8000 solid;
}
.pricing__signup:hover{
    color:#002E6E;
    background-color:#FF8000;
    border:2px #FF8000 solid;
}

/*===============================================*/
/*  7.6 CUSTOM SECTION - CTA 			 */
/*===============================================*/

.section--cta{
    background-color:#FF8000;
    color:#fff;
    position:relative;
}
.section__content--cta{
    position:relative;
    z-index:222;
    padding-bottom:120px;
}
svg.svg-cta-top {
    position: absolute;
    top: 0px;
    left:0px;
    width: 100%;
    height: 50px;
    z-index:111;
}
svg.svg-cta-bottom {
    position: absolute;
    bottom: -1px;
    left:0px;
    width: 100%;
    height: 50px;
    z-index:111;
}
.section__title--cta{
    color:#002E6E;
}
.section__title--cta:after {
    content:'';
    position:absolute;
    left:0;right:0;
    top:80%;
    margin:auto;
    width:50px;
    height:1px;
    background:#002E6E;
    opacity:.5;
}
.section__description--cta{
    color:#002E6E;	
    font-weight: 600;
    padding:0 0 40px 0;
}

/*===============================================*/
/*  7.7 CUSTOM SECTION - HOW IT WORKS (HIW) 			 */
/*===============================================*/

/*===============================================*/
/*  7.8 CUSTOM SECTION - SUPPORT	 			 */
/*===============================================*/
.grid--support{
    width:100%;
    color:#fff;
    display: flex;
    position:relative;
}
.svg-support-bottom{
    position:absolute;
    left:0px;
    top:0px;
    z-index:111;
    width:100%;
    height:100%;
}
.grid--support .grid__item{
    margin:0px;
    position:relative;
    z-index:222;
}
.grid--support .grid__item.grid__item--padding{
    background:none;
    width: calc((100% - 100px * 4) / 2);
    padding:100px;
}
.grid--support .grid__title{
    font-size:36px;
    font-weight:700;
    padding:20px 0 20px 0;
    margin:0px 0 20px 0;
}
.grid--support .grid__text{
    font-size:18px;
}
.grid--support .grid__more{
    color:#fff;
    font-size:18px;
    font-weight:300;
    letter-spacing:0.5px;
    background-color:#42387a;
    padding: 20px 62px;
    margin:0 auto 0 auto;
    border: 1px #42387a solid;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; 
}

.grid--support .grid__more:hover{
    color: #fff;
    background:none;
    border: 1px #fff solid;
}
/*===============================================*/
/*  7.8.2 CUSTOM SECTION - SUPPORT_2	 			 */
/*===============================================*/
.grid--3col {
    display: flex;
}

.grid--support_2{
    width:100%;
}

.grid--support_2 .grid__item_2{
    margin-right:30px;
    margin-bottom:0px;
    /* full width - space between cols * nr of inner spaces - padding * nr of paddings / number of cols */
    width: calc((100% - 30px * 2) / 3);
}
.grid--support_2 .grid__item_2.grid__item_2--padding{
    background-color: #24394c;
    /* full width - space between cols * nr of inner spaces - padding * nr of paddings / number of cols */
    width: calc((100% - 30px * 2 - 30px * 6) / 3);
    padding:30px;
    color: #fff;
    box-shadow: 0 0 15px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 0 15px 0px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 0 15px 0px rgba(0,0,0,0.05);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.grid--support_2 .grid__title_2{
    font-size:24px;
    font-weight:700;
    padding:20px 0 20px 0;
    margin:0px 0 20px 0;
    position:relative;
}
.grid--support_2 .grid__title_2:after {
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    margin:0;
    width:40px;
    height:1px;
    background:#FF8000;
    opacity:.5;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.grid--support_2 .grid__item_2:hover .grid__title_2:after{
    width:100%;
}
.grid--support_2 .grid__item_2--padding:hover{
    box-shadow: 0 0 30px 0px rgba(0,0,0,0.18);
    -moz-box-shadow: 0 0 30px 0px rgba(0,0,0,0.18);
    -webkit-box-shadow: 0 0 30px 0px rgba(0,0,0,0.18);
    transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
}
.grid--support_2 .grid__more_2{
    height: 32px;
    line-height: 30px;
    color:#FF8000;
    background:none;
    padding: 0 22px;
    margin:0px 0 0 0;
    border: 1px #c2cbd4 solid;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; 
}
.grid--support_2 .grid__more_2:hover{
    color: #002E6E;
    background-color: #FF8000;
    border: 1px #FF8000 solid;
}
.grid--support_2 .grid__item_2:hover .grid__more_2{
    color: #002E6E;
    background-color: #FF8000;
    border: 1px #FF8000 solid;
}

/*===============================================*/
/*  7.9 CUSTOM SECTION - CLIENTS 			 */
/*===============================================*/
.grid__client-logo a{
    position:relative;
    z-index:333;
}
.grid__client-logo img{
    display:block;
    max-width:100%;
    margin:auto;
    text-align:center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.grid__client-logo a:hover img{
    opacity:.5;
}

/*===============================================*/
/*  7.11 CUSTOM SECTION - LOGIN/SIGNUP MODAL			 */
/*===============================================*/
.modal {
    position: absolute;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}
.modal.modal--visible {
    visibility: visible;
}
.modal__overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 0%, 0.2);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.modal--visible .modal__overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}
.modal__wrapper {
    position: fixed;
    z-index: 9999;
    top: 20%;
    left: 50%;
    width: 50%;
    margin-left: -25%;
    background-color: #fff;
}
.modal__wrapper--image {
    top: 10%;
    left: 30%;
    width: 70%;
    bottom:10%;
    margin-left: -15%;
}
.modal-transition {
    -webkit-transition:all 0.3s 0.12s;
    -moz-transition: all 0.3s 0.12s;
    transition: all 0.3s 0.12s;
    transform: translateY(-10%);
    opacity: 0;
}

.modal.modal--visible .modal-transition {
    transform: translateY(0);
    opacity: 1;
}
.modal__body{
    width:100%;
    height:100%;
}
.modal__header{
    width:96%;
    background-color:#24394c;
    color:#fff;
    font-size:20px;
    font-weight:300;
    padding: 15px 2%;
}
.modal__content{
    width:100%;
    height:0;
    visibility: hidden;
    position:relative;
    transform: translate(-100%);
    overflow:hidden;
}
.modal__content.modal__content--visible{
    visibility: visible;
    transform: translate(0);
    width:100%;
    height:100%;
    float:left;
    clear:both;
    display: table;
}
.modal__image{
    width:96%;
    padding:0 2%;
    height:89%;
    margin:1% auto auto auto;
}
.modal__image img{
    display:block;
    height:100%;
    margin:auto;
}
.modal__content--login{
    background-color:#24394c;
}
.modal__content--forgot{
    background-color:#24394c;
}
.modal__content--signup{
    background-color:#FF8000;
}
.modal__info{
    width:34%;
    display: table-cell;
    height:100%;
    padding:40px 3%;
    color:#fff;
    -webkit-transition:all 0.3s 0.12s;
    -moz-transition: all 0.3s 0.12s;
    transition: all 0.3s 0.12s;
    opacity: 0;
    transform: translateX(-10%);
}
.modal__content.modal__content--visible .modal__info{
    transform: translateX(0);
    opacity: 1;
}
.modal__title{
    font-size:24px;
    font-weight:700;
    padding:0 0 20px 0;
    margin:0px;
}
.modal__descr{
    font-size:38px;
    font-weight:300;
    padding:20px 0 20px 0;
    margin:0px;
    line-height:44px;
}
.modal__descr span{
    font-weight:700;
}
.modal__list{
    padding:0px;
    margin:0px;
    list-style:none;
}
.modal__list li{
    background:url(images/checked-pricing-white.png) no-repeat 0% 70%;
    padding:0 0 0 25px;
    margin:4px 0;
    line-height:22px;
}
.modal__switch--signup{
    padding: 10px 30px;
    margin:40px 0 0 0;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 400;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    background-color:transparent;
    border: 2px #fff solid;
    cursor:pointer;
    font-weight:700;
}
.modal__switch--signup:hover{
    background-color:#fff;
    color:#FF8000;
    border: 2px #fff solid;
}
.modal__switch--login{
    padding: 10px 30px;
    margin:40px 0 0 0;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 400;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    background-color:transparent;
    border: 2px #fff solid;
    cursor:pointer;
    font-weight:700;
}
.modal__switch--login:hover{
    background-color:#fff;
    color:#24394c;
    border: 2px #fff solid;
}
.modal__form{
    width:50%;
    height:100%;
    display: table-cell;
    padding:40px 5%;
    background-color:#fff;
    opacity: 0;
    transition: all 0.3s 0.12s;
}
.modal__content.modal__content--visible .modal__form{
    opacity: 1;
}
.modal__checkbox{
    float:left;
    width:50%;
    padding:10px 0 0 0;
}
.modal__checkbox{text-align:left;line-height:14px; clear:both;}
.modal__checkbox label {	cursor: pointer;}
.modal__checkbox input[type="checkbox"] {display: none;}
.modal__checkbox input[type="checkbox"] + label:before{
    border:none;
    content: "\00a0";
    display: inline-block;
    font-size: 18px;
    font-weight:900;
    width:18px;
    height:18px;
    border-radius:2px;
    -webkit-border-radius:2px;
    -khtml-border-radius:2px;
    margin:0 10px 0 0;
    line-height:18px;
    vertical-align: center;
    border:none;
    background-color:#f7f8f9;
}
.modal__checkbox input[type="checkbox"]:checked + label:before {color: #fff;content: "\2713";border:none;	text-align: center;background-color:#FF8000; }
.modal__checkbox input[type="checkbox"]:checked + label:after {font-weight: bold;}
.modal__checkbox input[type="checkbox"] + label:before, input[type="checkbox"]:checked + label:before{background-color:#f7f8f9;}

.modal__switch--forgot{
    float:right;
    padding:10px 0 0 0;
    color:#FF8000;
    font-weight:700;
    cursor:pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.modal__switch--forgot:hover{
    color:#28e180;
}

.modal__close {
    background: #002E6E;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #FFFFFF;
    cursor: pointer;
    outline: none;
    width: 44px;
    height: 44px;
    position: absolute;
    right: -22px;
    top: -22px;
    -webkit-transition: -webkit-transform 600ms;
    -moz-transition: -moz-transform 600ms;
    -ms-transition: -ms-transform 600ms;
    -o-transition: -o-transform 600ms;
    transition: transform 600ms;
}

.modal__close:hover {
    background: #002E6E;
    -webkit-transform: rotate(360deg) scale(1.10);
    -moz-transform: rotate(360deg) scale(1.10);
    -ms-transform: rotate(360deg) scale(1.10);
    -o-transform: rotate(360deg) scale(1.10);
    transform: rotate(360deg) scale(1.10);
    -webkit-transition: -webkit-transform 600ms;
    -moz-transition: -moz-transform 600ms;
    -ms-transition: -ms-transform 600ms;
    -o-transition: -o-transform 600ms;
    transition: transform 600ms;
}

.modal__close span, .modal__close span:before, .modal__close span:after {
    background: #FFFFFF;
    content: '';
    cursor: pointer;
    display: block;
    height: 2px;
    position: absolute;
    width: 20px;
}

.modal__close span:first-child {
    background: none;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.modal__close span:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal__close span:after {
    -webkit-transform: translateY(-2px) rotate(-45deg);
    -moz-transform: translateY(-2px) rotate(-45deg);
    -ms-transform: translateY(-2px) rotate(-45deg);
    -o-transform: translateY(-2px) rotate(-45deg);
    transform: translateY(-2px) rotate(-45deg);
    top: 2px;
}



/*===============================================*/
/*  8. FOOTER 	 						 */
/*===============================================*/
/* BLOCK - footer */
.footer{
    width:100%;
    height:auto;
    float:left;
    clear:both;
    background-color: #fff;
    position:relative;
}

.footer a.footer_selected {
    color: #FF8000;
    font-weight: 600;
}

/* ELEMENT - footer__content */
.footer__content{
    clear:both;
}
/* ELEMENT MODIFIER footer__content  */
.footer__content--fix-width{
    width:1240px;
    margin:auto;
    clear:both;
}
.footer__content--fluid-width{
    width:80%;
    margin:auto;
    clear:both;
}
.footer__content--padding{
    padding:100px 0;
}
.footer__content--svg{
    padding-top:100px;
}
.grid__title--footer-logo{
    font-size:18px;
    letter-spacing:1px;	font-weight:700;
}
.grid__title--footer-logo span{
    font-weight:700;
}
.grid__title--footer{
    font-size:20px;
    font-weight:700;
}
.grid__text--copyright{
    color: #24394c;
    line-height:22px;
    padding-bottom: 6px;
}
.grid__text--copyright p {
    margin-left: 15px;
}

ul.grid__list--sicons{
    margin:20px 0 0 0;
}
ul.grid__list--sicons li{
    display:inline-block;
    margin:0 20px 0 0;
}
ul.grid__list--sicons li a{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
ul.grid__list--sicons li a img{
    display:block;
    width:25px;
}
ul.grid__list--sicons li a:hover{
    opacity:.5;
}

ul.grid__list--fmenu li a {
    display: inline-block;
    color: #24394c;
    text-decoration: none;
}

ul.grid__list--fmenu li a::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #FF8000;
    transition: width .3s;
}

ul.grid__list--fmenu li a:hover::after {
    width: 100%;
}
ul.grid__list--fmenu li a:hover {
    color: #FF8000;
}


/*===============================================*/
/* CUSTOM ADDITIONS   			 */
/*===============================================*/

.btn--secondary{
    color:#fff;
    background-color:#24394c;
    border:2px #24394c solid;
    font-size: 1.2em;
	font-weight: 700;
}
.btn--secondary:hover{
    color:#002E6E !important;
    border:2px #002E6E solid;
    background-color:transparent;
}

.btn--primary{
    color:#002E6E;
    background-color:#FF8000;
    border:2px #FF8000 solid;
	font-weight: 700;
}
.btn--primary:hover{
    color:#FF8000 !important;
    border:2px #FF8000 solid;
    background-color: #002E6E;
}

.testimonials_2{
    width: 100%;
    height: auto;
    overflow:hidden;
    position:relative;
    margin:0;
    padding:80px 0 120px 0;
    background-color: #24394c;
}
.textCenter {
    text-align: center;
}
.textLeft {
    text-align: left;
}
.textWhite {
    color: #fff;
}
.textBigWhite {
    font-size: 1.5em;
    font-weight: 600;
    /*color: #fff;*/
}

.svg-internal-padding {
    padding: 0px 50px;
}

.textBigWhite p {
    margin-left: 20px;
}

.flexCol {
    display: flex;
    flex-flow: column wrap;
}
.flexRow {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.primary-title-emphasis {
    color: #FF8000;
}
.secondary-title-emphasis {
    color: #FF8000;
    font-weight: 600;
}
.secondary-title2-emphasis {
    color: #24394c;
    font-weight: 600;
}

.mar-top {
    margin-top: 10px;
}
/*.mar-top2 {
    margin-top: 30px;
}*/
.mar-bottom {
    margin-bottom: 50px;
}

.grid__list2 li{
    background:url(images/checked2.png) no-repeat 0 50% !important;
    font-size:18px;
    padding:10px 0 10px 40px;
}

.paddingBottom {
    padding-bottom: 50px;
}
.paddingTop {
    padding-top: 50px;
}

svg.svg-top {
    width: 100%;
    z-index: 1;
    max-height: 30px;
}
svg.svg-top polygon {
    width: 100%;
}
svg.svg-bottom {
    width: 100%;
    z-index:-1;
    max-height: 30px;
}

.section__title h2 {
    text-align: center;
}

/* representation.html */
.section--introRep{
    width:100%;
    background-color:#fff;
    -webkit-background-size: 100%; 
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; 
    background-size: cover;
    background-position:center center;
    position:relative;
    overflow:hidden;
}
.section__content--introRep{
    height:100%;
}

.section--featuresRep {
    position: relative;
}

#featuresRep .section__content--padding {
    padding: 40px 0px;
}
#support,
#testimonials {
    margin-top: 20px;
}

.introRep{
    width:100%;
    /*height: 95%;*/
    margin-top: 20px;
}
.introRep__content{
    width:100%;
    text-align:center;
    bottom:15%;
    left:0;
    z-index:222;
}
.introRep__title{
    padding:0 0 30px 0;
    color:#231f20;
    font-size: 3em;
    font-weight: 700;
}
.introRep__title span{
    font-weight:700;
}
.introRep__subtitle{
    padding:0 0 40px 0;
    font-size: 1.6em;
    color:#231f20;
    letter-spacing:1px;
}
.introRep__description{
    padding:0 0 40px 0;
    font-size:20px;
}
.introRep__description span{
    font-weight:700;
    color:#313ee7;
}
.introRep__buttons{
    padding:20px 0 0 0;
}
.introRep__buttons--centered{
    width:100%;
    clear:both;
    text-align:center;
}
svg.svg-introRep-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    z-index:555;
}

.section--featuresRep{
    background-color: #24394c;
    color:#fff;
    position:relative;
    margin-bottom: 80px;
    margin-top: -1px;
}
.section__title--featuresRep{
    color:#fff;
}
.section__title--featuresRep:after {
    content:'';
    position:absolute;
    left:0;right:0;
    top:80%;
    margin:auto;
    width:50px;
    height:1px;
    background:#fff;
    opacity:.5;
}
.section__description--featuresRep{
    color:#fff;	
}
svg.svg-featuresRep-bottom {
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 100px;
    z-index:555;
}
.section--featuresRep h3{
    color:#fff;
}
.grid--featuresRep .grid__item{
    margin-right:80px;
    margin-bottom:80px;
    /* full width - space between cols * nr of inner spaces / number of cols */
    width: calc((100% - 80px * 2) / 3);
}
.grid--featuresRep .grid__item:hover .grid__title:after{
    width:100%;
    opacity:1;
}
.grid--featuresRep .grid__title{
    font-size:24px;
    font-weight:700;
    padding:10px 0 40px 0;
    margin:0px;
    position:relative;
}
.grid--featuresRep .grid__title:after {
    content:'';
    position:absolute;
    left:0;
    top:75%;
    margin:0;
    width:40px;
    height:1px;
    background:#fff;
    opacity:.5;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

/* cloudApps.html */
.section--introCloud{
    width:100%;
    background-color:#fff;
    -webkit-background-size: 100%; 
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; 
    background-size: cover;
    background-position:center center;
    position:relative;
    overflow:hidden;
}
.section__content--introCloud{
    height:100%;
}

#featuresRep .section__content--padding {
    padding: 40px 0px;
}

.introCloud{
    width:100%;
    /*    height: 95%;*/
    margin-top: 20px;
}
.introCloud__content{
    width:100%;
    text-align:center;
    z-index:222;
}
.introCloud__title{
    padding:0 0 30px 0;
    color:#231f20;
    font-size: 3em;
    font-weight: 700;
}
.introCloud__title span{
    font-weight:700;
}
.introCloud__subtitle{
    padding:0 0 40px 0;
    font-size: 1.6em;
    color:#231f20;
    letter-spacing:1px;
}
.introCloud__description{
    padding:0 0 40px 0;
    font-size:20px;
}
.introCloud__description span{
    font-weight:700;
    color:#313ee7;
}
.introCloud__buttons{
    padding:20px 0 0 0;
}
.introCloud__buttons--centered{
    width:100%;
    clear:both;
    text-align:center;
}
svg.svg-introCloud-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    z-index:555;
}

.section--featuresCloud{
    background-color: #24394c;
    color:#fff;
    position:relative;
    margin-bottom: 80px;

}
.section__title--featuresCloud{
    color:#fff;
}
.section__title--featuresCloud:after {
    content:'';
    position:absolute;
    left:0;right:0;
    top:80%;
    margin:auto;
    width:50px;
    height:1px;
    background:#fff;
    opacity:.5;
}
.section__description--featuresCloud{
    color:#fff;	
}
svg.svg-featuresCloud-bottom {
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 100px;
    z-index:755;
}
.section--featuresCloud h3{
    color:#fff;
}
.grid--featuresCloud .grid__item{
    margin-right:80px;
    margin-bottom:80px;
    /* full width - space between cols * nr of inner spaces / number of cols */
    width: calc((100% - 80px * 2) / 3);
}
.grid--featuresCloud .grid__item:hover .grid__title:after{
    width:100%;
    opacity:1;
}
.grid--featuresCloud .grid__title{
    font-size:24px;
    font-weight:700;
    padding:10px 0 40px 0;
    margin:0px;
    position:relative;
}
.grid--featuresCloud .grid__title:after {
    content:'';
    position:absolute;
    left:0;
    top:75%;
    margin:0;
    width:40px;
    height:1px;
    background:#fff;
    opacity:.5;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.section--featuresMobile{
    background-color: #FF8000;
    /*color:#fff;*/
    position:relative;
    margin-bottom: 80px;
}
.section--featuresMobile p {
    /*color: #fff;*/
    font-weight: 700;
}

.flexRowFold {
    align-items: flex-start;
}
.flexColFold {
    align-items: flex-start;
}

.hvr-skew-forward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
.hvr-skew-forward:hover, .hvr-skew-forward:focus, .hvr-skew-forward:active {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
}

.lang-select {
    float: right;
    order: 2;
}

.lang-select select {
    background-color: #fff;
    padding: 15px;
    color: #002E6E;
    font-weight: 600;
    border: none;
}
.lang-select select option {
    background: #fff;
    color: #002E6E;
    font-weight: 600;
}

.header--sticky .lang-select {
	color: #fff;
}

/*===============================================*/
/*  7.10 CUSTOM SECTION - CONTACT	 			 */
/*===============================================*/
.section--contact{
    background-color: #fff;
    padding-bottom:100px;
}
.grid--contact {
    background-color: #24394c;
}
.grid--contact .grid__item{
    width: 100%;
    padding:0px;
    background:none;
}

#contact {
    padding-bottom: 0px !important;
}

/*  CONTACT	FORM */
/*----------------------------------------------*/
/*  CONTACT	FORM */
/*----------------------------------------------*/

.grid__item--form{
    background-color:#fff;
}
.grid__form{
    width: 80%;
    height: 100%;
    margin: 0 auto;
    position:relative;
}
.svg-form-left{
    height:100%;
    width:15%;
    position:absolute;
    left:0px;
    top:0px;
    z-index:222;
}
.form__container{
    width:100%;
    padding:20px 0 40px 0;
    float:left;
    clear:both;
}
.form__row {
    width:100%;
    position:relative;
}
.form__input {
    width: 100%;
    height:25px;
    background:none;
    border:none;
    border-bottom:1px #fff solid;
    padding:10px 0;
    font-size: 1.4em;
    color: #FF8000;
}
.form__label {
    width: 100%;
    display: block;
    color: #fff;
    padding: 20px 0 0 0;
    text-align: left;
    font-size: 1.4em;
    font-style: italic;
}
.form__row-border{
    position:absolute;
    bottom:0px;
    left:0px;
    width:0px;
    height: 3px;
    z-index:22;
    background-color: #FF8000;
    -webkit-transition:all 0.3s 0.12s;
    transition: all 0.3s 0.12s;
}
.form__textarea {
    width:100%;
    height:50px;
    background:none;
    border:none;
    border-bottom:1px #fff solid;
    color: #FF8000;
    padding:10px 0;
    font-size: 1.4em;
    font-weight: 500;
    font-family: 'Source Sans Pro', sans-serif;
    resize: vertical;
}
.form__select {
    width:100%;
    height:25px;
    padding:10px 0;
    display:block;
    border-bottom:2px #fff solid;
    background:url(images/drop-down.png) no-repeat 98% 50%;
}
select.select__field{
    width:100%;
    height:30px;
    font-weight: 300;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    line-height:30px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form__input:focus + .form__row-border, .form__textarea:focus + .form__row-border, .select__field:focus + .form__row-border{
    width:100%;
}
.form__checkbox{
    width:100%;
    padding:10px 0 0 0;
}
.form__checkbox{text-align:left;line-height:14px; clear:both;}
.form__checkbox label {	cursor: pointer; color:#002E6E;}
.form__checkbox input[type="checkbox"] {display: none;}
.form__checkbox input[type="checkbox"] + label:before{
    border:none;
    content: "\00a0";
    display: inline-block;
    font-size: 18px;
    font-weight:900;
    width:18px;
    height:18px;
    border-radius:2px;
    -webkit-border-radius:2px;
    -khtml-border-radius:2px;
    margin:0 10px 0 0;
    line-height:18px;
    vertical-align: center;
    border:none;
    background-color:#fff;
}
.form__checkbox input[type="checkbox"]:checked + label:before {color: #fff;content: "\2713";border:none;	text-align: center;background-color:#313ee7; }
.form__checkbox input[type="checkbox"]:checked + label:after {font-weight: bold;}
.form__checkbox input[type="checkbox"] + label:before, input[type="checkbox"]:checked + label:before{background-color:#a8a8a8;}
.form__radio{
    width:100%;
    padding:10px 0 0 0;
}
.form__radio{text-align:left;line-height:14px; clear:both;}
.form__radio label {	cursor: pointer; color:#002E6E;}
.form__radio input[type="radio"] {display: none;}
.form__radio input[type="radio"] + label:before{
    border:none;
    content: "\00a0";
    display: inline-block;
    font-size: 18px;
    font-weight:900;
    width:18px;
    height:18px;
    border-radius:9px;
    -webkit-border-radius:9px;
    -khtml-border-radius:9px;
    margin:0 10px 0 0;
    line-height:18px;
    vertical-align: center;
    border:none;
    background-color:#a8a8a8;
}
.form__radio input[type="radio"]:checked + label:before {color: #fff;content: "\2713";border:none;	text-align: center;background-color:#313ee7; }
.form__radio input[type="radio"]:checked + label:after {font-weight: bold;}
.form__radio input[type="radio"] + label:before, input[type="radio"]:checked + label:before{background-color:#a8a8a8;}

.form__switcher{
    width:100%;
    clear:both;
    padding:10px 0 0 0;
}
.switch__label {
    position: relative;
    display: block;
    vertical-align: top;
    width: 80px;
    height: 30px;
    padding: 0;
    background-image: none;
    margin:0;
    border-radius: 18px;
    cursor: pointer;
}
.switch__input {
    width: 80px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.switch__data {
    position: relative;
    display: block;
    height: inherit;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: inherit;
    border: solid 2px #fff;
    box-shadow: none;
    color: #fff;
}
.switch__data:before, .switch__data:after {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}
.switch__data:before {
    content: attr(data-off);
    right: 11px;
}
.switch__data:after {
    content: attr(data-on);
    left: 11px;
    color: #24394c;
    opacity: 0;
}
.switch__input:checked ~ .switch__data {	
    border-color: #24394c;
}
.switch__input:checked ~ .switch__data:before {
    opacity: 0;
}
.switch__input:checked ~ .switch__data:after {
    opacity: 1;
}
.switch__handle {
    position: absolute;
    border-radius: 100%;	
    top: 6px;
    left: 8px;
    background: #a8a8a8;
    width: 22px;
    height: 22px;
    box-shadow: none;	
}
.switch__handle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: #eceeef;
}
.switch__input:checked ~ .switch__handle {
    left: 52px;
    background: #24394c;
    box-shadow: none;
}
.switch__data, .switch__handle {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.form__file {
    width:100%;
    clear:both;
    padding:10px 0 0 0;
}
.form__file input[type="file"] {
    display: none;
}
.form__file .file__label {
    display: inline-block;
    border: none;
    background-image: url(images/upload_file.png);
    background-color: #a8a8a8;
    background-repeat: no-repeat;
    background-position: 85% 50%;
    padding:12px 50px 12px 30px; 
    vertical-align: middle;
    line-height: normal;
    text-align: center;
    margin: 0px;
    font-size: 14px;
    width: auto;
    color:#fff;
    font-weight: 400;
    -webkit-appearance: none;
    -webkit-border-radius: 25px; 
    -moz-border-radius: 25px; 
    border-radius: 25px; 
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.form__file .file__label:hover {
    cursor: pointer;
    background-color: #fff;
}
.form__submit{
    clear:both;
    float:left;
    margin:40px 0 0 0;
    cursor:pointer;
}

.itWidth-col {
    margin: 0 auto !important;
}

.menu_itlab {
    float: right;
}

.error {
    color: #FF8000;
    font-weight: 600;
}

address {
	font-family: inherit;
	font-style: inherit;
}

.symbol {
    font-size: 0.9em;
    border-radius: 1em;
    padding: .1em .6em .1em .6em;
    font-weight: bolder;
    color: white;
    background-color: #3229CF;
    margin-right: 10px;
}

.icon-info { background-color: #3229CF; }
.icon-error { background: #e64943; font-family: Consolas; }
.icon-tick { background: #13c823; }
.icon-excl { background: #ffd54b; color: black; }
.icon-info:before { content: 'i'; margin: 0 auto;}
.icon-error:before { content: 'x'; margin: 0 auto;}
.icon-tick:before { content: '\002713'; margin: 0 auto;}
.icon-excl:before { content: '!'; margin: 0 auto;}

.notify {
    background-color:#e3f7fc; 
    color:#555; 
    border:.2em solid;
    border-color: #8ed9f6;
    border-radius:10px;
    font-size:1.1em;
    padding:10px 10px 10px 10px;
    cursor: default;
    margin-top: 35px;
}

.notify-yellow { background: #fff8c4; border-color: #FF8000; }
.notify-red { background: #ffecec; border-color: #fad9d7; }
.notify-green { background: #e9ffd9; border-color: #FF8000; }

.cookies {
    border: #24394c 4px solid;
    padding: 10px;
    vertical-align: middle;
    justify-content: space-evenly;
}
.cookies--btn {
    font-size: 0.8em;
    margin: 20px 0px;
}
.cookies--btn:hover {
    background-color: #FF8000;
    border-color: #FF8000;
}
.cookie-info-txt {
    align-self: center;
    color: #1d1d1d;
}
@media screen and (max-width: 680px){
    .cookie-info-txt {
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 1852px){
    .cookie-info-txt {
        margin-right: 20px;
    }
}

#cookie_banner {
    background: #002E6E;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 90000;
    border-top: 4px solid #FF8000;
    opacity: 0.8;
    display: none;
}
#cookie_banner_container {
    margin: 0 auto;
    padding: 18px 55px 20px 15px;
    float: left;
}
#cookie_banner_container a {
    color: #fff;
}
#cookie_banner_container a:hover {
    text-decoration: underline;
}
span#cookie_banner_close {
    border-radius: 50%;
    box-sizing: content-box;
    color: #141414;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    text-indent: 100%;
    white-space: nowrap;
    background: #FF8000;
    height: 24px;
    position: absolute;
    right: 15px;
    text-decoration: none;
    top: calc(50% - 12px);
    width: 24px;
}
#cookie_banner_close:before {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: 600;
    line-height: 1;
    text-indent: 0;
    text-transform: none;
    content: "x";
    color: #fff;
    margin-top: -2px;
}
#cookie_banner_close:after {
    border-radius: 50%;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}



/*===============================================*/
/* 9. MEDIA QUERIES   			 */
/*===============================================*/

@media all and (max-width: 1000px) {
    .intro-animation {
        top: 60% !important;
    }
}


/*===============================================*/
/* Laptops max 1400 px		 */
/*===============================================*/
@media screen and (max-width: 1400px) {
    .header__content--fix-width, .section__content--fix-width, .footer__content--fix-width, .header__content--fluid-width, .section__content--fluid-width, .footer__content--fluid-width{
        width:96%;
        padding-left:2%;
        padding-right:2%;
    }
    .menu-button {
        right:2%;
    }
    .intro{
        width:50%;
    }
    .modal__wrapper {
        top: 18%;
        width: 70%;
        margin-left: -35%;
    }
    .modal__wrapper--image {
        top: 5%;
        left: 20%;
        width: 80%;
        bottom:5%;
        margin-left: -10%;
    }
    .pricing{
        width:90%;
    }


}

@media (min-width: 1025px) {
    .section--introRep {
        margin-top: 50px;
    }
    .section--introCloud {
        margin-top: 50px;
    }
    .header--sticky .header__menu > ul > li > a {
	color: #fff;
    }
}
/*===============================================*/
/*Tablets and Mobile - Portrait - max 1024 px */
/*===============================================*/

@media screen and (max-width: 1024px) {
    body{
        font-size:14px;
    }
    p{
        line-height:22px;
    }

    .grid__image a img{
        display: none;
    }
    
    .mobile-container {
        margin: 60px 0px 0px 0px;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }
    .mobile-container2 {
        /*margin-top: 5%;*/
    }
    .svg-bottom-move {
        bottom: 30%;
    }

    .section__title--centered:after {
        display: none;
    }

    .itSolutions-padding {
        padding-left: 60px;
    }

    .flexRowFold {
        flex-wrap: wrap;
    }
    .flexColFold {
        flex-flow: column wrap;
        margin-top: 20px;
    }

    .grid__item_2 {
        width: 90% !important;
        margin: 0 auto 20px auto !important;
    }

    .grid--featuresRep .grid__item {
        padding-right: 20px;
    }
    .introRep__subtitle {
        width: 80%;
        margin: 0 auto;
    }

    .menu-button {
        top:20px;
    }
    /*  MENU 	 */
    /*---------------*/
    .menu-open{
        height:100% !important;
        overflow-y: scroll;
        background-color:#fff;
        display: table;
        padding-top: 50px;
        -webkit-transition: display 5s, height 1s, overflow-y 5s, padding-top 1s ease-out;
        -moz-transition: display 5s, height 1s, overflow-y 5s, padding-top 1s ease-out;
        -o-transition: display 5s, height 1s, overflow-y 5s, padding-top 1s ease-out;
        transition: display 5s, height 1s, overflow-y 5s, padding-top 1s ease-out;
    }


    .lang-select {
        display: none;
    }
    .header__menu {
        width: 100%;
        height:100%;
        float:left;
        clear:both;
    }
    .header__menu ul {
        width: 95vw;
        display: none;
        text-align:left;
        background-color:#fff;
        color: #002E6E;

    }
    .header__menu ul li {
        width: 100%;
    }
    .header__menu ul li,  .header__menu ul ul li a,  .header__menu ul ul ul li a,  .header__menu ul ul ul li:last-child a {
        border-bottom:1px #ebeced solid;
    }
    .header__menu ul li a {
        width: 100%;
        font-size: 1.3em;
        font-weight: 600;
        line-height:40px; 
        height:auto;
        margin:0px;
        padding: 0 35px;
        color:#002E6E;
    }
    .header__menu > ul > li {
        float: none;

    }
    .header__menu ul ul li a {
        margin:0 0 0 0;
        padding:0px 0px 0 15%;
        width:100%;
        height:auto;
        background-color: #fff;
        color: #24394c;
        font-weight: 500;
    }
    .header__menu > ul > li.header__btn--signup > a {
        width:80%;
        height:35px;
        line-height:35px;
        padding:0 5%; 
        margin:5px 0 5px 10%;
        text-align:center;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }
    .header__menu > ul > li.header__btn--login > a {
        width:80%;
        height:35px;
        line-height:35px;
        padding:0 5%; 
        margin:5px 0 5px 10%;
        text-align:center;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }
    .header__menu ul ul li:first-child a {
        border-top:1px #ebeced solid;
    }
    .header__menu ul ul li:last-child a {
        border-bottom:none;
    }
    .header__menu ul ul ul li a {
        margin:0 0 0 0;
        padding:0 0px 10px 0;

    }
    .header__menu ul ul,  .header__menu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        padding:0;
        top:0;
        border-top:none;
        -webkit-box-shadow: none; 
        -moz-box-shadow:    none; 
        box-shadow:         none;
        -webkit-border-radius: 0px; 
        -moz-border-radius: 0px; 
        border-radius: 0px;  
        background:none;
        transition: none;
        visibility:visible;
        opacity: 1;
    }
    .header__menu ul ul.submenu-header-sticky{
        background-color:#fff; 
        -webkit-box-shadow: none; 
        -moz-box-shadow:    none; 
        box-shadow:         none;
    }
    .header__menu ul ul li,  .header__menu ul ul ul li{
        border-bottom:none; 
    }
    .header__menu li:hover > ul {  
        transition: none;visibility:visible;top:auto;}

    .menu-button {
        display: block;
    }

    .header__menu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        height: 38px;
        width: 50px;
        cursor: pointer;
        border-left: 1px solid #ebeced;
        background-color:#fff;
    }
    .header__menu ul ul .submenu-button {
        height: 35px;
        width: 35px;
    }
    .header__menu .submenu-button:after {
        content: '';
        position: absolute;
        top: 17px;
        left: 17px;
        display: block;
        width: 0;
        padding: 0;
        border: 5px solid transparent;
        border-top-color: #002E6E;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }
    .header__menu ul ul .submenu-button:after {
        border-width: 4px;
        left: 14px;
        top: 12px;
    }
    .header__menu .submenu-button.submenu-opened:after {
        top: 12px;
        border-top-color: transparent;
        border-bottom-color: #FF8000;
    }
    .header__menu ul ul .submenu-button.submenu-opened:after {
        top: 10px;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }


    /*       SECTION 	   */
    /*=====================*/
    .section--page-top{
        padding-top:40px;
    }
    .section--page-bottom{
        padding-bottom:40px;
    }
    .section__content--padding{
        padding:50px 0;
    }
    .section__title{
        font-size:28px;
    }
    .section__description{
        font-size: 1.2em;
        line-height:26px;
    }
    .section__description--centered{
        width:80%;
        padding:0 0 40px 0;
    }

    /*       GRID 	   */
    /*=====================*/

    .grid--2col .grid__item, .grid--3col .grid__item, .grid--4col .grid__item, .grid--5col .grid__item, .grid--6col .grid__item
    {
        margin-right:0px;
        margin-bottom:40px;
        width:100%; 
    }
    .grid--3col .grid__item--x2, .grid--4col .grid__item--x3, .grid--5col .grid__item--x2,  .grid--5col .grid__item--x3,  .grid--5col .grid__item--x4,  .grid--6col .grid__item--x2,  .grid--6col .grid__item--x3, .grid--6col .grid__item--x4, .grid--6col .grid__item--x5 {
        width: 100%;
    }
    .grid--2col .grid__item--padding, .grid--3col .grid__item.grid__item--padding,  .grid--3col .grid__item--x2.grid__item--padding, .grid--4col .grid__item.grid__item--padding, .grid--4col .grid__item--x3.grid__item--padding, .grid--5col .grid__item.grid__item--padding,  .grid--5col .grid__item--x2.grid__item--padding,  .grid--5col .grid__item--x3.grid__item--padding,  .grid--5col .grid__item--x4.grid__item--padding, .grid--6col .grid__item.grid__item--padding,  .grid--6col .grid__item--x2.grid__item--padding,  .grid--6col .grid__item--x3.grid__item--padding,  .grid--6col .grid__item--x4.grid__item--padding,  .grid--6col .grid__item--x5.grid__item--padding{
        width: calc(100% - 20px * 2);
        padding:20px;
    }
    .grid__title{
        font-size:18px;
    }
    .grid__text {
        padding-bottom:20px;
        line-height:22px;
    }

    /*       FOOTER 	   */
    /*=====================*/
    .footer__content{
        padding-top:50px;
    }
    ul.grid__list--fmenu li {
        display:block;
        float:left;
        margin:0 20px 10px 0;
    }

    /*  INTRO 	 */
    /*---------------*/
    .intro{
        width:100%;
        padding:20% 0 0 0;
    }
    .intro__title{
        padding:0 0 40px 0;
        font-size:80px;
        line-height:88px;
        text-align:center;
    }
    .intro__subtitle{
        font-size:28px;
        line-height:32px;
        padding:0 15% 20px 15%;
        text-align:center;
    }
    .intro__description{
        font-size:20px;
        padding:0 0 40px 0;
        text-align:center;
    }
    .intro__buttons--left{
        text-align:center;
    }
    .intro__buttons{
        padding:40px 0 40px 0;
    }

    .intro-animation{
        width: 100%;
        top: 45%;
        display: block;
        z-index:222;
    }
    .intro-animation img{
        max-width: 80%;
        padding-top: 10px;
    }
    svg.svg-intro-bottom {
        height: 20%;
    }
    /*  ABOUT 	 */
    /*---------------*/
    .section__content--about{
        padding:30px 0;
    }
    .grid--about .grid__item{
        margin-bottom:30px;
    }
    .grid--about .grid__title{
        font-size:28px;
        line-height:36px;
    }
    .grid--about .grid__text{
        font-size:16px;
        line-height:24px;
    }

    /*  FEATURES 	 */
    /*---------------*/
    .section__content--features{
        padding: 170px 0 20px 0;
    }
    .section--features{
        padding:0 0 40px 0;
    }
    svg.svg-features-bottom {
        height: 40px;
    }



    /*  PRICING 	 */
    /*---------------*/
    svg.svg-pricing-top {
        height: 20px;
    }
    svg.svg-pricing-bottom {
        height: 20px;
    }
    .pricing__switcher{
        width:260px;
        margin:0 auto 40px auto;
    }
    .pricing__plan{       
        width: 100%;  
        padding:20px 0;	
        margin:0 0 10px 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        -moz-box-shadow: none;
    }
    .pricing__plan--popular {
        z-index: 2;
        top: 0px;
        padding:20px 0;
        -moz-box-shadow: 10px 0 15px -10px rgba(0, 0, 0, .45), -10px 0 15px -10px rgba(0, 0, 0, .45);
        -webkit-box-shadow: 10px 0 15px -10px rgba(0, 0, 0, .45), -10px 0 15px -10px rgba(0, 0, 0, .45);
        box-shadow: 10px 0 15px -10px rgba(0, 0, 0, .45), -10px 0 15px -10px rgba(0, 0, 0, .45);    
    }
    /*  TESTIMONIALS 	 */
    /*---------------*/
    .testimonials{
        margin:0;
        padding:40px 0 80px 0; 
    }
    .svg-testimonials-top{
        height:10px;
    }
    .svg-testimonials-bottom{
        height:40px;
    }
    .testimonials__text p{
        padding:0 0 20px 0;
        font-size:14px;
        line-height:22px;
    }
    .testimonials__source{
        font-weight:700;
        font-size:12px;
    }
    .testimonials__source a{
        padding:0 5px;
    }
    /*  CONTACT 	 */
    /*---------------*/
    .grid--contact{
        display:block;
    }
    .grid--contact .grid__item, .grid--6col .grid__item{
        margin-bottom:0px !important;
    }
    .grid__form{
        width:90%;
        padding:0 5%;
        position:relative;
    }
    .form__submit{
        margin:40px 0 0 0;
    }
    .svg-form-left{
        display:none;
    }
    /*  CTA 	 */
    /*---------------*/
    .section--cta{
        padding:20px 0;
    }

    /*  Modal	 */
    /*---------------*/
    .modal__wrapper {
        top: 5%;
        width: 90%;
        margin-left: -45%;
    }
    .modal__wrapper--image {
        top: 10%;
        left: 14%;
        width: 86%;
        bottom:auto;
        margin-left: -7%;
    }
    .modal__content.modal__content--visible{
        display: block;
    }
    .modal__info{
        display:none;
    }
    .modal__form{
        width:90%;
        height:100%;
        display:block;
        padding:20px 5%;
    }
    .modal__content--login, .modal__content--forgot, .modal__content--signup{
        background-color:#fff;
    }
    .modal__image{
        height:auto;
    }
    .modal__image img{
        max-width:100%;
        max-height:auto;
    }
    .grid--support{
        display: block;
        background-color:#FF8000;
    }
    .grid--support .grid__item.grid__item--padding{
        background:none;
        width: 90%;
        padding:5%;
    }
    .svg-support-bottom{
        display:none;
    }

    .grid--features .grid__item{
        margin-right:0px;
        margin-bottom:20px; 
        width: 90%;
        padding:5%;
    }

    .testimonials__content .grid--5col .grid__item .grid__item--x2 {
        margin-top: 0px;
        margin-bottom: 0px !important;
        padding-top: 0px;
        padding-bottom: 0px;
    }

}

/*===============================================*/
/* Tablets Landscape */
/*===============================================*/
@media screen and (max-width: 1024px) and (orientation: landscape)  {
    /*  INTRO 	 */
    /*---------------*/
    .intro{
        padding:12% 0 0 0;
    }
    .intro__title{
        font-size:50px;
        line-height:58px;
    }
    .intro__subtitle{
        font-size: 1.4em;
        line-height:24px;
        padding:0 5% 20px 5%;
    }
    .intro__buttons--left {
        display: none;
    }

    .testimonials__content .grid--5col .grid__item .grid__item--x2 {
        margin-top: 0px;
        margin-bottom: 0px !important;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    
    .header--sticky .header__menu > ul > li > a {
	color: #002E6E !important;
    }
}

/*===============================================*/
/* Mobile  800	  					 */
/*===============================================*/
@media screen and (max-width: 800px) {
    .header__content--fix-width, .section__content--fix-width, .footer__content--fix-width, .header__content--fluid-width, .section__content--fluid-width, .footer__content--fluid-width{
        width:94%;
        padding-left: 4%;
        padding-right:2%;
    }
    .header {
        height: 90px;
    }
    .header__content{
        height: 100px;
    }
    .menu-button {
        right: 4%;
        top: 30%;
    }
    .intro{
        padding:25% 0 0 0;
    }
    .intro-animation{
        top: 45%;
    }

    .header__logo-title{
        font-size:20px;
        padding: 20px 0px;
    }
    .intro__title{
        font-size:60px;
        line-height:68px;
    }
    .intro__subtitle{
        font-size:22px;
        padding:0 15% 20px 15%;
        line-height:28px;
    }
    .intro__description{
        font-size:16px;
        padding:0 0 20px 0;
    }
    .svg-internal-padding {
        flex-flow: row wrap;
    }

    .testimonials__content .grid--5col .grid__item .grid__item--x2 {
        margin-top: 0px;
        margin-bottom: 0px !important;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .logo_itlab {
        margin-top: -5px;
        max-height: 50px;
    }
}
/*===============================================*/
/* Mobile Landscape max  800  					 */
/*===============================================*/
@media screen and (max-width: 800px) and (orientation: landscape) {
    .intro{
        padding:10% 0 0 0;
    }
    .intro__title{
        font-size: 2.2em;
        line-height:1.6em;
        padding:0 0 10px 0;
    }
    .intro__subtitle{
        font-size: 1.2em;
        padding:0 5% 10px 5%;
        line-height:22px;
    }
    .intro__description{
        font-size:12px;
        padding:0;
    }
    .intro__buttons--left {
        display: none;
    }

    .flexCol .textLeft {
        margin-left: 0px !important;
        order: 1;
    }
    .flexCol img {
        margin-top: 20px;
        width: auto;
        order: 2;
    }
    .grid--about .grid__list {
        padding-top: 0px;
    }

    .testimonials__content .grid--5col .grid__item .grid__item--x2 {
        margin-top: 0px;
        margin-bottom: 0px !important;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .grid__item_2 {
        width: 80% !important;
        margin: 0 auto 20px auto !important;
    }

    .logo_itlab {
        margin-top: -5px;
        max-height: 50px;
    }
}
/*===============================================*/
/* Smaller Mobile  680	  					 */
/*===============================================*/
@media screen and (max-width: 680px) {
    .intro__title{
        font-size: 2em;
        line-height:1.2em;
        padding:0 0 20px 0;
    }
    .intro__subtitle{
        font-size: 1.4em;
        padding:0 5% 10px 5%;
        line-height: 1.4em;
    }
    .intro__description{
        font-size:12px;
        padding:0;
    }
    .introCloud__title {
        font-size: 2em;
    }
    .testimonials__content .flexRow .textBigWhite {
        font-size: 1.1em;
    }
    .btn{
        padding:8px 15px;
        margin:0 5px;	
    }
    .btn--play{
        padding-right:40px; 
    }
    .intro__buttons--left {
        display: none;
    }

    .flexCol .textLeft {
        margin-left: 0px !important;
        order: 1;
    }
    .flexCol img {
        margin-top: 20px;
        width: 100%;
        order: 2;
    }
    .grid--about .grid__list {
        padding-top: 0px;
    }

    .testimonials__content .grid--5col .grid__item .grid__item--x2 {
        margin-top: 0px;
        margin-bottom: 0px !important;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .grid__item_2 {
        width: 80% !important;
        margin: 0 auto 20px auto !important;
    }

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

    .logo_itlab {
        margin-top: -5px;
        max-height: 50px;
    }
}
/*===============================================*/
/* Smaller Mobile Portrait max  680	  					 */
/*===============================================*/
@media screen and (max-width: 680px) and (orientation: landscape){
    .intro{
        padding:10% 0 0 0;
    }
    .intro__title{
        font-size:2em;
        line-height:1.2em;
        padding:0 0 5px 0;
    }
    .intro__subtitle{
        font-size: 1.4em;
        padding:0 2% 5px 2%;
        line-height:1.4em;
    }
    .flexCol .textLeft {
        margin-left: 0px !important;
        order: 1;
    }
    .flexCol img {
        margin-top: 20px;
        width: auto;
        order: 2;
    }
    .grid--about .grid__list {
        padding-top: 0px;
    }

    .testimonials__content .grid--5col .grid__item .grid__item--x2 {
        margin-top: 0px;
        margin-bottom: 0px !important;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .grid__item_2 {
        width: 80% !important;
        margin: 0 auto 20px auto !important;
    }

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

    .logo_itlab {
        margin-top: -5px;
        max-height: 50px;
    }
}

.grid__icon img {
    max-height: 50px;
}
#choose_site_lang {
    margin-left: 2em;
    min-height: 27px;
    min-width: 40px;
    background-color: transparent;
    border: none;
}
.lang-select {
    display: block;
    position: relative !important;
    margin-top: 2em;
    right: 3%!important;
}
