.bg-primary {
    background-color: #44A3D5 !important;
}

.bg-secondary-1 {
    background-color: #1A3E7C !important;
}

.bg-secondary-2 {
    background-color: #3498db !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-dribbble {
    background-color: #44A3D5;
}

.bg-twitter {
    background-color: #00a0d1;
}

.bg-facebook {
    background-color: #3b5998;
}

.smart-pricing .red-btn, .smart-pricing .red-lite {
}

.bg-googleplus {
    background-color: #44A3D5;
}

.bg-tumblr {
    background-color: #34526f;
}

.text-primary {
    color: #e74c3c;
}

.standard-radius {
    border-radius: 25px;
}

.transition-500 {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.transition-2000 {
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    transition: all 2s ease;
}

.transition-300 {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.cover-div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
}

.blank-input {
    background: none;
    border: none;
    box-shadow: none;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.font-body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.font-heading {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html, body {
    height: 100%;
}

body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #777777;
    font-size: 14px;
    line-height: 24px;
    background: #122D5A;
    background: -moz-radial-gradient(center, ellipse cover, #44A3D5 0%, #122D5A 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #44A3D5 0%, #122D5A 100%);
    background: radial-gradient(ellipse at center, #44A3D5 0%, #122D5A 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#628ee5', endColorstr='#11273b', GradientType=1);
    background-repeat: no-repeat;
}

.blue-gradient {
    background: #1e4065;
    background: -moz-radial-gradient(center, ellipse cover, #44A3D5 0%, #122D5A 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #44A3D5 0%, #122D5A 100%);
    background: radial-gradient(ellipse at center, #44A3D5 0%, #122D5A 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#628ee5', endColorstr='#11273b', GradientType=1);
    background-repeat: no-repeat;
}

h1,
h2,
h3,
h4,
h5,
h5,
h6 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #333333;
    margin: 0px;
}

.alt-font {
    font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

ul {
    list-style: none;
    padding: 0px;
}

a:hover {
    text-decoration: none;
}

.pointer {
    cursor: pointer !important;
}

.uppercase {
    text-transform: uppercase;
}

.img-max-120 img {
    margin: 20px;
    max-width: 120px;
}

img {
    max-width: 100%;
}

.jumbo-h1 {
    font-size: 40px;
    line-height: 56px;
    font-weight: 600;
    margin-bottom: 64px;
}

.standard-h1 {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 48px;
}

h1 {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 48px;
}

h2 {
    font-size: 22px;
    line-height: 20px;
}

h3 {
    font-size: 26px;
    line-height: 32px;
}

h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
}

h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
}

strong {
    font-weight: 600;
}

p {
    font-size: 14px;
    line-height: 24px;
}

p.lead {
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
}

p.lead.agb {
    font-size: 14px;
    line-height: 24px;
}

ul.agb {
    list-style: disc;
    font-size: 16px;
}

.agb li {
    margin-left: 40px;
}

p.lead.agb.fett {
    font-weight: bold;
}

p:last-child {
    margin-bottom: 0px;
}

p a {
    color: #428bca;
    text-decoration: underline;
}

.quote-text {
    font-size: 24px;
    line-height: 40px;
    font-style: italic;
    font-weight: 300;
}

span.text-white a {
    font-weight: 600;
    color: #fff;
}

.text-primary {
    color: #e74c3c;
}

.page-header {
    margin-bottom: 30px !important;
}

.main-container {
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.main-container.reveal-nav {
    -webkit-transform: translate3d(-300px, 0, 0);
    -moz-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
}

.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    text-align: center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 1;
}

.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #e74c3c;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
}

section.pad-large {
    padding-top: 160px;
    padding-bottom: 160px;
}

section.duplicatable-content {
    padding-bottom: 40px;
}

/*section:nth-of-type(odd) {
    background: #f4f4f4;
}*/

.siteUrlInput {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}

.p-b-20 {
    padding-bottom: 20px;
}

.no-pad {
    padding: 0px;
}

.no-pad-top {
    padding-top: 0px !important;
}

.no-pad-left {
    padding-left: 0px;
}

.no-pad-right {
    padding-right: 0px;
}

.no-pad-bottom {
    padding-bottom: 0px;
}

.space-top-small {
    margin-top: 20px !important;
}

.space-bottom-medium {
    margin-bottom: 40px !important;
}

.space-bottom-large {
    margin-bottom: 80px !important;
}

.space-bottom-xlarge {
    margin-bottom: 160px !important;
}

.no-margin {
    margin: 0;
}

.no-margin-bottom {
    margin-bottom: 0px !important;
}

.btnp {
    background: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    min-width: 155px;
}

.btnp:hover {
    background: none;
    color: #fff;
    border-color: #3498db;
    background-color: #3498db;
}

.btnp-primary {
    border-radius: 25px;
    display: inline-block;
    padding: 14px 28px 13px 28px;
    line-height: 1;
    border: 1px solid #3498db;
    font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #3498db;
}

.btnp-primary.btnp-filled {
    background: #3498db;
    color: #fff;
}

.btnp-white {
    border-color: #fff;
    color: #fff;
}

.btnp-white:hover {
    background: #fff;
    color: #333333;
    border-color: #fff;
}

.btnp-white.btnp-filled {
    background: #fff;
    color: #e74c3c;
}

.btnp-grey {
    border-color: #777777;
    color: #333333;
}

.btnp-grey:hover {
    background-color: #333333;
    color: #fff;
    border-color: #333333;
}

.btnp-lg {
    padding: 18px 40px;
}

.btnp-sm {
    padding: 10px 28px;
    font-size: 11px;
}

.btnp-xs {
    padding: 8px 24px;
    font-size: 10px;
}

.btnp-text-only {
    border-color: rgba(0, 0, 0, 0);
}

.btnp-text-only:hover {
    background: none;
    color: #3498db;
    border-color: rgba(0, 0, 0, 0);
}

.link-text {
    font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #3498db;
    display: inline-block;
    padding-bottom: 0px;
}

nav hr {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    bottom: 2px;
}

.has-dropdown {
    bottom: 3px;
}

.has-dropdown:after {
    font-family: ElegantIcons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\33";
    color: #777777;
}

.mobile-toggle {
    display: none;
}

.top-bar {
    position: absolute;
    background: #fff;
    width: 100%;

    /*border-top: solid 2px #FFFFFF;*/
    z-index: 10;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    line-height: 0;
    top: 0;
}

.top-bar .logo {
    max-width: 160px;
    position: relative;
    bottom: 13px;
}

/*.nav-menu {
    padding-top: 40px;
}*/

.utility-menu {
    margin-top: 16px;
}

.utility-menu .utility-inner {
    padding-bottom: 16px;
}

.utility-menu .btnp {
    min-width: 60px;
    padding-left: 18px;
    padding-right: 18px;
    margin-left: 8px;
    margin-right: 0px;
}

.utility-menu span {
    display: inline-block;
    position: relative;
    top: 9px;
}

.utility-menu .btnp-text-only {
    min-width: 0px;
    padding: 0px 8px;
}

.overlay-bar {
    background: none;
}

.overlay-bar .logo-dark {
    display: none;
}

.overlay-bar .has-dropdown:after {
    color: #fff;
}

.menu {
    padding: 0;
    margin: 0;
    display: inline-block;
    position: relative;
}

.menu li {
    float: left;
    margin-right: 8px;
    position: relative;
}

.menu li:last-child {
    margin-right: 0;
}

.menu li a {
    font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    padding-bottom: 40px;
    display: inline-block;
    line-height: 14px;
}

.menu li a:hover {
    color: #333333;
}

.top-bar .social-icons li a {
    font-size: 16px;
}

.top-bar .logo-light {
    display: none;
}

.top-bar .utility-menu .utility-inner {
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.2);*/
}

.overlay-bar .menu li a {
    color: #fff;
}

.overlay-bar .menu li.has-dropdown a {
    padding: 8px;
}

.overlay-bar .menu li.has-dropdown:hover a {
    background-color: rgba(255, 255, 255, 1);
    color: #305D91;
    border-radius: 2px 2px 0px 0px;
}

.overlay-bar .social-icons li a {
    color: #fff;
}

.overlay-bar .subnav li a {
    color: rgba(42, 42, 42, 1) !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    font-size: 13px;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 0px !important;
    line-height: 20px !important;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.overlay-bar .subnav li a:hover {
    color: #333333;
}

.overlay-bar .logo-dark {
    display: none;
}

.overlay-bar .logo-light {
    display: block;
}

.overlay-bar .utility-menu span {
    color: #fff;
}

.overlay-bar .utility-menu .utility-inner {
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.3);*/
}

.overlay-bar .login-button {
    color: #fff;
    border: 1px solid #fff;
}

.subnav {
    display: none;
    position: absolute;
    background: #fff;
    padding: 24px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.subnav li {
    margin-right: 0px !important;
    min-width: 140px;
    margin-bottom: 6px;
}

.subnav li a {
    padding-bottom: 0 !important;
    margin-bottom: 16px;
}

.subnav li:last-child a {
    margin-bottom: 0;
}

.has-dropdown .subnav {
    width: 900px;
}

.has-dropdown:hover .subnav {
    display: block;
    border-radius: 6px;

}

.nav-sticky2 {
    position: fixed !important;
    top: 0;
    border-top: solid 2px #1574CB;

    border-style: solid;
    border-width: 1px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.21);
    background: #343434 url('/yeti/top-menu-bg.png') repeat 100% 1%;

    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.nav-sticky2 .logo {

}

.nav-sticky2 hr {
    display: none !important;
}

.top-bar.nav-sticky2 {
    background: rgba(231, 236, 243, 1);
}

.top-bar.nav-sticky2 .nav-menu {
    padding-top: 32px;
}

.top-bar.nav-sticky2 .menu li a {
    padding-bottom: 32px;
}

.top-bar.nav-sticky2 .subnav {
    background: rgba(255, 255, 255, 0.9);
}

.top-bar.nav-sticky2 .utility-menu {
    display: none;
}

.subnav-fullwidth {
    overflow: hidden;
    left: 0px;
    position: absolute;
    text-align: left;
}

.subnav-fullwidth h6 {
    margin-bottom: 6px !important;
    margin-top: 20px !important;
    color: #0873AA;
}

.subnav-fullwidth .subnav {
    position: relative;
    overflow: hidden;
    background: none !important;
    text-align: left;
    padding: 0px;
}

.subnav-fullwidth .subnav li {
    float: none !important;
}

.subnav-fullwidth .btnp {
    padding-bottom: 13px !important;
    color: #3498db !important;
}

.subnav-fullwidth .btnp {
    margin-bottom: 16px;
}

.subnav-fullwidth .btnp:hover {
    color: #fff !important;
}

.subnav-fullwidth .btnp-filled,
.subnav-fullwidth .btnp-filled:hover {
    color: #fff !important;
}

.overlay-bar.nav-sticky2 .logo-light {
    display: none;
}

.overlay-bar.nav-sticky2 .logo-dark {
    display: block;
}

.overlay-bar.nav-sticky2 .menu li a {
    color: #777777;
}

.overlay-bar.nav-sticky2 .social-icons li a {
    color: #333333;
}

.overlay-bar.nav-sticky2 .has-dropdown:after {
    color: #333333;
}

.offscreen-menu .logo {
    padding-bottom: 32px;
}

.offscreen-toggle i {
    font-size: 36px;
    cursor: pointer;
}

.nav-sticky2 .offscreen-toggle i {
    color: #333333 !important;
}

.offscreen-container {
    position: fixed;
    width: 300px;
    background: #333333;
    right: 0px;
    height: 100%;
    top: 0px;
    z-index: 99999;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translate3d(300px, 0, 0);
    -moz-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
    padding: 40px;
}

.offscreen-container.reveal-nav {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.offscreen-menu .container {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.offscreen-menu .container.reveal-nav {
    -webkit-transform: translate3d(-300px, 0, 0);
    -moz-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
}

.offscreen-container .logo {
    bottom: 0px !important;
}

.offscreen-container .menu {
    display: block;
}

.offscreen-container .menu li {
    float: none;
    margin-bottom: 16px;
}

.offscreen-container .menu li a {
    padding-bottom: 0px !important;
    color: #aaa !important;
}

.offscreen-container .menu li a:hover {
    color: #fff !important;
}

.offscreen-container .social-icons {
    position: absolute;
    bottom: 40px;
}

.offscreen-container .social-icons li a {
    color: #fff !important;
}

.language {
    display: inline-block;
    margin-left: 8px;
}

.language img {
/ / max-width: 20 px;
}

.overlay:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    content: '';
    opacity: 0.9;
    z-index: 2;
    left: 0;
}

.overlay .container {
    position: relative;
    z-index: 3;
}

header {
    position: relative;
    overflow: visible;
}

header .container {
    position: relative;
    z-index: 3;
}

header .logo {
    max-width: 200px;
    display: inline-block;
    margin-bottom: 24px;
}

header .btnp {
    margin-right: 16px;
}

header .btnp:last-child {
    margin-right: 0px;
}

.page-header {
    margin: 0px;
    padding: 0px;
    padding: 160px 0px;
    border-bottom: none;
}

.page-header h1 {
    font-size: 40px;
    margin-bottom: 24px;
}

.page-header p.lead {
    font-size: 18px;
}

.page-header:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    content: '';
    opacity: 1;

}

.page-header .background-image-holder {
    height: 150%;
    top: -20%;
}

.hero-slider .slides li h1 {
    font-size: 38px;
    line-height: 56px;
    margin-bottom: 40px;
}

.hero-slider .slides li .btnp {
    margin-right: 16px;
}

.hero-slider .flex-direction-nav a {
    color: rgba(0, 0, 0, 0);
}

.flex-direction-nav a:before {
    top: 17px;
    font-size: 36px;
    left: 10px;
}

.flex-direction-nav a.flex-next:before {
    left: -10px;
}

@media all and (max-width: 1350px) {
    .flex-direction-nav {
        display: none !important;
    }
}

D {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    content: '';
    z-index: 2;
    background-color: #2F4A75;
}

.header-icons {
    padding: 160px 0px;
    position: relative;
    overflow: hidden;
}

.header-icons h1 {
    margin-bottom: 80px;
}

.header-icons i {
    font-size: 56px;
    display: inline-block;
    margin-bottom: 16px;
}

.header-icons .down-arrow {
    display: inline-block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 2px solid #fff;
    text-align: center;
    padding-top: 10px;
    margin-top: 160px;
}

.header-icons .down-arrow i {
    font-size: 40px;
    position: relative;
    right: 1px;
}

header.title {
    height: 565px;
    position: relative;
    overflow: hidden;
}

header.title h1 {
    margin-bottom: 16px;
    font-size: 40px;
}

header.title .sub {
    font-size: 12px;
    letter-spacing: 0px;
}

header.title .container {
    position: relative;
    z-index: 3;
}

header.title:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    content: '';
    opacity: 0.3;
    z-index: 2;

}

.action-banner {
    padding: 104px 0px;
    overflow: hidden;
    position: relative;
}

.action-banner .container {
    position: relative;
    z-index: 3;
}

.action-banner h1 {
    font-size: 40px;
    line-height: 56px;
    font-weight: 600;
    margin-bottom: 64px;
    margin-bottom: 24px;
}

.action-banner h2 {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 48px;
    margin-bottom: 40px;
}

.action-banner .btnp {
    margin-right: 16px;
}

header.signup {
    padding: 180px 0px;
    position: relative;
    height: 100%;
}

header.signup h1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 56px;
    margin-bottom: 56px;
}

header.signup .photo-form-wrapper {
    margin-bottom: 0px;
}

header.signup .photo-form-wrapper .btnp {
    padding-top: 19px;
    padding-bottom: 19px;
    border-radius: 50px;
    max-width: 250px;
    height: 52px;
}

header.signup:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    content: '';
    opacity: 0.3;
    z-index: 2;

}

