/* Custom Stylesheet */

/**
 * Use this file to override Materialize files so you can update

 */

/*popup styles*/
.pop-up-background {
    background: rgba(255, 255, 255, .8);
    cursor: pointer;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
.pop-up-background-modal {
    cursor: default;
}
.pop-up {
    visibility: hidden;
    left: 50%;
    margin-left: -400px;
    max-width: 800px;
    position: absolute;
    top: 20px;
    width: 90%;
    z-index: 100;
}
#output {
    display: none;
}
.pop-up.small {
    margin-left: -200px;
    max-width: 400px;
}
.pop-up.medium {
    margin-left: -300px;
    max-width: 600px;
}
.pop-up.large {
    margin-left: -400px;
    max-width: 800px;
}
.pop-up-content {
    background: #fff;
    -webkit-box-shadow: 0px 1px 10px 2px #ccc;
    -moz-box-shadow: 0px 1px 10px 2px #ccc;
    box-shadow: 0px 1px 10px 2px #ccc;
    min-height: 30px;
    padding: 24px;
}
.pop-up-content .close, .pop-up-footer {
    text-align: right;
}
.pop-up-footer {
    padding-top: 24px;
}
.pop-up-body {
    font-size: 16px;
    color: #666;
}
.pop-up-display-content {
    display: none;
}
.pop-up .close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
}
.pop-up .close a {
    font-size: 18px;
    color: #d22;
    width: 24px;
    height: 24px;
    background: url('/assets/images/icon-cross.png') no-repeat 0 0;
    display: inline-block;
}
.pop-up .close a:hover {
    opacity: 0.6;
}
.pop-up-btn {
    padding: 8px 15px;
    display: inline-block;
    background: #3B4658;
    border-radius: 3px;
    margin-left: 10px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}
.pop-up-btn:hover, .pop-up-btn:focus {
    background: #6A798E;
}
.pop-up .screen-reader-text {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
.ie6 .pop-up {
    border: 10px solid #CED4E2;
    width: 600px;
}
@media only screen and (max-width:48em) {
    .top-menu .sgn-in, 
    .top-menu .login {
        padding: 8px 10px;
    }
    .pop-up.large {
        left: 5%;
        margin: 0;
    }
}
@media only screen and (max-width:30em) {
    .pop-up.small, .pop-up.medium {
        left: 5%;
        margin: 0;
    }
    .pop-up-content {
        padding: 12px;
    }
    .pop-up-footer {
        padding-top: 12px;
    }
    .pop-up-form h4 {
        margin-top: 30px;
        font-size: 1.6rem !important;
    }
    .pop-up-form input {
        margin-bottom: 25px !important;
    }
    .side-nav li {
        padding: 0 0px;
    }
    .side-nav {

        /*padding-top: 15px;*/ width: 200px !important;
    }
    .side-nav a {
        padding: 20px 10px !important;
        line-height: 130% !important;
        height: auto !important;
    }
    .error-page h4, .page-content h4 {
        font-size: 22px !important;
    }
}

/*validation messages*/
.subscrb .error-msg, .subscrb .notice-msg, .u-guide-sign .error-field, .u-guide-sign .msg-sent, .land-right .ret-error, .land-right .success, .pop-up-form #alert-msg, .sgn-up .ret-error, .sgn-up .success, .signup-form-large .ret-error, .signup-form-large .success {
    font-size: 14px !important;
    line-height: 130% !important;
    border-radius: 2px !important;
    padding: 5px !important;
    color: #fff !important;
    border-bottom: solid;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-width: 3px !important;
}
.widget_wysija_cont #form-wysija-2 .wysija-msg .notice-msg, .land-right .success, .u-guide-sign .msg-sent, .pop-up-form .success, .sgn-up .success, .signup-form-large .success {
    background: #2CCF6C !important;
    border-color: #22A857 !important;
    display: block;
}
.u-guide-sign .error-field, .subscrb .error, .land-right .ret-error, .pop-up-form .ret-error, .sgn-up .ret-error, .signup-form-large .ret-error {
    background: #E55057 !important;
    border-color: #CC0000 !important;
    display: block;
}
.subscrb .error-msg ul {
    margin: 0;
}
#pricing-frm-div .error, .pop-up-form .error, .land-form input.error {
    box-shadow: 0 1px 0 0 #E46666;
    border-bottom: 1px solid #E46666 !important;
}
.error:focus {
    box-shadow: 0 1px 0 0 #E46666 !important;
}
.loader-img {
    width: 100%;
    position: absolute;
    bottom: 33px;
    z-index: 2;
    left: 0;
    text-align: center;
}
.u-guide-sign, .subscrb {
    position: relative;
}
h2 {
    margin: 1.78rem 0 2.424rem 0;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #d9d9d9;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    box-sizing: content-box;
    height: 0;
    margin: 0;
}
html {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}
a img {
    border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}
::-webkit-input-placeholder {
    color: grey;
}
:-moz-placeholder {

    /* Firefox 18- */
    color: grey;
}
::-moz-placeholder {

    /* Firefox 19+ */
    color: grey;
}
:-ms-input-placeholder {
    color: grey;
}
.row {
    margin-bottom: 0;
}
.container {
    width: 80%;
}
.icon-block {
    padding: 0 15px;
}
nav {
    position: relative;
    z-index: 10;
}
nav .button-collapse i {
}
nav .brand-logo img {
    width: 75px;
    padding-top: 5px;
}
nav a {
    color: #585858;
    outline: none;
    font-family: "Roboto", sans-serif;
}
nav ul li:hover, nav ul li.active {
    background-color: rgba(3, 169, 244, 0.1);
}
.side-nav {
    height: 100%;
}
.side-nav li:hover, .side-nav li.active {
    background-color: rgba(3, 169, 244, 0.1);
}
.f-nav {

    /*z-index: 100;*/
    position: fixed;
    top: 0;
    width: 100%;
}
.f-nav nav {
    background: rgba(0, 0, 0, 0.8) !important;
}
.f-nav .side-nav {
    z-index: 20;
}
nav .sgn-in,
nav .login {
    border: 1px solid #03A9F4;
    line-height: normal;
    padding: 8px 20px;
    float: right;
    margin: 15px 0 0 10px;
    webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    border-radius: 0.2em;
    color: #03A9F4;
}
nav .sgn-in:hover,
nav .login:hover {
    background: #03A9F4;
    border: 1px solid #03A9F4;
    color: #fff;
}
nav .sub-menu {
    position: absolute;
    background: rgba(246, 249, 252, 1);
    display: block;
    width: 100%;
    display: none;
    z-index: 2;
}
nav .sub-menu .row .col.l3 {
    width: 19.8%;
}
nav .sub-menu .box {
    text-align: center;    /*padding: 40px 10px 80px;*/
    padding: 0px;
    display: block;
    line-height: normal;
    position: relative;
}
nav .sub-menu .box:hover {
    background: #fff;
}
nav .sub-menu .box h4 {
    margin: 10px 0 0;
    font-size: 18px;
    color: #03A9F4;
    line-height: 20px;
}
nav .sub-menu .box p {
    line-height: normal;
    margin: 10px auto;
    color: #474747;
    font-size: 13px;
    line-height: 20px;
    width: 75%;
}
nav .sub-menu .drpdwn-button {
    position: relative;
    left: 0;
    right: 0;
    bottom: -30px;
}
nav .sub-menu .drpdwn-button span {
    padding: 6px 10px;
    border: 1px solid #03A9F4;
    webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    border-radius: 0.2em;
}
nav .sub-menu .drpdwn-button span:hover {
    background: #03A9F4;
    border: 1px solid #03A9F4;
    color: #fff;
}
nav .sub-menu .box a {
    line-height: normal;    /*padding: 6px 10px;*/

    /*border: 1px solid #03A9F4;*/
    color: #03A9F4;
    font-weight: 300;
    vertical-align: bottom;
    padding: 40px 10px 80px;
    display: block;
}
nav .sub-menu .box a:hover {

    /* background: #03A9F4;*/

    /*border: 1px solid #03A9F4;*/

    /*color: #fff;*/
}
.open-1 {
    display: block !important;
}

/*---Popup Form---*/
.pop-up-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.pop-up-background {
    background: rgba(36, 35, 35, 0.8);
}
.pop-up-form form {
    margin: 10px auto 0;
}
.pop-up-form h4 {
    text-align: center;
    display: block;
    padding: 20px;
    margin-bottom: 30px;
    background: #03a9f4;
}
#form .hide {
    display: none;
}
.pop-up-form input {
    margin-bottom: 50px;
}
.success-wrap {
    text-align: center;
    margin: 20px 0 45px;
}
.success-wrap h5 {
    color: #444;
}
.success-wrap h5 span {
    font-weight: bold;
    color: #03A9F4;
}
.success-wrap .popup-btn {
    margin: 0 auto !important;
    float: none !important;
}
.m-t-30 {
    margin-top: 30px;
}
.loader {
    display: none;
}

