/*
    RESET
*/
* { margin: 0; padding: 0; }


@font-face {
  font-family: 'Avenir R'; /* Имя шрифта */
  src: url('fonts/AvenirNextLTPro-Regular.ttf'); /* Путь к файлу со шрифтом */
}

@font-face {
  font-family: 'Avenir B'; /* Имя шрифта */
  src: url('fonts/AvenirNextLTPro-Bold.ttf'); /* Путь к файлу со шрифтом */
}

@font-face {
  font-family: 'Avenir IT'; /* Имя шрифта */
  src: url('fonts/AvenirNextLTPro-It.ttf'); /* Путь к файлу со шрифтом */
}

@font-face {
  font-family: 'Avenir M'; /* Имя шрифта */
  src: url('fonts/AvenirNextLTPro-Medium.ttf'); /* Путь к файлу со шрифтом */
}

@font-face {
  font-family: 'Avenir Ul'; /* Имя шрифта */
  src: url('fonts/AvenirNextLTPro-UltLt.ttf'); /* Путь к файлу со шрифтом */
}

.screen-reader-text { position: absolute; left: -9999px; }
html, button, input, select, textarea,
.pure-g [class *= "pure-u"] {
    /* Set your content font stack here: */
    font-family: 'Open Sans', sans-serif;
}
.pure-menu-link {
    color: #17abca;
}
.wpcf7-validation-errors {
    display: none !important;
}
body {
    background: #39424d;
}
a {
    color: #17abca;
}
h1 {
    margin: 1em 0;
    text-align: center;
    font-size: 36px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    color: #3b3b3b;
}
h1 span {
    font-weight: normal;
}
h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    color: #3b3b3b;
    padding: 1em 0;
    letter-spacing: -1px;
}
h3 {
    font-size: 36px;
    color: #3b3b3b;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
}
/* UTILS */

.wrap { max-width: 970px; margin: 0 auto; padding: 0 1em; }
.clear { clear: both; }
.mobile-only, .tablet-only
{
    display: none;
}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?dvptvd');
  src:  url('fonts/icomoon.eot?dvptvd#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?dvptvd') format('truetype'),
    url('fonts/icomoon.woff?dvptvd') format('woff'),
    url('fonts/icomoon.svg?dvptvd#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bubble_icon:before {
  content: "\e915";
}
.icon-facebook_icon:before {
  content: "\e911";
}
.icon-googleplus_icon:before {
  content: "\e912";
}
.icon-linkedin_icon:before {
  content: "\e913";
}
.icon-twitter_icon:before {
  content: "\e914";
}
.icon-icon_1:before {
  content: "\e90b";
}
.icon-icon_2:before {
  content: "\e90c";
}
.icon-icon_3:before {
  content: "\e90d";
}
.icon-icon_4:before {
  content: "\e90e";
}
.icon-icon_5:before {
  content: "\e90f";
}
.icon-icon_6:before {
  content: "\e910";
}
.icon-Amazon:before {
  content: "\e903";
}
.icon-Android:before {
  content: "\e904";
}
.icon-apple:before {
  content: "\e905";
}
.icon-Drupal:before {
  content: "\e906";
}
.icon-joomla:before {
  content: "\e907";
}
.icon-Magento:before {
  content: "\e908";
}
.icon-steam:before {
  content: "\e909";
}
.icon-wordpress:before {
  content: "\e90a";
}
.icon-Mail:before {
  content: "\e900";
}
.icon-Phone:before {
  content: "\e901";
}
.icon-mark:before {
  content: "\e902";
}

/* HEADER */

#header {
    height: 500px;
    /*background: -webkit-linear-gradient(rgba(20,20,20, .2), rgba(20,20,20, .2)), url( "images/top bg image.png");
    background: -o-linear-gradient(rgba(20,20,20, .2), rgba(20,20,20, .2)), url( "images/top bg image.png");
    background: linear-gradient(rgba(20,20,20, .2), rgba(20,20,20, .2)), url( "images/top bg image.png");
    background-size: cover;*/
    background-image: linear-gradient(rgba(20,20,20, .2), rgba(20,20,20, .2)), url("images/header-image.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#header #header-contact {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1.5em 0;
}

#header #header-desktop {
    padding: 21px 0;
}

body #header #header-desktop.main-nav-scrolled {
    padding: 0.5em 0;
}

#header .main-nav-scrolled {
    position: fixed;
    top:0;
    left:0;
    background-color: rgba(70, 70, 70, 0.75);
    z-index: 1000;
    transition: all ease 0.6s;
}

#header .main-nav-scrolled .menu_full {
    padding-top: 0px;
}

#header .main-nav-scrolled .scroll-wrap {
    max-width: 970px; margin: 0 auto;
}

#header .main-nav-scrolled #logo img {
    height: 45px;
}

.logo-img {
    background: url("images/Logo.svg") no-repeat;
    background-size: cover;
    width: auto;
    height: 41px;
    width: 174px;
    display: block;
}

.logo-img-mobile {
    background: url("images/Logo.svg") no-repeat;
    background-size: cover;
    width: auto;
    height: 44.2px;
    width: 189px;
    display: block;
}

#header #top-login a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
    float: right;
    display: block;
    max-width: 81px;
    padding: 8px 21px;
    border: 1px solid #ffffff;
    border-radius: 3px;
    line-height: 17px;
    opacity: 0.8;
}

#header #top-login a:hover {
    opacity: 1;
}

// #header #top-login a:hover {
//     background:url("images/login-2.png") no-repeat;
// }

#header #top-contact {
    padding: 10px 0;
    line-height: 10px;
}

#header ul.menu-container {
    line-height: 45px;
}

#header ul.menu-container li {
    list-style-type: none;
    float: left;
}

#header ul.menu-container li a {
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 0px 16px;
    text-decoration: none;
    font-size: 12px;
}

#header ul.menu-container li a:hover {
    color: #ddd;
    background: none;
}

#header-hero {
  margin-top: -45px;
  padding: 0;
  text-align: center;
  height: calc(100% - 125px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#header-hero h2 {
    color: #fff;
}

#header-hero .hero-link {
    display: block;
    width: 165px;
    height: 45px;
    background: url("images/learn-more-1.png");
    margin: 0 auto;
}

#header-hero .hero-link:hover {
    background: url("images/learn-more-2.png");
}

.header-hero-title {
  font-size: 40px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  letter-spacing: 0;
  padding: 0 0 30px;
  /* line-height: 1em; */
}

.header-hero-description {
  font-size: 20px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  letter-spacing: 0;
  padding: 20px 0 33px;
}

.learn-more-button {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 2px;
    max-width: 194px;
    border-radius: 4px;
    background-color: #2db6cf;
    text-decoration: none;
    padding: 16px 43px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    transition: transform 0.3s;
    // box-shadow: inset 0 0 0 0 #2db6cf;
    // -webkit-transition: all ease 0.8s;
    // -moz-transition: all ease 0.8s;
    // transition: all ease 0.8s;
}


// .learn-more-button:hover {
//     box-shadow: inset 200px 0 0 0 #2db6cf;
//     color: #fff;
// }

.learn-more-button:hover {
    background-color: #3bc6e0;
    transform: translate(0px, -5px);
    -webkit-box-shadow: -2px 0px 10px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: -2px 0px 10px 0px rgba(0,0,0,0.4);
    box-shadow: -2px 0px 10px 0px rgba(0,0,0,0.4);
}

.menu_full {
    float: right;
    padding-top: 0px;
    line-height: 40px;
}

.menu_full li {
    list-style-type: none;
    display: inline;
}

.menu_full a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  margin-left: 40px;
  display: inline-block;
  position: relative;
}
.menu_full a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: width 0.15s ease 0s, left 0.15s ease 0s;
  width: 0;
}
.menu_full a:hover:after {
  width: 100%;
  left: 0;
}

.menu_top {
    display: none;
}

.header-contact-info {
    color: #f9f9f9;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 17px;
    vertical-align: top;
    padding-right: 74px;
    display: inline-flex;
}

.header-contact-info a {
    color: #f9f9f9;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
    vertical-align: top;
    display: inline-flex;
}

.header-contact-info .icon {
    font-size: 18px;
    line-height: 18px;
    padding-right: 5px;
}

/* HOMEPAGE */

#homepage-slides {
    background-color: #fff;
}

#homepage-slides .slide-block{
    /* max-width: 504px; */
    /* margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 24px; */
}

#homepage-slides .slide-block .image-container{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#homepage-slides .slide-block .image-container img{
    float: none;
    display: inline-block;
    max-height: 100px;
    height: auto;
}

#homepage-slides .slide-block .review-rating{
    margin: 16px 0px 8px 0px;
    text-align: center;
}

#homepage-slides .slide-block .review-rating span{
    margin: 0px -1px;
    position: relative;
}

#homepage-slides .review-rating-item-selected{
    width: 23px;
    height: 19px;
    background: url('images/star.svg');
    background-repeat: no-repeat;
}

#homepage-slides .review-rating-item-selected::before{
    content: " ";
    display: none;
}

#homepage-slides .slide-block .review-rating{
    font-size: 23px;
}

#homepage-slides .slide-block .review-content{
    margin-bottom: 19px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    min-height: 40px;
}

#homepage-slides .slide-block .review-company{
    text-align: center;
    font-size: 11px;
    line-height: 20px;
    font-family: "Open Sans";
}

#homepage-slides .slide-block .review-author{
    text-align: center;
    margin-bottom: 22px;
    font-size: 11px;
}

#homepage-slides .slide-block .link-container{
    text-align: center;
    font-size: 12px;
}

#homepage-content {
    background-color: #fff;
}

#content {
    background-color: #fff;
}

#homepage-blocks .homepage-block {
    padding: 3em;
    padding-top: 24px;
}

#homepage-blocks #block1 .homepage-block {
    padding-right: 0;
}

#homepage-blocks .homepage-block .block-content {
    width: 485px;
}

#homepage-blocks #block1 .block-content {
    float: right;
}

#homepage-blocks .homepage-block .block-content h3 {
    padding-bottom: 0.5em;
}

#homepage-blocks #block2 .block-content h3,
#homepage-blocks #block2 .block-content p
{
    color: #fff;
}

#homepage-blocks .homepage-block .block-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #0f0f0f;
    padding-bottom: 0.5em;
    margin-bottom: 37px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
}

#homepage-blocks #block1 {
    background: linear-gradient(rgba(254, 254, 239, 0.7), rgba(254, 254, 239, 0.7)), url( "images/girl_all.png");
    background-repeat: no-repeat;
    background-size: cover;
}

#homepage-blocks #block2 {
    background: linear-gradient(rgba(20, 23, 51, 0.74), rgba(20, 23, 51, 0.74)), url( "images/Right image_big.png");
    background-repeat: no-repeat;
    background-size: cover;
}

#home-blog {
    padding-bottom: 3em;
    // background-color: #f9f9f9;
    background-color: #fff;
}

#home-blog .wrap {
    padding: 0 15px;
}

#home-blog .pure-img {
    // height: 100%;
}

#homepage-content h2 {
    text-align: center;
    font-size: 35px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    color: #474747;
    padding: 57px 0 56px;
}

#homepage-content .homepage-box {
    padding-bottom: 41px;
}