.product-right {
    height: 650px;
    position: relative;
    overflow: hidden;
    padding: 0px;
}

.product-right h1 {
    margin-bottom: 32px;
}

.product-right p.lead {
    margin-bottom: 32px;
}

.product-right .btnp {
    margin-right: 16px;
}

.product-right .product-image {
    position: absolute;
    right: -40px;
    top: -40px;
    max-width: 350px;
}

.hero-divider {
    padding: 160px 0px;
    position: relative;
    overflow: hidden;
}

.hero-divider:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    content: '';
    opacity: 0.4;
    z-index: 2;
    background-color: #333333;
}

.hero-divider .btnp {
    margin-right: 16px;
    margin-top: 24px;
}

.hero-divider .btnp:last-child {
    margin-right: 0px;
}

.hero-divider .container {
    position: relative;
    z-index: 3;
}

.hero-divider h1 {
    margin-bottom: 32px;
}

.video-wrapper {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.video-wrapper video {
    width: 100%;
    position: absolute;
    top: 0px;
}

@media all and (max-width: 1400px) {
    .video-wrapper video {
        width: 110%;
    }
}

@media all and (max-width: 1200px) {
    .video-wrapper video {
        width: 130%;
    }
}

@media all and (max-width: 1000px) {
    .video-wrapper video {
        width: 150%;
    }
}

.divider-video .overlay {
    z-index: 1;
    opacity: 0.4;
}

.divider-video .divider-content {
    position: relative;
    z-index: 2;
    padding-top: 121px;
    padding-bottom: 121px;
}

header.centered-text h1 {
    font-size: 40px;
    margin-bottom: 24px;
    line-height: 56px;
}

header.centered-text .btnp {
    margin-right: 16px;
    margin-top: 24px;
}

header.centered-text .btnp:last-child {
    margin-right: 0px;
}

.text-blue {
    color: #4D6AB3;
}

header.fullscreen-element .overlay:before,
.image-divider.overlay:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    content: '';
    z-index: 2;
}