/*---Slider---*/
.banner-cntnt h5 {
    margin-bottom: 20px;
}
.bx-wrapper .bx-pager {
    display: none;
}
.bx-wrapper {
    margin-bottom: 0;
}
.bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
.bx-wrapper .bx-controls-direction a {
    top: 3.1%;
    z-index: 1;
}
.section.no-pad-bot {
    background: url(../images/banner.jpg) no-repeat top center;
    padding: 100px 0;
    background-size: cover;
}
.price-top-title1 {
    background: url(../images/b1.jpg) no-repeat top center;
    width: 100%;
    max-width: 100%;
    background-size: cover;
}
.price-top-title2 {
    background: url(../images/b2.jpg) no-repeat top center;
    width: 100%;
    max-width: 100%;
    background-size: cover;
}
.price-top-title3 {
    background: url(../images/b3.jpg) no-repeat top center;
    width: 100%;
    max-width: 100%;
    background-size: cover;
}
.price-top-title4 {
    background: url(../images/b4.jpg) no-repeat top center;
    width: 100%;
    max-width: 100%;
    background-size: cover;
}
h1 {
    font-size: 3.5rem;
    line-height: 4.62rem;
    margin: 0 0px -2rem;
    letter-spacing: -2px;  
    /*  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);*/
    padding-bottom: 1rem;
    font-weight: 900;
}
.section .img-90 img {
    max-width: 90%;
}
.vac {
    display: table;
}
.vac .row-item {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    float: none !important;
}
.vac .hme-row-item {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    float: none !important;
}
.even .row-item .text .title, .even .row-item .text .subtitle {
    padding: 0 55px 0 0px !important;
}
#headline-subtitle h5 {
    font-size: 1.4em;
    line-height: 2rem;
    margin-top: 20px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    font-weight: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.row.testimonial {
    vertical-align: middle;
    text-align: left;
    list-style: outside none none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}
.col.s12.testimonial-avatar img {
    padding-bottom: 0px;
    border-radius: 60%;
    width: 75%;
    height: auto;
}
footer_logo_wrapper {
    text-align: center;
}
.col.s12 blockquote {
    margin-right: 0px;
    margin-left: 0px;
    padding: 5px 0px 0px 30px;
    border-left: 1px solid #EDEDED;
    background: transparent
    url("../images/quote.png") no-repeat scroll 3px 5px;
    font-size: 2.2em;
    line-height: 1.3;
    font-style: italic;
    font-family: "ff-meta-serif-web-pro", serif;
}
.testimonial-author {
    margin-bottom: 0px;
    font-size: 1.00em;
    font-weight: bold;
    padding-left: -100px;
    text-align: right;
}
#footer_logo {
    display: inline-block;
    margin: 0 0 0 -5rem;
    background-image: url('http://www.tieitapp.com/assets/images/logo.png');
    background-repeat: no-repeat;
    background-size: 100%
}
#intro-text p {
    font-size: 1.5rem;
}
.section p {
    font-family: open-sans, Helvetica, Verdana, Arial, sans-serif;
    line-height: 1.68;
    font-size: 18px;
    color: #474747;
    margin-top: 10px;
    margin-bottom: 16px;
    display: block;
    font-weight: 100 !important;
    text-align: justify;
}
.section img {
    max-width: 100%;
    border-radius: 4px;
    border: none;
    width: 100%;
}
.section h2 {
    font-size: 40px;
}
.section h3 {
    font-size: 30px;
    margin: 0;
}
.section h4 {
    font-size: 25px;
    color: #03a9f4;
}
.section.intro-text p {
    font-size: 20px;
}
.section ul li {
    font-size: 18px;
    list-style-image: url(../images/bullet.png);
    vertical-align: top;
    margin-left: 6px;
}
section.hme-first {
    background: #03A9F4;
    padding: 30px 0 40px;
}
section.hme-first p {
    color: #fff;
}
section.hme-first h2 {
    margin: 0 0 30px 0;
}

/*section.hme-first h3{
margin-top: 38px;
}*/
section.hme-second {
    padding: 30px 0 40px;
}
section.hme-third {
    background: #36a64f;
    padding: 30px 0 40px;
}
section.hme-third p {
    color: #fff;
}
section.hme-third h2 {
    margin: 0 0 30px 0;
}
section.hme-fourth {
    padding: 30px 0;
}
section.blkqte {
    padding: 30px 0;
}
section.abt-fndr {
    text-align: center;
    padding: 30px 0;
    background: #F7F7F7;
}
section.abt-fndr blockquote {
    border-left: none !important;
    text-align: center;
}
section.abt-fndr .testimonial-author {
    text-align: center;
}
section.abt-fndr .contnt {
    width: 70%;
    margin: auto;
    font-size: 28px;
    font-weight: 200;
    line-height: 40px;
}
section.abt-fndr .contnt p {
    margin-top: 0;
}
section.abt-fndr .contnt span {
    font-size: 22px;
}
section.abt-fndr .contnt span b {
    font-weight: 300;
}
section.abt-fndr .contnt span a {
    font-weight: normal;
    color: #000;
}
section.abt-fndr .contnt span a:hover {
    color: #03a9f4;
    text-decoration: underline;
}

/*section.c-ful {
background: #03a9f4;
padding: 30px 0;
text-align: center;
}
section.c-ful .btn, .btn-large, .btn-flat{
background: transparent;    
height: 45px;
line-height: 45px;
}
section.c-ful .brd{
border: 1px solid #f1f1f1;
margin-left: 20px;
}

section.c-ful .z-depth-1, .card-panel, .card, .toast, .btn, .btn-large, .btn-floating, .dropdown-content, .collapsible, .side-nav, section.c-ful .z-depth-1-half, .btn:hover, .btn-large:hover, .btn-floating:hover
{
box-shadow:none;
}*/
section.c-ful {
    background: #03a9f4;
    padding: 60px 0;
    text-align: center;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
section.c-ful a {
    color: #fff;
    display: inline-block;
}
section.c-ful h4 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: -15px;
}
section.c-ful p {
    font-size: 28px;
    font-weight: 300;
}
section.c-ful:hover {
    background: #4CAF50;
}
section.sgn-up {
    text-align: center;
    padding: 30px 0;
}
section.sgn-up img {
    width: 16%;
    height: auto;
}
section.sgn-up p {
    font-size: 30px;
    font-weight: 300;
}
section.sgn-up .frm-outr {
    background: grey;
    border-radius: 4px;
    padding: 1px 0 30px;
    text-align: center;
}
section.sgn-up .frm-outr p {
    text-align: center;
    font-size: 20px;
    color: #fff;
    padding-bottom: 10px;
    line-height: 140%;
}
section.sgn-up .frm-outr .inpt {
    border: none;
    background: #fff;
    margin-right: 10px;
    width: 30%;
    margin-bottom: 0;
    padding-left: 10px;
    webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    border-radius: 0.2em;
    color: #333;
}
.sgn-up input.error, .signup-form-large input.error {
    box-shadow: 0 3px 0 0 #E40000;
    border-bottom: 1px solid #E40000 !important;
}
section.sgn-up .frm-outr .btn {
    height: 45px;
    line-height: 46px;
    padding: 0 4rem;
    letter-spacing: 0.5px;
}
section.sgn-up .frm-outr input[type="submit"], .pop-up-form .popup-btn, .success-wrap .popup-btn {
    background: none;
    border: none;
    font-style: normal;
    outline: none;
}
footer.page-footer {
    margin: 0 0 0 0;
    padding: 0;
    background-color: transparent;
}
footer.page-footer .footer-copyright {
    height: auto;
}
footer.page-footer .footer-copyright .links {
    float: left;
}
footer ul li a {
    color: #737373;
    line-height: 30px;
}
footer .blg ul li {
    display: block;
    clear: both;
}
footer .blg ul li a {
    line-height: 20px;
    margin-bottom: 15px;
    float: left;
}
footer ul li a:hover {
    color: #03a9f4;
}
footer .adrs {
    color: #737373;
}
footer .adrs a {
    margin-bottom: 5px;
    display: inline-block;
    color: #039be5;
    line-height: 150%;
}
footer address {
    font-style: normal;
    line-height: 20px;
    padding: 10px 0;
    font-size: 15px;
}
footer .ftr-lnk .ftr ul {
    margin: 0 0 30px 0;
    width: 50%;
    float: left;
}
.ftr-lnk a {
    font-size: 15px;
}
.tour-ftr {
    background: #000 url(../images/tr-ftr-img.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    max-width: 100%;
}
.tour-ftr .mdi-av-play-arrow::before {
    font-size: 22px;
}
footer.tour-ftr .ftr-txt {
    padding: 60px 0;
    text-align: center;
    background: rgba(255, 255, 255, .1);
}
footer.tour-ftr .ftr-txt .tour-link, footer.tour-ftr .ftr-txt a {
    font-size: 40px;
    font-weight: 200;
    color: #C7C7C7;
    cursor: pointer;
    display: inline-block;
}
footer.tour-ftr .ftr-txt .tour-link {
    line-height: 45px;
}
footer.tour-ftr i {
    float: right;
    opacity: .6;
}
footer.tour-ftr i img {
    width: 50px;
}
footer.tour-ftr .tour-link:hover i {
    opacity: 1;
}
footer.tour-ftr .ftr-txt .tr-last {
    line-height: 24px;
    font-size: 28px;
}
footer.tour-ftr .tr-last i img {
    width: 30px;
}
footer.tour-ftr .tr-last:hover i {
    opacity: 1;
}
footer.tour-ftr .vopp {
    margin-left: 30px;
}
footer.tour-ftr .pgntn {
    padding: 30px 0;
    background: rgba(0, 0, 0, .6);
}
footer.tour-ftr .pgntn p {
    margin: 0;
    color: #676767;
    text-align: center;
}
.cpyrgt {
    float: right;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
}
.love {
    margin-bottom: -2px;
    width: 18px;
}
.footer-logo {
    margin-bottom: -3px;
    width: 90px;
}
.links a {
    color: #000;
    margin-right: 10px;
    font-size: 13px;
    font-weight: normal;
}
.mdi-av-play-arrow:before {
    font-size: 18px;
}
section.actvty-dsh-brd {
    background: #03a9f4;
    padding: 40px 0 0;
}
section.actvty-dsh-brd h4, section.actvty-dsh-brd  p {
    color: #fff !important;
}
section.edt-anmtd-lne .desc-1 .line {
    top: -174px !important;
}

