@import url('./reset.css');
@import url('./grid.css');
@import url('../js/slick/slick.css');


.wrap {
    max-width: 1200px;
    margin: 0 auto;
}
.wrap-smaller {
    max-width: 700px;
    margin: 0 auto;
}
.wrap-small {
    max-width: 610px;
    margin: 0 auto;
}
.top-menu {
    float: left;
    width: 100%;
    padding: 18px 0;
    border-bottom: 1px solid #cfcfcf;
    position: fixed;
    background-color: #fff;
    top: 0;
    z-index: 9999;
    -webkit-transition: all 200ms ease-out 0s;
    -moz-transition: all 200ms ease-out 0s;
    -o-transition: all 200ms ease-out 0s;
    transition: all 200ms ease-out 0s;
}
.top-menu.scrolled {
    padding: 5px 0 0;
}
.toggle-sub:hover .drop-sub {
    display: block;
}

.drop-sub {
    display: none;
    position: absolute;
    background-color: transparent;
    width: 200px;
    top: 40px;
    padding-top: 30px;
}
.drop-sub:before {
    position: absolute;
    top: 5px;
    z-index: 9999;
    left: 5px;
    content: url(../img/menu.png);
}
.drop-sub li {
    width: 100%;
    background-color: #fff;
    margin: 3px 0;
}
.top-menu.scrolled .drop-sub {
    top: 27px;
}
.main-menu .drop-sub li:hover {
    background-color: #25b3d5;
}
.main-menu .drop-sub li:hover a{
    color: #fff!important;
    opacity: 1;
}
.main-menu .drop-sub li a{
    padding: 10px 20px!important;
}

.main-menu .drop-sub li:last-child a {
    color: inherit;
}
.main-menu {
    float: right;
}
.main-menu li {
    float: left;
}
.main-menu li a {
    text-transform: uppercase;
    padding: 15px 25px 17px;
    color: #676767;
    font-size: 116.6666666666667%;
    font-weight: 600;
    display: inline-block;
    line-height: 100%;
}
.login-link {
    color: #22b573;
    padding: 15px 0 17px 25px;
}
.main-menu li a.active {
    color: #2ab5d6;
}
#slider {
    margin-top: 80px;
}
.slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    min-height: 600px;
}
.slide1 {
    background-image: url('../img/slide1.jpg');
}
.slide2 {
    background-image: url('../img/slide2.jpg');
}
.slide3 {
    background-image: url('../img/slide3.jpg');
}
.main-slider {
    position: relative;
}
.main-title {
    position: absolute;
    left: 19%;
    top: 30%;
    color: #fff;
}
.main-title h1 {
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: -4px;
}
.main-title h4 {
    font-weight: 400;
}
.main-title h4 span {
    color: #2ab5d6;
}
.scroll-down {
    position: absolute;
    bottom: 0;
    left: 50%;
    color: #fff;
    font-weight: 600;
    font-size: 150%;
    text-transform: uppercase;
    max-width: 400px;
    width: 100%;
    margin-left: -200px;
    -moz-border-radius: 50px 50px 0 0;
    -webkit-border-radius: 50px 50px 0 0;
    border-radius: 50px 50px 0 0; /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: rgba(0,0,0,.5); /* layer fill content */
    text-align: center;
    line-height: 50px;
}
.main-slider label.scroll img {
    margin: 0 0 0 20px;
    display: inline-block;
}
section {
    width: 100%;
    float: left;
    padding: 80px 0;
}
section h2 {
    margin: 20px 0;
}
.about p {
    font-size: 133.3333%;
    line-height: 150%;
}
.holder {
    margin-top: 50px;
    padding: 0 15px;
}
.holder p {
    font-size: 116.6666666666667%;
    line-height: 171.4285714285714%;
    margin: 0 0 30px;
}
.holder h4 {
    margin: 40px 0;
    color: #2ab5d6;
}
.btn-blue, .btn-white, .btn-green {
    background-color: transparent;
    border: 2px solid #25b3d5; /* stroke */
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px; /* border radius */
    width: 200px;
    line-height: 50px;
    font-size: 116.6666666666667%;
    display: inline-block;
    color: #25b3d5;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: all 200ms ease-out 0s;
    -moz-transition: all 200ms ease-out 0s;
    -o-transition: all 200ms ease-out 0s;
    transition: all 200ms ease-out 0s;
    background-clip: border-box;
    -webkit-background-clip: border-box;
    -moz-background-clip: border-box;
}
.btn-green {
    background-color: #21b573;
    border: 2px solid #21b573; /* stroke */
    color: #fff;
}
.btn-green:hover {
    background-color: #fff;
    color: #21b573;
    opacity: 1;
}
.btn-white {
    border: 2px solid #fff; /* stroke */
    color: #fff;
}
.btn-white:hover {
    background-color: #25b3d5;
    color: #fff;
    opacity: 1;
}
.btn-blue:hover {
    background-color: #25b3d5;
    color: #fff;
    opacity: 1;
}
.blog .btn-green {
    width: 240px;
}
.laptop {
    background-repeat: no-repeat;
    background-position: right 20%;
    background-size: auto 80%;
    background-image: url('../img/laptop.png');
    padding-bottom: 160px;
}
.pattern ul {
    margin-top: 20px;
}
.laptop li,
.pattern li {
    margin-bottom: 25px;
    width: 100%;
    float: left;
}
.laptop li p,
.pattern p{
    margin: 0;
    line-height: 150%;
}
.laptop .btn-blue {
    width: 240px;
    margin-top: 50px;
}
.pattern .btn-blue {
    width: 240px;
    margin-top: 30px;
}
.pattern {
    background-repeat: repeat;
    background-image: url('../img/pattern.jpg');
    -webkit-box-shadow:inset 0 50px 50px 0 #d6d6d6;
    box-shadow:inset 0 50px 50px 0 #d6d6d6;
}
.pattern.blue {
    background-image: url('../img/pattern-blue.jpg');
    -webkit-box-shadow:inset 0 0 50px 30px #1d7e94;
    box-shadow:inset 0 0 50px 30px #1d7e94;
}
.inner-img img {
    float: right;
    max-width: 100%;
    height: auto;
}