#homepage-content .homepage-box h4 {
    margin-bottom: 1.4em;
    font-size: 18px;
    font-weight: 600;
    color: #474747;
}

#homepage-content .homepage-box p {
    font-size: 16px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    line-height: 1.6;
    color: #0f0f0f;
}

#homepage-content .homepage-box .homepage-box-icon {
    width: 70px;
    float: left;
    text-align: center;
}

#homepage-content .homepage-box .homepage-box-content {
    margin-left: 86px;
    max-width: 350px;
}

.homepage-block-readmore {
    max-width: 147px;
    font-size: 13px;
    letter-spacing: 1.7px;
    text-align: center;
    color: #000000;
    padding: 11px 25px;
    border-radius: 3px;
    border: solid 1px #000000;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: inset 0 0 0 0 #2db6cf;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.homepage-block-readmore.white {
    color: #fff;
    border-color: #fff;
}

.homepage-block-readmore:hover {
    box-shadow: inset 200px 0 0 0 #2db6cf;
    color: #fff;
    border-color: #2db6cf;
    cursor: pointer;
}

.block-content-text {
    max-width: 350px;
}


// .homepage-block-readmore:hover {
//     border: none;
//     background-color: #2db6cf;
//     color: #fff;
// }

.slide-block {
    padding-top: 64px;
    padding-bottom: 66px;
}

.slide-block-title {
    font-size: 16px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.7px;
    text-align: center;
    text-transform: uppercase;
    color: #a1a4a6;
    margin-bottom: 45px;
}

.icon-slider  {
    display: inline-block;
    color: #a1a4a6;
    font-size: 38px;
    text-align: center;
    width: 24%;
}

/* CONTENT */

#content {
    padding-bottom: 3em;
}

#content p {
    font-size: 14px;
    line-height: 26px;
    color: #505050;
    text-align: center;
    margin-bottom: 1em;
}

.pricing-wrap {
    margin: 0 10%;
}

.pricing-wrap .style20 {
    font-size: 28px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    color: #ffffff;
}

.pricing-wrap .style3 {
    font-size: 14px;
    line-height: 26px;
    color: #505050;
}

.block-content-title {
    font-size: 38px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    color: #0f0f0f;
}

.block-content-text {
    font-size: 16px;
    line-height: 1.6;
    color: #0f0f0f;
}

/* FOOTER */

#footer {
    background-color: #53616b;
    padding: 2em 0.75em 0.75em 0.75em;
}

#footer #social-icons {
    float: right;
}

#footer #social-icons a {
    float: right;
    display: block;
    width:53px;
    height: 53px;
    padding-left: 10px;
}

#footer #social-icons a.facebook-icon {
    background: url("images/social/facebook-1.png") no-repeat;
}

#footer #social-icons a.facebook-icon:hover {
    background: url("images/social/facebook-2.png") no-repeat;
}

#footer #social-icons a.twitter-icon {
    background: url("images/social/twitter-1.png") no-repeat;
}

#footer #social-icons a.twitter-icon:hover {
    background: url("images/social/twitter-2.png") no-repeat;
}

#footer .copyright {
    color: #cedbe5;
    font-size: 12px;
    line-height: 30px;
}

.footer-menu {
    position: relative;
}

#footer .footer-menu {
    margin-bottom: 1em;
}

#footer .footer-menu a {
    color: #cedbe5;
}

#footer .footer-menu a {
    color: #cedbe5;
    font-size: 12px;
    line-height: 30px;
    text-decoration: none;
}

#footer .footer-menu h4 {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 24px;
    margin-bottom: 17px;
}

#footer .footer-menu a {
    font-size: 13px;
    line-height: 1.9;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    color: #e1e1e1;
}

#hiring-text {
    position: relative;
    top: -10px;
    font-size: 10px;
    line-height: 2.7;
    color: #2db6cf;
}

#footer .footer-menu a:hover {
    color: #fff;
}

#contact-menu-mobile {
    display: none;
}
#contact-menu {
    display: inline-block;
}

/* CONTACT FORM */

.contact-form .pure-g{
    justify-content: center;
}

.contact-form .form-cont input{
    margin-bottom: 23px !important;
}

.contact-form .form-cont input.wpcf7-not-valid{
    border: 1px solid #f00 !important;
}

.contact-form .form-cont .wpcf7-not-valid-tip{
    min-height: 17px;
    display: block !important;
    position: absolute;
    left: 0px;
    top: 25px;
    min-width: 300px;
}

#contact-form {
    // background: url("images/bg_bottom.png") no-repeat;
    background-color: #f9f9f9;
    background-size: cover;
    padding-bottom: 22px;
}

#contact-form.contact-form-blog {
    // background-color: #fff;
    padding-top: 22px;
    padding-bottom: 22px;
}

#contact-form h2 {
    font-size: 35px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    // color: #ffffff;
    color: #474747;
}

#contact-form label {
    font-weight: 400;
    color: #777;
    margin-bottom: 0.25em;
}

#contact-form input {
    border-radius: 0;
    // border: solid 1px #888888;
    border: solid 1px #474747;
    margin: 0.65em 0 1.3em 0;
    background: transparent;
}

#contact-form textarea {
    border-radius: 0;
    // border: solid 1px #888888;
    border: solid 1px #474747;
    margin: 0.65em 0 1.3em 0;
    resize: none;
    background: transparent;
}

#contact-form .form-first-col .form-cont {
    padding-right: 1em;
}

#contact-form .form-second-col .form-cont {
    padding-right: 0.5em;
    padding-left: 0.5em;
}

#contact-form .form-third-col .form-cont {
    padding-left: 1em;
}

#contact-form .wpcf7-submit {
    width: 194px;
    height: 50px;
    border-radius: 4px;
    background-color: #2db6cf;
    border: none;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    transition: transform 0.3s;
    margin: 40px 0 0;
}

#contact-form .wpcf7-submit:hover {
    background-color: #3bc6e0;
    transform: translate(0px, -5px);
    -webkit-box-shadow: -2px 0px 10px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: -2px 0px 10px 0px rgba(0,0,0,0.4);
    box-shadow: -2px 0px 10px 0px rgba(0,0,0,0.4);
}

.pure-form input[type=text], .pure-form input[type=email] {
    box-shadow: none;
    color: #474747;
    line-height: 24px;
}

#contact-form input:hover {
    cursor: pointer;
    // border: 1px solid rgba(255,255,255,0.65);
    border: 1px solid rgba(77,77,77,0.8);
}

#contact-form input[type=submit]:hover {
    border: none;
}

// #contact-form input:focus {
//     cursor: pointer;
//     border: solid 1px #ffffff;
// }

#contact-form ::-webkit-input-placeholder {
    line-height: 19px;
    // opacity: 0.5;
    opacity: 0.8;
    font-size: 14px;
    // color: #ffffff;
    color: #474747;
}
#contact-form ::-moz-placeholder {
    line-height: 19px;
    // opacity: 0.5;
    opacity: 0.8;
    font-size: 14px;
    // color: #ffffff;
    color: #474747;
}
#contact-form :-ms-input-placeholder {
    line-height: 19px;
    // opacity: 0.5;
    opacity: 0.8;
    font-size: 14px;
    // color: #ffffff;
    color: #474747;
}
#contact-form :-moz-placeholder {
    line-height: 19px;
    // opacity: 0.5;
    opacity: 0.8;
    font-size: 14px;
    // color: #ffffff;
    color: #474747;
}

#contact-form input:hover::-webkit-input-placeholder, #contact-form textarea:hover::-webkit-input-placeholder {
    opacity: 0.65;
    // opacity: 0.8;
    // color: #ffffff;
    color: #474747;
}
#contact-form input:hover::-moz-placeholder, #contact-form textarea:hover::-moz-placeholder {
    opacity: 0.65;
    // opacity: 0.8;
    // color: #ffffff;
    color: #474747;
}
#contact-form input:hover:-ms-input-placeholder, #contact-form textarea:hover:-ms-input-placeholder {
    opacity: 0.65;
    // opacity: 0.8;
    // color: #ffffff;
    color: #474747;
}
#contact-form input:hover:-moz-placeholder, #contact-form textarea:hover:-moz-placeholder {
    opacity: 0.65;
    // opacity: 0.8;
    // color: #ffffff;
    color: #474747;
}

.pure-form textarea {
    box-shadow: none;
    color: #474747;
}

#contact-form textarea {
    margin-bottom: 0;
    border: solid 1px #474747;
}

#contact-form textarea:hover {
    cursor: pointer;
    // border: 1px solid rgba(255,255,255,0.65);
    border: 1px solid rgba(77,77,77,0.65);
}

.wpcf7-form-control-wrap {
    font-size: 14px;
}

.pure-form select {
    border: 1px solid;
}

#contact-form .pure-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0px;
    margin: 0.65em 0 1.3em 0;
    background: transparent;
    box-shadow: none;
    height: 2.86em;
    // color: rgba(255, 255, 255, 0.65);
    color: rgba(77,77,77,0.8);
    font-size: 14px;
    line-height: 24px;
    // border: solid 1px #888888;
    border: solid 1px #474747;

}

#contact-form .pure-form select:hover {
    cursor: pointer;
    // color: rgba(255, 255, 255, 0.65);
    color: rgba(77,77,77,0.65);
    // border: 1px solid rgba(255,255,255,0.65);
    border: 1px solid rgba(77,77,77,0.65);
}

#contact-form .pure-form select:focus {
    // border: solid 1px #888888;
    border: 1px solid rgba(77,77,77,0.65);
}



// #contact-form input[type=submit]:hover {
//     cursor: default;
// }

.caret-bottom {
    border-top: 5px solid #d8d8d8;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    display: inline-block;
    height: 0;
    opacity: 1;
    vertical-align: middle;
    width: 0;
    margin-left: 3px;
    position: absolute;
    right: 12px;
    top: 2px;
}

div.wpcf7 .ajax-loader {
    display: none;
}

div.wpcf7-response-output {
    border: 1px solid #2db6cf;
    color: #fff;
}

div.wpcf7-response-output {
    margin: 2em 0em 1em;
}

/* STORIES */

.success-story {
    background: #fff;
}

.success-story .story-content {
    padding: 2.5em;
    max-width: 450px;
    float:right;
}

.success-story .story-content p {
    font-size: 14px;
    line-height: 26px;
    color: #505050;
    padding: 0.5em 0;
}

.success-story.story-even {
    background: #f4f4f4;
}

.success-story.story-even .story-content {
    float:none;
}

.success-story .story-content .story-logo {
    margin-bottom: 0.5em;
}

/* SLIDESHOW */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: 80px;
  float: left;
  width: auto;
  border: 0;
  }

.user-permission-web span.wpcf7-list-item {
    margin-left: 0;
    display: inline;
}

.user-permission-mobile span.wpcf7-list-item {
    margin-left: 0;
    display: none;
}

#contact-form input#cv-attach {
    border: none;
}

#wpcf7-f4635-o1 {
    position: relative;
    max-width: 970px;
    margin: 0 auto;
}

#user-permission {
    margin-top: 72px;
    position: absolute;
    left: 17%;
    font-size: 14px;
}

#user-permission .wpcf7-list-item-label {
    display: none;
}

.user-permission {
    display: inline-block;
}