/*section.wlcm {background: #fff;}*/
section.wlcm .title, section.second .title {
    float: none;
}
section.wlcm .row-item, section.second .row-item {
    width: 100% !important;
}
section.top-title {
    padding: 60px 0 60px 0;
}
section.third {
    background: #4caf50;
    padding: 30px 0;
}
section.third .mda-brwsr-non, section.seventh .mda-brwsr-non {
    background: none;
    border: none;
    padding-top: 0;
}
section.third .mda-brwsr-non img, section.seventh .mda-brwsr-non img {
    box-shadow: none;
}
section.third .title, section.third .subtitle, section.third .item {
    color: #fff !important;
}
section.third .item:hover, section.third .item.active {
    color: #36A64F !important;
}
section.fourth .frm-outr input[type="submit"] {
    background: none;
    border: none;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    outline: none;
}
section.fourth .frm-outr .btn {
    height: 51px;
    line-height: 53px;
    padding: 0 5rem;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-clip: padding-box;
    webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}
section.fifth {
    background: #FF7043;
    padding: 30px 0 0;
}
section.fifth  h4, section.fifth  p {
    color: #fff !important;
}
section.seventh {
    padding: 30px 0;
}
.grid {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
}
.grid:after {
    content: "";
    display: table;
    clear: both;
}
.acquire-tour .grid {
    overflow: visible;
    max-width: 1364px;
}
.acquire-tour .title {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.4;
    letter-spacing: -.02em;
    font-size: 2.5rem;
    text-align: center;
}
.color-section {
    color: #fff;
    padding: 0;
}
.white-section {
    color: #616161;
}
.acquire-tour .section-subheadline {
    max-width: 800px;
    margin: 20px auto 0;
}

/*grid*/
.grid {
    max-width: 1364px;
    width: 100%;
    box-sizing: border-box;    /*border: solid 2px red*/
    ;
    display: block;
    margin: 0px auto;
}
.sixth {

    /*background: gray;*/
    padding: 30px 0;
}
.module-feature-list-mobile .feature-list-inner {
    max-width: 1080px;
    width: 100%;
}
.acquire-tour .tour-block {
    overflow: hidden;
    position: relative;
    padding: 30px 0;
}
.wlcm h3 {
    padding: 0 0 30px 0;
    color: #fff;
}
.logo-wrap {
    min-height: 50px;
}
.inr-bnr-cntn {
    position: relative;
}
.gt-pd {
    background: url(../images/inner-banner.jpg) no-repeat top center;
    background-size: cover;
    width: 100%;
    padding: 60px 0;
}
.gt-pd h2 {
    margin: 0 !important;
}