.image-left .grid_2 img {
    width: 90%;
    float: left;
}
.pattern .container_12 .grid_4 {
    width: 27.666%;
}
.blue {
    color: #fff;
}
.blue p {
    line-height: 150%;
}
.blue h3 {
    margin: 10px 0;
}
.blue label {
    font-weight: 600;
    font-size: 133.3333333333333%;
    margin: 20px 0 0;
    display: inline-block;
}
.blue a {
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.in-center {
    padding: 0 5%;
}
.blue img {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
}
.research-holder {
    background-color: #fafafa;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: strech;
    -webkit-box-shadow: 2px 2px 2px 2px #D9D9D9;
box-shadow: 2px 2px 2px 2px #D9D9D9;
border: 1px solid #ddd;
}
.research-holder a.btn-green {
    color: #fff;
}
.research-holder a.btn-green:hover {
    color: #21b573;
}
.research-content {
   display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    }
    .research-content h4 {
        margin-bottom: 20px;
    }

.research-holder img {
    width: 100%;
    height: auto;
    float: left;
/*    -webkit-box-shadow: 1px 1px 1px 1px #D9D9D9;
box-shadow: 1px 1px 1px 1px #D9D9D9;*/
border: 1px solid #ddd;
}
.contact {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-image: url('../img/contact.jpg');
    color: #fff;
}
.contact h2 {
    margin-bottom: 30px;
}
.contact input[type=text], .contact input[type=email], .contact textarea {
    border: 1px solid rgba(255,255,255,.45);
    background-color: rgba(255,255,255,.2);
    width: 100%;
    height: 40px;
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
    font-style: italic;
}
.contact-page input[type=text], .contact-page input[type=email], .contact-page textarea {
    border: 1px solid rgba(42,181,214,.45); /* stroke */
    background-color: rgba(42,181,214,.05); /* layer fill content */
    width: 100%;
    height: 40px;
    text-align: left;
    margin-bottom: 10px;
    color: inherit;
    font-style: italic;
    padding: 0 10px;
}
.contact-page form {
    width: 90%;
}
.contact-page textarea {
    height: 150px;
    resize: none;
    padding: 10px;
}
.contact textarea {
    height: 150px;
    resize: none;
    padding: 10px;
}
.contact .btn-white {
    margin-top: 20px;
}
footer {
    background-color: #201d1e;
    width: 100%;
    float: left;
    padding: 25px 0;
}
footer a {
    color: #fff;
    padding: 10px 10px;
}
footer ul li a {
    font-weight: 600;
    padding: 3px 20px 0;
    text-transform: uppercase;
    display: inline-block;
}
footer ul {
    float: left;
    padding: 0 0 0 10%;
}
footer ul.right {
    float: right;
    padding: 0 10% 0 0;
}
footer ul.right li a {
    font-size: 16px;
    padding: 0 10px;
}
footer ul li {
    float: left;
}
.how, .press, .toggle-menu {
    margin-top: 40px;
}
.how img {
    max-width: 100%;
}
.separator:after {
    content: url(../img/separator.png);
    position: absolute;
    top: -40px;
    right: -30px;
    z-index: -1;
}
.how .grid_4 h3 {
    color: #2ab5d6;
    margin: 60px 0 25px;
}
.how p {
    line-height: 171.4285714285714%;
    font-size: 116.6666666666667%;
}
.bigger p {
    font-size: 116.6666666666667%;
}
.tabs-holder {
    padding-top: 0;
}
.tabs-holder img {
    max-width: 100%;
}
.top-tabs {
    width: 100%;
    float: left;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.top-tabs a {
    line-height: 59px;
    width: 100%;
    display: inline-block;
    color: #2ab5d6;
    text-transform: uppercase;
    font-size: 150%;
}
.tab {
    border-left: 1px solid #e6e6e6;
    width: 50%!important;
    margin: 0;
    -webkit-transition: all 200ms ease-out 0s;
    -moz-transition: all 200ms ease-out 0s;
    -o-transition: all 200ms ease-out 0s;
    transition: all 200ms ease-out 0s;
}
.tab:last-child {
    border-right: 1px solid #e6e6e6;
}
.tab.active {
    background-color: #2ab5d6;
    border-color: #2ab5d6;
}
.tab.active:after {
    content: url(../img/active.png);
    position: absolute;
    bottom: -19px;
    z-index: 100;
    left: 50%;
    margin-left: -15px;
}
.tab.active a {
    color: #fff;
}
.tab-content {
    padding: 80px 0 0;
    float: left;
    width: 100%;
}
.tab-content .bigger p {
    line-height: 171.4285714285714%;
}
#tab2 {
    display: none;
}
.press-holder {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    min-height: 350px;
}
.press-holder.hideme {
    display: none!important;
}
.press-holder img {
    width: 100%;
    float: left;
    min-height: 228px;
}
.press-title {
    border-top: 1px solid #ddd;
    float: left;
    width: 100%;
    padding: 10px 20px 17px;
}
.press-title .date {
    color: #676767;
    opacity: 0.5;
    margin: 0;
}
.press-title a {
    font-size: 150%;
    color: inherit;
}
.archive-holder {
    float: right;
    margin: 40px 1% 30px;
}
.archive-holder .styled {
    border: 1px solid rgba(42,181,214,.45); /* stroke */
    background-color: rgba(42,181,214,.05); /* layer fill content */
    width: 150px;
    height: 42px;
    background-image: url(../img/select.png);
    background-repeat: no-repeat;
    background-position: right center;
    overflow: hidden;
    padding-left: 5px
}
.styled select {
    width: 120%;
    background-color: transparent;
    border: none;
    height: 40px;
    color: #676767;
    font-style: italic;
    font-size: 14px;
}
.dot-holder {
    background-color: #f7f7f7; /* layer fill content */
    -moz-box-shadow: 0 0 5px rgba(30,30,30,.15); /* drop shadow */
    -webkit-box-shadow: 0 0 5px rgba(30,30,30,.15); /* drop shadow */
    box-shadow: 0 0 5px rgba(30,30,30,.15); /* drop shadow */
    width: 100%;
    float: left;
    margin-bottom: 57px;
    padding: 12px 10px;
    position: relative;
}
.on-mobile .dot-holder {
    margin-bottom: 10px!important;
}

.dot-holder h3 {
    color: #2ab5d6;
    font-weight: 600;
    margin: 0;
}
.dot-holder label {
    font-size: 133.3333333333333%;
    font-weight: 600;
}
.dot-holder p {
    font-size: 116.6666666666667%;
    margin: 10px 0;
    line-height: 150%;
}
.dot-holder:after, .dot-holder:before {
    z-index: 100;
    position: absolute;
}
.dot3:after {
    right: -230px;
    top: 30px;
    content: url(../img/dot3.png);
}
.dot2:after {
    right: -100px;
    top: -20px;
    content: url(../img/dot2.png);
}
.sdot2:after {
    right: -110px;
    top: 100%;
    content: url(../img/sdot2.png);
}
.sdot5:after {
    right: -150px;
    top: 60%;
    content: url(../img/sdot5.png);
}
.dot4:before {
    left: -160px;
    top: 60px;
    content: url(../img/dot4.png);
}
.sdot1:before {
    left: -170px;
    top: 35%;
    content: url(../img/sdot1.png);
}
.sdot3:before {
    left: -220px;
    top: -30%;
    content: url(../img/sdot3.png);
}
.sdot4:after {
    bottom: -90px;
    right: 60px;
    content: url(../img/sdot4.png);
}
.dot1:before {
    left: -165px;
    top: 30px;
    content: url(../img/dot1.png);
}
.main-image img {
    margin: 50px 0;
    width: 100%;
    float: left;
}
.pattern .main-image {
    text-align: center;
}
.pattern .main-image img {
    max-width: 90%;
    float: none;
}
.pattern .dot-holder:first-child {
    margin-bottom: 140px;
}
.special-margin{
    margin: 120px 0 0;
}
.mid {
    max-width: 53%;
    margin: 0 auto;
}
.pt100 {
    padding-top: 100px;
}
.planning .main-image img {
    margin: 0;
    width: 100%;
    float: none;

}
.member-image img {
    max-width: 90%;
}
.member-image h4 {
    margin: 25px 0 3px;
}
.member-image p {
    opacity: 0.5;
    margin: 0 0 20px;
}
.member-image a {
    color: #2ab5d6;
    font-size: 200%;
    padding: 0 5%;
}
.member-info label {
    font-size: 150%;
}
.member-info p {
    font-size: 108.3333333333333%;
    line-height: 153.8461538461538%;
    margin: 10px 0 20px;
}
.team-member {
    border: 1px solid #ddd; /* stroke */
    background-color: #fff; /* layer fill content */
    -moz-box-shadow: 0 0 5px rgba(30,30,30,.15); /* drop shadow */
    -webkit-box-shadow: 0 0 5px rgba(30,30,30,.15); /* drop shadow */
    box-shadow: 0 0 5px rgba(30,30,30,.15); /* drop shadow */
    padding: 20px 0 0;
    border-radius: 25px 0 0 25px;
    min-height: 390px;
    margin-bottom: 20px;
    position: relative;
}
.team-member:nth-child(even) {
    border-radius: 0 25px 25px 0;
}
.team-member.have-next:after {
    position: absolute;
    z-index: -1;
    left: 50%;
    margin-left: -19px;
    bottom: -44px;
    content: url(../img/link-next.png);
}
.mid-bg {
    background-repeat: no-repeat;
    background-size: auto 97.5%;
    background-position: center 20px;
}
.investors p {
    margin: 0;
    line-height: 175%;
}
.investors .inner {
    width: 100%;
    float: left;
    margin:  20px 0 80px;
}
.contact-page .btn-green {
    margin-top: 20px;
}
.investors .inner img, .locations img {
    max-width: 100%;
}
.location {
    margin-bottom: 20px;
}
.locations h4,
.contact-info a,
.blog-content a,
.blog-title,
.blog-holder i span,
.widget-title,
.panel-content label span,
.panel-content a {
    color: #2ab5d6;
}
.locations p, .contact-info p {
    font-size: 150%;
}
.contact-info p {
    margin: 10px 0;
}
.contact-info {
    padding-top: 40px;
}
.contact-info h4 {
    margin-bottom:  0;
}
.divider {
    width: 100%;
    height: 1px;
    float: left;
    background-color: #ddd;
}
.blog-content p{
    font-size: 116.6666666666667%;
    line-height: 171.4285714285714%;
    margin: 15px 0;
    float: left;
    width: 100%;
}

.blog-content img {
    max-width: 100%;
    margin: 40px 1%;
}
.blog-holder {
    width: 100%;
    float: left;
    margin-bottom: 80px;
}
.sidebar ul {
    border-top: 1px solid #ddd;
    width: 100%;
    float: left;
    margin-top: 15px;

}
.sidebar ul li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 17px 0 18px;
    color: #2ab5d6;
    list-style: disc;
    text-indent: 5px;
    list-style-position: inside;
    font-size: 16px;
}
.sidebar ul li a {
    color: #676767;
    font-size: 16px;
}
section.accordion {
    padding: 0;
}
.accordion {
    border-bottom: 1px solid #ddd;
    margin-top: 30px;
}
.panel-title {
    cursor: pointer;
    padding: 22px 20px;
    position: relative;
    border-top: 1px solid #ddd;
}
.panel-title i {
    position: absolute;
    z-index: 100;
    right: 20px;
    top: 40%;
    font-size: 14px;
    color: #2ab5d6;
}
.panel-content {
    padding: 0 20px 20px;
    font-size: 14px;
    width: 100%;
    float: left;
}
.panel-content.hidden {
    display: none;
}
.panel-content label {
    font-size: 128.5714285714286%;
    float: left;
    width: 100%;
    margin: 9px 0;
}
.panel-content p {
    font-size: 100%;
    line-height: 171.4285714285714%;
    margin: 18px 0 20px;
    float: left;
    width: 100%;
}
.panel-content ul {
    width: 100%;
    float: left;
    margin: 10px 0 20px;
    padding-left: 20px;
}
.panel-content li {
    margin: 10px 0;
    width: 100%;
    list-style: disc;
    float: left;
    color: #2ab5d6;
}
.panel-content li p {
    margin: 0;
    color: #676767;
    line-height: 120%;
    float: none;
}
h3.blue {
    color: #2ab5d6;

}
.special-p p{
    max-width: 620px;
    line-height: 171%;
    display: inline-block;
}
.mobile {
    display: none;
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    float: right;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 5px;
    cursor: pointer;
    margin-top: 2px;
}
.mobile li {
    width: 100%;
    float: left;
    height: 3px;
    margin: 3px 0 4px;
    background-color: #000;
}
.laptop li img {
    max-width: 100%;
}
.on-mobile {
    display: none;
}