#file-attachment {
    width: 100%;
    height: 2.86em;
    color: rgba(77,77,77,0.8);
    font-size: 14px;
    line-height: 24px;
    border: solid 1px #474747;
    position: relative;
    margin: 0.60em 0 1.3em 0;
}

#file-attachment input[type='file'] {
    width:100%;
    height:2.86em;
    opacity:0;
}

#file-attachment #val {
    width:100%;
    height:2.86em;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    line-height: 2.86em;
    pointer-events: none;
    padding: 0 .6em;
}
#file-attachment #button {
    cursor: pointer;
    display: block;
    height: 2.86em;
    // color: rgba(77,77,77,0.8);
    position: absolute;
    right:0;
    top: 0;
    font-size: 14px;
    line-height: 2.86em;
    text-align: center;
    // background-image: linear-gradient(to bottom, #eeeeee, #cbcbcb);
    // box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.88);
    color: #474747;
    padding: 0 .6em;
    border-left: solid 1px #474747;
    background-color: #eeeeee;
}

#file-attachment #button:hover {
    background: rgba(0,0,0,.15);
}


/* Carousel */

.carousel {
    justify-content: flex-start;
    overflow: hidden;
    padding: 86px 0;
    position: relative;
    width: 100vw;
}
.carousel > .container {
    display: flex;
    flex-direction: row;
    height: 100%;
    transform: translate3d(0, 0, 0);
    transition: transform 600ms;
    margin-top: 70px;
}
.carousel > nav {
    text-align: center;
    width: 100vw;
    z-index: 1;
    margin-top: 50px;
}
.carousel > nav a {
    color: #000;
    font-size: 12px;
    opacity: .2;
    text-decoration: none;
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: black;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 8px;
}
.carousel > nav a:hover {
    opacity: .5;
}
.carousel > nav a.current {
    opacity: 1;
    color: #00cce2;
    font-size: 24px;
    width: 13px;
    height: 13px;
    background-color: #00cce2;
}
.carousel .slide {
    flex-shrink: 0;
    line-height: 1.4;
    text-align: center;
    width: 50vw;
}
.carousel .slide:first-of-type {
    margin-left: 25vw;
}
.carousel .slide-container {
    display: inline-block;
    width: 95%;
}

/* Success Story */
.success-story-container {
    padding-top: 155px;
    padding-bottom: 128px;
}
.success-story-content {
    text-align: center;
    margin: 0 auto;
    max-width: 690px;
}
.success-story-title {
    font-family: 'Avenir';
    font-size: 42px;
    line-height: 1.0;
    color: #000000;
    margin-bottom: 24px;
}
.success-story-text {
    opacity: 0.67;
    font-family: 'Open Sans', 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 1.79;
    color: #000000;
    max-width: 690px;
    margin: 0 auto;
}
.success-story-text p {
    margin: 20px 0;
}
#entertainment-network {
    background-color: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
}
#entertainment-network .success-story-content .success-story-title {
    margin-bottom: 49px;
}
#entertainment-network .success-story-image.success-story-image-1 {
    background: url('./images/stories/entertainment-network-1.png') no-repeat center center;
    background-size: contain;
}
#entertainment-network .success-story-image.success-story-image-1 > div {
    min-height: 350px;
}
#entertainment-network .success-story-image.success-story-image-2 {
    background: url('./images/stories/entertainment-network-2.png') no-repeat center center;
    background-size: contain;
}
#entertainment-network .success-story-image.success-story-image-2 > div {
    min-height: 336px;
}
#entertainment-network .success-story-image.success-story-image-3 {
    background: url('./images/stories/entertainment-network-3.png') no-repeat center center;
    background-size: contain;
}
#entertainment-network .success-story-image.success-story-image-3 > div {
    min-height: 195px;
}
#entertainment-network .success-story-image.success-story-image-4 {
    background: url('./images/stories/entertainment-network-4.png') no-repeat center center;
    background-size: contain;
}
#entertainment-network .success-story-image.success-story-image-4 > div {
    min-height: 225px;
}
#employ {
    background-color: #F8D3D3;
    padding-bottom: 70px;
    padding-top: 70px;
}
#employ .success-story-content {
    max-width: 709px;
}
#employ .success-story-image {
    background: url('./images/stories/employ-1.png') no-repeat center center;
    background-size: contain;
    margin-top: 56px;
}
#thegym {
    background-color: #fff;
    padding-bottom: 70px;
    padding-top: 70px;
}
#thegym .success-story-content {
    max-width: 982px;
}
#thegym .success-story-image {
    background: url('./images/stories/thegym-1.png') no-repeat center center;
    background-size: contain;
    margin-top: 51px;
}
#manage-my-wedding {
    background-color: #F9DECC;
    padding-bottom: 0;
    padding-top: 70px;
}
#manage-my-wedding .success-story-content {
    max-width: 773px;
}
#manage-my-wedding .success-story-image {
    background: url('./images/stories/manage-my-wedding-1.png') no-repeat bottom center;
    background-size: contain;
    margin-top: 41px;
}
#manage-my-wedding .success-story-image > div {
    min-height: 677px;
}
#lester {
    background-color: #fff;
    padding-bottom: 70px;
    padding-top: 70px;
}
#lester .success-story-content {
    max-width: 720px;
}
#lester .success-story-image {
    background: url('./images/stories/lester-1.png') no-repeat bottom center;
    background-size: contain;
    margin-top: 26px;
}
#lester .success-story-image > div {
    min-height: 611px;
}
#lllt {
    background-color: #C9EFF4;
    padding-bottom: 0;
    padding-top: 70px;
}
#lllt .success-story-content .success-story-title {
    margin-bottom: 31px;
}
#lllt .success-story-image {
    background: url('./images/stories/lllt-1.png') no-repeat bottom center;
    background-size: contain;
    margin-top: 42px;
}
#cepia {
    background-color: #fff;
    padding-bottom: 0;
    padding-top: 70px;
    position: relative;
}
#cepia .success-story-content {
    position: absolute;
    left: 250px;
    text-align: left;
    max-width:533px;
}
#cepia .success-story-content .success-story-title {
    margin-bottom: 32px;
}
#cepia .success-story-content .success-story-text {
    max-width: 472px;
    margin: 0;
}
#cepia .success-story-image {
    background: url('./images/stories/cepia-1.png') no-repeat bottom right;
    background-size: contain;
    margin-top:41px;
}
#cepia .success-story-image > div {
    min-height: 800px;
}

#doomsday {
    background-color: #4D4D4D;
    padding-bottom: 70px;
    padding-top: 70px;
}
#doomsday .success-story-content {
    max-width: 715px;
}
#doomsday .success-story-content .success-story-title {
    color: #fff;
    margin-bottom: 29px;
}
#doomsday .success-story-content .success-story-text {
    color: #fff;
}
#doomsday .success-story-image {
    background: url('./images/stories/doomsday-1.png') no-repeat bottom center;
    background-size: contain;
    margin-top: 20px;
}
#doomsday .success-story-image > div {
    min-height: 411px;
}
#candy-kingdom {
    background-color: #fff;
    padding-bottom: 70px;
    padding-top: 70px;
}
#candy-kingdom .success-story-content {
    max-width: 795px;
}
#candy-kingdom .success-story-content .success-story-title {
    margin-bottom: 17px;
}
#candy-kingdom .success-story-image {
    background: url('./images/stories/candy-kingdom-1.png') no-repeat bottom center;
    background-size: contain;
    margin-top: 26px;
}
#candy-kingdom .success-story-image > div {
    min-height: 517px;
}
#jet-pack {
    background-color: #C8ECF8;
    padding-bottom: 70px;
    padding-top: 70px;
}
#jet-pack .success-story-image {
    background: url('./images/stories/jet-pack-1.png') no-repeat bottom center;
    background-size: contain;
    margin-top: 26px;
}
#tresure-chest {
    background-color: #fff;
    padding-bottom: 70px;
    padding-top: 70px;
}
#tresure-chest .success-story-image {
    background: url('./images/stories/tresure-chest-1.png') no-repeat bottom center;
    background-size: contain;
    margin-top: 33px;
}

