/*

Dunwick, LLC

*/

/* --------------------- RESET --------------------- */

img,legend{border:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-o-text-size-adjust:100%}body,figure{margin:0}a:focus{outline:dotted thin}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace, serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}


/* --------------------- BODY --------------------- */

* {
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

::-webkit-scrollbar {
    display: none;
}

html, body {
    font-weight: normal;
    background-color: white;
    font-size: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: black;
}

.clear {
    clear: both;
}

h1 {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 28px;
    margin: 0;
    padding: 0;
    color: #54b847;
}

h1.small {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 24px;
    margin: 0;
    padding: 0;
    color: #145E92;
}

h2 {
    font-weight: 300;
    text-align: center;
    font-size: 18px;
    font-style: italic;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    color: #145E92;
}

h2.list {
    font-weight: 300;
    text-align: center;
    font-size: 18px;
    font-style: italic;
    margin: 0;
    padding: 0;
    margin-bottom: 0px;
    margin-top: 35px;
    color: #145E92;
}

h3 {
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 32px;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    margin-top: 15px;
    color: white;
}

.centered {
    text-align: center !important;
}

.text-white {
    color: white !important;
}

.innerwrap {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
}

.bold {
    font-weight: 700 !important;
    margin-top: 20px !important;
}

/* --------------------- FULL PAGE LOADER --------------------- */

.load {
    display: none;
    position: fixed;
    z-index: 10000000000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.85) url('../img/loading.gif') 50% 50% no-repeat;
}

body.loading {
    overflow: hidden;
}

body.loading .load {
    display: block;
}

/* --------------------- TOP ALERTS --------------------- */

.alert {
    background: #54b847;
    position: fixed;
    width: 100%;
    height: 75px;
    top: -90px;
    left: 0;
    text-align: center;
    z-index: 100000000000000000000;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
    font-family: 'Montserrat', sans-serif;
}

.alert span:first-of-type {
    line-height: 75px;
    font-weight: 300;
    font-size: 16px;
}

.alert span:last-of-type {
    float: right;
    margin-right: 10px;
    font-size: 26px;
    line-height: 75px;
    cursor: pointer;
}

/* --------------------- NAVIGATION --------------------- */

.big-head {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #2c95de;
    height: 75px;
    z-index: 12;
    color: white;
}

.small-head {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    height: 75px;
    z-index: 11;
}