.bottom-band {
    width: 100%;
    position: absolute;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.4);
    padding-top: 53.33333333px;
}

.bottom-band .col-sm-4 {
    margin-bottom: 53.33333333px;
}

.bottom-band .link-text {
    border-color: #fff;
}

.bottom-band .link-text:hover {
    color: #fff;
}

.bottom-band h3 {
    margin-bottom: 8px;
}

.image-divider i {

}

.image-divider .feature-icon-large i {
    border-color: #fff;
    color: #fff;
}

.feature {
    overflow: hidden;
}

.feature h4 {
    font-weight: 600;
}

.feature i {
    color: #e74c3c;
}

.feature-icon-large i {
    display: block;
    height: 104px;
    width: 104px;
    border: none;
    text-align: center;
    font-size: 40px;
    padding-top: 31px;
    margin-bottom: 32px;
}

.duplicatable-content .feature {
    margin-bottom: 40px;
}

.feature-selector ul {
    list-style: none;
    padding: 0;
}

.feature-icon-large .pull-left {
    width: 25%;
}

.feature-icon-large .pull-right {
    width: 75%;
}

.feature-icon-large .pull-left .icon {
    border: none;
    width: auto;
    font-size: 48px;
    padding-top: 20px;
}

.icon-large {
    font-size: 100px !important;
    color: #009FE3;
}

.selector-tabs {
    margin-bottom: 56px;
}

.selector-tabs li {
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0.4;
    cursor: pointer;
    float: left;
}

.selector-tabs li:hover {
    opacity: 1;
}

.selector-tabs li.active {
    opacity: 1;
}

.selector-tabs li span {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    bottom: 12px;
}

.selector-tabs li i {
    font-size: 40px;
    display: inline-block;
    margin-right: 8px;
}

.selector-content li {
    display: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
}

.selector-content li.active {
    display: block;
    opacity: 1;
}

.selector-content h1 {
    margin-bottom: 56px;
}

.selector-content a, .pure-text a {
    text-decoration: underline;
    color: #2a6496;
}

.feature-icon-small {
    margin-bottom: 32px;
    padding-top: 10px;
}

.short-btn {
    max-width: 200px;
}

.feature-icon-small i {
    color: #e74c3c;
    font-size: 36px;
    display: inline-block;
    margin-bottom: 32px;
}

.feature-icon-small h6 {
    font-weight: bold;
}

.primary-features {
    background: #e74c3c !important;
}

.primary-features .feature-icon-small i {
    color: #fff;
}

.feature-divider {
    position: relative;
    overflow: hidden;
}

.feature-divider h1 {
    margin-bottom: 40px;
}

img.phone-portrait {
    max-height: 580px;
}

.store-link {
    display: inline-block;
    overflow: hidden;
    margin-right: 16px;
    margin-top: 24px;
}

.store-link img {
    height: 50px;
}

.feature-icon-left {
    overflow: hidden;
    margin-bottom: 40px;
    float: left;
}

.feature-icon-left .icon-holder {
    width: 45px;
    height: 45px;
    float: left;
}

.feature-icon-left i {
    font-size: 32px;
}

.feature-icon-left .feature-text {
    /*float: left;*/
    padding-top: 8px;
}

.feature-box {
    padding: 64px 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 397px;
}

.feature-box .background-image-holder {
    z-index: 0;
    left: 0;
}

.background-image-holder {
    position: fixed !important;
}

.feature-box .background-image-holder.overlay:before {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0 !important;
    content: '';
    opacity: 0.3;
    z-index: 2;
    background-color: #333333;
    z-index: -1;
}

.feature-box h1 {
    margin-bottom: 24px;
}

.feature-box .btnp {
    margin-top: 24px;
}

.feature-box .inner {
    width: 66.66666%;
    position: relative;
    z-index: 3;
}

.contained-feature-boxes .row {
    padding: 0px 15px;
}

.contained-feature-boxes .image-slider {
    margin: 0px;
}

.contained-feature-boxes .image-slider .flex-direction-nav {
    display: none;
}

.contained-feature-boxes .image-slider .flex-control-nav {
    bottom: 24px;
}

.contained-feature-boxes .image-slider .flex-control-nav li a {
    background: rgba(255, 255, 255, 0.5);
}

.contained-feature-boxes .image-slider .flex-control-nav li a.flex-active {
    background: rgba(255, 255, 255, 0.9);
}

.feature-box.contained {
    padding: 40px;
    overflow: hidden;
}

.feature-box.contained .inner {
    width: 100%;
}

.clients p {
    margin-bottom: 48px !important;
}

.client-row {
    overflow: hidden;
    text-align: center;
    line-height: 0;
}