@media screen and (max-width: 1199px) {
    #cepia .success-story-content {
        position: static;
    }
}
@media screen and (max-width: 768px) {
    .success-story-content {
        padding: 0 20px;
    }
    .success-story-title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    #entertainment-network {
        padding-top: 66px;
        padding-bottom: 0;
    }
    #entertainment-network .success-story-content .success-story-title {
        margin-bottom: 31px;
    }
    #entertainment-network .success-story-content {
        text-align: left;
    }
    #entertainment-network .success-story-image.success-story-image-1 {
        background: url('./images/stories/entertainment-network-mobile-1.png') no-repeat center center;
        background-size: contain;
    }
    #entertainment-network .success-story-image.success-story-image-1 > div {
        min-height: 302px;
    }
    #entertainment-network .success-story-image.success-story-image-2 {
        background: url('./images/stories/entertainment-network-2.png') no-repeat -18px center;
        background-size: cover;
    }
    #entertainment-network .success-story-image.success-story-image-2 > div {
        min-height: 302px;
    }
    #entertainment-network .success-story-image.success-story-image-3 {
        background: url('./images/stories/entertainment-network-mobile-3.png') no-repeat center center;
        background-size: contain;
        margin-bottom: -80px;
    }
    #entertainment-network .success-story-image.success-story-image-3 > div {
        min-height: 520px;
    }
    #entertainment-network .success-story-image.success-story-image-4 {
        background: url('./images/stories/entertainment-network-mobile-4.png') no-repeat center top;
        background-size: contain;
    }
    #entertainment-network .success-story-image.success-story-image-4 > div {
        min-height: 372px;
    }

    #tresure-chest {
        padding-top: 58px;
        padding-bottom: 0;
    }
    #tresure-chest .carousel {
        padding: 50px 0 32px;
    }
    #tresure-chest .carousel > .container {
        margin-top: 0px;
    }
    #tresure-chest .carousel > nav {
        margin-top: 43px;
    }
    #tresure-chest .carousel > nav a {
        background-color: rgb(104, 156, 204);
        opacity: .2;
    }
    #tresure-chest .carousel > nav a:hover {
        opacity: .5;
    }
    #tresure-chest .carousel > nav a.current {
        opacity: 1;
        background-color: #aee5fc;
    }
    #tresure-chest .carousel .slide .slide-img {
        height: 321px;
    }
    #tresure-chest .carousel .slide .slide-img.slide-img-1 {
        background: url('./images/stories/tresure-chest-mobile-1.png') no-repeat bottom center;
        background-size: contain;
    }
    #tresure-chest .carousel .slide .slide-img.slide-img-2 {
        background: url('./images/stories/tresure-chest-mobile-2.png') no-repeat bottom center;
        background-size: contain;
    }
    #tresure-chest .carousel .slide .slide-img.slide-img-3 {
        background: url('./images/stories/tresure-chest-mobile-3.png') no-repeat bottom center;
        background-size: contain;
    }
    #tresure-chest .carousel .slide .slide-img.slide-img-4 {
        background: url('./images/stories/tresure-chest-mobile-4.png') no-repeat bottom center;
        background-size: contain;
    }

    #employ {
        padding-top: 61px;
        padding-bottom: 0;
    }
    #employ .carousel {
        padding: 55px 0 85px;
    }
    #employ .carousel > .container {
        margin-top: 0px;
    }
    #employ .carousel > nav {
        margin-top: 43px;
    }
    #employ .carousel > nav a {
        background-color: #fff;
        opacity: 1;
    }
    #employ .carousel > nav a:hover {
        opacity: .5;
    }
    #employ .carousel > nav a.current {
        opacity: 1;
        background-color: #ed6564;
    }
    #employ .carousel .slide .slide-img {
        height: 299px;
    }
    #employ .carousel .slide .slide-img.slide-img-1 {
        background: url('./images/stories/employ-mobile-1.png') no-repeat bottom center;
        background-size: contain;
    }
    #employ .carousel .slide .slide-img.slide-img-2 {
        background: url('./images/stories/employ-mobile-2.png') no-repeat bottom center;
        background-size: contain;
    }
    #employ .carousel .slide .slide-img.slide-img-3 {
        background: url('./images/stories/employ-mobile-3.png') no-repeat bottom center;
        background-size: contain;
    }
    #employ .carousel .slide .slide-img.slide-img-4 {
        background: url('./images/stories/employ-mobile-4.png') no-repeat bottom center;
        background-size: contain;
    }
    #employ .carousel .slide .slide-img.slide-img-5 {
        background: url('./images/stories/employ-mobile-5.png') no-repeat bottom center;
        background-size: contain;
    }
    #employ .carousel .slide .slide-img.slide-img-6 {
        background: url('./images/stories/employ-mobile-6.png') no-repeat bottom center;
        background-size: contain;
    }
    #employ .carousel .slide .slide-img.slide-img-7 {
        background: url('./images/stories/employ-mobile-7.png') no-repeat bottom center;
        background-size: contain;
    }

    #thegym {
        padding-top: 62px;
        padding-bottom: 28px;
    }
    #thegym .success-story-image {
        background: url('./images/stories/thegym-mobile-1.png') no-repeat right center;
        background-size: contain;
        margin-top: 44;
    }
    #thegym .success-story-content {
        text-align: left;
    }

    #manage-my-wedding {
        padding-top: 59px;
    }
    #manage-my-wedding .success-story-image {
        background-size: cover;
        margin-top: 62px;
    }
    #manage-my-wedding .success-story-image > div {
        min-height: 477px;
    }

    #lester {
        padding-top: 59px;
        padding-bottom: 19px;
    }
    #lester .success-story-content {
        text-align: left;
    }
    #lester .success-story-image {
        margin-top: 10px;
    }
    #lester .success-story-image > div {
        min-height: 236px;
    }

    #lllt {
        padding-top: 59px;
        padding-bottom: 0;
    }
    #lllt .carousel {
        padding: 39px 0 36px;
    }
    #lllt .carousel > .container {
        margin-top: 0px;
    }
    #lllt .carousel > nav {
        margin-top: 35px;
    }
    #lllt .carousel > nav a {
        background-color: #fff;
        opacity: 1;
    }
    #lllt .carousel > nav a:hover {
        opacity: .5;
    }
    #lllt .carousel > nav a.current {
        opacity: 1;
        background-color: #89dae6;
    }
    #lllt .carousel .slide .slide-img {
        height: 359px;
    }
    #lllt .carousel .slide .slide-img.slide-img-1 {
        background: url('./images/stories/lllt-mobile-1.png') no-repeat bottom center;
        background-size: contain;
    }
    #lllt .carousel .slide .slide-img.slide-img-2 {
        background: url('./images/stories/lllt-mobile-2.png') no-repeat bottom center;
        background-size: contain;
    }
    #lllt .carousel .slide .slide-img.slide-img-3 {
        background: url('./images/stories/lllt-mobile-3.png') no-repeat bottom center;
        background-size: contain;
    }

    #cepia {
        padding-top: 53px;
    }
    #cepia .success-story-content .success-story-title {
        margin-bottom: 30px;
    }
    #cepia .success-story-image {
        background: url('./images/stories/cepia-1.png') no-repeat bottom center;
        background-size: cover;
        margin-top: 0;
    }
    #cepia .success-story-image > div {
        min-height: 450px;
    }

    #doomsday {
        padding-top: 59px;
        padding-bottom: 39px;
    }
    #doomsday .success-story-image {
        background: url('./images/stories/doomsday-1.png') no-repeat bottom center;
        background-size: contain;
        margin-top: 22px;
    }
    #doomsday .success-story-image > div {
        min-height: 156px;
    }

    #candy-kingdom {
        padding-top: 62px;
        padding-bottom: 22px;
    }
    #candy-kingdom .success-story-content .success-story-title {
        margin-bottom: 21px;
    }
    #candy-kingdom .success-story-image {
        background: url('./images/stories/candy-kingdom-mobile-1.png') no-repeat bottom center;
        background-size: cover;
        margin-top: 28px;
    }
    #candy-kingdom .success-story-image > div {
        min-height: 517px;
    }

    #jet-pack {
        padding-top: 59px;
        padding-bottom: 0;
    }
    #jet-pack .carousel {
        padding: 20px 0 37px;
    }
    #jet-pack .carousel > .container {
        margin-top: 0px;
    }
    #jet-pack .carousel > nav {
        margin-top: 48px;
    }
    #jet-pack .carousel > nav a {
        background-color: #fff;
        opacity: 1;
    }
    #jet-pack .carousel > nav a:hover {
        opacity: .5;
    }
    #jet-pack .carousel > nav a.current {
        opacity: 1;
        background-color: #5ab8f4;
    }
    #jet-pack .carousel .slide:first-of-type {
        margin-left: 15vw;
    }
    #jet-pack .carousel .slide {
        width: 80vw;
    }
    #jet-pack .carousel .slide .slide-img {
        height: 187px;
    }
    #jet-pack .carousel .slide .slide-img.slide-img-1 {
        background: url('./images/stories/jet-pack-mobile-1.png') no-repeat bottom center;
        background-size: contain;
    }
    #jet-pack .carousel .slide .slide-img.slide-img-2 {
        background: url('./images/stories/jet-pack-mobile-2.png') no-repeat bottom center;
        background-size: contain;
    }
    #jet-pack .carousel .slide .slide-img.slide-img-3 {
        background: url('./images/stories/jet-pack-mobile-3.png') no-repeat bottom center;
        background-size: contain;
    }
    #jet-pack .carousel .slide .slide-img.slide-img-4 {
        background: url('./images/stories/jet-pack-mobile-4.png') no-repeat bottom center;
        background-size: contain;
    }


}




@media screen and (max-width: 64em) {

    #header-contact ul {
        text-align: center;
    }

    #header-contact ul li {
        display: inline-block;
        float: none;
    }

    .tablet-hidden {
        display: none !important;
    }

    .tablet-only {
        display: block !important;
    }

    #header {
        padding: 1em 0;
    }

    .toggle-nav {
        padding:5px;
        float: right;
        display:block;
        background: #555;
        color:#777;
        font-size:20px;
        transition:color linear 0.15s;
        text-decoration:none;
        width: 26px;
        height: 22px;
        background: url("images/hamburger.svg") no-repeat;
        background-size: cover;
    }

    .toggle-nav.active {
        text-decoration:none;
        color:#66a992;
        background: #ccc;
        width: 19px;
        height: 19px;
        background: url("images/close.svg") no-repeat;
        background-size: cover;
        margin: 12.1px 4px 0 0;
    }

    .icon-bar {
        border-radius: 1px;
        display: block;
        height: 3px;
        margin: 5px;
        width: 22px;
    }
    .icon-bar {
        background-color:#fff;
    }

    .menu_top {
        position:relative;
        display:block;
        width: 100%;
        float:right;
        margin-top: 5px;
    }

    .menu_top ul.active {
        display:none;
    }

    .menu-main-menu-container {
        position: absolute;
        background: #333;
        width: 100%;
        z-index: 10;
    }

    .menu_top ul {
        padding: 1em;
    }

    .menu_top li {
        margin: 5px 0px 5px 0px;
        float: none;
        display: block;
    }

    .menu_top li a {
        text-transform: uppercase;
        color: #fff;
        text-decoration: none;
        display: block;
        text-align: center;
        width: 100%;
        padding: 10px 0;
        font-weight: 300;
        font-family: "Open Sans", sans-serif;
    }

    #logo {
        position: absolute;
        z-index: 10;
    }

    #header-hero {
        padding: 2em 0;
        border-bottom: 1px solid #fff;
    }

    h2, #homepage-content h2, #header-hero h2 {
        font-size: 28px;
		padding-bottom: 30px;
    }

    #header #header-contact {
        border: none;
    }

    #header {
        background-repeat: no-repeat;
        /*background-size: contain;*/
        background-position: center;
    }

    #header-contact a,
    #header-contact span
    {
        color: #fff;
        text-decoration: none;
        line-height: 20px;
        font-size: 14px;
        font-weight: bold;
        font-family: "Open Sans", sans-serif;
    }

    #header-contact img {
        display: inline;
        vertical-align: middle;
        margin: 0;
        padding: 0;
        padding-right: 4px;
    }

    #header-contact li {
        margin: 0;
        float: left;
        display: block;
        margin-right: 10px;
    }

    #header-contact li span {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .blog-item .blog-author {
        text-align: center;
    }

    .blog-item .icon-helper {
        display: block;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .blog-item .blog-author img {
        margin-left: 0;
    }
}

@media screen and (max-width: 48em) {

    // #header-hero a {
    //     display: none;
    // }

    #header-hero h2 {
        margin: 0;
        /* margin-top: 2em; */
        padding: 0;
    }

    #contact-form .form-first-col .form-cont,
    #contact-form .form-second-col .form-cont,
    #contact-form .form-third-col .form-cont {
        padding: 0;
    }

    #header {
        padding: 1em 0;
    }

    .mobile-hidden {
        display: none !important;
    }

    .mobile-only {
        display: block !important;
    }

    .toggle-nav {
        padding:5px;
        float: right;
        display:block;
        background: #555;
        color:#777;
        font-size:20px;
        transition:color linear 0.15s;
        text-decoration:none;
        width: 26px;
        height: 22px;
        background: url("images/hamburger.svg") no-repeat;
        background-size: cover;
    }

    .toggle-nav.active {
        text-decoration:none;
        color:#66a992;
        background: #ccc;
        width: 19px;
        height: 19px;
        background: url("images/close.svg") no-repeat;
        background-size: cover;
        margin: 12.1px 4px 0 0;
    }

    .icon-bar {
        border-radius: 1px;
        display: block;
        height: 3px;
        margin: 5px;
        width: 22px;
    }
    .icon-bar {
        background-color:#fff;
    }

    .menu_top {
        position:relative;
        display:block;
        width: 100%;
        float:right;
        margin-top: 5px;
    }

    .menu_top ul.active {
        display:none;
    }

    .menu-main-menu-container {
        position: absolute;
        background: #333;
        width: 100%;
    }


    .menu_top ul {
        padding: 1em;
    }

    .menu_top li {
        margin: 5px 0px 5px 0px;
        float: none;
        display: block;
    }

    .menu_top li a {
        text-transform: uppercase;
        color: #fff;
        text-decoration: none;
        display: block;
        text-align: center;
        width: 100%;
        padding: 10px 0;
        font-weight: 300;
        font-family: "Open Sans", sans-serif;
    }

    .success-story .story-content {
        float: none;
    }

    #footer #social-icons {
        float: none;
        margin: 0 auto;
        width: 140px;
    }

    #footer #copyright {
        margin-top: 1em;
        text-align: center;
    }

    #footer .footer-menu a {
        white-space: nowrap;
    }

    #footer .footer-menu li {
        overflow: hidden;
        text-overflow: ellipsis;
        color: #fff;
    }

    #logo {
        position: absolute;
        z-index: 10;
    }

    #header-hero {
        padding: 2em 0;
        border-bottom: 1px solid #fff;
    }

    h2, #homepage-content h2, #header-hero h2 {
        font-size: 28px;
    }

    #header #header-contact {
        border: none;
    }

    #header {
        background-repeat: no-repeat;
        /*background-size: contain;*/
        background-position: center;
    }

    #header-contact a,
    #header-contact span
    {
        color: #fff;
        text-decoration: none;
        line-height: 20px;
        font-size: 14px;
        font-weight: bold;
        font-family: "Open Sans", sans-serif;
    }

    #header-contact img {
        display: inline;
        vertical-align: middle;
        margin: 0;
        padding: 0;
        padding-right: 4px;
    }

    #header-contact li {
        margin: 0;
        float: left;
        display: block;
        margin-right: 10px;
    }

    #header-contact li span {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    #homepage-blocks .homepage-block {
        padding: 1em;
    }

    .homepage-block-readmore {
        float:right;
    }

    #homepage-blocks .homepage-block .block-content p {
        text-align: justify;
    }

    .pricing-wrap table {
        margin: 0 auto;
        margin-bottom: 2em;
    }

    .blog-item .blog-author {
        text-align: right;
    }

    .blog-item .icon-helper {
        display: inline-block;
    }

    .blog-item .blog-author img {
        margin-left: 10px;
    }
}