.logo {
    float: left;
    text-align: left;
    width: 20%;
    height: 75px;
    line-height: 75px;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.logo a {
    color: white;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    text-decoration: none;
    border-bottom: 0;
    display: inline-block;
    height: 75px;
    line-height: 75px;
    font-family: 'Montserrat', sans-serif;
    vertical-align: middle;
}

.logo img {
    vertical-align: middle;
    height: 40px;
    margin-top: -5px;
    display: inline;
}

.logo a:hover {
    cursor: pointer;
    color: rgba(255, 255, 255, 0.5);
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    text-decoration: none;
}

.navigation {
    float: right;
    text-align: right;
    width: 75%;
    height: 75px;
    line-height: 75px;
}

.navigation a, .mobile-menu-drop a, .no-u {
    text-decoration: none;
}

.nav-button {
    padding: 3px 10px;
    border: 0;
    background: transparent;
    color: white;
    font-size: 14px;
    font-weight: 400;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    font-family: 'Montserrat', sans-serif;
}

.nav-button:hover {
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.nav-drop {
    display: none;
    position: absolute;
    padding: 0;
    margin: 0;
    list-style-type: none;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    width: 140px;
    border: 1px solid white;
    background: #2c95de;
}

.mobile-nav {
    display: none;
    float: right;
    text-align: right;
    width: 75%;
    height: 75px;
    line-height: 75px;
}

ul.mobile-menu-drop {
    display: none;
    position: absolute;
    right: 2%;
    list-style-type: none;
    padding: 0;
    margin: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    width: 200px;
    border: 1px solid white;
    background: #2c95de;
}

ul.mobile-menu-drop li {
    padding: 0;
    margin: 0;
    line-height: 40px;
}

.nav-button-m {
    width: 100%;
    font-size: 14px;
    text-align: center;
    background: #2c95de;
    color: white;
    height: 40px;
    margin: 0;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    font-family: 'Montserrat', sans-serif;
}

.m-large {
    font-size: 18px;
}

.nav-button-m:hover {
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.selected {
    border-bottom: 1px solid white;
}

.selected-m {
    color: white;
}

/* --------------------- MAIN CONTENT --------------------- */

.main-logo {
    border: 0;
    width: 90%;
    max-width: 450px;
    height: auto;
    width: auto\9;
}

.big-back {
    height: 100vh;
    width: 100%;
    background: #2c95de;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 75px;
    vertical-align: middle;
    display: -moz-box;
    display: -webkit-box;
    display: box;
    -moz-box-pack: center;
    -moz-box-align: center;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    box-pack: center;
    box-align: center;
    position: relative;
}

.big-back .innerwrap {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.big-back-scroll-down {
    position: absolute;
    left: 50%;
    transform: -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 5px;
    animation: scrollDownArrow 0.75s linear infinite;
    -webkit-animation: scrollDownArrow 0.75s linear infinite;
    -moz-animation: scrollDownArrow 0.75s linear infinite;
    -o-animation: scrollDownArrow 0.75s linear infinite;
}

.big-back-scroll-down button {
    background: transparent;
    border: 0;
    color: white;
    font-size: 40px;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.big-back-phones {
    float: right;
    width: 50%;
}

.big-back-phones img {
    width: 95%;
    margin-left: 5%;
    opacity: 1;
}

.big-back-text {
    float: left;
    width: 50%;
}

.big-back-text img {
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
    display: block;
}

.big-back-text-buttons {
    margin-top: 40px;
    text-align: center;
}

.big-back-text-buttons button {
    width: 180px;
    height: 53px;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #2c95de;
    background: white;
    display: inline-block;
}

.big-back-text-buttons button {
    width: 180px;
    height: 53px;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #2c95de;
    background: white;
    display: inline-block;
}

.big-back-text-buttons button:first-of-type {
    background: url('../img/app-store.png');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: transparent;
}

.big-back-text-buttons button:last-of-type {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.big-back-text-buttons button:hover {
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}

.why-trally {
    background: white;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

.why-trally .innerwrap {
    display: flex;
    align-items: center;
}

.why-trally-phones {
    float: right;
    width: 50%;
}

.why-trally-phones img {
    width: 95%;
    margin-left: 5%;
    opacity: 1;
}

.why-trally-text {
    float: left;
    width: 50%;
}

#why-trally-phones {
    opacity: 1;
}

.trally-features {
    background: #2c95de;
    padding-top: 100px;
    padding-bottom: 100px;
}

.features-list-feature {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
}

.features-list-feature-left {
    float: left;
    width: 50%;
    text-align: right;
}

.features-list-feature-right {
    float: right;
    width: 50%;
    text-align: left;
}

.features-list-feature-right, .features-list-feature-left {
    color: white;
    font-size: 20px;
    min-height: 700px;
    display: flex;
    align-items: center;
}

.features-list-feature-right img, .features-list-feature-left img {
    display: block;
    width: 60%;
    max-width: 400px;
    margin: 0 auto;
}

.features-list-feature-right div:first-of-type span, .features-list-feature-left div:first-of-type span {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: white;
    font-size: 30px;
    margin-bottom: 10px;
}

.section-header {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #2c95de;
    font-size: 46px;
    margin-bottom: 20px;
}

.section-details {
    font-size: 20px;
}

.icon-top {
    background: #54b847;
    color: white;
    padding: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 35px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin: 0 auto 10px auto;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.icon-top:hover {
    background: #48c3f1;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.icon-top-small {
    background: #2c95de;
    color: white;
    padding: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 25px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin: 0 auto 10px auto;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.icon-top-smaller:hover {
    background: #48c3f1;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.content {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
}

.content-area {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
    left: 0;
    font-weight: 300;
    text-align: center;
    padding-bottom: 50px;
}

.content-area-full {
    width: 100%;
    left: 0;
    font-weight: 300;
    text-align: center;
    margin-top: -65px;
}

.top-buttons {
    width: 90%;
    margin: 40px auto;
}

.top-full {
    width: 100%;
    margin: 5px auto;
}

.heartbeat {
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 2;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 2;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 2;
    -o-animation-timing-function: linear;
}

.heartbeat-big {
    -webkit-animation-name: heartbeat-big;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 2;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat-big;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 2;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat-big;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 2;
    -o-animation-timing-function: linear;
}

.top-buttons button {
    width: 250px;
    height: 74px;
    color: white;
    margin-bottom: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}

.top-short {
    width: 50%;
    max-width: 200px;
    height: 40px;
    font-size: 16px;
}

.top-buttons button.left {
    background: url('../img/app-store.png') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: transparent;
}

.top-buttons button.right {
    background: #54b847;
}

.top-buttons button.left:hover {
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.top-buttons button.right:hover {
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    background: #088A08;
}

.top-justify {
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
    font-size: 16px;
    padding: 0;
    margin-bottom: 15px;
    font-weight: 300;
}

.top-center {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 16px;
    padding: 0;
    margin-bottom: 15px;
    font-weight: 300;
}

/* --------------------- ONE LINER --------------------- */

.oneline {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    padding: 80px 0 80px 0;
    background: white;
}

.oneline img {
    width: 100px;
    display: block;
    margin: 0 auto 50px auto;
}

/* --------------------- SEEN --------------------- */

.seen, .seen-white {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    padding: 30px 0 30px 0;
    background: #145E92;
    color: white;
}

.seen-white {
    color: #145E92;
    background: white;
}

.seen-title {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    margin-bottom: 30px;
}

.seen img {
    margin-left: 20px;
    max-height: 45px;
    padding-bottom: 8px;
    max-width: 50%;
}

/* --------------------- TERMS / PRIVACY --------------------- */

.terms-privacy {
    padding-top: 95px;
    padding-bottom: 75px;
    background: white;
    color: black;
}

.terms p {
    font-size: 14px;
    text-align: left;
}

p ul {
    list-style-type: circle;
}

p ul li {
    font-size: 14px;
    text-align: left;
}

/* --------------------- FOOTER --------------------- */

.footer {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #2c95de;
    color: white;
    padding: 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.small-footer {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-logo {
    display: block;
    margin: 0 auto;
    width: 70px;
}

.footer-buttons {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

.copyright {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}

.social-logos {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.social-logos img {
    width: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}

.social-logos img:hover {
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-animation-name: heartbeat-big;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat-big;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat-big;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}

.tele a {
    color: white;
    text-decoration: underline;
}

.bottom-contact-bar {
    position: fixed;
    bottom: 0;
    right: 20px;
    width: 40%;
    max-width: 250px;
    height: 50px;
    background: #2c95de;
    z-index: 12;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    color: white;
    border: 3px solid #48c3f1;
    border-bottom: 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}

.bottom-contact-bar:hover {
    border: 3px solid #54b847;
    border-bottom: 0;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.shake-bottom {
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    -webkit-animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    -moz-animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    -o-animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
}

.bottom-alert-circle {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    background: orange;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    text-align: center;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
}

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

.contact-form {
    margin-top: 20px;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.contact-form input {
    height: 55px;
    border: 1px solid #2c95de;
    color: black;
    outline: 0;
    padding: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.contact-form textarea {
    height: 155px;
    width: 100%;
    resize: none;
    border: 1px solid #2c95de;
    color: black;
    outline: 0;
    padding: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.contact-form input:focus, .contact-form textarea:focus {
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    box-shadow: 0 0 10px rgba(34, 45, 63, 0.25);
    -webkit-box-shadow: 0 0 10px rgba(34, 45, 63, 0.25);
    -moz-box-shadow: 0 0 10px rgba(34, 45, 63, 0.25);
}

.form-left {
    float: left;
    width: 49%;
}

.form-right {
    float: right;
    width: 49%;
}

input.error-field, textarea.error-field {
    border: 1px solid #FE2E2E;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    box-shadow: 0 0 10px rgba(254, 46, 46, 0.25);
    -webkit-box-shadow: 0 0 10px rgba(254, 46, 46, 0.25);
    -moz-box-shadow: 0 0 10px rgba(254, 46, 46, 0.25);
}

.contact-form button {
    background: #2c95de;
    width: 200px;
    height: 50px;
    color: white;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}

.contact-form button:hover {
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    background: #145E92;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}

.contact-pop-holder {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 1000000000000000000;
    display: none;
}

.contact-pop {
    text-align: center;
    border: 5px solid #2c95de;
    width: 90%;
    height: 90%;
    max-height: 515px;
    max-width: 650px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    background: white;
    padding: 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

/* --------------------- NEWSLETTER --------------------- */

#pop-close, #pop-close-contact, #pop-close-newsletter {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 25px;
    background: transparent;
    color: #145E92;
    border: 0;
}

.newsletter {
    margin: 0 auto;
    width: 100%;
    padding: 100px 0 100px 0;
    background: white;
}

.newsletter-wrap {
    max-width: 700px;
    margin: 0 auto;
    margin-top: 40px;
}

.newsletter-right {
    float: right;
    width: 29%;
}

.newsletter-right button {
    background: #2c95de;
    height: 50px;
    width: 100%;
    max-width: 300px;
    color: white;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}

.newsletter-right button:hover {
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    background: #145E92;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}

.newsletter-left {
    float: left;
    width: 70%;
}

.newsletter-left input {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #2c95de;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.newsletter-left input:focus {
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    box-shadow: 0 0 10px rgba(34, 45, 63, 0.25);
    -webkit-box-shadow: 0 0 10px rgba(34, 45, 63, 0.25);
    -moz-box-shadow: 0 0 10px rgba(34, 45, 63, 0.25);
}

.nl-preview {
    margin: 0 auto;
    width: 100%;
    max-width: 595px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.nl-preview:hover {
    cursor: pointer;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
    opacity: 0.75;
    filter: alpha(opacity=75);
}

/* --------------------- SCREEN < 940px --------------------- */

@media screen and (max-width: 940px) {
    .features-list-feature-left, .features-list-feature-right {
        float: none;
        width: 100%;
        text-align: center;
        min-height: 100px;
    }
    .features-list-feature-right img, .features-list-feature-left img {
        display: block;
        width: 60%;
        max-width: 400px;
        margin: 20px auto 50px auto;
    }
}

/* --------------------- END SCREEN < 940px --------------------- */

/* --------------------- SCREEN < 880px --------------------- */

@media screen and (max-width: 880px) {
    .why-trally .innerwrap {
        display: block;
        align-items: center;
    }
    .why-trally-phones {
        float: none;
        width: 100%;
    }
    .why-trally-phones img {
        width: 90%;
        max-width: 550px;
        display: block;
        margin: 40px auto;
    }
    .why-trally-text {
        text-align: center;
        float: none;
        width: 100%;
        padding-top: 0px;
    }
}

/* --------------------- END SCREEN < 880px --------------------- */

/* --------------------- SCREEN < 760px --------------------- */

@media screen and (max-width: 760px) {
    .mobile-nav {
        display: block;
        float: right;
        text-align: right;
        width: 25%;
        height: 75px;
        line-height: 75px;
    }
    .navigation {
        display: none;
    }
    #mobile-menu {
        width: 75px;
        padding-top: 8px;
        padding-bottom: 8px;
        border: 1px solid white;
        background: transparent;
        color: white;
        transition: all .2s linear;
        -moz-transition: all .2s linear;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
    }
    #mobile-menu:hover {
        transition: all .2s linear;
        -moz-transition: all .2s linear;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
    }
    .big-back {
        height: auto;
        min-height: 100vh;
        padding-top: 75px;
    }
    .big-back .innerwrap {
        display: block;
        align-items: center;
    }
    .big-back-scroll-down {
        display: none;
    }
    .big-back-phones {
        float: none;
        width: 100%;
    }
    .big-back-phones img {
        width: 90%;
        max-width: 550px;
        display: block;
        margin: 40px auto;
    }
    .big-back-text {
        float: none;
        width: 100%;
        padding-top: 70px;
    }
    .big-back-text img {
        width: 60%;
        margin: 0 auto;
        display: block;
    }
    .big-back-text-buttons {
        margin-top: 40px;
        text-align: center;
    }
    .big-back-text-buttons button:first-of-type {}
    .big-back-text-buttons button:last-of-type {
        margin-top: 15px;
    }
}

/* --------------------- SCREEN < 600px --------------------- */

@media screen and (max-width: 600px) {
    .newsletter-left {
        float: none;
        width: 100%;
    }
    .newsletter-left input {
        margin: 0 auto;
        width: 91%;
        display: block;
    }
    .newsletter-right {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .newsletter-right button {
        display: block;
        margin: 0 auto;
    }
}

/* --------------------- END SCREEN < 600px --------------------- */

/* --------------------- ANIMATIONS --------------------- */

@-o-keyframes heartbeat {
    0% {
        -o-transform: scale(1);
    }
    50% {
        -o-transform: scale(0.9);
    }
    100% {
        -o-transform: scale(1);
    }
}

@-moz-keyframes heartbeat {
    0% {
        -moz-transform: scale(1);
    }
    50% {
        -moz-transform: scale(0.9);
    }
    100% {
        -moz-transform: scale(1);
    }
}

@-webkit-keyframes heartbeat {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes heartbeat {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}

@-o-keyframes heartbeat-big {
    0% {
        -o-transform: scale(1);
    }
    50% {
        -o-transform: scale(1.5);
    }
    100% {
        -o-transform: scale(1);
    }
}

@-moz-keyframes heartbeat-big {
    0% {
        -moz-transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.5);
    }
    100% {
        -moz-transform: scale(1);
    }
}

@-webkit-keyframes heartbeat-big {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes heartbeat-big {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }
    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

@-webkit-keyframes shake {
    10%, 90% {
        -webkit-transform: translate3d(-1px, 0, 0);
    }
    20%, 80% {
        -webkit-transform: translate3d(2px, 0, 0);
    }
    30%, 50%, 70% {
        -webkit-transform: translate3d(-4px, 0, 0);
    }
    40%, 60% {
        -webkit-transform: translate3d(4px, 0, 0);
    }
}

@-moz-keyframes shake {
    10%, 90% {
        -moz-transform: translate3d(-1px, 0, 0);
    }
    20%, 80% {
        -moz-transform: translate3d(2px, 0, 0);
    }
    30%, 50%, 70% {
        -moz-transform: translate3d(-4px, 0, 0);
    }
    40%, 60% {
        -moz-transform: translate3d(4px, 0, 0);
    }
}

@-o-keyframes shake {
    10%, 90% {
        -o-transform: translate3d(-1px, 0, 0);
    }
    20%, 80% {
        -o-transform: translate3d(2px, 0, 0);
    }
    30%, 50%, 70% {
        -o-transform: translate3d(-4px, 0, 0);
    }
    40%, 60% {
        -o-transform: translate3d(4px, 0, 0);
    }
}

@keyframes scrollDownArrow {
    0% {
        bottom: 5px;
    }
    50% {
        bottom: 15px;
    }
    100% {
        bottom: 5px;
    }
}