.client-row .col-sm-3 {
    display: inline-block;
    min-height: 80px;
    line-height: 80px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.client-row img {
    max-height: 60px;
    max-width: 140px;
    opacity: 0.3;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-backface-visibility: none;
}

.client-row img:hover {
    opacity: 1;
}

.client-row .row-wrapper {
    display: inline-block;
    width: 80%;
}

.client-row .row-wrapper {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.client-row:last-child .row-wrapper {
    border-bottom: none;
}

.row-wrapper .col-sm-3 {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.row-wrapper .col-sm-3:last-child {
    border-right: none;
}

.clients-2 {
    text-align: center;
    padding: 64px 0px 64px 0px;
}

.clients-2 .col-md-2 {
    height: 80px;
    line-height: 80px;
}

.clients-2 img {
    max-height: 60px;
    max-width: 140px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0.4;
}

.clients-2 img:hover {
    opacity: 1;
}

.wood-divider .product-image {
    top: 22%;
    transform: rotate(-15deg);
    right: -100px;
}

.accordion-active {
    background-color: #e74c3c;
    color: #fff;
}

.background-image-holder {
    position: absolute;
    top: -10%;
    width: 100%;
    background-size: cover !important;
    z-index: 0;
    background-position: 50% 50% !important;
}

.side-image {
    padding: 0px;
    position: relative;
}

.side-image .image-container {
    overflow: hidden;
    position: absolute;
    height: 100%;
    padding: 0px;
    top: 0px;
}

.side-image .image-container.pull-right {
    right: 0px;
}

.side-image .content {
    padding-top: 80px;
    padding-bottom: 80px;
}

.side-image h1 {
    margin-bottom: 40px;
}

.side-image p.lead {
    margin-bottom: 64px;
}

.side-image.text-heavy h1 {
    margin-bottom: 32px;
}

.side-image.text-heavy p.lead {
    margin-bottom: 40px;
}

.side-image.text-heavy .feature {
    margin-top: 64px;
}

.side-image.text-heavy .feature h5 {
    margin-bottom: 40px;
}

.icons-large {
    list-style: none;
    overflow: hidden;
    display: inline-block;
    padding: 0px;
    margin-bottom: 32px;
}

.icons-large li {
    float: left;
    margin-right: 48px;
    font-size: 48px;
    color: #e74c3c;
}

.icons-large li:last-child {
    margin-right: 0px;
}

.text-banner h1 {
    margin-bottom: 24px;
}

.text-banner p:last-child {
    margin-bottom: 32px;
}

.accordion-section .icons-large {
    margin-bottom: 0px;
}

.accordion-section .feature {
    margin-bottom: 40px;
}

.accordion-section .feature:last-child {
    margin-bottom: 0px;
}

.accordion {
    border-radius: 25px;
    list-style: none;
    overflow: hidden;
    border: 1px solid #dadada;
    padding: 0px;
}

.accordion .title span {
    padding: 0px 24px;
    display: block;
}

.accordion .title {
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    padding: 24px 0px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border-bottom: 2px solid #dadada;
}

.accordion .title:hover {
    background-color: #006FA7;
    color: #fff;
}

.accordion li:last-child .title,
.accordion li:last-child .text {
    border-bottom: none !important;
}

.accordion .text {
    padding: 0px 24px;
    max-height: 0px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    overflow: hidden;
    opacity: 0;
}

.accordion li.active .title {
    background-color: #0873AA;
    color: #fff;
    border-bottom: 1px solid #dadada;
}

.accordion li.active .text {
    padding: 24px;
    max-height: 500px;
    border-bottom: 1px solid #dadada;
    opacity: 1;
}

.text-image-bottom {
    padding-bottom: 0px;
}

.text-image-bottom img {
    display: inline-block;
    margin-top: 64px;
}

.inline-video-wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.inline-video-wrapper video {
    width: 100%;
}

.testimonials-slider {
    position: relative;
    margin-bottom: 24px;
}

.testimonials-slider p.lead {
    font-size: 18px;
}

.testimonials-slider .author {
    font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.testimonials-slider .flex-control-nav {
    bottom: -48px;
}

.pure-text p:last-child {
    margin-bottom: 40px;
}

.pure-text-centered h1 {
    margin-bottom: 24px;
}

.inline-image-right img {
    max-width: 350px;
}

.inline-image-right h1 {
    margin-bottom: 16px;
}

.inline-image-right h6 {
    margin-bottom: 32px;
}

.strip {
    padding: 64px 0px;
}

.strip::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

.strip:-ms-input-placeholder {
    color: #999999;
}

.strip::-webkit-input-placeholder {
    color: #999999;
}

.strip input::-webkit-input-placeholder {
    color: #ffffff;
    font-size: 24px;
    font-weight: 300;
    position: relative;
    top: 5px;
}

.strip input:-moz-placeholder {
    color: #ffffff;
}

.strip textarea::-webkit-input-placeholder {
    color: #ffffff;
}

.strip textarea:-moz-placeholder {
    color: #ffffff;
}

.strip strong {
    font-weight: 600;
}

.strip h3 {
    margin: 0px;
    position: relative;
    top: 5px;
    display: inline-block;
    font-weight: normal;
}

.social-icons {
    list-style: none;
    overflow: hidden;
    display: inline-block;
}

.social-icons li {
    float: left;
    margin-right: 24px;
    font-size: 24px;
}

.social-icons li:last-child {
    margin-right: 0px;
}

.social-icons li a {
    color: #333333;
}

.strip .social-icons {
    position: relative;
    top: 10px;
}

.strip .signup-email-field {
    background: none;
    border: none;
    box-shadow: none;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    float: left;
    color: #fff;
    min-width: 400px;
    font-weight: 300;
    font-size: 24px;
    position: relative;
    top: 4px;
}

.strip .signup-email-field:focus {
    outline: none;
}

.pricing-tables .col-md-3:first-child .pricing-table {
    border-radius: 25px 0px 0px 25px;
}

.pricing-tables .col-md-3:last-child .pricing-table {
    border-radius: 0px 25px 25px 0px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.pricing-table {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    padding-bottom: 40px;
}

.pricing-table .price {
    padding: 40px 0px;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.pricing-table .price .sub {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.3);
    position: relative;
    bottom: 10px;
}

.pricing-table .price .amount {
    color: #fff;
    font-size: 56px;
    display: inline-block;
    padding: 0px 8px;
}

.pricing-table .features {
    margin: 40px 0px;
}

.pricing-table .features li {
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-bottom: 16px;
}

.pricing-table .features li:last-child {
    margin-bottom: 0px;
}

.pricing-table .features li strong {
    font-weight: 600;
}

.pricing-table.emphasis {
    background-color: #e74c3c;
}

.pricing-2 .pricing-tables .col-md-3:first-child .pricing-table {
    border-radius: 25px 0px 0px 25px;
}

.pricing-2 .pricing-tables .col-md-3:last-child .pricing-table {
    border-radius: 0px 25px 25px 0px;
    border-right: 1px solid rgba(35, 35, 35, 0.2);
}

.pricing-2 .pricing-table {
    border-top: 1px solid rgba(35, 35, 35, 0.2);
    border-bottom: 1px solid rgba(35, 35, 35, 0.2);
    border-left: 1px solid rgba(35, 35, 35, 0.2);
    text-align: center;
    padding-bottom: 40px;
}

.pricing-2 .pricing-table .features {
    margin: 0px;
}

.pricing-2 .pricing-table .features li:first-child {
    border-top: none;
}

.pricing-2 .pricing-table .features li {
    color: #333333;
    border-top: 1px solid rgba(35, 35, 35, 0.2);
    padding: 24px 0px;
    margin: 0;
}

.pricing-2 .pricing-table .price {
    border-top: 1px solid rgba(35, 35, 35, 0.2);
    padding-bottom: 24px;
    border-bottom: none;
}

.pricing-2 .pricing-table .price .amount {
    color: #333333;
}

.pricing-2 .pricing-table .price .sub {
    color: #777777;
    opacity: 0.7;
}

.pricing-2 .pricing-table.emphasis {
    background-color: #2c3e50;
}

.pricing-2 .pricing-table.emphasis .features li {
    color: #fff;
    background-color: #2c3e50 !important;
}

.pricing-2 .pricing-table.emphasis .price .amount,
.pricing-2 .pricing-table.emphasis .sub {
    color: #fff;
}

.pricing-2 .feature-list {
    padding-bottom: 0px;
}

.pricing-2 .pricing-table .features li:nth-child(even) {
    background: #f4f4f4;
}

.team-1 h1 {
    margin-bottom: 40px;
}

.team-1 h2 {
    margin-bottom: 8px;
}

.team-1 .feature .sub {
    color: #333333;
    margin-bottom: 16px;
    display: inline-block;
}

.team-1-member {
    text-align: center;
    margin-top: 48px;
}

.team-1-member img {
    display: inline-block;
    margin-bottom: 16px;
}

.team-1-member h5 {
    margin-bottom: 8px;
}

.team-1-member .social-icons {
    margin-top: 8px;
}

.team-1-member .social-icons li a {
    font-size: 18px;
}

.team-2-member {
    margin-bottom: 56px;
}

.team-2-member .name {
    font-size: 24px;
    font-weight: 300;
    color: #333333;
    display: inline-block;
    margin: 24px 0px;
}

.team-2-member .image-holder {
    position: relative;
    overflow: hidden;
}

.team-2-member .image-holder img {
    position: relative;
    z-index: 1;
}

.team-2-member .hover-state {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    background-color: #2c3e50;
    z-index: 2;
    text-align: center;
}

.team-2-member .social-icons {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    -webkit-transform: translate3d(0, -200px, 0);
    -moz-transform: translate3d(0, -200px, 0);
    transform: translate3d(0, -200px, 0);
}

.team-2-member .social-icons li a {
    color: #fff;
    font-size: 32px;
}

.team-2-member .image-holder:hover .hover-state {
    opacity: 0.9;
}

.team-2-member .image-holder:hover .social-icons {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
}

.blog-snippet-1 {
    margin-bottom: 40px;
}

.blog-snippet-1 img {
    display: inline-block;
    margin-bottom: 16px;
}

.blog-snippet-1 h2 {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 36px;
}

.blog-snippet-1 .sub {
    display: inline-block;
    margin-bottom: 16px;
}

.blog-snippet-1 a {
    margin-top: 8px;
}

.blog-snippet-2 {
    overflow: hidden;
    padding: 0px;
}

.blog-snippet-2 li {
    overflow: hidden;
    margin-bottom: 40px;
}

.blog-snippet-2 li:last-child {
    margin-bottom: 0px;
}

.blog-snippet-2 li .icon {
    width: 10%;
    float: left;
}

.blog-snippet-2 li .icon i {
    color: #e74c3c;
    font-size: 32px;
    position: relative;
    top: 5px;
}

.blog-snippet-2 .title {
    width: 90%;
    float: left;
}

.blog-snippet-2 a {
    color: #333333;
    display: block;
    font-weight: 600;
}

.blog-snippet-2 .sub {
    letter-spacing: 0px;
    opacity: 0.8;
    font-size: 12px;
}

.blog-list-3 {
    padding: 0px;
}

.blog-snippet-3:nth-child(even) {
    background-color: #f4f4f4;
}

.blog-snippet-3 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.blog-snippet-3 h1 {
    margin-bottom: 16px;
}

.blog-snippet-3 h1 a {
    color: #333333;
}

.blog-snippet-3 h1 a em {
    color: #e74c3c;
    font-weight: 600;
    font-style: normal;
}

.blog-snippet-3 .alt-font {
    letter-spacing: 0px;
    font-size: 12px;
    display: inline-block;
    margin-left: 8px;
    position: relative;
    bottom: 2px;
}

blockquote {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    font-style: italic;
    line-height: 32px;
    padding: 0px;
    border: none;
    margin-bottom: 24px;
}

.article-single {
    background: #fff !important;
}

.article-body p.lead {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 24px;
    color: #333333;
}

.article-body p:last-child {
    margin-bottom: 0px;
}

.article-body p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 24px;
}

.article-body figure {
    margin: 16px 0px;
}

.article-body figcaption {
    font-style: italic;
    font-size: 14px;
    color: #aaa;
    margin-top: 16px;
}

.article-body h2 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 24px;
}

.article-body {
    padding-bottom: 64px;
    border-bottom: 1px solid #ddd;
}

.author-details {
    text-align: center;
    padding: 40px 0px;
    border-bottom: 1px solid #ddd;
}

.author-details img {
    display: inline-block;
    margin-bottom: 16px;
}

.author-details h5 {
    font-weight: normal;
}

.author-details .social-icons {
    margin-bottom: -8px;
    margin-top: 8px;
}

.projects-gallery p.lead {
    margin-bottom: 64px !important;
}

.projects-wrapper {
    text-align: center;
}

.filters {
    padding: 0px;
    list-style: none;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 32px;
}

.filters li {
    float: left;
    margin-right: 16px;
    font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #3498db;
    cursor: pointer;
}

.filters li:last-child {
    margin-right: 0px;
}

.filters li.active {
    border-bottom: 2px solid #3498db;
}

.project {
    height: 345px;
    overflow: hidden;
}

.project .image-holder {
    overflow: hidden;
    position: relative;
}

.project img {
    width: 100%;
}

.project .hover-state {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    background-color: rgba(44, 62, 80, 0.9);
    text-align: center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
    padding-right: 15px;
}

.project:hover .hover-state {
    opacity: 1;
}

.project .hover-state h1 {
    margin-bottom: 8px;
    font-size: 24px;
}

.project .hover-state h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

.project .hover-state p {
    margin-bottom: 24px;
}

.project .hover-state .btnp-white:hover {
    color: #2c3e50;
}

.hover-state .align-vertical {
    -webkit-transform: translate3d(0, 200px, 0);
    -moz-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
}

.project:hover .align-vertical {
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    opacity: 1;
}

.column-projects {
    margin-bottom: 80px;
}

.column-projects .project {
    height: 300px;
    margin-bottom: 15px;
}

.column-projects .project .hover-state h3 {
    margin-bottom: 24px;
}

.image-gallery {
    margin-top: 64px;
}

.image-gallery .image-holder {
    margin-bottom: 30px;
    height: 375px;
    overflow: hidden;
    position: relative;
}

.image-slider .flex-direction-nav {
    display: none;
}

@media (min-width: 768px) {
    .image-gallery .image-holder {
        height: 245px;
    }
}

@media (min-width: 992px) {
    .image-gallery .image-holder {
        height: 375px;
    }
}

.image-slider {
    position: relative;
    margin-bottom: 32px;
}

.image-slider .flex-direction-nav a.flex-prev:before {
    left: 0px;
}

.image-slider .flex-control-nav {
    bottom: -48px;
}

.image-slider .flex-control-nav li a {
    background: rgba(0, 0, 0, 0.3);
}

.image-slider .flex-control-nav li a.flex-active {
    background: rgba(0, 0, 0, 0.8);
}

.instagram-feed {
    padding-top: 40px;
    padding-bottom: 0px;
}

.instagram-feed span {
    color: #333333;
}

.instafeed {
    margin-top: 40px;
}

.instafeed ul {
    overflow: hidden;
    margin: 0px;
}

.instafeed ul li {
    float: left;
    width: 16.666667%;
}

.instafeed ul li:nth-child(n+7) {
    display: none;
}

#tweets .user {
    display: none;
}

#tweets .interact {
    display: none;
}

#tweets .tweet {
    font-size: 24px;
    line-height: 40px;
    font-style: italic;
    font-weight: 300;
}