/* BLOG */

.blog-item-container {
    margin: 0 7px;
}

.blog-item {
    margin: 1em auto;
    background: transparent;
    max-width: 345px;
    min-height: 335px;
}
// .blog-image {
//     height: 143px;
// }
.blog-item img {
    width: 100%;
}

// .blog-item img {
//     width: auto;
// }

.blog-author-meta {
    width: 100%;
    margin-top: 13px;
    height: 30px;
}

.blog-author-meta.mobile-only {
    width: 100%;
    margin-bottom: 15px;
    height: 30px;
}

.blog-author-meta img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 7px;
}

.blog-author-meta-post {
    margin: 0 auto;
    height: 45px;
    margin-bottom: 20px;
    text-align: center;
}
.blog-author-meta-post .blog-author-name {
    line-height: 45px;
}

.blog-author-meta-post img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 7px;
}

.blog-author-meta-post-info {
    display: inline;
    text-align: left;
}
.blog-author-meta-post-info span {
    // display: block;
    font-size: 13px;
    color: #505050;
    line-height: 45px;
    vertical-align: top;
}

.blog-author-name {
    font-size: 13px;
    color: #888888;
    vertical-align: top;
    line-height: 29px;
}

.blog-item h2 {
    text-align: left;
    padding: 0 0 21px 0;
}

// .blog-item:hover .blog-content h2 a {
//     color: #2db6cf;
// }

.blog-content h2 a:hover {
    color: #2db6cf;
}

.blog-item h2 a {
    color: #474747;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    line-height: 1.4;
}

.blog-content {
    padding-top: 12px;
}

.blog-content h2 {
    font-size: 16px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    color: #474747;
}

.blog-content p {
    line-height: 1.6;
    color: #474747;
    /*text-align: justify;*/
    font-size: 15px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
}

.home-blog-title {
    font-size: 35px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    color: #474747;
}

.home-blog-title {
    padding: 55px 0 41px;
}

.blog-item {
    margin-top: 0px;
}

.blog-author {
    margin: 1em;
    text-align: right;
}

.author-link {
    line-height: 48px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
    font-size: 14px;
}

.icon-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.blog-author .avatar {
    /*float:right;*/
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    display: inline;
    vertical-align: middle;
}

.blog-item .blog-author img {
    margin-left: 10px;
}

#content .blog-item p {
    text-align: left;
}

.blog-item.hover {
    background: #2db6cf;
}

#content .blog-item.hover p, .blog-item.hover h2 a {
    color: #fff;
}

.blog-categories {
    text-align: center;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #ccc;
}

.blog-categories a {
    color: #999;
    text-decoration: none;
}

.blog-categories a.active, .blog-categories a:hover {
    color: #2db6cf;
}

.alm-btn-wrap {
    text-align: center;
}

#home-blog #load-more {
    display: none;
}

#load-more {
    background: #2db6cf;
    color: #fff;
    border: none;
    padding: 0.5em 2em;
    display: inline;
}

.alm-btn-wrap #load-more.done {
    display: none;
}

.disq-comment {
    margin-top: 60px;
}

/* TEAM */

.team-photo {
    text-align: center;
    margin-bottom: 37px;
}

.team-photo img {
    width: 70px;
}

.team-name {
    margin-top: 10px;
}


.team-spec {
    font-size: 12px;
}

.team-name a {
    color: #474747;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}

.team-spec a {
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #474747;
    text-decoration: none;
}

.team-link {
    font-size: 14px;
    text-align: center;
    color: #2db6cf;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
}

.team-block-title {
    font-size: 25px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    color: #474747;
    padding-top: 46px;
    padding-bottom: 37px;
}

#homepage-team {
    background-color: #f9f9f9;
    min-height: 336px;
}

.team-image span {
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

#ilia {
    background: url("images/team/ilia.png") no-repeat;
    background-size: cover;
}

#maria {
    background: url("images/team/maria.png") no-repeat;
    background-size: cover;
}

#oleksi {
    background: url("images/team/alexey-2.png") no-repeat;
    background-size: cover;
}

#nick {
    background: url("images/team/nick.png") no-repeat;
    background-size: cover;
}

#kate {
    background: url("images/team/kate.png") no-repeat;
    background-size: cover;
}

#natalie {
    background: url("images/team/natalie.png") no-repeat;
    background-size: cover;
}

/* WHY CHOOSE US */

.icon-why-choose {
    font-size: 37px;
    color: #8a8a8a;
}

.icon-icon_1 {
    font-size: 39px;
}

.icon-icon_2 {
    font-size: 26px;
}

.icon-icon_3 {
    font-size: 49px;
}

.icon-icon_5 {
    font-size: 36px;
}

.icon-icon_bubble {
    background: url(images/bubble_icon.svg) no-repeat;
    background-size: cover;
    height: 38px;
    width: 54px;
    display: block;
    float: right;
    margin-right: 10px;
}

.icon-icon_6 {
    font-size: 45px;
}

#homepage-content .homepage-box p.why-choose-us-text {
    font-size: 15px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    line-height: 1.6;
    color: #474747;
}

.homepage-box-second {
    padding-left: 50px;
}

/* REVIEW PAGE */
#review-page .pure-form input[type=text], #review-page .pure-form textarea {
    color: #000;
    font-size: 14px;
    border-radius: 3px;
    background-color: #ffffff;
    border: solid 1px #E4E4E4;
    text-align: left;
}
#review-page .pure-form input[type=text]:focus, #review-page .pure-form textarea:focus {
    border: solid 1px #A4A4A4;
}
#review-page input[type=text]::-webkit-input-placeholder, #review-page textarea::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #505050;
    color: rgba(0, 0, 0, 0.4);
    text-align: left;
}
#review-page input[type=text]::-moz-placeholder, #review-page textarea:::-moz-placeholder {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #505050;
    color: rgba(0, 0, 0, 0.4);
    text-align: left;
}
#review-page input[type=text]:-ms-input-placeholder, #review-page textarea:-ms-input-placeholder {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #505050;
    color: rgba(0, 0, 0, 0.4);
    text-align: left;
}
#review-page input[type=text]:-moz-placeholder, #review-page textarea:-moz-placeholder {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #505050;
    color: rgba(0, 0, 0, 0.4);
    text-align: left;
}

#review-page input[type="file"] {
    display: none;
}
#review-page .reviews {
    background-color: #f9f9f9;
    padding: 15px 0px 0;
}
#review-page .reviews-comment {
    // border-radius: 3px;
    background-color: #ffffff;
    border: solid 1px #e0dfdf;
    margin-bottom: 15px;
    padding-top: 40px;
    padding-bottom: 33px;
    border-right: none;
    border-left: none;
}

.browse-photo-avatar {
    background: url(images/Avatar.png) no-repeat center center;
    background-size: 84px;
    width: 84px;
    height: 84px;
    margin: 0 auto;
}

#review-page p {
    line-height: 14px;
    text-align: left;
}

.review-author-photo {
    text-align: center;
}

.review-author-photo img {
    width: auto;
    height: auto;
    max-height: 104px;
    max-width: 250px;
}

#review-page form {
    border-radius: 3px;
    background-color: #f9f9f9;
    margin-top: 25px;
    margin-bottom: 20px;
    padding-top: 38px;
}

.review-submit {
    width: 150px;
    height: 35px;
    border-radius: 4px;
    background-color: #2db6cf;
    border: 0;
    color: #fff;
    float: right;
    margin-top: 58px;
    margin-bottom: 30px;
}
.review-submit:hover {
    background-color: #3bc6e0;
}

.custom-file-button label {
    border-radius: 3px;
    // background-image: linear-gradient(to bottom, #eeeeee, #cbcbcb);
    // box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.88);
    background: #EAEAEA;
    // border: solid 1px #a5a5a5;
    width: 82px;
    height: 34px;
    display: block;
    line-height: 7px;
    text-align: center;
    margin: 0 auto;
    font-size: 12px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-stretch: normal;
    color: #474747;
    cursor: pointer;
}
.custom-file-button label:hover {
    background: rgba(0,0,0,.15);
}

.starratingawesome:not(:checked) > label {
    width: 31px;
    color: #D7D7D7;
    margin-right: 0;
}
.starratingawesome i {
    font-size: 27px;
    -webkit-text-stroke: 1.5px #f9f9f9;
}

.starratingawesome:not(:checked) > label:hover, .starratingawesome:not(:checked) > label:hover ~ label {
    color: #FEDA68;
}
.starratingawesome > input:checked ~ label {
    color: #FEDA68;
}
.starratingawesome:not(:checked) > label:hover i::before, .starratingawesome:not(:checked) > label:hover ~ label i::before {
    content: "\f005";
}
.starratingawesome > input:checked ~ label i::before {
    content: "\f005";
}
.starratingawesome > input:checked + label:hover, .starratingawesome > input:checked + label:hover ~ label, .starratingawesome > input:checked ~ label:hover, .starratingawesome > input:checked ~ label:hover ~ label, .starratingawesome > label:hover ~ input:checked ~ label {
    color: #FEDA68;
}

.name-and-rate-container {
    width: 35%;
    padding-right: 30px;
}