@media (max-width:1340px) {
    .laptop {
        background-size: auto 75%;
    }
}
@media (max-width:1200px) {
    .laptop {
        background-size: 50% auto;
    }
    .team-member {
        min-height: 390px;
    }
    .blog {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media (max-width:1050px) {
    .main-menu li a,
    .main-menu li:last-child a {
        padding: 15px 15px 17px;
    }
    .team-member {
        min-height: 410px;
    }
    .main-image img {
        margin: 80px 0 0;
    }
}
@media (max-width:990px) {
    .blog .grid_9 {
        width: 68%!important;
    }
    .blog .grid_3 {
        width: 28%!important;
    }
}
@media (max-width:890px) {
    .mobile {
        display: block;
    }
     .btn-white {
        border: 2px solid #fff;
        background-color: #25b3d5;
        color: #fff;
    }
    .btn-white:hover {
        border: 2px solid #fff;
        background-color: #fff;
        color: #25b3d5;
    }
    .drop-sub {
        position: relative;

        width: 100%;
        top: 0;
        padding-top: 0;
        margin-bottom: 20px;
    }
    .drop-sub:before {
        content: '';
    }
    .drop-sub li {
        background-color: #f5f5f5;
    }
    .top-menu.scrolled .drop-sub {
        top: 0;
    }
    .team-member {
        min-height: 1px;
        width: 90%!important;
        margin: 0 5% 20px!important;
        padding-bottom: 20px;
    }
    .top-menu {
        padding-left: 15px;
        padding-right: 15px;
    }
    .top-menu.scrolled {
        padding: 5px 15px 0;
    }
    footer ul {
        padding: 0!important;
    }
    .main-image img {
        margin: 120px 0 0;
    }
    .menu-holder {
        width: 100%!important;
        margin: 0;
        display: none;
    }
    .menu-holder ul {
        width: 100%;
        margin: 0;
    }
    .laptop {
        background-size: 30% auto;
        background-position: right 80%;
    }
    .laptop .btn-blue, .pattern .btn-blue {
        width: 200px;
    }
    section {
        padding: 40px 0;
    }
    .inner-img {
        width: 98%!important;
        text-align: center;
    }
    .inner-img img{
        max-width: 40%;
        float: none;
        height: auto;
    }
    .laptop .grid_5, .image-left .grid_5  {
        width: 70%!important;
    }
    .menu-holder li {
        width: 100%;
        float: left;
        margin: 0;
        text-align: center;
    }
    .menu-holder li a {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .grid_4.holder {
        width: 98%!important;
        margin-bottom: 20px;
    }
    .slide {
        min-height: 400px;
    }
    .how .separator:after {
        content: '';
    }
    .how .grid_4 {
        width: 48%!important;
    }
    .how .grid_4:last-child {
        width: 48%!important;
        margin: 30px 26% 0;
    }
    .press-holder {
        width: 40%!important;
        margin: 0 5% 20px!important;
        min-height: 350px;
    }
    .press-title {
        padding: 25px 10px 10px;
    }
}
@media (max-width: 768px) {
    .main-title {
        left: 1%;
    }

    .panel-title {
        padding: 11px 20px;
    }
    .laptop {
        background-image: none;
        padding-bottom: 40px;
    }
    .investors .grid_4, .investors .grid_8 {
        width: 98%!important;
        margin-bottom: 20px;
    }
    .investors .inner {
        margin-bottom: 30px;
    }
    footer ul {
        width: 100%;
        margin-bottom: 20px
    }
    .contact-page .grid_5, .contact-page .grid_6,
    .blog .grid_9 {
        width: 98%!important;
        margin-bottom: 20px;
    }
    .contact-page .grid_6 {
        text-align: center;
    }
    .blog .grid_3,   .contact-page .grid_7 {
        width: 98%!important;
    }
    .contact-page form {
        margin: 0 5% 20px;
    }
    footer ul li {
        width: 50%;
        text-align: center;
        margin: 10px 0;
    }
    .main-title h1 {
        font-size: 466.667%;
    }
    .main-image {
        width: 98%!important;
    }
    .main-image img {
        margin: 20px 0 0;
    }
    .laptop .grid_5, .image-left .grid_5 {
        width: 98%!important;
        left: 0!important;
    }
    .how .grid_4,  .how .grid_4:last-child  {
        width: 98%!important;
        margin: 0 0 20px!important;
        padding: 0 20px;
    }
    .how .grid_4 h3 {
        margin: 20px 0 15px;
    }
    .tabs-holder .grid_6{
        width: 98%!important;
        margin: 0 1% 20px!important;
        padding: 0 20px;
    }
    .press-holder {
        width: 90%!important;
        margin: 0 5% 20px!important;
        min-height: 1px;
    }
    .top-tabs .tab {
        width: 50%!important;
        margin: 0!important;
        padding: 0;
        font-size: 8px;
        font-weight: 600;
    }
    .no-mobile {
        display: none;
    }
    .on-mobile {
        display: block;
        margin: 20px 1% 30px;
    }
    .pattern .btn-blue {
        margin-top: 0;
    }
    h2 {
        font-size: 300%;
    }
    .pattern.blue .grid_4, .pattern.blue .grid_5, .pattern.blue .grid_3{
        width: 98%!important;
        margin-bottom: 20px;
        padding: 0 1%;
    }
    .contact {
        padding-left: 20px;
        padding-right: 20px;
    }
    .contact .grid_6 {
        width: 98%!important;
    }
}
@media (max-width: 400px) {
    .main-slider label.scroll {
        font-size: 100%;
        left: 0;
        margin: 0;
    }

}