.form-contact .inputs-wrapper {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 25px;
    margin-bottom: 24px;
}

.form-contact input:focus,
.form-contact textarea:focus {
    outline: none;
}

.form-contact input,
.form-contact textarea {
    background: none;
    border: none;
    box-shadow: none;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;
    padding: 16px;
}

.form-contact input::-moz-placeholder,
.form-contact textarea::-moz-placeholder {
    color: #777777;
    opacity: 1;
}

.form-contact input:-ms-input-placeholder,
.form-contact textarea:-ms-input-placeholder {
    color: #777777;
}

.form-contact input::-webkit-input-placeholder,
.form-contact textarea::-webkit-input-placeholder {
    color: #777777;
}

.form-contact input input::-webkit-input-placeholder,
.form-contact textarea input::-webkit-input-placeholder {
    color: #777777;
    font-size: 24px;
    font-weight: 300;
    position: relative;
    top: 5px;
}

.form-contact input input:-moz-placeholder,
.form-contact textarea input:-moz-placeholder {
    color: #777777;
}

.form-contact input textarea::-webkit-input-placeholder,
.form-contact textarea textarea::-webkit-input-placeholder {
    color: #777777;
}

.form-contact input textarea:-moz-placeholder,
.form-contact textarea textarea:-moz-placeholder {
    color: #777777;
}

.form-contact input {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.form-success,
.form-error {
    width: 100%;
    padding: 12px;
    display: none;
    margin-top: 12px;
    color: #fff;
}

.form-success {
    background-color: #58b551;
}

.form-error {
    background-color: #d94947;
}

.field-error {
    box-shadow: inset 0px 0px 10px -2px #ff0000 !important;
}

input[type="submit"] {
    min-width: 155px;
    width: 100%;
}

.strip .mail-list-signup input[type="submit"] {
    background: none;
    border: 1px solid #fff;
}

.contact-center p.lead {
    font-size: 18px;
}

.contact-center .form-wrapper {
    text-align: center;
    margin-top: 48px;
}

.contact-photo {
    position: relative;
    overflow: hidden;
}

.contact-photo h1 {
    margin-bottom: 200px;
}

.contact-photo .social-icons {
    margin-bottom: 64px;
}

.contact-photo .social-icons li {
    margin-right: 40px;
}

.contact-photo .social-icons li a {
    font-size: 40px;
    color: #fff;
    opacity: 0.7;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.contact-photo .social-icons li a:hover {
    opacity: 1;
}

.contact-photo .sub a {
    color: #fff;
}

.photo-form-wrapper {
    margin-bottom: 200px;
}

.photo-form-wrapper input {
    background: none;
    border: none;
    box-shadow: none;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #fff;
    border-radius: 50px;
    padding: 14px 24px 14px 24px;
    width: 100%;
    margin-bottom: 30px;
}

.form-email::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #FF5344;
}

.form-email:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #FF5344;
    opacity: 1;
}

.form-email::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #FF5344;
    opacity: 1;
}

.form-email:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #FF5344;
}

.form-email:placeholder-shown {
    color: #FF5344;
}

.photo-form-wrapper .btnp-filled {
    background-color: #e74c3c;
    border-color: #e74c3c;
}

.photo-form-wrapper input:focus {
    outline: none;
}