#review-page fieldset > label {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #000;
}
#review-page fieldset > p {
    margin: 0;
}
.starratingawesome {
    margin-top: 10px;
}
.starratingawesome > label {
    margin-top: 0;
}
.custom-file-button {
    margin-top: 13px;
}
#review-page textarea {
    max-height: 118px;
}
#review-page .name-and-rate-container p {
    margin: 0;
}
#review-page .name-and-rate-container fieldset {
    padding-top: 19px;
}
#review-page .review-container {
    // margin-left: -15px;
}
#review-page .review-title {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #474747;
    margin-bottom: 16px;
}
#review-page .review-text {
    max-width: 440px;
    margin: 0 auto;
}
#review-page .review-text p {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.64;
    color: #000;
    margin-bottom: 14px;
    text-align: center!important;
}
#review-page .rating-container {
    margin-bottom: 23px;
    margin-top: 30px;
}
#review-page .review-author {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    color: #000;
    margin-bottom: 7px;
}
#review-page .review-author.review-author-company {
    font-size: 13px;
}
#review-page .review-website {
    font-size: 14px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.79;
    color: #474747;
    margin-bottom: 4px;
}
#review-page .review-website .review-website-title {
    width: 80px;
    display: inline-block;
}
#review-page .review-website .review-website-content {
    display: inline-block;
}
#review-page .review-phone .review-phone-title {
    width: 80px;
    display: inline-block;
}
#review-page .review-phone .review-phone-content {
    display: inline-block;
}
#review-page .review-phone {
    font-size: 14px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.79;
    color: #474747;
    margin-bottom: 4px;
}
#review-page .rating i {
    font-size: 21px;
    margin-right: 10px;
}
.review-web {
    display: inline-block!important;
}
.review-web.company-name {
    margin-top: 20px;
}
.review-mobile {
    display: none!important;
    margin-bottom: 15px!important;
}
#review-page div.wpcf7-mail-sent-ok {
    display: none!important;
}



/* THINK OUTSIDE THE BOX! */

#homepage-content-think-outside {
    padding: 55px 335px 0;
    background-color: #f9f9f9;
}

#homepage-content-think-outside h2 {
    color: #474747;
    font-size: 35px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;;
    padding-top: 0px;
    padding-bottom: 50px;
}

.think-outside-title {
    padding-top: 22px;
    padding-bottom: 10px;
}

.think-outside-wrapper {
    text-align: center;
    margin-bottom: 72px;
}

.think-outside-img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.think-outside-title {
    font-size: 20px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    color: #474747;
}

.think-outside-description {
    width: 145.7px;
    font-size: 15px;
    text-align: center;
    color: #474747;
    margin: 0 auto;
}

#think-outside-img-airbnb {
    background: url("images/airbnb.png") no-repeat;
    background-size: cover;
}

#think-outside-img-uber {
    background: url("images/uber.png") no-repeat;
    background-size: cover;
}

#think-outside-img-facebook {
    background: url("images/facebook.png") no-repeat;
    background-size: cover;
}

#think-outside-img-instagram {
    background: url("images/instagram.png") no-repeat;
    background-size: cover;
}

#think-outside-img-netflix {
    background: url("images/netflix.png") no-repeat;
    background-size: cover;
}

#think-outside-img-alibaba {
    background: url("images/alibaba.png") no-repeat;
    background-size: cover;
}

/* GURUS SAY */

#homepage-content-gurus-say {
    padding: 55px 55px 35px;
    background-color: #fff;
}

#homepage-content-gurus-say h2 {
    font-size: 35px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    color: #474747;
    padding-top: 0px;
    padding-bottom: 50px;
}

.gurus-say-title {
    padding-top: 22px;
    padding-bottom: 14px;
}

.gurus-say-wrapper {
    text-align: center;
    margin-bottom: 20px;
}

.gurus-say-img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background-color: #d8d8d8;
    border-radius: 50%;
}

.gurus-say-title {
    font-size: 18px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    color: #474747;
}

.gurus-say-description {
    width: 259px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    color: #474747;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
}

#gurus-say-img-gary {
    background: url("images/gary-vaynerchuk.png") no-repeat;
    background-size: cover;
}

#gurus-say-img-mark {
    background: url("images/mark-zuckerberg.png") no-repeat;
    background-size: cover;
}

#gurus-say-img-wozniak {
    background: url("images/steve-wozniak.png") no-repeat;
    background-size: cover;
}

#gurus-say-img-surname {
    background-size: cover;
}

/* SUB FOOTER */

.sub-footer {
    background-color: #39424d;
    padding: 29px;
}

.subscribe-form-title {
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
}

.pure-form {
    margin-bottom: 33px;
}

.australia-map-title {
    text-align: center;
    margin-bottom: 15px;
    color: #fff;
    font-size: 13px;
    color: #e1e1e1;
    margin-top: 0px;
}

.australia-map {
    height: 150px;
    width: 230px;
    margin: 0 auto;
    background: url("images/Australia map_footer.svg") no-repeat;
    background-size: cover;
    float: right;
    margin-right: 60px;
}

#social-icons {
    margin-bottom: 32px;
}

#social-icons a {
    text-decoration: none;
    font-size: 40px;
}

.social-icon {
    color: #fff;
    padding-right: 27px;
    transition: all 0.3s;
}

.social-icon:hover {
    color: #2DB6CF;
}

.copyright {
    font-size: 11px;
    color: #888888;
}

.sub-footer::-webkit-input-placeholder {
    line-height: 19px;
    font-size: 14px;
    color: #888888;
}
.sub-footer::-moz-placeholder {
    line-height: 19px;
    font-size: 14px;
    color: #888888;
}
.sub-footer:-ms-input-placeholder {
    line-height: 19px;
    font-size: 14px;
    color: #888888;
}
.sub-footer:-moz-placeholder {
    line-height: 19px;
    font-size: 14px;
    color: #888888;
}

.sub-footer input[type=email] {
    border-radius: 4px 0px 0px 4px;
    border: none;
    width: 230px;
    color: #888888;
}

.sub-footer input[type=submit] {
    line-height: 38px;
    font-size: 16px;
    color: #ffffff;
    border-radius: 0px 4px 4px 0px;
    position: relative;
    left: -4px;
    background-color: #2db6cf;
    width: 79px;
    border:none;
    vertical-align: middle;
}

#sub-footer-email {
    display: inline-block;
}

#sub-footer-join {
    display: inline-block;
}

.pure-form input[type=email] {
    background-color: #fff;
}

.subscribe-form-join-btn {
    line-height: 24px;
    font-size: 16px;
    color: #ffffff;
    border-radius: 0px 4px 4px 0px;
    position: relative;
    left: -4px;
    background-color: #2db6cf;
    width: 79px;
}

.wpcf7-validates-as-required {
    background-color: rgba(254, 68, 68, 0.15);
    border: solid 1px #ff4343;
}



.custom-checkbox {
  position: relative;
  padding: 0 30px 0 0;
  cursor: pointer;
  line-height: 20px;
  min-height: 20px;
  display: inline-block;
  vertical-align: top;
  color: #41515e;
  font-size: 13px;
  text-align: left;
  line-height: 10px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  margin: 0!important;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.custom-checkbox input[type="checkbox"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.custom-checkbox .fa-check {
  display: none;
  position: absolute;
  top: 0;
  left: 3px;
  color: #fff;
  font-size: 12px;
  line-height: 19px;
  z-index: 2;
}
.custom-checkbox:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  border: 1px solid #A4A4A4;
  background-color: #fff;
  border-radius: 2px;
  z-index: 1;
}
.custom-checkbox:not(.checked):hover:after {
  box-shadow: inset 0 0 4px 0 rgba(174, 188, 198, 0.55);
}
.custom-checkbox.checked .fa-check {
  display: inline-block;
}
.custom-checkbox.checked:after {
  border-color: transparent;
  background-color: #70C4D4;
  height: 15px;
  width: 15px;
}
#team-container {
    padding: 0 5%;
}
.review-rating {
  font-size: 30px;
}
.review-rating-item-selected {
  position: relative;
  display: inline-block;
}
.review-rating-item-selected::before {
  content: "\2605";
  position: absolute;
  left: 0;
  color: gold;
}

.review-img {
  display: block;
}
.review-rating {
  display: block;
}
.review-content {
  display: block;
}
.review-company {
  display: block;
}
.review-author {
  display: block;
}

#header .wrap {
  height: 100%;
}




@media (max-width: 890px) {
    .australia-map {
        float: none;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .australia-map-title {
        margin-top: 20px;
    }

    .sub-footer input[type=email] {
        width: 160px;
        display: inline-block;
    }
    .subscribe-form-join-btn {
        width: 65px;
    }

    .pure-form button[type=submit] {
        margin-top: 0px;
    }

    .pure-form input[type=email] {
        margin-bottom: 0px;
    }
    .user-permission-web span.wpcf7-list-item {
        margin-left: 0;
        display: none;
    }

    .user-permission-mobile span.wpcf7-list-item {
        margin-left: 0;
        display: inline-block;
        margin-top: 10px;
    }
    #user-permission {
        margin-top: 32px;
        position: static;
    }
    span.wpcf7-list-item {
        margin-left: 0;
    }
}

@media (max-width: 970px) {
    #homepage-content-think-outside {
        padding: 55px 55px 0;
        background-color: #f9f9f9;
    }
    .gurus-say-description {
        width: 200px;
    }
}

@media (max-width: 1200px) {
    #homepage-content-think-outside {
        padding: 55px 165px 0;
        background-color: #f9f9f9;
    }
    .gurus-say-description {
        width: 200px;
    }
}

@media screen and (min-width: 48em) {
    .pure-u-md-1-6 {
        width: 15%;
    }
    #team-container .pure-u-md-1-6 {
        width: 16.6667%;
    }
    #first-team-member-container {
        margin-left: 5%;
    }
    .pure-u-md-1-5 {
        width: 19%;
    }
    #first-footer-menu-container {
        margin-right: 5%;
    }
}

@media (max-width: 1024px) {
    #homepage-blocks .homepage-block .block-content {
        max-width: 485px;
        width: auto;
        padding-right: 2em;
    }
    .block-content-text {
        max-width: 485px;
        width: auto;
    }
    .homepage-box-second {
        padding-left: 0;
    }

}