/*---Inner Page CSS---*/
[class*=col-] {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}
[class*=col-] img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
}
.col-lg-1 {
    width: 8.33333%
}
.push-lg-1 {
    margin-left: 8.33333%
}
.col-lg-2 {
    width: 16.66667%
}
.push-lg-2 {
    margin-left: 16.66667%
}
.col-lg-3 {
    width: 25%
}
.push-lg-3 {
    margin-left: 25%
}
.col-lg-4 {
    width: 33.33333%
}
.push-lg-4 {
    margin-left: 33.33333%
}
.col-lg-5 {
    width: 41.66667%
}
.push-lg-5 {
    margin-left: 41.66667%
}
.col-lg-6 {
    width: 50%
}
.push-lg-6 {
    margin-left: 50%
}
.col-lg-7 {
    width: 58.33333%
}
.push-lg-7 {
    margin-left: 58.33333%
}
.col-lg-8 {
    width: 66.66667%
}
.push-lg-8 {
    margin-left: 66.66667%
}
.col-lg-9 {
    width: 75%
}
.push-lg-9 {
    margin-left: 75%
}
.col-lg-10 {
    width: 83.33333%
}
.push-lg-10 {
    margin-left: 83.33333%
}
.col-lg-11 {
    width: 91.66667%
}
.push-lg-11 {
    margin-left: 91.66667%
}
.col-lg-12 {
    width: 100%
}
.push-lg-12 {
    margin-left: 100%
}
.row {
    margin-left: -10px;
    margin-right: -10px;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.push-right {
    float: right;
}
.large-clear-left {
    clear: left;
}
.hide-on-large {
    display: none !important;
}
.media-browser {
    background: #e9edf0 url(../images/browser.png) no-repeat 7px 7px;
    padding-top: 22px;
    border: 1px solid #d9dee1;
    border-radius: 5px 5px 0 0;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
}
.media-browser>a, .media-browser img, .media-browser>a>img, .media-browser video {
    display: block;
    width: 100%;
    max-width: 100%;
    box-shadow: 0 0 0 1px #d9dee1;
}
.media-browser>a.retina, .media-browser img.retina, .media-browser>a>img.retina, .media-browser video.retina {
    display: none;
}
[class^="icon-"], .icon {
    display: inline-block;
    border: none;
    overflow: hidden;
    vertical-align: middle;
    background-repeat: no-repeat;
}
[class^="icon-"]:before, .icon:before {
    vertical-align: bottom;
    display: inline-block;
    content: ''
}
.icon-arrow-down {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.icon-feature-tracks-leads {
    background-image: url(http://www.tieitapp.com/assets/imgs/keep-track-of-sales.png);
    width: 46px;
    height: 39px;
}
.icon-feature-create-activities {
    background-image: url(http://www.tieitapp.com/assets/imgs/create-activity.png);
    width: 43px;
    height: 42px;
}
.icon-feature-customer-management {
    background-image: url(http://www.tieitapp.com/assets/imgs/customer-management.png);
    width: 53px;
    height: 28px;
}
.icon-feature-account-management {
    background-image: url(http://www.tieitapp.com/assets/imgs/account-management.png);
    width: 39px;
    height: 40px;
}
.icon-feature-schedule-message {
    background-image: url(http://www.tieitapp.com/assets/imgs/shedule-messages.png);
    width: 38px;
    height: 39px;
}
.icon-feature-canned-responses {
    background-image: url(http://www.tieitapp.com/assets/imgs/canned-responses.png);
    width: 42px;
    height: 40px;
}
.icon-feature-schedule-emails {
    background-image: url(http://www.tieitapp.com/assets/imgs/shedule-mail.png);
    width: 41px;
    height: 33px;
}
.icon-feature-automate-day {
    background-image: url(http://www.tieitapp.com/assets/imgs/automate-sales.png);
    width: 42px;
    height: 38px;
}
.icon-feature-google-calendar {
    background-image: url(http://www.tieitapp.com/assets/imgs/sheduling.png);
    width: 39px;
    height: 38px;
}
.icon-feature-social-crm {
    background-image: url(http://www.tieitapp.com/assets/imgs/connect-socialmedia-with-crm.png);
    width: 43px;
    height: 37px;
}
.icon-feature-multiple-accounts {
    background-image: url(http://www.tieitapp.com/assets/imgs/twitter-linkedin-integration.png);
    width: 38px;
    height: 37px;
}
.icon-feature-create-streams {
    background-image: url(http://www.tieitapp.com/assets/imgs/create-targeted-stream.png);
    width: 39px;
    height: 39px;
}
.icon-feature-communicate {
    background-image: url(http://www.tieitapp.com/assets/imgs/canned-responses.png);
    width: 42px;
    height: 40px;
}
.icon-feature-quick-responses {
    background-image: url(http://www.tieitapp.com/assets/imgs/shedule-messages.png);
    width: 38px;
    height: 39px;
}
.icon-feature-stay-in-touch {
    background-image: url(http://www.tieitapp.com/assets/imgs/deal-stages.png);
    width: 51px;
    height: 38px;
}
.icon-feature-reengage {
    background-image: url(http://www.tieitapp.com/assets/imgs/contact-segmentation.png);
    width: 45px;
    height: 45px;
}
.icon-feature-special-events {
    background-image: url(http://www.tieitapp.com/assets/imgs/sheduling.png);
    width: 39px;
    height: 38px;
}
.icon-feature-gain-insight {
    background-image: url(http://www.tieitapp.com/assets/imgs/moniter-your-competiters.png);
    width: 40px;
    height: 37px;
}
.icon-feature-crm {
    background-image: url(http://www.tieitapp.com/assets/imgs/customer-management.png);
    width: 53px;
    height: 28px;
}
.icon-feature-email-marketing {
    background-image: url(http://www.tieitapp.com/assets/imgs/personalize-mail.png);
    width: 40px;
    height: 39px;
}

/*---Get paid faster feautures Icons---*/
.icon-feature-estimates-to-invoices {
    background-image: url(http://www.tieitapp.com/assets/imgs/estimate-to-invoice.png);
    width: 31px;
    height: 41px;
}
.icon-feature-print-out-invoices {
    background-image: url(http://www.tieitapp.com/assets/imgs/print-invoice.png);
    width: 39px;
    height: 40px;
}
.icon-feature-select-from-your-contacts {
    background-image: url(http://www.tieitapp.com/assets/imgs/select-from-contact.png);
    width: 38px;
    height: 35px;
}
.icon-feature-automated-invoice-numbers {
    background-image: url(http://www.tieitapp.com/assets/imgs/automated-invoice-number.png);
    width: 40px;
    height: 40px;
}
.icon-feature-branded-invoices-estimates {
    background-image: url(http://www.tieitapp.com/assets/imgs/branded-invoice.png);
    width: 44px;
    height: 38px;
}
.icon-feature-taxes {
    background-image: url(http://www.tieitapp.com/assets/imgs/taxes.png);
    width: 47px;
    height: 36px;
}
.icon-feature-discounts {
    background-image: url(http://www.tieitapp.com/assets/imgs/discounts.png);
    width: 34px;
    height: 35px;
}
.icon-feature-define-your-terms {
    background-image: url(http://www.tieitapp.com/assets/imgs/define-terms.png);
    width: 47px;
    height: 34px;
}
.icon-feature-define-your-terms {
    background-image: url(http://www.tieitapp.com/assets/imgs/define-terms.png);
    width: 47px;
    height: 34px;
}
.icon-feature-keep-track-payments {
    background-image: url(http://www.tieitapp.com/assets/imgs/keep-track-of-payment.png);
    width: 40px;
    height: 39px;
}

/*error page*/
.error-page {
    padding: 25px 0 50px;
    min-height: 400px;
}
.error-page .container {
    padding: 0;
}
.error-page h2 {
    font-weight: bold;
    margin-bottom: 0;    /*line-height: 125%;*/
    padding: 0;
    color: #456;
}
.page-content h4, .page-content p {
    color: #456 !important;
}
.page-content a {
    width: 160px;
    margin-top: 10px;
}

/*---CRM Features Icons---*/
.icon-feature-customer-management {
    background-image: url(http://www.tieitapp.com/assets/imgs/customer-management.png);
    width: 53px;
    height: 28px;
}
.icon-feature-Robust-filtering-options {
    background-image: url(http://www.tieitapp.com/assets/imgs/filtering-options.png);
    width: 39px;
    height: 37px;
}
.icon-feature-contact-segmentation {
    background-image: url(http://www.tieitapp.com/assets/imgs/contact-segmentation.png);
    width: 45px;
    height: 45px;
}
.icon-feature-create-activities {
    background-image: url(http://www.tieitapp.com/assets/imgs/create-activity.png);
    width: 43px;
    height: 42px;
}
.icon-feature-activity-alerts {
    background-image: url(http://www.tieitapp.com/assets/imgs/activity-alerts.png);
    width: 40px;
    height: 36px;
}
.icon-feature-create-deals {
    background-image: url(http://www.tieitapp.com/assets/imgs/create-deals.png);
    width: 35px;
    height: 42px;
}
.icon-feature-deal-stages {
    background-image: url(http://www.tieitapp.com/assets/imgs/deal-stages.png);
    width: 51px;
    height: 38px;
}
.icon-feature-keep-track-salespeople {
    background-image: url(http://www.tieitapp.com/assets/imgs/keep-track-of-sales.png);
    width: 46px;
    height: 39px;
}
.icon-feature-send-emails {
    background-image: url(http://www.tieitapp.com/assets/imgs/send-emails.png);
    width: 39px;
    height: 39px;
}
.icon-feature-canned-responses {
    background-image: url(http://www.tieitapp.com/assets/imgs/canned-responses.png);
    width: 42px;
    height: 40px;
}
.icon-feature-contact-integration {
    background-image: url(http://www.tieitapp.com/assets/imgs/contact-imtegration.png);
    width: 43px;
    height: 43px;
}
.icon-feature-integrates-with-other-crm {
    background-image: url(http://www.tieitapp.com/assets/imgs/integrates-with-other-crm.png);
    width: 36px;
    height: 37px;
}

/*---Email Marketing Features Icons---*/
.icon-feature-personalize-mail {
    background-image: url(http://www.tieitapp.com/assets/imgs/personalize-mail.png);
    width: 40px;
    height: 39px;
}
.icon-feature-multiple-segments {
    background-image: url(http://www.tieitapp.com/assets/imgs/multiple-segments.png);
    width: 40px;
    height: 39px;
}
.icon-feature-lead-segmentation {
    background-image: url(http://www.tieitapp.com/assets/imgs/lead-segmentation.png);
    width: 45px;
    height: 38px;
}
.icon-feature-reporting {
    background-image: url(http://www.tieitapp.com/assets/imgs/reporting.png);
    width: 37px;
    height: 39px;
}
.icon-feature-email-automation {
    background-image: url(http://www.tieitapp.com/assets/imgs/email-automation.png);
    width: 37px;
    height: 37px;
}
.icon-feature-connect-with-workflows {
    background-image: url(http://www.tieitapp.com/assets/imgs/connect-with-workflows.png);
    width: 33px;
    height: 33px;
}
.icon-feature-shedule-mail {
    background-image: url(http://www.tieitapp.com/assets/imgs/shedule-mail.png);
    width: 41px;
    height: 33px;
}
.icon-feature-pre-reg-template {
    background-image: url(http://www.tieitapp.com/assets/imgs/pre-reg-template.png);
    width: 35px;
    height: 39px;
}
.icon-feature-own-template {
    background-image: url(http://www.tieitapp.com/assets/imgs/own-template.png);
    width: 35px;
    height: 40px;
}

/*---Social Media Features Icons---*/
.icon-feature-twitter-linkedin-integration {
    background-image: url(http://www.tieitapp.com/assets/imgs/twitter-linkedin-integration.png);
    width: 38px;
    height: 37px;
}
.icon-feature-post-to-multiple-accounts {
    background-image: url(http://www.tieitapp.com/assets/imgs/post-to-multiple-accounts.png);
    width: 47px;
    height: 34px;
}
.icon-feature-shedule-messages {
    background-image: url(http://www.tieitapp.com/assets/imgs/shedule-messages.png);
    width: 38px;
    height: 39px;
}
.icon-feature-create-targeted-stream {
    background-image: url(http://www.tieitapp.com/assets/imgs/create-targeted-stream.png);
    width: 39px;
    height: 39px;
}
.icon-feature-moniter-your-competiters {
    background-image: url(http://www.tieitapp.com/assets/imgs/moniter-your-competiters.png);
    width: 40px;
    height: 37px;
}
.icon-feature-connect-socialmedia-with-crm {
    background-image: url(http://www.tieitapp.com/assets/imgs/connect-socialmedia-with-crm.png);
    width: 43px;
    height: 37px;
}
.icon-feature-lead-tracking {
    background-image: url(http://www.tieitapp.com/assets/imgs/lead-tracking.png);
    width: 42px;
    height: 34px;
}
.icon-feature-monitor-mentions {
    background-image: url(http://www.tieitapp.com/assets/imgs/monitor-mentions.png);
    width: 40px;
    height: 37px;
}
.icon-feature-social-interations {
    background-image: url(http://www.tieitapp.com/assets/imgs/social-interations.png);
    width: 40px;
    height: 37px;
}

/*---Invoice & Estimate Features Icons---*/
.icon-feature-estimate-to-invoice {
    background-image: url(http://www.tieitapp.com/assets/imgs/estimate-to-invoice.png);
    width: 31px;
    height: 41px;
}
.icon-feature-print-invoice {
    background-image: url(http://www.tieitapp.com/assets/imgs/print-invoice.png);
    width: 39px;
    height: 40px;
}
.icon-feature-select-from-contact {
    background-image: url(http://www.tieitapp.com/assets/imgs/select-from-contact.png);
    width: 38px;
    height: 35px;
}
.icon-feature-automated-invoice-number {
    background-image: url(http://www.tieitapp.com/assets/imgs/automated-invoice-number.png);
    width: 40px;
    height: 40px;
}
.icon-feature-branded-invoice {
    background-image: url(http://www.tieitapp.com/assets/imgs/branded-invoice.png);
    width: 44px;
    height: 38px;
}
.icon-feature-taxes {
    background-image: url(http://www.tieitapp.com/assets/imgs/taxes.png);
    width: 47px;
    height: 36px;
}
.icon-feature-discounts {
    background-image: url(http://www.tieitapp.com/assets/imgs/discounts.png);
    width: 34px;
    height: 35px;
}
.icon-feature-define-terms {
    background-image: url(http://www.tieitapp.com/assets/imgs/define-terms.png);
    width: 47px;
    height: 34px;
}
.icon-feature-keep-track-of-payment {
    background-image: url(http://www.tieitapp.com/assets/imgs/keep-track-of-payment.png);
    width: 40px;
    height: 39px;
}
.icon-feature-invoice-viewed-option {
    background-image: url(http://www.tieitapp.com/assets/imgs/invoice-viewed-option.png);
    width: 42px;
    height: 33px;
}
.icon-feature-accept-payment-online {
    background-image: url(http://www.tieitapp.com/assets/imgs/accept-payment-online.png);
    width: 48px;
    height: 34px;
}
.icon-feature-enter-payments {
    background-image: url(http://www.tieitapp.com/assets/imgs/enter-payments.png);
    width: 42px;
    height: 40px;
}
.icon-feature-account-management {
    background-image: url(http://www.tieitapp.com/assets/imgs/account-management.png);
    width: 39px;
    height: 40px;
}
.icon-feature-automatic-deal-creation {
    background-image: url(http://www.tieitapp.com/assets/imgs/automatic-deal-creation.png);
    width: 38px;
    height: 41px;
}
.icon-feature-track-sales-cashflow {
    background-image: url(http://www.tieitapp.com/assets/imgs/track-sales-cashflow.png);
    width: 44px;
    height: 39px;
}

/*---Marketing & Automation Features Icons---*/
.icon-feature-create-custom-form {
    background-image: url(http://www.tieitapp.com/assets/imgs/create-custom-form.png);
    width: 32px;
    height: 38px;
}
.icon-feature-form-embed-code {
    background-image: url(http://www.tieitapp.com/assets/imgs/form-embed-code.png);
    width: 39px;
    height: 38px;
}
.icon-feature-sheduling {
    background-image: url(http://www.tieitapp.com/assets/imgs/sheduling.png);
    width: 39px;
    height: 38px;
}
.icon-feature-select-effective-designs {
    background-image: url(http://www.tieitapp.com/assets/imgs/select-effective-designs.png);
    width: 46px;
    height: 38px;
}
.icon-feature-publish-landing-pages {
    background-image: url(http://www.tieitapp.com/assets/imgs/publish-landing-pages.png);
    width: 41px;
    height: 36px;
}
.icon-feature-automatic-track-conversion {
    background-image: url(http://www.tieitapp.com/assets/imgs/automatic-track-conversion.png);
    width: 35px;
    height: 35px;
}
.icon-feature-different-call-action {
    background-image: url(http://www.tieitapp.com/assets/imgs/different-call-action.png);
    width: 46px;
    height: 32px;
}
.icon-feature-track-lead-behavior {
    background-image: url(http://www.tieitapp.com/assets/imgs/track-lead-behavior.png);
    width: 40px;
    height: 39px;
}
.icon-feature-connection-with-crm {
    background-image: url(http://www.tieitapp.com/assets/imgs/connection-with-crm.png);
    width: 37px;
    height: 34px;
}
.icon-feature-automate-sales {
    background-image: url(http://www.tieitapp.com/assets/imgs/automate-sales.png);
    width: 42px;
    height: 38px;
}
.icon-feature-create-workflows {
    background-image: url(http://www.tieitapp.com/assets/imgs/create-workflows.png);
    width: 43px;
    height: 36px;
}
.icon-feature-property-based-workflow {
    background-image: url(http://www.tieitapp.com/assets/imgs/property-based-workflow.png);
    width: 48px;
    height: 36px;
}
.icon-feature-fixed-date-workflow {
    background-image: url(http://www.tieitapp.com/assets/imgs/fixed-date-workflow.png);
    width: 47px;
    height: 43px;
}
.icon-feature-connect-landingpages-webforms {
    background-image: url(http://www.tieitapp.com/assets/imgs/connect-landingpages-webforms.png);
    width: 43px;
    height: 34px;
}
.icon-feature-track-landingpage-perfomance {
    background-image: url(http://www.tieitapp.com/assets/imgs/track-landingpage-perfomance.png);
    width: 45px;
    height: 32px;
}
.module-section {

    /* padding: 60px 0;*/
}
.module-section .section-headline {
    font-size: 3.75rem;
    line-height: 1.2;   /* color: #0d47a1;*/
    color: #fff;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    letter-spacing: -.02em;
}
.module-section .section-subheadline {
    font-size: 1.375rem;
    line-height: 1.6;    /*color: #616161;*/
    color: #fff;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: -.02em;
}
.module-section .section-title {
    font-size: 1rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    color: #757575;
    font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    letter-spacing: .02em;
    margin-bottom: 13px;
}
.module-signup-banner h2 {
    color: #4d9de0;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 2.5rem;
    text-align: center;
    line-height: normal;
    letter-spacing: -1px;
}
.module-signup-banner p {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: -0.02em;
    color: #757575;
    font-size: 1.25rem;
    text-align: center;
    margin-top: 20px;
    line-height: 25px;
}
.module-signup-banner .signup-and-signin-form-wrapper {
    text-align: center;
    margin-top: 40px;
}
.module-signup-banner .signup-form.signup-form-large .onboarding_email {
    background: #f7f7f7;
}
.module-feature-list {
    padding-top: 60px;
}
.module-feature-list .feature-list-inner {
    background-color: #f5f8fb;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.01em;
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #676767;
}
.module-feature-list h2 {
    padding: 0;
    margin: 0;
}
.module-feature-list .section-subheadline {
    margin-top: 20px;
    font-weight: 300;
    padding: 0 20px;
}
.module-feature-list h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    letter-spacing: 0.1em;
    font-size: 1.1rem;
    line-height: 1.75rem;
    text-transform: uppercase;
    margin-bottom: 4px;
    color: #616161;
    margin-top: 0;
}
.module-feature-list .grid {
    width: 100%;
    max-width: 1344px;
    margin-top: 70px;
}
.module-feature-list .toggle-el .grid {
    margin-top: 20px;
}
.module-feature-list .lib-feature {
    text-align: left;
    padding-bottom: 60px;
}
.module-feature-list .lib-feature:last-child {
    margin-bottom: 0;
}
.module-feature-list-mobile {
    border-top: 1px solid #f5f8fb;
    background: #f5f8fb;
}
.module-feature-list-mobile .feature-list-inner {
    width: 1080px;
    max-width: 100%;
    margin: 0 auto;
    background: #f5f8fb;
}
.module-carousel .carousel-navigation .item {
    opacity: 0.7;
    -webkit-transition: opacity .1s;
    transition: opacity .1s;
}
.module-carousel .carousel-navigation .item.active, .module-carousel .carousel-navigation .item:hover {
    opacity: 1;
}
.module-carousel .carousel-elements .carousel-element {
    display: none;
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}
.module-carousel .carousel-elements .carousel-element.active {
    display: block;
}
.module-carousel .carousel-elements .carousel-element.fading-in {
    opacity: 1;
}
.module-carousel .carousel-elements .carousel-element.fading-out {
    opacity: 0;
}
.module-cta-bottom {
    padding: 30px 0;
}
.module-cta-top .module-signup-banner h2, .module-cta-bottom .module-signup-banner h2 {
    font-size: 3.25rem;
    color: #4d9de0;
    line-height: normal;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    letter-spacing: -.02em;
}
.module-cta-top .module-signup-banner .subtitle, .module-cta-bottom .module-signup-banner .subtitle {
    font-size: 1.375rem;
    line-height: 1.6;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    letter-spacing: -.02em;
    font-weight: 300;
}
.module-cta-top.module-cta-blue, .module-cta-bottom.module-cta-blue {

    /*background: #4d9de0;*/
}
.module-cta-top.module-cta-blue .module-signup-banner h2, .module-cta-top.module-cta-blue .module-signup-banner p, .module-cta-bottom.module-cta-blue .module-signup-banner h2, .module-cta-bottom.module-cta-blue .module-signup-banner p {
    color: white;
}
.module-cta-top.module-cta-blue .module-customer-logos h3, .module-cta-bottom.module-cta-blue .module-customer-logos h3 {
    color: #c8e0f7;
}
.module-cta-top.module-cta-blue .signup-and-signin-form-wrapper>.signup-and-signin-form-wrapper-or, .module-cta-bottom.module-cta-blue .signup-and-signin-form-wrapper>.signup-and-signin-form-wrapper-or {
    color: white;
    text-transform: uppercase;
    font-style: normal;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    letter-spacing: -.02em;
}
.module-cta-top.module-cta-blue .signup-and-signin-form-wrapper>.button, .module-cta-bottom.module-cta-blue .signup-and-signin-form-wrapper>.button {
    background: transparent;
    color: white;
    border: 1px solid white;
    padding-left: 40px;
    padding-right: 40px;
}
.module-cta-top.module-cta-blue .signup-and-signin-form-wrapper>.button:hover, .module-cta-bottom.module-cta-blue .signup-and-signin-form-wrapper>.button:hover {
    background: rgba(0, 0, 0, 0.02);
}
.module-animated-tour .tour-animation img {
    max-width: 100%
}
.module-animated-tour .tour-animation h2 {
    margin-bottom: 20px;
}
.module-animated-tour .tour-animation h3 {
    max-width: 570px;
    margin: 0 auto 70px auto;
}
.module-animated-tour .tour-animation .grid {
    max-width: 1364px;
}
.module-animated-tour .tour-animation .media-browser {
    max-width: 100%
}
.module-animated-tour .tour-animation .browser-wrap {
    width: 75%;
    display: block;
    text-align: right;
    box-sizing: border-box;
    font-size: 0;
}
.module-animated-tour .tour-animation .tour-item {
    position: relative;
    text-align: right;
}
.module-animated-tour .tour-animation .desc {
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 10;
    text-align: left;
}
.module-animated-tour .tour-animation .desc .line {
    float: right;
    width: 100%;
    height: 3px;
    position: absolute;
    top: 0;
}
.module-animated-tour .tour-animation .desc .line .line-el {
    width: 100%;
    height: 3px;
    background: #344358;
}
.module-animated-tour .tour-animation .desc .line .dot {
    content: ' ';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: -5px;
    right: -5px;
    background: #344358;
}
.module-animated-tour .tour-animation .desc h4 {
    margin-bottom: -14px;
    color: #4d9de0;
    font-size: 1.150rem;
    line-height: 1.4;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    letter-spacing: 0.1em;
}
.module-animated-tour .tour-animation .desc p {
    color: #616161;
    line-height: 1.5;
    font-size: 1.1rem;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}
.module-animated-tour .tour-animation .desc-inner {
    padding-right: 30px;
    float: right;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    margin-top: -15px;
}
.module-animated-tour .tour-animation .desc-inner .image {
    display: none;
}
.module-animated-tour .tour-animation-odd .desc-inner {
    float: left;
}
.module-animated-tour .tour-animation-odd .browser-wrap {
    display: inline-block;
}
.module-animated-tour .tour-animation-odd .tour-item {
    font-size: 0;
}
.module-animated-tour .tour-animation-odd .desc-inner {
    width: 280px;
}
.module-animated-tour .tour-animation-even .tour-item {
    text-align: left;
}
.module-animated-tour .tour-animation-even .media-browser img {
    width: 870px;
}
.module-animated-tour .tour-animation-even .browser-wrap {
    width: 66%
}
.module-animated-tour .tour-animation-even .desc-inner {
    width: 300px;
    padding-right: 0;
    padding-left: 30px;
    right: 0;
}
.module-animated-tour .tour-animation-even .desc {
    right: 0;
}
.module-animated-tour .tour-animation-even .desc .line .dot {
    right: auto;
    left: -5px;
}
.module-animated-tour .tour-animation .inbox-2, .module-animated-tour .tour-animation .inbox-3, .module-animated-tour .tour-animation .inbox-4, .module-animated-tour .tour-animation .inbox-5, .module-animated-tour .tour-animation .inbox-6, .module-animated-tour .tour-animation .desc-1 .desc-inner, .module-animated-tour .tour-animation .desc-2 .desc-inner, .module-animated-tour .tour-animation .desc-3 .desc-inner, .module-animated-tour .tour-animation .desc-4 .desc-inner, .module-animated-tour .tour-animation .desc-5 .desc-inner, .module-animated-tour .tour-animation .desc-6 .desc-inner {
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.module-animated-tour .tour-animation .desc-1 .line-el, .module-animated-tour .tour-animation .desc-2 .line-el, .module-animated-tour .tour-animation .desc-3 .line-el, .module-animated-tour .tour-animation .desc-4 .line-el, .module-animated-tour .tour-animation .desc-5 .line-el, .module-animated-tour .tour-animation .desc-6 .line-el {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%
}
.module-animated-tour .tour-animation .desc-1 .dot, .module-animated-tour .tour-animation .desc-2 .dot, .module-animated-tour .tour-animation .desc-3 .dot, .module-animated-tour .tour-animation .desc-4 .dot, .module-animated-tour .tour-animation .desc-5 .dot, .module-animated-tour .tour-animation .desc-6 .dot {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.1s;
    transition: transform 0.1s;
}
.module-animated-tour .tour-animation .inbox-2 {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.module-animated-tour .tour-animation .desc-1 .desc-inner {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.module-animated-tour .tour-animation .desc-1 .line-el {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.module-animated-tour .tour-animation .desc-1 .dot {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}
.module-animated-tour .tour-animation .inbox-3 {
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
}
.module-animated-tour .tour-animation .desc-2 .desc-inner {
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
}
.module-animated-tour .tour-animation .desc-2 .line-el {
    -webkit-transition-delay: 2.5s;
    transition-delay: 2.5s;
}
.module-animated-tour .tour-animation .desc-2 .dot {
    -webkit-transition-delay: 3s;
    transition-delay: 3s;
}
.module-animated-tour .tour-animation .inbox-4 {
    -webkit-transition-delay: 4s;
    transition-delay: 4s;
}
.module-animated-tour .tour-animation .desc-3 .desc-inner {
    -webkit-transition-delay: 4s;
    transition-delay: 4s;
}
.module-animated-tour .tour-animation .desc-3 .line-el {
    -webkit-transition-delay: 4.5s;
    transition-delay: 4.5s;
}
.module-animated-tour .tour-animation .desc-3 .dot {
    -webkit-transition-delay: 5s;
    transition-delay: 5s;
}
.module-animated-tour .tour-animation .inbox-5 {
    -webkit-transition-delay: 6s;
    transition-delay: 6s;
}
.module-animated-tour .tour-animation .desc-4 .desc-inner {
    -webkit-transition-delay: 6s;
    transition-delay: 6s;
}
.module-animated-tour .tour-animation .desc-4 .line-el {
    -webkit-transition-delay: 6.5s;
    transition-delay: 6.5s;
}
.module-animated-tour .tour-animation .desc-4 .dot {
    -webkit-transition-delay: 7s;
    transition-delay: 7s;
}
.module-animated-tour .tour-animation .inbox-6 {
    -webkit-transition-delay: 8s;
    transition-delay: 8s;
}
.module-animated-tour .tour-animation .desc-5 .desc-inner {
    -webkit-transition-delay: 8s;
    transition-delay: 8s;
}
.module-animated-tour .tour-animation .desc-5 .line-el {
    -webkit-transition-delay: 8.5s;
    transition-delay: 8.5s;
}
.module-animated-tour .tour-animation .desc-5 .dot {
    -webkit-transition-delay: 9s;
    transition-delay: 9s;
}
.module-animated-tour .tour-animation .inbox-7 {
    -webkit-transition-delay: 10s;
    transition-delay: 10s;
}
.module-animated-tour .tour-animation .desc-6 .desc-inner {
    -webkit-transition-delay: 10s;
    transition-delay: 10s;
}
.module-animated-tour .tour-animation .desc-6 .line-el {
    -webkit-transition-delay: 10.5s;
    transition-delay: 10.5s;
}
.module-animated-tour .tour-animation .desc-6 .dot {
    -webkit-transition-delay: 11s;
    transition-delay: 11s;
}
.module-animated-tour .tour-animation-even .desc-1 .line-el, .module-animated-tour .tour-animation-even .desc-2 .line-el, .module-animated-tour .tour-animation-even .desc-3 .line-el {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}
.no-csstransitions .module-animated-tour .tour-animation .inbox-2, .no-csstransitions .module-animated-tour .tour-animation .inbox-3, .no-csstransitions .module-animated-tour .tour-animation .inbox-4, .no-csstransitions .module-animated-tour .tour-animation .inbox-5, .no-csstransitions .module-animated-tour .tour-animation .inbox-6, .module-animated-tour .tour-animation .element-visible .inbox-2, .module-animated-tour .tour-animation .element-visible .inbox-3, .module-animated-tour .tour-animation .element-visible .inbox-4, .module-animated-tour .tour-animation .element-visible .inbox-5, .module-animated-tour .tour-animation .element-visible .inbox-6 {
    opacity: 1;
}
.no-csstransitions .module-animated-tour .tour-animation .desc-1 .desc-inner, .no-csstransitions .module-animated-tour .tour-animation .desc-2 .desc-inner, .no-csstransitions .module-animated-tour .tour-animation .desc-3 .desc-inner, .no-csstransitions .module-animated-tour .tour-animation .desc-4 .desc-inner, .no-csstransitions .module-animated-tour .tour-animation .desc-5 .desc-inner, .no-csstransitions .module-animated-tour .tour-animation .desc-6 .desc-inner, .module-animated-tour .tour-animation .element-visible .desc-1 .desc-inner, .module-animated-tour .tour-animation .element-visible .desc-2 .desc-inner, .module-animated-tour .tour-animation .element-visible .desc-3 .desc-inner, .module-animated-tour .tour-animation .element-visible .desc-4 .desc-inner, .module-animated-tour .tour-animation .element-visible .desc-5 .desc-inner, .module-animated-tour .tour-animation .element-visible .desc-6 .desc-inner {
    opacity: 1;
}
.no-csstransitions .module-animated-tour .tour-animation .desc-1 .line-el, .no-csstransitions .module-animated-tour .tour-animation .desc-2 .line-el, .no-csstransitions .module-animated-tour .tour-animation .desc-3 .line-el, .no-csstransitions .module-animated-tour .tour-animation .desc-4 .line-el, .no-csstransitions .module-animated-tour .tour-animation .desc-5 .line-el, .no-csstransitions .module-animated-tour .tour-animation .desc-6 .line-el, .module-animated-tour .tour-animation .element-visible .desc-1 .line-el, .module-animated-tour .tour-animation .element-visible .desc-2 .line-el, .module-animated-tour .tour-animation .element-visible .desc-3 .line-el, .module-animated-tour .tour-animation .element-visible .desc-4 .line-el, .module-animated-tour .tour-animation .element-visible .desc-5 .line-el, .module-animated-tour .tour-animation .element-visible .desc-6 .line-el {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.no-csstransitions .module-animated-tour .tour-animation .desc-1 .line-el-2, .no-csstransitions .module-animated-tour .tour-animation .desc-2 .line-el-2, .no-csstransitions .module-animated-tour .tour-animation .desc-3 .line-el-2, .no-csstransitions .module-animated-tour .tour-animation .desc-4 .line-el-2, .no-csstransitions .module-animated-tour .tour-animation .desc-5 .line-el-2, .no-csstransitions .module-animated-tour .tour-animation .desc-6 .line-el-2, .module-animated-tour .tour-animation .element-visible .desc-1 .line-el-2, .module-animated-tour .tour-animation .element-visible .desc-2 .line-el-2, .module-animated-tour .tour-animation .element-visible .desc-3 .line-el-2, .module-animated-tour .tour-animation .element-visible .desc-4 .line-el-2, .module-animated-tour .tour-animation .element-visible .desc-5 .line-el-2, .module-animated-tour .tour-animation .element-visible .desc-6 .line-el-2 {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
.no-csstransitions .module-animated-tour .tour-animation .desc-1 .dot, .no-csstransitions .module-animated-tour .tour-animation .desc-2 .dot, .no-csstransitions .module-animated-tour .tour-animation .desc-3 .dot, .no-csstransitions .module-animated-tour .tour-animation .desc-4 .dot, .no-csstransitions .module-animated-tour .tour-animation .desc-5 .dot, .no-csstransitions .module-animated-tour .tour-animation .desc-6 .dot, .module-animated-tour .tour-animation .element-visible .desc-1 .dot, .module-animated-tour .tour-animation .element-visible .desc-2 .dot, .module-animated-tour .tour-animation .element-visible .desc-3 .dot, .module-animated-tour .tour-animation .element-visible .desc-4 .dot, .module-animated-tour .tour-animation .element-visible .desc-5 .dot, .module-animated-tour .tour-animation .element-visible .desc-6 .dot {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.signup-and-signin-form-wrapper {
    min-height: 50px;
}
.signup-and-signin-form-wrapper>.signup-form, .signup-and-signin-form-wrapper>.signup-and-signin-form-wrapper-or, .signup-and-signin-form-wrapper>.button {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}
.signup-and-signin-form-wrapper>.signup-form {
    width: 70%;
}
.signup-and-signin-form-wrapper>.signup-and-signin-form-wrapper-or {
    font-size: 0.75rem;
    line-height: 3.125rem;
    padding: 0 10px;
    font-style: italic;
}
.signup-form {
    position: relative;
}
.signup-form .inpt {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 0 solid #f27760;
    -webkit-appearance: none;
    outline: none;
    -webkit-font-smoothing: antialiased;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.01em;
    line-height: 1.875rem;
    box-shadow: inset 0px 2px 0 0 rgba(0, 0, 0, 0.07);
    color: #657b7d;
}
.signup-form input::-webkit-input-placeholder {
    color: #979797;
}
.signup-form input:-moz-placeholder {
    color: #979797;
}
.signup-form input::-moz-placeholder {
    color: #979797;
}
.signup-form input:-ms-input-placeholder {
    color: #979797;
}
.signup-form .signup-form-button:hover {
    background-color: #4fb67d;
    box-shadow: inset 0px -2px 0 0 #46996b;
}
.signup-form.signup-form-has-errors input {
    box-shadow: none;
    border-width: 2px;
}
.signup-form.signup-form-large .inpt {
    font-size: 1rem;
    line-height: 1.875rem;
    height: 50px;
    float: left;
    width: 36%;
    margin-right: 10px;
    padding: 0 10px;
    background-clip: padding-box;
    background: #fff;
    webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem;
}
.ico-option {
    width: 50px;
    height: 50px;
    background-size: 50px;
    display: inline-block;
    vertical-align: top;
    margin-right: 23px;
}
.acquire-tour .tour-narrow {
    margin-left: auto;
    margin-right: auto;
}
.acquire-tour .tour-narrow .browser-wrap {
    width: 65.9%;
    max-width: 872px;
}
.acquire-tour .tour-narrow.tour-animation-odd .browser-wrap {
    width: 65.9%;
}
.acquire-tour .tour-animation-1 .desc {
    width: 35.5%;
}
.acquire-tour .tour-animation-1 .desc-1 {
    top: 42.5%;
}
.acquire-tour .tour-animation-1 .desc-3 {
    top: 55%;
}
.acquire-tour .tour-animation-1 .desc-3 .desc-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-top: 20px;
}
.acquire-tour .tour-animation-2 .desc-1 {
    width: 36%;
    top: 33%
}
.acquire-tour .tour-animation-2 .desc-3 {
    width: 53.6%;
    top: 64%;
}
.acquire-tour .tour-animation-3 .desc-1 {
    width: 53.8%;
    top: 38%;
}
.acquire-tour .tour-animation-3 .desc-1a {
    width: 35.4%;
    top: 74.5%;
}
.acquire-tour {
    overflow: hidden;
}
.acquire-tour img {
    max-width: 100%
}
.acquire-tour img.hidden {
    display: none !important;
}
.acquire-tour .subtitle {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.425rem;
    color: #757575;
    margin-top: 20px;
    line-height: 1.5;
    clear: both;
    float: right;
}
.acquire-tour .tour-block.empty {
    padding: 70px 0;
}
.acquire-tour .tour-block .row-item {
    float: left;
    width: 50%;
    position: relative;
    text-align: center;
}
.acquire-tour .tour-block .row-item:first-child:after {
    content: ' ';
    position: absolute;
    right: -6px;
    width: 13px;
    height: 13px;
    background: #212b3b;
    border-radius: 50%;
    top: 12px;
    display: none;
}
.acquire-tour .tour-block .row-item.row-item-intro:first-child:after {
    top: -60px;
}
.acquire-tour .tour-block .reversed .row-item {

    /*float: right;*/
}
.acquire-tour .tour-block .reversed .row-item:first-child:after {
    right: auto;
    left: -7px;
}
.acquire-tour .tour-block .reversed .title, .acquire-tour .tour-block .reversed .subtitle {
    padding-left: 55px;
    padding-right: 0;    /*float: left;*/
}
.acquire-tour .tour-block .reversed .media {
    margin-left: 0;
    margin-right: 55px;
}
.acquire-tour .tour-block .media {
    margin: 5px 0 0 55px;
}
.acquire-tour .tour-block .standalone+.standalone {
    margin-top: 145px;
}
.acquire-tour .tour-block:after {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50%;
    margin-right: -1px;
    width: 3px;
    background: #212b3b;    /*display: block;*/
    display: none;
}

/*---Media Query---*/
@media only screen and (max-width:83.75em) {
    .signup-form.signup-form-large .inpt {
        width: 38%;
    }
    section.fourth .frm-outr .btn {
        padding: 0px 3rem;
    }
}
@media only screen and (max-width:73.3125em) {
    .signup-and-signin-form-wrapper > .signup-form {
        width: 90%;
    }
}
@media only screen and (max-width:62em) {
    #options-wrap .container {
        width: 100%;
        padding: 0;
    }
    #banner h3, .simplify-day h3 {
        font-size: 34px !important;
    }
    #banner h6 {
        font-size: 20px !important;
    }
    .btn {
        font-size: 14px !important;
    }
    #options-wrap h3 {
        font-size: 28px !important;
    }
    .img-right, .img-left {
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
    }
    #options-wrap .vac {
        height: auto !important;
    }
    .landing-container {
        width: 90%;
        margin: auto;
    }
    .land-left, .land-right {
        float: none !important;
        width: 100% !important;
        text-align: center;
        background: #fff !important;
    }
    .land-left h2 {
        line-height: 30px !important;
        font-size: 22px;
    }
    .land-form label {
        display: none;
    }
    .pricing-request h1 {
        font-size: 32px !important;
    }
    .vac {
        display: block;
    }
    .row .col {
        float: none;
    }
    .row.testimonial, .row.testimonial .testimonial-author {
        text-align: center;
        margin-bottom: 15px;
    }
    .row.testimonial .col.s12 {
        margin: auto
    }
    .col.s12 blockquote {
        padding: 15px;
        font-size: 1.5em;
        border: none;
    }
    .row.testimonial .testimonial-avatar {
        margin: auto;
    }
    .wlcm-txt {
        text-align: center;
    }
    .wlcm-txt h2.black-text {
        color: red;
    }
    .wlcm-txt .row .col.m6, .blr .row .col.m6, .eop .row .col.m6, .gpf .row .col.m6 {
        width: 100%;
    }
    .section {
        margin-bottom: 0;
        padding: 0;
    }
    .section h2 {
        font-size: 30px;
        line-height: 2.916rem;
    }
    .img-90 img {
        width: auto;
        max-width: 100%;
        height: auto;
    }
    .section h3 {
        font-size: 23px;
        margin: 0;
        line-height: 2.916rem;
    }
    section.c-ful {
        padding: 25px 0;
    }
    section.c-ful p {
        font-size: 25px;
    }
    .section p {
        text-align: center;
    }
    .pop-up-form h4 {
        font-size: 1.8rem;
    }
    section.c-ful h4 {
        font-size: 30px;
    }
    .offer-list h4 {
        display: block !important;
    }
    .side-nav a {
        line-height: 25px;
    }
    section.sixth img {
        margin: 0 auto;
        display: block;
        clear: both;
    }

    /*.section img, .section .img-90{display: none;}*/
    section.abt-fndr .contnt {
        width: 100%;
    }
    section.sgn-up .frm-outr .inpt {
        width: 90%;
        margin-bottom: 20px;
        margin-right: 0;
    }
    footer .ftr-lnk {
        text-align: center;
    }
    footer .blg ul li a {
        display: block;
        float: none;
    }
    footer .adrs {
        margin-bottom: 25px;
    }
   
    section.sgn-up img {
        width: 35%;
        max-width: 130px;
    }
    .contnt p {
        margin: 0;
    }
    footer.tour-ftr .ftr-txt a {
        display: inline-block;
        margin-bottom: 0px;
    }
    .vopp {
        margin-left: 0;
    }
    footer .ftr-lnk .ftr ul {
        width: 100%;
        float: none;
        margin: 0;
    }
    .acquire-tour .tour-block .reversed .media {
        margin: 0;
    }
    .acquire-tour .tour-block .reversed .title, .acquire-tour .tour-block .reversed .subtitle {
        float: none;
    }

    /*section.c-ful .mdi-av-play-arrow:before{display: none;}*/
    .signup-form.signup-form-large .inpt, .signup-and-signin-form-wrapper > .signup-form, .module-animated-tour .tour-animation .media-browser, .module-animated-tour .tour-animation-even .media-browser img {
        width: 100%;
    }
    section.fourth .frm-outr .btn {
        padding: 0px 4rem;
    }
    .vac .hme-row-item {
        display: block;
    }
    .tour-animation.tour-animation-1.tour-animation-even.tour-narrow, .module-animated-tour .tour-animation-even .tour-item, .module-animated-tour .tour-animation .browser-wrap {
        text-align: center;
    }
    .acquire-tour .tour-narrow .browser-wrap {
        max-width: 100%;
    }
    .acquire-tour .tour-animation-1 .desc-1, .acquire-tour .tour-animation-1 .desc-3, .acquire-tour .tour-animation-2 .desc-1, .acquire-tour .tour-animation-2 .desc-3, .acquire-tour .tour-animation-3 .desc-1 {
        display: none;
    }
    .acquire-tour .tour-narrow .browser-wrap, .acquire-tour .tour-block .row-item, .acquire-tour .tour-narrow.tour-animation-odd .browser-wrap {
        width: 100%;
        display: block;
    }
    .acquire-tour .tour-block .reversed .title, .acquire-tour .tour-block .reversed .subtitle {
        padding: 0 !important;
    }
    .ft {

        /*display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-flow: row wrap;
            -moz-flex-flow: row wrap;
            -ms-flex-flow: row wrap;
            flex-flow: row wrap;*/

        /*-ms-box-orient: horizontal;

        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;       

        -webkit-flex-direction:column;
        -moz-flex-direction:column;
        -ms-flex-direction:column;
        flex-direction:column;

        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;*/

        /*float: left;
        width: 100%;*/
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -ms-box-orient: vertical;
        box-orient: vertical;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;         /*background: blue;
        padding: 10px;
        margin-bottom: 0px;*/
    }
    .ft .ft-desc {

        /*background: green;*/
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .ft .ft-img {

        /*background: orange;*/
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    .ft img {
        width: auto;
        max-width: 100% !important;
        height: auto;
    }
    .ft .ft-img a {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    footer .adrs a {
        margin: 8px 0;
    }
}

/*@mah mediaqueries*/
@media screen and (max-width:81.25em) {
    nav .sub-menu .box h4 {
        min-height: 65px;
    }
}
@media screen and (max-width:64em) {
    .browser-wrap img {
        width: auto;
        max-width: 500px;
    }
    .container.ftr-lnk {
        width: 84%;
    }
    .module-section .section-headline {
        font-size: 3.4rem;
    }
    nav .sub-menu .box h4 {
        min-height: 65px;
        font-size: 17px;
    }
}
@media screen and (max-width:48em) {
    .even {
        /*display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-flow: row wrap;
            -moz-flex-flow: row wrap;
            -ms-flex-flow: row wrap;
            flex-flow: row wrap; 
            background: blue;*/
    }
    .even .desc {

        /*-webkit-box-ordinal-group: 2;
                -moz-box-ordinal-group: 2;
                -ms-flex-order: 2;
                -webkit-order: 2;
                order: 2;       
                background: green;*/
    }
    .even:not(.row-item) {
        /*background: orange;*/
        /*-webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1; */
    }
    .even .desc img {
        float: left;
        width: 100%;
        height: auto;
        display: block;
    }
    .banner-cntnt h1 {
        font-size: 2.5em;
    }
    .module-feature-list .feature-list-inner h2 {
        font-size: 3rem;
        line-height: 135%;
    }
    .error-page, .fr-nt-fr {
        min-height: inherit !important;
        padding-bottom: 40px !important;
    }
    .error-page h1 {
        font-size: 3.4rem;
    }
}
@media only screen and (max-width:47.9375em) {
    [class*=col-lg] {
        width: auto;
        float: none;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    [class*=push-lg] {
        margin-left: 0;
    }
    .module-feature-list .lib-feature {
        text-align: center;
    }
    footer.tour-ftr .ftr-txt .tour-link, footer.tour-ftr .ftr-txt a {
        font-size: 25px;
        line-height: 35px;
        margin: 10px 0;
    }
    footer.tour-ftr i img {
        width: 35px;
    }
    .module-feature-list {
        padding-top: 40px;
    }
    .module-feature-list .lib-feature {
        padding-bottom: 30px;
    }
    .module-feature-list .lib-feature p {
        margin: 5px auto 0px;
    }
    .module-feature-list .grid {
        margin-top: 30px;
    }
}
@media only screen and (max-width:33.75em) {
    footer.page-footer .footer-copyright {
        text-align: center;
    }
    footer.page-footer .footer-copyright .links {
        margin-left: 12px;
    }
    footer.page-footer .footer-copyright .links, footer.page-footer .footer-copyright .cpyrgt {
        float: none;
    }
    section.sgn-up .frm-outr .inpt {
        width: 80%;
    }
    section.sgn-up img {
        width: 55%;
    }

    /*.module-section .section-headline{font-size: 1.9rem;}*/
    section.top-title .section-headline {
        font-size: 2.7rem;
        margin: 0 auto 0;
    }
    .acquire-tour .title {
        font-size: 2rem;
    }
    .module-cta-top .module-signup-banner h2, .module-cta-bottom .module-signup-banner h2 {
        font-size: 2.8rem;
    }
    nav .sgn-in {
        display: none;
    }
    .module-feature-list .grid {
        margin-top: 30px;
    }
    .module-feature-list .lib-feature {
        padding-bottom: 20px;
    }
    section.fourth .frm-outr .btn {
        width: 100%;
    }
    footer.tour-ftr .ftr-txt {
        padding-bottom: 55px;
    }
    footer.tour-ftr .ftr-txt .tour-link, footer.tour-ftr .ftr-txt a, footer.tour-ftr .ftr-txt .tr-last {
        font-size: 22px;
        margin-bottom: 5px;
    }
    footer.tour-ftr .ftr-txt a, footer.tour-ftr .vopp {
        margin: 0;
    }
    .land-form input, .text-hgt, .land-form textarea {
        width: 320px !important;
        margin: 8px auto 10px auto !important;
    }
    .land-form {
        width: 100% !important;
    }
    .testmonial-cnt p {
        font-size: 18px !important;
    }
    .module-feature-list .feature-list-inner h2 {
        font-size: 2.5rem;
    }
    .banner-cntnt h1 {
        font-size: 2.5rem;
        line-height: 2.62rem;
    }
    .row.testimonial .testimonial-avatar img {
        max-width: 100px;
    }
    .hme-row-item.ft-desc {
        margin-bottom: 30px;
    }
    section.sgn-up .frm-outr {
        padding: 1px 10px 30px;
    }
    footer.tour-ftr .ftr-txt a {
        display: inline-block;
    }
    footer.tour-ftr .ftr-txt .tour-link, footer.tour-ftr .ftr-txt .tr-last {
        margin: 5px auto;
    }
    footer.tour-ftr i {
        margin-left: 5px;
    }
    .acquire-tour .subtitle {
        font-size: 1.35rem;
        line-height: 150%;
    }
    section.top-title {
        padding: 60px 0 20px;
    }
}
@media only screen and (max-width:40em) {
    .top-menu .login {
        display: none;
    }
    .error-page h2, .fr-nt-fr .page-title {
        font-size: 2.7rem;
        line-height: 115%;
        margin: 20px 0 10px;
    }
    .error-page h4, .page-content h4 {
        font-size: 25px;
        margin: 0;
        line-height: 130%;
    }
    .error-page {
        padding: 20px 0 50px;
    }
    .error-page .container {
        width: 100%;
        padding: 0px 20px 0;
    }
    .page-content a, .fr-nt-fr .page-content a {
        width: 130px;
    }
    .page-content p {
        line-height: 130%;
    }
}
@media only screen and (max-width:23.75em) {
    h1 {
        font-size: 2.5rem;
        line-height: 2.62rem;
    }
    .section.no-pad-bot {
        padding: 50px 0px;
    }
    .land-form input, .text-hgt, .land-form textarea {
        width: 250px !important;
    }
    footer.tour-ftr .ftr-txt .tour-link, footer.tour-ftr .ftr-txt .tr-last {
        line-height: 160%;
        font-size: 19px;
    }
    footer.tour-ftr .ftr-txt .container {
        padding: 0;
    }
    .acquire-tour .title {
        font-size: 1.9rem;
    }
    .module-feature-list .feature-list-inner h2 {
        font-size: 2.1rem;
        line-height: 125%;
        padding: 0 10px;
    }
    .hme-row-item.ft-desc {
        margin-bottom: 20px;
    }
    .browser-wrap img {
        max-width: 100%;
    }
}

/*--IE 8 FIX CSS--*/
.ie8 .btn, .ie8 .btn-large {
    padding: 0 20px;
}
.ie8 section.sgn-up .frm-outr .inpt {
    padding: 13px 10px 14px;
}