.photo-form-wrapper input[type="submit"] {
    font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.map {
    padding: 0px;
    overflow: hidden;
    position: relative;
}

.map-holder {
    height: 450px;
}

.map-holder iframe {
    border: none;
    width: 100%;
    height: 450px;
}

.map-holder:before {
    content: '';
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.map-holder.on:before {
    width: 0%;
}

.map-overlay {
    padding: 160px 0px;
    position: relative;
    overflow: hidden;
}

.map-overlay:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    content: '';
    opacity: 0.9;
    z-index: 2;
    background-color: #e74c3c;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.map-overlay .map-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0px;
}

.map-overlay .map-holder iframe {
    width: 100%;
    height: 150%;
    position: absolute;
    bottom: -80px;
}

.map-overlay .container {
    position: relative;
    z-index: 2;
}

.details-holder {
    background: #fff;
    width: 100%;
    border-radius: 50%;
}

.details-holder img {
    display: inline-block;
    margin-bottom: 16px;
}

.fade-overlay:before {
    opacity: 0;
}

.pure-text-contact i {
    display: inline-block;
    color: #e74c3c;
    text-align: center;
    font-size: 64px;
    margin-bottom: 24px;
    margin-bottom: 0px;
    margin-right: 48px;
}

.pure-text-contact i:last-child {
    margin-right: 0px;
}

.icon-jumbo {
    display: inline-block;
    color: #e74c3c;
    text-align: center;
    font-size: 64px;
    margin-bottom: 24px;
}

.social-bar {
    overflow: hidden;
}

.social-bar .link {
    height: 104px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.social-bar .link i {
    color: #fff;
    font-size: 40px;
}

.social-bar .initial,
.social-bar .hover-state {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    position: absolute;
    width: 100%;
    top: 35px;
}

.social-bar .hover-state {
    -webkit-transform: translate3d(0, 200px, 0);
    -moz-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
    top: 42px;
}

.social-bar span {
    font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

.social-bar .link:hover .initial {
    -webkit-transform: translate3d(0, -200px, 0);
    -moz-transform: translate3d(0, -200px, 0);
    transform: translate3d(0, -200px, 0);
}

.social-bar .link:hover .hover-state {
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
}

.error-page.bg-primary h1 {
    color: #fff;
    margin-bottom: 32px;
}

.error-page .jumbo {
    font-size: 160px;
    line-height: 160px;
    font-weight: 600;
    margin-bottom: 16px !important;
}

.error-page i {
    display: inline-block;
    font-size: 80px;
    margin-bottom: 24px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-animation: spin 6s ease-in-out infinite alternate;
    -moz-animation: spin 6s ease-in-out infinite alternate;
    -o-animation: spin 6s ease-in-out infinite alternate;
    animation: spin 6s ease-in-out infinite alternate;
}

.error-page .btnp-text-only:hover {
    color: #333333;
}

.login-page {
    overflow: hidden;
    position: relative;
}

.login-page .container {
    position: relative;
    z-index: 3;
}

.login-page .photo-form-wrapper {
    margin-bottom: 24px;
}

.login-page a.text-white:hover {
    color: #fff;
    font-weight: 600;
}

.spin-me {
    -webkit-animation: spin 6s ease-in-out infinite alternate;
    -moz-animation: spin 6s ease-in-out infinite alternate;
    -o-animation: spin 6s ease-in-out infinite alternate;
    animation: spin 6s ease-in-out infinite alternate;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(-15deg);
    }
    10% {
        -webkit-transform: rotate(-85deg);
    }
    30% {
        -webkit-transform: rotate(5deg);
    }
    50% {
        -webkit-transform: rotate(250deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(-15deg);
    }
    10% {
        -moz-transform: rotate(-85deg);
    }
    30% {
        -moz-transform: rotate(5deg);
    }
    50% {
        -moz-transform: rotate(250deg);
    }
    100% {
        -moz-transform: rotate(0deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(-15deg);
    }
    10% {
        -o-transform: rotate(-85deg);
    }
    30% {
        -o-transform: rotate(5deg);
    }
    50% {
        -o-transform: rotate(250deg);
    }
    100% {
        -o-transform: rotate(0deg);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(-15deg);
    }
    10% {
        -ms-transform: rotate(-85deg);
    }
    30% {
        -ms-transform: rotate(5deg);
    }
    50% {
        -ms-transform: rotate(250deg);
    }
    100% {
        -ms-transform: rotate(0deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(-15deg);
    }
    10% {
        transform: rotate(-85deg);
    }
    30% {
        transform: rotate(5deg);
    }
    50% {
        transform: rotate(250deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.coming-soon {
    position: relative;
    overflow: hidden;
}

.coming-soon h1 {
    font-size: 40px;
    font-weight: 600;
}

.coming-soon .logo {
    display: inline-block;
    margin-bottom: 32px;
    width: 200px;
}

.coming-soon .overlay:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    content: '';
    opacity: 0.3;
    z-index: 2;
    background-color: #333333;
}

.coming-soon .photo-form-wrapper {
    margin-bottom: 32px;
    margin-top: 48px;
}

.countdown-row {
    color: #fff;
    font-size: 80px;
    font-weight: 300;
}

.countdown-section {
    width: 20%;
    display: inline-block;
}

.countdown-amount {
    display: inline-block;
    margin-bottom: 48px;
}

.countdown-period {
    display: block;
    font-size: 24px;
}

iframe.mail-list-form {
    display: none !important;
}

footer {
    padding-top: 80px;
    padding-bottom: 80px;
}

footer a {
    text-decoration: none;
}

footer.social h1 {
    margin-bottom: 24px;
}

footer.social a.text-white {
    font-size: 18px;
}

footer.social .social-icons {
    margin: 64px 0px;
}

footer.social .social-icons li {
    margin-right: 40px;
}

footer.social .social-icons li a {
    font-size: 40px;
    color: #fff;
    opacity: 0.2;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

footer.social .social-icons li a:hover {
    opacity: 1;
}

footer.social .sub {
    opacity: 0.5;
    color: #fff;
    font-size: 12px;
}

footer.social .sub a {
    color: #fff;
    font-weight: 600;
}

footer.details .logo {
    margin-bottom: 54px;
    max-width: 80px;
    margin-top: 12px;
}

footer.details .sub {
    font-size: 12px;
    display: inline-block;
    margin-top: 48px;
}

footer.details .sub a {
    color: #02547E;
    font-weight: 600;
}

footer.details h1 {
    font-size: 16px;
    font-weight: 600;
}

footer.short {
    font-size: 16px;
    color: #fff;
}

footer.short .sub {
    opacity: 0.5;
    display: inline-block;
    margin-right: 32px;
    position: relative;
    bottom: 4px;
}

footer.short ul {
    display: inline-block;
    margin: 0px;
    line-height: 24px;
}

footer.short ul li {
    float: left;
    margin-right: 32px;
}

footer.short ul li a {
    color: #fff;
    opacity: 0.8;
}

footer.short .social-icons li a {
    color: #fff;
    opacity: 1;
}

footer.short-2 {
    position: relative;
    overflow: hidden;
}

footer.short-2 span {
    display: inline-block;
    margin-right: 64px;
}

footer.short-2 span:last-child {
    margin-right: 0px;
}

footer.short-2 .contact-action {
    position: absolute;
    right: 0px;
    height: 100%;
    width: 25%;
    background: #bf2718;
    z-index: 3;
    top: 0;
    text-align: center;
    font-size: 18px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

footer.short-2 .contact-action .icon_mail {
    display: inline-block;
    margin-right: 6px;
}

footer.short-2 .contact-action .arrow_right {
    position: relative;
    top: 2px;
}

footer.short-2 .contact-action:hover {
    background: #ad2315;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .top-bar {
        position: absolute;
    }

    .utility-menu {
        display: none;
    }

    nav {
        max-height: 80px;
        overflow: hidden;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        transition: all .5s ease;
    }

    nav .logo {
        margin-bottom: 32px;
    }

    nav .columns {
        width: 100%;
    }

    nav .social-icons {
        display: none;
    }

    .open-nav {
        max-height: 8000px;
    }

    .nav-menu {
        padding-top: 24px;
    }

    .top-bar .logo {
        bottom: 0px;
    }

    .mobile-toggle {
        font-size: 32px;
        display: block;
        position: absolute;
        top: 24px;
        right: 16px;
        cursor: pointer;
        color: #333333;
    }

    .overlay-bar {
        background: rgba(255, 255, 255, 0.9);
    }

    .overlay-bar .logo-light {
        display: none;
    }

    .overlay-bar .logo-dark {
        display: block;
    }

    .top-bar .menu li a {
        color: #777777;
        padding-bottom: 0px;
    }

    .overlay-bar .menu li a:hover {
        color: #333333;
    }

    .overlay-bar .has-dropdown:after {
        color: #333333;
    }

    .has-dropdown {
        bottom: 0px;
    }

    .menu {
        top: 0px;
    }

    .menu li {
        float: none;
        margin-bottom: 16px;
        margin-right: 0px;
    }

    .subnav {
        position: relative;
        background: none;
    }

    .subnav li {
        margin-bottom: 0px;
    }

    .subnav .col-md-3 {
        margin-bottom: 32px;
    }

    .offscreen-container .social-links {
        display: none;
    }

    .offscreen-container .logo {
        display: none;
    }

    section,
    header {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .no-align-mobile {
        padding-top: 0px !important;
        margin-top: 24px;
    }

    h1 {
        font-size: 24px;
        line-height: 32px;
    }

    p.lead {
        font-size: 14px;
        line-height: 24px;
    }

    .hero-slider .slides li h1,
    header.title h1,
    .action-banner h1,
    header.signup h1 {
        font-size: 32px;
        line-height: 40px;
    }

    .action-banner h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .btnp {
        margin-top: 16px;
    }

    header.signup {
        height: auto;
    }

    .header-icons {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    header.title {
        padding: 0px;
        height: 400px;
    }

    .product-right {
        height: 632px;
        padding-top: 64px;
    }

    .product-right .align-vertical {
        padding-top: 0px !important;
    }

    .product-right .product-image {
        margin-top: 200px;
        right: 0px;
        bottom: -85px;
    }

    .page-header br {
        display: none;
    }

    .page-header h1 {
        font-size: 32px;
        line-height: 40px;
    }

    header.centered-text h1 {
        font-size: 24px;
        line-height: 32px;
    }

    .flex-direction-nav {
        display: none;
    }

    .header-icons h2 {
        margin-bottom: 32px;
    }

    .bottom-band {
        display: none;
    }

    .side-image .content {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .selector-tabs {
        text-align: center;
    }

    .selector-tabs li {
        margin-bottom: 16px;
        display: inline-block;
        width: 100%;
    }

    .feature-box {
        padding: 48px 32px;
    }

    .feature-box .inner {
        width: 100%;
    }

    .no-pad-left {
        padding-left: 15px;
    }

    .row-wrapper {
        border-bottom: none;
    }

    .row-wrapper .col-sm-3 {
        border-right: none;
    }

    .accordion {
        margin-top: 32px;
    }

    .strip {
        padding: 40px 0px;
    }

    .strip,
    .strip .text-right {
        text-align: center;
    }

    .strip .col-xs-12 {
        margin-bottom: 16px;
    }

    .inline-video-wrapper {
        margin-top: 40px;
    }

    .video-wrapper {
        display: none;
    }

    .inline-image-right img {
        display: inline-block;
        margin-top: 40px;
    }

    .pricing-tables .no-pad {
        padding: 0px 15px;
    }

    .pricing-tables .no-pad-left {
        padding-left: 15px;
    }

    .pricing-tables .no-pad-right {
        padding-right: 15px;
    }

    .pricing-table {
        margin-bottom: 16px;
        border-radius: 25px !important;
        border: 2px solid rgba(255, 255, 255, 0.2) !important;
    }

    .pricing-2 {
        display: none;
    }

    footer.social .social-icons li,
    .contact-photo .social-icons li {
        margin-right: 8px;
    }

    footer.social .social-icons li a,
    .contact-photo .social-icons li a {
        font-size: 24px;
    }

    footer.details .col-sm-4 {
        margin-bottom: 16px;
    }

    footer.details h1,
    footer.details .logo {
        margin-bottom: 32px;
    }

    footer.short-2 {
        padding-bottom: 0px;
    }

    footer.short-2 span {
        margin-right: 16px;
    }

    footer.short-2 .contact-action {
        position: relative;
        width: 100%;
        height: 150px;
        margin-top: 80px;
    }

    footer.short-2 .align-vertical {
        padding-top: 64px !important;
    }

    .blog-snippet-2 li .icon {
        width: 20%;
    }

    .blog-snippet-2 li .title {
        width: 80%;
    }

    .contact-thirds .text-center {
        text-align: left;
    }

    .contact-thirds .col-sm-4 {
        margin-bottom: 24px;
    }

    .pure-text-contact br {
        display: none;
    }

    .filters {
        padding: 0px 15px;
        text-align: center;
    }

    .filters li {
        margin: 0;
        width: 100%;
        margin-bottom: 8px;
    }

    .project {
        width: 100%;
    }

    .image-gallery .image-holder {
        height: 225px;
    }

    .hero-divider {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .hero-divider .video-wrapper {
        display: none;
    }

    .hero-divider .btnp {
        margin-right: 0px;
    }

    .fullscreen-element {
        height: auto !important;
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .instafeed ul li:nth-child(n+5) {
        display: none;
    }

    .instafeed ul li {
        width: 25%;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .flex-direction-nav {
        display: none;
    }

    .product-right .product-image {
        max-width: 640px;
        right: -100px;
        bottom: 50px;
    }

    .feature-box .inner {
        width: 100%;
    }

    .blog-snippet-2 li .icon {
        width: 15%;
    }

    .blog-snippet-2 li .title {
        width: 85%;
    }

    .map-overlay .col-md-4 {
        width: 40%;
    }

    .map-overlay .col-md-offset-4 {
        margin-left: 30%;
    }

    .hero-divider {
        height: auto;
        padding: 80px 0px 90px 0px;
    }

    .hero-divider .video-wrapper {
        display: none;
    }

    .video-wrapper {
        display: none;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .top-bar {
        position: absolute;
    }

    .utility-menu {
        display: none;
    }

    nav {
        max-height: 80px;
        overflow: hidden;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        transition: all .5s ease;
    }

    nav .logo {
        margin-bottom: 32px;
    }

    nav .columns {
        width: 100%;
    }

    nav .social-icons {
        display: none;
    }

    .open-nav {
        max-height: 8000px;
    }

    .nav-menu {
        padding-top: 24px;
    }

    .top-bar .logo {
        bottom: 0px;
    }

    .mobile-toggle {
        font-size: 32px;
        display: block;
        position: absolute;
        top: 24px;
        right: 16px;
        cursor: pointer;
        color: #333333;
    }

    .overlay-bar {
        background: rgba(255, 255, 255, 0.9);
    }

    .overlay-bar .logo-light {
        display: none;
    }

    .overlay-bar .logo-dark {
        display: block;
    }

    .overlay-bar .menu li a {
        color: #777777;
        padding-bottom: 0px;
    }

    .overlay-bar .menu li a:hover {
        color: #333333;
    }

    .overlay-bar .has-dropdown:after {
        color: #333333;
    }

    .has-dropdown {
        bottom: 0px;
    }

    .menu {
        top: 0px;
    }

    .menu li {
        float: none;
        margin-bottom: 16px;
        margin-right: 0px;
    }

    .subnav {
        position: relative;
        background: none;
    }

    .subnav li {
        margin-bottom: 0px;
    }

    .subnav .col-md-3 {
        margin-bottom: 32px;
    }

    .flex-direction-nav {
        display: none;
    }

    header.signup .photo-form-wrapper {
        margin-bottom: 32px;
    }

    .product-right .btnp {
        margin-bottom: 16px;
    }

    .product-right .product-image {
        right: -320px;
        bottom: 60px;
        max-width: 670px;
    }

    .wood-divider.product-right .product-image {
        position: relative;
        top: -5%;
    }

    .selector-tabs li {
        margin-bottom: 16px;
    }

    .client-row img {
        max-width: 100px;
    }

    .inline-video-wrapper {
        margin-top: 32px;
    }

    .pricing-tables .no-pad {
        padding: 0px 15px;
    }

    .pricing-tables .no-pad-left {
        padding-left: 15px;
    }

    .pricing-tables .no-pad-right {
        padding-right: 15px;
    }

    .pricing-table {
        margin-bottom: 30px;
        border-radius: 25px !important;
        border: 1px solid rgba(255, 255, 255, 0.2) !important;
    }

    footer.details .social-icons li {
        margin-bottom: 16px;
    }

    .blog-snippet-2 li .icon {
        width: 15%;
    }

    .blog-snippet-2 li .title {
        width: 85%;
    }

    .hero-divider {
        height: auto;
        padding: 80px 0px 90px 0px;
    }

    .hero-divider .video-wrapper {
        display: none;
    }

    .video-wrapper {
        display: none;
    }

    .instafeed ul li:nth-child(n+5) {
        display: none;
    }

    .instafeed ul li {
        width: 25%;
    }

    .project.col-sm-4 {
        width: 50%;
    }

    #submission-strip {
        min-width: 300px;
        max-width: 300px;
    }

    footer.short-2 {
        padding-bottom: 0px;
    }

    footer.short-2 span {
        margin-right: 32px;
    }

    footer.short-2 .contact-action {
        position: relative;
        width: 100%;
        height: 150px;
        margin-top: 80px;
    }

    footer.short-2 .align-vertical {
        padding-top: 64px !important;
    }
}

#video-view {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    display: none;
}

#video-view iframe {
    margin-top: 180px;
    border: none;
}

#hideVideo {
    display: block;
    position: fixed;
    width: 40px;
    height: 40px;
    background: #000;
    top: 180px;
    left: 50%;
    margin-left: 400px;
    padding: 14px;
    font-weight: 800;
    line-height: 12px;
    color: #fff;
}

.mainLogin {
    right: 0;
    position: absolute;
    top: 8px;
    z-index: 30;
}

.h-100 {
    min-height: 100%;
}

.bottom-container {
    position: absolute !important;
    bottom: 0;
    max-height: 180px;
    width: 100%;
}

.middle-container {
    max-width: 1170px;
    margin: 0 auto;
}

/*TODO temp disable lang*/
/*body > div.nav-container > nav > div > div.row.utility-menu > div > div > div > a.language {
    display: none;
}*/

#slideit label.open {
    display: none;
}

.main-btn {
    background-color: #ff5344 !important;
}

.top-min-30 {
    position: relative;
    top: 4px;
}

#video {
    position: relative;
    background: transparent;
}

.ytplayer-container {
    position: absolute;
    z-index: 1;
}

#noVideoClick {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: url(../img/3px.png);
    cursor: pointer;
}

.bgdiv {
    background-size: cover;
    /*background: url("../img/fan_bg.jpg");*/
}

@media screen and (min-width: 1500px) {

    .ytplayer-container {
        top: -118px;
    }

}

.form-email {
    height: 45px;
}

#video {
    display: none;
    z-index: 0;
}

.loaded {
    display: block !important;
}

#video-btn {
    color: white !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    font-weight: 800;
    line-height: 12px;
    font-size: 13px !important;
}

.page-content {
    border-top: 2px solid rgba(0, 0, 0, 0.83);
    border-left: 2px solid rgba(0, 0, 0, 0.83);
    background: url(../img/fan_bg.png) 100% 0% repeat rgba(52, 52, 52, 0);
}

.page-header {
    padding: 0px !important;
}

div.user-menu-container {
    margin-top: 90px;
}

#playVideo {
    display: block;
    width: 100%;
    height: 30px;
    position: relative;
    line-height: 27px;
    z-index: 0;
    padding-left: 45px;
    font-weight: 800;
    left: 15px;
    color: #fff;
    background: url(../img/playVideo.png) no-repeat 1px center;
    opacity: 0.8;
}

#stopVideo {
    display: block;
    width: 100%;
    height: 30px;
    position: relative;
    line-height: 27px;
    padding-left: 45px;
    font-weight: 800;
    left: 15px;
    color: #fff;
    background: url(../img/stopVideo.png) no-repeat 1px center;
    opacity: 0.8;
}

#playVideoContainer {

    box-shadow: 0 0px 20px rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: 0 0px 20px rgba(255, 255, 255, 0.4);
    -moz-box-shadow: 0 0px 20px rgba(255, 255, 255, 0.4);

    border-radius: 5px !important;
    position: absolute;
    top: 50%;
    width: 230px;
    height: 56px;
    background-color: rgba(0, 0, 0, 0.5) !important;
    padding: 6px;
    text-align: left;
    padding-left: 19px;
    right: 50%;
    margin-top: -28px;
    margin-right: -115px;
    padding-top: 14px;
    padding-right: 17px;
}

#stopVideoContainer {
    display: none;
    box-shadow: 0 0px 20px rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: 0 0px 20px rgba(255, 255, 255, 0.4);
    -moz-box-shadow: 0 0px 20px rgba(255, 255, 255, 0.4);
    border-radius: 5px !important;
    position: absolute;
    bottom: 45px;
    width: 230px;
    height: 56px;
    background-color: rgba(0, 0, 0, 0.5) !important;
    padding: 6px;
    text-align: left;
    padding-left: 19px;
    right: 50%;
    margin-top: 100px;
    margin-right: -115px;
    padding-top: 14px;
    padding-right: 17px;
}

#playVideo:hover, #playVideo:visited, #playVideo:active, #stopVideo:hover, #stopVideo:visited, #stopVideo:active {
    text-decoration: none;
}

#playVideo:hover {
    opacity: 1;
    color: #FF5344;
    text-decoration: none;
    background: url(../img/playVideoH.png) no-repeat 1px center;
}