@media screen and (max-width: 48em) {
    .toggle-nav {
        background: transparent;
        padding: 0;
        margin-top: 10.6px;
        width: 26px;
        height: 22px;
        background: url("images/hamburger.svg") no-repeat;
        background-size: cover;
    }
    .toggle-nav span:nth-child(1) {
        margin-bottom: 6.5px;
    }
    .toggle-nav span:nth-child(3) {
        margin-top: 6.5px;
    }
    .icon-bar {
        border-radius: 0;
        height: 3px;
        margin: 0;
        width: 26px;
    }
    #header {
        position: relative;
        padding: 0;
        /*background: -webkit-linear-gradient(rgba(20,20,20, .4), rgba(20,20,20, .4)), url( "images/top bg image.png");
        background: -o-linear-gradient(rgba(20,20,20, .4), rgba(20,20,20, .4)), url( "images/top bg image.png");
        background: linear-gradient(rgba(20,20,20, .4), rgba(20,20,20, .4)), url( "images/top bg image.png");
        background-size: cover;*/
    }
    #header-contact {
        position: absolute;
        bottom: 19.7px;
        width: 344px;
        left: 50%;
        margin-left: -172px;
    }
    #header #header-contact {
        padding: 0px;
    }
    .wrap {
        padding: 0 21px;
    }
    .menu_top {
        margin-top: 0px;
    }
    #logo-container-mobile {
        height: 43.2px;
    }
    .header-contact-info {
        padding-right: 10px;
    }
    .header-contact-info:first-of-type {
        padding-left: 10px;
    }
    #header-hero {
        border-bottom: none;
    }
    #header-contact span, #header-contact a {
        font-size: 13px;
        color: #bababa;
        line-height: 22px;
        font-weight: 300;
        font-family: "Open Sans", sans-serif;
    }
    #header-contact a {
        line-height: 24px;
    }
    #header-contact span.icon {
        opacity: 0.4;
        font-weight: 400;
        line-height: 22px;
    }
    #header-contact span.icon-mark {
        font-size: 21.3px;
        line-height: 22px;
    }
    #header-contact span.icon-Mail {
        font-size: 15.6px;
        line-height: 22px;
    }
    #header-contact span.icon-Phone {
        font-size: 18px;
        line-height: 22px;
    }
    #header-hero h2 {
        font-size: 40px;
		padding-bottom: 30px;
    }
    .learn-more-button {
        max-width: 195px;
        padding: 16px 45px;
        /* margin-top: 53px; */
    }
    .icon-slider {
        display: inline-block;
        font-size: 38px;
        width: 49%;
        margin: 0;
        padding: 0;
        padding-bottom: 22px;
    }
    .slide-block {
        padding: 53px 24px 34px;
    }
    .slide-block-title {
        font-weight: 400;
    }
    #homepage-blocks .homepage-block {
        padding: 25px 24px;
    }
    #homepage-blocks .homepage-block .block-content {
        padding-right: 52px;
    }
    #homepage-blocks #block1 {
        background: linear-gradient(rgba(254, 254, 239, 0.7), rgba(254, 254, 239, 0.7)), url( "images/girl_all.png") top right;
        background-repeat: no-repeat;
        background-size: cover;
        height: 420px;
    }

    #homepage-blocks #block2 {
        background: linear-gradient(rgba(20, 23, 51, 0.74), rgba(20, 23, 51, 0.74)), url( "images/Right image_big.png") top left;
        background-repeat: no-repeat;
        background-size: cover;
        height: 420px;
    }
    #homepage-blocks .homepage-block {
        padding-right: 0;
    }
    .homepage-block-readmore {
        display: inline-block;
        color: #ffffff;
        font-size: 13px;
        letter-spacing: 2px;
        max-width: 175px;
        border-radius: 3px;
        background-color: #2db6cf;
        text-decoration: none;
        padding: 15px 37px;
        text-transform: uppercase;
        font-weight: 300;
        font-family: "Open Sans", sans-serif;
        float: none;
        border: none;
    }
    #homepage-blocks .homepage-block .block-content p {
        text-align: left;
    }
    #homepage-team {
        padding-bottom: 40px;
    }
    #homepage-team .wrap {
        padding: 0 18px;
    }
    /* .team-image span {
        width: 100px;
        height: 100px;
    } */
    .team-block-title {
        font-size: 29px;
        font-weight: 300;
        font-family: "Open Sans", sans-serif;
        text-align: center;
        color: #474747;
        padding: 30px 30px 41px;
    }
    .team-name a {
        font-size: 17px;
    }
    .team-spec a {
        font-weight: 400;
        font-size: 14px;
        color: #474747;
        text-decoration: none;
    }
    .team-link {
        font-size: 16px;
        text-align: center;
        color: #2db6cf;
        font-weight: 300;
        font-family: "Open Sans", sans-serif;
        text-decoration: none;
        padding: 14px 72px;
        border: 1px solid #2db6cf;
        border-radius: 3px;
    }
    #homepage-content .wrap {
        padding: 0 27px;
    }
    #homepage-content h2 {
        text-align: center;
        font-size: 30px;
        font-weight: 300;
        font-family: "Open Sans", sans-serif;
        color: #474747;
        padding: 40px 30px 41px;
    }
    #homepage-content .homepage-box h4 {
        font-size: 20px;
    }
    #homepage-content .homepage-box p.why-choose-us-text {
        font-size: 16px;
        font-weight: 300;
        font-family: "Open Sans", sans-serif;
        line-height: 1.5;
        color: #474747;
    }
    #homepage-content .homepage-box {
        padding-bottom: 69px;
    }
    #homepage-content .homepage-box .homepage-box-content {
        margin-left: 80px;
    }
    #homepage-content .homepage-box:last-of-type {
        padding-bottom: 40px;
    }
    #homepage-content-think-outside {
        padding: 55px 0;
    }
    #homepage-content-think-outside .wrap {
        padding: 0 25px;
    }
    #homepage-content-gurus-say {
        padding: 40px 26px;
    }
    .gurus-say-description {
        width: 100%;
    }
    .gurus-say-wrapper {
        margin-bottom: 69px;
    }
    #gurus-say-wrapper-last {
        margin-bottom: 0px;
    }
    #homepage-content-gurus-say h2 {
        font-size: 30px;
        padding: 0 20px 50px;
    }
    #contact-form .wrap {
        padding: 0 15px;
    }
    #contact-form h2 {
        font-size: 30px;
        padding: 40px 0 38px;
    }
    #contact-form textarea {
        margin: 0.65em 0 0 0;
    }
    #contact-form .wpcf7-submit {
            margin: 40px 0 0;
    }
    .pure-form {
        margin-bottom: 0;
    }
    #block1 {
        position: relative;
    }
    #block2 {
        position: relative;
    }
    .reamore-cont {
        position: absolute;
        bottom: 24px;
    }
    .subfooter-menu {
        position: relative;
    }
    .menu-main-menu-container {
        position: absolute;
        top: -29px;
        right: -21px;
        width: 284px;
        background: #000;
    }
    .toggle-nav.active {
        position: absolute;
        right: 0;
        z-index: 100;
        width: 19px;
        height: 19px;
        background: url("images/close.svg") no-repeat;
        background-size: cover;
        margin: 12.1px 4px 0 0;
    }
    .menu_top ul {
        padding: 98px 28.5px 0 29px;
    }
    .menu_top li a {
        text-align: left;
        text-transform: none;
        line-height: 1.9;
    }
    #header #top-login-mobile {
        padding-bottom: 69px;
        padding-top: 50px;
    }
    #header #top-login-mobile a {
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        font-family: "Open Sans", sans-serif;
        text-decoration: none;
        display: block;
        border: 1px solid rgba(255,255,255,0.69);
        border-radius: 3px;
        line-height: 20px;
        width: 100%;
        padding: 14px 0;
        text-align: center;
    }
    #logo-container-mobile {
        margin-top: 29px;
    }

}


@media screen and (max-width: 767px) {
    // #header {
    //     height: 100vh;
    // }
    .home-blog-title {
        font-size: 30px;
        padding: 30px 0 25px;
    }
    .blog-item {
        margin: 0 auto 30px;
        min-height: none;
        border-bottom: 2px solid rgba(151,151,151, 0.25);
    }
    #home-blog .alm-reveal .pure-u-1:last-of-type .blog-item {
        border-bottom: none;
    }
    #home-blog {
        padding-bottom: 27px;
    }
    #home-blog .pure-img {
        height: 180px;
    }
    .blog-image {
         height: auto;
    }
    .blog-item h2 {
        padding: 0 0 15px 0;
    }
    .blog-item {
        min-height: auto;
    }
    .blog-item-container {
        margin: 0;
    }
    .blog-content {
        padding: 15px 0 31px;
    }
    .think-outside-wrapper {
        text-align: left;
    }
    .think-outside-img {
        float: left;
    }
    .think-outside-title {
        display: inline-block;
        text-align: left;
        padding-top: 0;
        padding-bottom: 12px;
        padding-left: 29px;
    }
    .think-outside-description {
        display: inline-block;
        text-align: left;
        width: 190px;
        font-size: 16px;
        padding-left: 29px;
    }
    #think-outside-wrapper-last {
        margin-bottom: 0;
    }
    /*#contact-form select, #contact-form .caret-bottom {
        display: none;
    }*/
    #footer {
        padding: 29px 17px 42px;
    }
    #footer .wrap {
        padding: 0;
    }
    .footer-menu:nth-child(odd) {
        width: 61%;
    }
    .footer-menu:nth-child(even) {
        width: 39%;
    }
    #contact-menu-mobile {
        display: block;
        position: absolute;
        bottom: 0;
    }
    #contact-menu {
        display: none;
    }
    .subfooter-menu {
        display: table;
    }
    #social-icons {
        display: table-header-group;
    }
    .sub-footer {
        padding: 45px 21px 60px;
    }
    .sub-footer .wrap {
        padding: 0;
    }
    .sub-footer input[type=email] {
        width: 249px;
    }
    .sub-footer input[type=submit] {
        line-height: 48px;
    }
    .subscribe-form-join-btn {
        width: 23%;
        position: absolute;
        left: inherit;
        line-height: 34px;
    }
    .subfooter-menu .pure-form input[type=email] {
        line-height: 34px;
    }
    #social-icons a {
        font-size: 55px;
        display: inline-block;
    }
    .social-icon {
        padding-right: 0;
    }
    #twitter-link {
        width: 26%;
    }
    #facebook-link {
        width: 22%;
    }
    #linkedin-link {
        text-align: right;
        width: 22%;
    }
    #googleplus-link {
        text-align: right;
        width: 26%;
    }
    .subscribe-form-title {
        text-align: center;
        margin: 40px auto 17px;
        width: 223px;
        font-size: 16px;
    }
    .australia-map-title {
        margin: 40px auto 17px;
    }
    .australia-map {
        height: 190px;
        width: 290px;
    }
    #copyright {
        text-align: center;
        margin-top: 62px;
        font-size: 12px;
    }
    #homepage-blocks .homepage-block .block-content p {
        margin-bottom: 27px;
    }
    .icon-slider {
        font-size: 29px;
    }
    .name-and-rate-container {
        width: 100%;
        padding-right: 0;
    }
    #review-page .review-container {
        margin-left: 0;
    }
    #review-page .reviews {
        // background-color: #fff;
        padding: 0;
        // margin-left: -7px;
        // margin-right: -7px;
    }
    #review-form {
        // margin-right: -21px;
        // margin-left: -21px;
        margin-top: 0px!important;
        padding: 21px 15px 30px;
    }
    .review-submit {
        margin-bottom: 0;
        width: 100%;
        margin-top: 15px!important;
    }
    .review-web {
        display: none!important;
    }
    .review-mobile {
        display: inline-block!important;
        margin-bottom: 15px;
        width: 100%;
        text-align: center;
    }
    #review-page .name-and-rate-container fieldset p {
        display: inline-block;
    }
    #review-page .name-and-rate-container fieldset label {
        // display: inline-block;
        vertical-align: top;
        line-height: 27px;
    }
    #review-page .name-and-rate-container fieldset div {
        // display: inline-block;
    }
    .starratingawesome {
        // margin-left: 29px!important;
    }
    .browse-photo-avatar {
        display: inline-block;
    }
    .custom-file-button {
        display: inline-block;
        vertical-align: inherit;
        margin-top: 23px;
        margin-left: 30px;
    }
    .review-title-rating-container {
        width: 170px;
        margin-left: 20px;
        margin-bottom: 7px!important;
        width: 100%;
        margin-left: 0;
    }
    .review-author-photo {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        text-align: center;
    }
    #review-page .review-text {
        padding: 0 20px 11px;
    }
    #review-page .review-author {
        padding: 0 20px;
    }
    #review-page .review-website {
        padding: 0 20px;
    }
    #review-page .review-phone {
        padding: 0 20px;
    }


}