#stopVideo:hover {
    opacity: 1;
    color: #FF5344;
    text-decoration: none;
    background: url(../img/stopVideoH.png) no-repeat 1px center;
}

#videoContainer {
    overflow: hidden;
    display: block;
    position: relative;
    width: 100%;
    background: #0B1926;
    height: 45px;
    border: 2px solid #fff;
}

.hidden {
    display: none;
}

.smart-pricing .dark-style .pricing-header h2, .smart-pricing .elegant-style .pricing-header h2 {
    line-height: 40px;
}

.btn-border {
    border: 1px solid #fff;
}

body > div.main-container.h-100.show-content > div.container.bottom-container > div.row.text-center.middle-container > div > div > h4 {
    position: absolute;
    bottom: 400px;
    max-width: 1000px;
    box-sizing: border-box;
}

body > div.main-container.h-100.show-content > div.container.bottom-container > div.row.text-center.middle-container > div > div > h4 a {
    margin: 8px;
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 10px !important;
    text-decoration: none;
}

body > div.main-container.h-100.show-content > div.container.bottom-container > div.row.text-center.middle-container > div > div > h4 a:hover {
    color: #FF5344;
    background: rgba(255, 255, 255, 1);
}

.white_background {
    background: #fff;
}

/*TODO temp fix positions and add to all pages*/
.flex-direction-nav {
    display: none;
}