@media screen and (max-width: 756px) {
    .think-outside-description {
        width: 50%;
    }
}
@media screen and (max-width: 567px) {
    .think-outside-description {
        width: 70%;
    }
}
@media screen and (max-width: 479px) {
    .think-outside-description {
        width: 60%;
    }
    .blog-author-meta-post {
    	height: 90px;
    }
    .pure-form label.custom-checkbox {
        display: inline-block;
    }
}


@media screen and (max-width: 375px) {
    #header {
        height: 602px;
        /*background: url( "images/bg-image-mobile.png");
        background-size: cover;*/
    }
    #homepage-blocks #block1 {
        background: url( "images/left-image@2x.png");
        background-repeat: no-repeat;
        background-size: cover;
    }

    #homepage-blocks #block2 {
        background: url( "images/right-image@2x.png");
        background-repeat: no-repeat;
        background-size: cover;
    }
    #contact-form {
        // background: url("images/contact-form-bg@2x.png");
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 40px;
    }
    .think-outside-description {
        width: 190px;
    }
}

@media screen and (max-width: 368px) {
   .think-outside-description {
    width: 180px;
   }
}

@media screen and (max-width: 358px) {
    .think-outside-img {
        width: 70px;
        height: 70px;
    }
   .think-outside-description {
    width: 170px;
   }
}

@media screen and (max-width: 330px) {
    .review-title-rating-container {
        width: 160px;
    }
}

@media screen and (max-width: 320px) {
    .think-outside-img {
        width: 70px;
        height: 70px;
    }
    .think-outside-description {
        width: 170px;
    }
    .sub-footer input[type=email] {
        width: 194px;
    }
    .review-title-rating-container {
        width: 150px;
    }
}


@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
    .toggle-nav {
        background: transparent;
        padding: 0;
        margin-top: 10.6px;
        width: 26px;
        height: 22px;
        background: url("images/hamburger.svg") no-repeat;
        background-size: cover;
    }
    .toggle-nav span:nth-child(1) {
        margin-bottom: 6.5px;
    }
    .toggle-nav span:nth-child(3) {
        margin-top: 6.5px;
    }
    .icon-bar {
        border-radius: 0;
        height: 3px;
        margin: 0;
        width: 26px;
    }
    #header {
        position: relative;
        padding: 29px 0 0;
    }
    #header-contact {
        position: absolute;
        bottom: 19.7px;
        width: 344px;
        left: 50%;
        margin-left: -172px;
    }
    #header #header-contact {
        padding: 0px;
    }
    .wrap {
        padding: 0 21px;
    }
    .menu_top {
        margin-top: 0px;
    }
    #logo-container-mobile {
        height: 43.2px;
    }
    .header-contact-info {
        padding-right: 10px;
    }
    #header-hero {
        border-bottom: none;
    }
    #header-contact span, #header-contact a {
        font-size: 13px;
        color: #bababa;
        line-height: 22px;
        font-weight: 300;
        font-family: "Open Sans", sans-serif;
    }
    #header-contact a {
        line-height: 24px;
    }
    #header-contact span.icon {
        opacity: 0.4;
        font-weight: 400;
        line-height: 22px;
    }
    #header-contact span.icon-mark {
        font-size: 21.3px;
        line-height: 22px;
    }
    #header-contact span.icon-Mail {
        font-size: 15.6px;
        line-height: 22px;
    }
    #header-contact span.icon-Phone {
        font-size: 18px;
        line-height: 22px;
    }
    #header-hero h2 {
        font-size: 40px;
    }
    .learn-more-button {
        max-width: 195px;
        padding: 16px 45px;
        margin-top: 53px;
    }
    .icon-slider {
        display: inline-block;
        font-size: 38px;
        width: 49%;
        margin: 0;
        padding: 0;
        padding-bottom: 22px;
    }
    .slide-block {
        padding: 53px 24px 34px;
    }
    .slide-block-title {
        font-weight: 400;
    }
    .menu-main-menu-container {
        position: absolute;
        top: -29px;
        right: -27px;
        width: 284px;
        background: #000;
    }
    .toggle-nav.active {
        position: absolute;
        right: 0;
        z-index: 100;
        width: 19px;
        height: 19px;
        background: url("images/close.svg") no-repeat;
        background-size: cover;
        margin: 12.1px 4px 0 0;
    }
    .menu_top ul {
        padding: 98px 28.5px 0 29px;
    }
    .menu_top li a {
        text-align: left;
        text-transform: none;
        line-height: 1.9;
    }
    #header #top-login-mobile {
        padding-bottom: 69px;
        padding-top: 50px;
    }
    #header #top-login-mobile a {
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        font-family: "Open Sans", sans-serif;
        text-decoration: none;
        display: block;
        border: 1px solid rgba(255,255,255,0.69);
        border-radius: 3px;
        line-height: 20px;
        width: 100%;
        padding: 14px 0;
        text-align: center;
    }
    #header #top-login-mobile {
        width: 100%;
    }

}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
    #social-icons {
        padding-top: 33px;
    }
    #header #top-login-mobile {
        width: 100%;
    }
}

@media only screen
and (min-device-width : 414px)
and (max-device-width : 736px)
and (orientation : landscape) {
   .think-outside-description {
    width: 195px;
   }
}

@media only screen
and (min-device-width : 414px)
and (max-device-width : 736px)
and (orientation : portrait) {
   #header {
        height: 671px;
    }
}

@media only screen
and (min-device-width : 412px)
and (max-device-width : 732px)
and (orientation : portrait) {
   #header {
        height: 602px;
    }
}

@media only screen
and (min-device-width : 412px)
and (max-device-width : 732px)
and (orientation : landscape) {
    .think-outside-description {
        width: 140px !important;
    }
}

@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
and (orientation : landscape) {
   .think-outside-description {
    width: 170px;
   }
   #homepage-content-think-outside {
    padding-bottom: 0px;
   }
   #twitter-link {
        width: 30%;
    }
    #facebook-link {
        width: 20%;
    }
    #linkedin-link {
        text-align: right;
        width: 20%;
    }
    #googleplus-link {
        text-align: right;
        width: 30%;
    }
}

@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
and (orientation : portrait) {
    .reamore-cont {
        position: relative;
        bottom: 0;
    }
    #header-contact {
        position: absolute;
        bottom: 72.3px;
    }

}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : landscape) {
    #homepage-blocks #block1 {
        height: 480px;
    }
    #homepage-blocks #block2 {
        height: 480px;
    }
    .think-outside-description {
        width: 110px;
    }
    #twitter-link {
        width: 30%;
    }
    #facebook-link {
        width: 20%;
    }
    #linkedin-link {
        text-align: right;
        width: 20%;
    }
    #googleplus-link {
        text-align: right;
        width: 30%;
    }

}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : portrait) {
    .slide-block {
        padding: 0;
        padding-top: 64px;
        padding-bottom: 66px;
    }

}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 325px)
and (orientation : portrait) {
    #header-contact {
        width: 310px;
        left: 50%;
        margin-left: -155px;
    }
    .header-contact-info {
        padding-right: 0;
    }
    #header {
        height: 500px;
    }

   #header-hero h2 {
        font-size: 35px;
    }
    #header #top-login-mobile {
        padding-bottom: 17px;
        padding-top: 0px;
    }
    #twitter-link {
        width: 26%;
    }
    #facebook-link {
        width: 24%;
    }
    #linkedin-link {
        text-align: right;
        width: 24%;
    }
    #googleplus-link {
        text-align: right;
        width: 26%;
    }

}

@media screen and (min-width: 750px)
and  (max-width: 1024px){

    .toggle-nav {
        background: transparent;
        padding: 0;
        margin-top: 10.6px;
        width: 26px;
        height: 22px;
        background: url("images/hamburger.svg") no-repeat;
        background-size: cover;
    }
    .toggle-nav span:nth-child(1) {
        margin-bottom: 6.5px;
    }
    .toggle-nav span:nth-child(3) {
        margin-top: 6.5px;
    }
    .icon-bar {
        border-radius: 0;
        height: 3px;
        margin: 0;
        width: 26px;
    }
    #header {
        position: relative;
        padding: 29px 0 0;
    }
    #header #header-hero {
      margin-top: 20px;
    }
    #header-contact {
        position: absolute;
        bottom: 19.7px;
        width: 344px;
        left: 50%;
        margin-left: -172px;
    }
    #header #header-contact {
        padding: 0px;
    }
    .wrap {
        padding: 0 21px;
    }
    .menu_top {
        margin-top: 0px;
    }
    #logo-container-mobile {
        height: 43.2px;
    }
    .header-contact-info {
        padding-right: 10px;
    }
    #header-hero {
        border-bottom: none;
    }
    #header-contact span, #header-contact a {
        font-size: 13px;
        color: #bababa;
        line-height: 22px;
        font-weight: 300;
        font-family: "Open Sans", sans-serif;
    }
    #header-contact a {
        line-height: 24px;
    }
    #header-contact span.icon {
        opacity: 0.4;
        font-weight: 400;
        line-height: 22px;
    }
    #header-contact span.icon-mark {
        font-size: 21.3px;
        line-height: 22px;
    }
    #header-contact span.icon-Mail {
        font-size: 15.6px;
        line-height: 22px;
    }
    #header-contact span.icon-Phone {
        font-size: 18px;
        line-height: 22px;
    }
    #header-hero h2 {
        font-size: 40px;
    }
    .learn-more-button {
        max-width: 195px;
        padding: 16px 45px;
        margin-top: 0px;
    }
    .icon-slider {
        display: inline-block;
        font-size: 38px;
        width: 49%;
        margin: 0;
        padding: 0;
        padding-bottom: 22px;
    }
    .slide-block {
        padding: 53px 24px 34px;
    }
    .slide-block-title {
        font-weight: 400;
    }
    .menu-main-menu-container {
        position: absolute;
        top: -29px;
        right: -27px;
        width: 284px;
        background: #000;
    }
    .toggle-nav.active {
        position: absolute;
        right: 0;
        z-index: 100;
        width: 19px;
        height: 19px;
        background: url("images/close.svg") no-repeat;
        background-size: cover;
        margin: 12.1px 4px 0 0;
    }
    .menu_top ul {
        padding: 98px 28.5px 0 29px;
    }
    .menu_top li a {
        text-align: left;
        text-transform: none;
        line-height: 1.9;
    }
    #header #top-login-mobile {
        padding-bottom: 69px;
        padding-top: 50px;
    }
    #header #top-login-mobile a {
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
        display: block;
        border: 1px solid rgba(255,255,255,0.69);
        border-radius: 3px;
        line-height: 20px;
        width: 100%;
        padding: 14px 0;
        text-align: center;
    }
    #header #top-login-mobile {
        width: 100%;
    }

}

@media(max-width: 576px){
    #homepage-slides .slide-block .review-content{
        min-height: 60px;
    }
}

@media(max-width: 480px){
    .contact-form .form-cont .wpcf7-not-valid-tip{
        top: -20px;
    }
}

@media(max-width: 380px){
  #homepage-slides .slide-block .review-content{
    min-height: 80px;
  }
}

.form-cont input {
    line-height: 1.4em !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