.m-b-60 {
    margin-bottom: 60px !important;
}

.m-b-60 .text-white {
    /* margin-top: 80px;*/
}

.blue_background {
    color: #fff;
    background: #688af2;
    background: -moz-linear-gradient(left, #2A74BE 0%, #1A3E7B 100%);
    background: -webkit-linear-gradient(left, #2A74BE 0%, #1A3E7B 100%);
    background: linear-gradient(to right, #2A74BE 0%, #1A3E7B 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2A74BE', endColorstr='#1A3E7B', GradientType=1);
}

.blue_background h1 {
    color: #fff;
}

.blue_background a {
    color: #fff;
    font-weight: 800;
}

.dark_blue_bg {
    background: #1c3149;
}

.footer-container {
    background: #fff;
}

.btn-home {
    max-width: 100% !important;
    color: white !important;
    font-size: 13px !important;
    background: #FF5344;
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.loader-lead {
    color: #fff;
}

@media all and (min-width: 765px) {
    .home-bar {
        position: absolute !important;
    }

}

[class^="fa-"], [class^="glyphicon-"], [class^="icon-"], [class*=" fa-"], [class*=" glyphicon-"], [class*=" icon-"], .pe-7s-cash {
    font-size: 16px;
    line-height: normal;
}

.text-white {
    color: #fff !important;
}

.text-white a {
    text-decoration: underline;
    color: #fff;
}

header .align-vertical {
    margin-top: -95px;
}

.page-icon {
    font-size: 90px;
    padding: 40px 0 50px 0;
    text-shadow: 1px 1px 0 rgba(140, 140, 140, 0.3), -1px -1px 1px rgba(0, 0, 0, 0.3);
}

#btn-down {
    margin: 0 auto;
    position: absolute;
    margin-left: -40px;
    padding: 0 15px;
    bottom: 0;
    left: 50%;
    margin-bottom: 20px;
    font-size: 80px;
}

#btn-down:hover {
    cursor: pointer;
    opacity: 0.8;
}

::-webkit-scrollbar-thumb {
    /*background-color: #1B416F;*/
}

::-webkit-scrollbar-thumb, ::-webkit-scrollbar-track {
    opacity: 0.8;
}

::-webkit-scrollbar-track {
    /*background-color: #1B416F;*/
}

.opacity-0 {
    opacity: 0;
}

.opacity-1 {
    opacity: 1;
}

.opacity-5 {
    opacity: 0.5;
}

.animated {
    opacity: 1;
}

.loadie {
    z-index: 9998;
}

.position-fixed {
    position: fixed;
}

.rotated {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.facebook-bg {
    background: #688af2;
    background: -moz-linear-gradient(left, #2A74BE 0%, #1A3E7B 100%);
    background: -webkit-linear-gradient(left, #2A74BE 0%, #1A3E7B 100%);
    background: linear-gradient(to right, #2A74BE 0%, #1A3E7B 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2A74BE', endColorstr='#1A3E7B', GradientType=1);
}

.btn.btn-primary.btn-filled {
    background: #2A74BE;
    background-image: -webkit-linear-gradient(top, #2A74BE, #1A3E7B);
    background-image: -moz-linear-gradient(top, #2A74BE, #1A3E7B);
    background-image: -ms-linear-gradient(top, #2A74BE, #1A3E7B);
    background-image: -o-linear-gradient(top, #2A74BE, #1A3E7B);
    background-image: linear-gradient(to bottom, #2A74BE, #1A3E7B);
}

.smart-pricing a.pricing-button {
    line-height: initial;
    text-transform: uppercase;
    font-size: 13px;
    height: initial;
    font-weight: 800;
    padding: 10px;

    background: #2A74BE;
    background-image: -webkit-linear-gradient(top, #2A74BE, #1A3E7B);
    background-image: -moz-linear-gradient(top, #2A74BE, #1A3E7B);
    background-image: -ms-linear-gradient(top, #2A74BE, #1A3E7B);
    background-image: -o-linear-gradient(top, #2A74BE, #1A3E7B);
    background-image: linear-gradient(to bottom, #2A74BE, #1A3E7B);
    text-decoration: none;
    color: #ffffff;
    padding: 10px 20px 10px 20px;
}

.smart-pricing a.pricing-button:hover {
    background: #2A74BE;
    background-image: -webkit-linear-gradient(top, #2566A7, #13305F);
    background-image: -moz-linear-gradient(top, #2566A7, #13305F);
    background-image: -ms-linear-gradient(top, #2566A7, #13305F);
    background-image: -o-linear-gradient(top, #2566A7, #13305F);
    background-image: linear-gradient(to bottom, #2566A7, #13305F);
    text-decoration: none;
}

.nopadding {
    padding-left: 0;
    padding-right: 0;
}

.m-t-20 {
    margin-top: 20px;
}

.social-img-container {
    margin-bottom: 100px;
}

.question {
    color: #006FA7;
    font-size: 16px;
}

.feature i {
    color: #009FE3;
}

.speaker-description {
    padding: 40px 0;
}

.btn {
    color: #fff;
    background-color: #006FA7;
    border: 1px solid #fff;
}

.btn:hover {
    color: #fff;
    border: 1px solid #fff;
    background-color: #009FE3;
}

.btn-primary {
    width: auto;
    background-color: #006FA7;
}

.no-overflow {
    overflow: visible !important;
}

.p-img-t {
    padding: 37px 0 10px 0;
}

.p-img-t img {
    max-width: 700px;
}

.schedule-title {
    background: #F4F4F4;
    color: #006FA7;
    font-size: 16px;
    padding: 10px 20px;
    border-left: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
    border-top: 1px solid #DEDEDE !important;
}

.schedule-text {
    background-color: #FFFFFF;
    padding: 10px 20px;
    border-left: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
    border-top: 1px solid #DEDEDE !important;
}

.schedule-overview {
    border-bottom: 1px solid #DEDEDE;
}

.pm3-textarea {
    font-size: 16px;
    color: #006FA7;
    font-weight: 800;
    margin: 15px 0;
    padding: 15px;
    resize: none;
    width: 100%;
    height: 100px;
}

input[type="text"], input[type="password"], form.register .select-holder {
    height: inherit !important;
    max-width: 100% !important;
}

.form-control {
    padding: 12px;
}

.max-140 {
    max-width: 140px;
}

.no-left-pading {
    padding-left: 0;
}

.full-width a {
    width: 100%;
}

.sponsor-10 {
    color: #0072bc;
    font-size: 70px;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    line-height: 117px;
    background: #fff;
    text-align: center;
    transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
}

.bg-register {
    background-image: url("../img/bg-register.jpg");
    background-size: cover;
}

.color-blocks i, .contained-promo i {
    color: #0072bc;
    font-size: 70px;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    line-height: 117px;
    background: #fff;
    text-align: center;
    transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
}

.register-icon {
    color: #0072bc;
    font-size: 70px;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    line-height: 117px;
    background: #fff;
    text-align: center;
    transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
}

.bg-over {
    margin-top: -33px;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: url(../img/3px.png);
}

.help-block {
    color: #ff5344 !important;
}