

/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}




/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}





/*Color variables */
 /* Sets the primary color. To change the primary color of the theme, change the hex value here (default is bright yellow */
 /* Sets the hover color for certain elements. To change the hover color of certain theme elements, such as buttons, change the hex value here #d9a701*/









/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/*==========================================
 0.  Bootstrap Overides / Hubspot Customizations
 1.  PREDIFINEED (FROM 1 TO 500 )
 2.  NAVIGATION - LINE NO 500 
 3.  HOME - LINE NO 900
 5.  FEATURES - LINE NO 1210
 6.  Events - LINE NO 1350
 7.  BUY & DOWNLOAD NO - LINE 1480
 8.  DESCRIBE - LINE NO 1560
 9.  FAQ - LINE NO 1670
 10. TESTIMONIALS - LINE NO 1740
 11. NEWSLETTER - LINE NO 1800
 12. SCREENSHOTS - LINE NO 2005
 13. CLIENTS - LINE NO 2030
 14. PRICING TABLE - LINE NO 2110
 15. OUR TEAM LINE NO 2320
 16. PARTNER - LINE NO 2320
 17. CONTACT - LINE NO 2380
 18. FOOTER 2480
==========================================*/




/* ==========================================================================
Count down timer
  =========================================================================== */
  
  

.soon-wrapper,
.soon {
  display: block;
  margin: 0px;
  padding: 0;
  line-height: 1.5;
  font-size: 40px;
  font-size: 2.5rem;
  text-align: center;
  overflow: hidden;
}

.soon-wrapper [class*='soon-'],
.soon [class*='soon-'] {
  display: inline-block;
  vertical-align: baseline;
}

.soon-wrapper,
.soon-wrapper *,
.soon,
.soon * {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.soon-wrapper > .soon,
.soon > .soon {
  display: block;
}

.soon-wrapper.soon-inline,
.soon.soon-inline {
  display: inline-block;
  margin: 0;
}

.soon-wrapper > .soon-group,
.soon > .soon-group {
  white-space: nowrap;
}

.soon-wrapper .soon-repeater,
.soon-wrapper .soon-group,
.soon .soon-repeater,
.soon .soon-group {
  position: relative;
  z-index: 1;
}

.soon-wrapper[data-layout*='label-uppercase'] .soon-label,
.soon[data-layout*='label-uppercase'] .soon-label {
  text-transform: uppercase;
}

.soon-wrapper[data-layout*='label-lowercase'] .soon-label,
.soon[data-layout*='label-lowercase'] .soon-label {
  text-transform: lowercase;
}

.soon-wrapper[data-visual] > .soon-group > .soon-group-inner,
.soon[data-visual] > .soon-group > .soon-group-inner {
  display: table;
  border-collapse: separate;
}

.soon-wrapper[data-visual] > .soon-group > .soon-group-inner > .soon-group-separator > .soon-group-inner > .soon-group-sub > .soon-group-inner,
.soon-wrapper[data-visual] > .soon-group > .soon-group-inner > .soon-group-sub > .soon-group-inner,
.soon[data-visual] > .soon-group > .soon-group-inner > .soon-group-separator > .soon-group-inner > .soon-group-sub > .soon-group-inner,
.soon[data-visual] > .soon-group > .soon-group-inner > .soon-group-sub > .soon-group-inner {
  display: block;
  position: relative;
  min-width: 3.25em;
}

.soon-wrapper[data-visual] > .soon-group > .soon-group-inner > .soon-group-separator > .soon-group-inner > .soon-group-sub > .soon-group-inner::after,
.soon-wrapper[data-visual] > .soon-group > .soon-group-inner > .soon-group-sub > .soon-group-inner::after,
.soon[data-visual] > .soon-group > .soon-group-inner > .soon-group-separator > .soon-group-inner > .soon-group-sub > .soon-group-inner::after,
.soon[data-visual] > .soon-group > .soon-group-inner > .soon-group-sub > .soon-group-inner::after {
  padding-bottom: 100% !important;
  content: '' !important;
  display: block !important;
}

.soon-wrapper[data-visual] .soon-group-sub,
.soon[data-visual] .soon-group-sub {
  display: table-cell;
}

.soon-wrapper[data-visual] .soon-value,
.soon[data-visual] .soon-value {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1em;
}

.soon-wrapper[data-visual] .soon-label,
.soon[data-visual] .soon-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25%;
  margin-top: 0 !important;
  line-height: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  
}

.soon-wrapper[data-visual][data-layout*='label-above'] .soon-label.soon-label,
.soon[data-visual][data-layout*='label-above'] .soon-label.soon-label {
  top: 25% !important;
  margin-top: 0 !important;
  bottom: auto !important;
}

.soon-wrapper[data-visual*='ring']:not([data-layout*='label-hidden']) .soon-value,
.soon[data-visual*='ring']:not([data-layout*='label-hidden']) .soon-value {
  top: 45%;
}

.soon-wrapper[data-visual*='ring']:not([data-layout*='label-hidden']) .soon-label,
.soon[data-visual*='ring']:not([data-layout*='label-hidden']) .soon-label {
  bottom: 30%;
}

.soon-wrapper[data-visual*='ring'][data-layout*='label-above'] .soon-value,
.soon[data-visual*='ring'][data-layout*='label-above'] .soon-value {
  top: 58%;
}

.soon-wrapper[data-visual*='ring'][data-layout*='label-above'] .soon-label.soon-label,
.soon[data-visual*='ring'][data-layout*='label-above'] .soon-label.soon-label {
  top: 30% !important;
}

.soon-wrapper[data-layout*='group'] .soon-label,
.soon[data-layout*='group'] .soon-label {
  font-size: .6em;
}

.soon-wrapper[data-layout*='label-small'] .soon-label,
.soon[data-layout*='label-small'] .soon-label {
  font-size: .4em;
}

.soon-wrapper[data-layout*='label-small'][data-visual] .soon-label,
.soon[data-layout*='label-small'][data-visual] .soon-label {
  font-size: .275em !important;
}

.soon-wrapper[data-layout*='label-small'][data-layout*='line'] .soon-label,
.soon[data-layout*='label-small'][data-layout*='line'] .soon-label {
  font-size: .625em;
}

.soon-wrapper[data-layout*='label-big'] .soon-label,
.soon[data-layout*='label-big'] .soon-label {
  font-size: .65em;
}

.soon-wrapper[data-layout*='label-big'][data-visual] .soon-label,
.soon[data-layout*='label-big'][data-visual] .soon-label {
  font-size: .4em !important;
}

.soon-wrapper[data-layout*='label-big'][data-layout*='line'] .soon-label,
.soon[data-layout*='label-big'][data-layout*='line'] .soon-label {
  font-size: .875em;
}

.soon-wrapper[data-layout*='label-hidden'] .soon-label,
.soon[data-layout*='label-hidden'] .soon-label {
  display: none !important;
}

.soon-reflection {
  display: block !important;
  overflow: hidden;
  z-index: 0 !important;
  opacity: .3;
  margin-bottom: -.5em;
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
}

.soon-reflection ~ .soon-label {
  position: relative;
  z-index: 1;
  margin-top: 1em !important;
}

.soon-reflection::after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  z-index: 5;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  content: '';
  background-image: inherit;
}

.soon-reflection.soon-separator {
  position: absolute !important;
  left: 0;
  top: 1.5em;
}

.soon-no-animation .soon-reflection {
  display: none !important;
}

.soon-text {
  min-width: .6875em;
}

.soon-slot {
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: top !important;
  letter-spacing: 0.125em;
  text-indent: 0.125em;
}

.soon-slot:first-child {
  margin-left: -0.125em;
}

.soon-slot:last-child {
  margin-right: -0.125em;
}

.soon-slot + .soon-slot {
  margin-left: -0.25em;
}

.soon-slot .soon-slot-inner {
  display: block;
  -webkit-transform: perspective(100px);
  -ms-transform: perspective(100px);
  -o-transform: perspective(100px);
  transform: perspective(100px);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  overflow: hidden;
  height: 1.5em;
}

.soon-slot-bounding {
  padding: 0 0.0625em;
  visibility: hidden;
}

.soon-slot-new,
.soon-slot-old {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.soon-slot-new,
.soon-slot-old,
.soon-slot-bounding {
  text-align: center;
}

.soon-slot-animate .soon-slot-new,
.soon-slot-animate .soon-slot-old {
  -webkit-transition: -webkit-transform 800ms, opacity 700ms, color 400ms, -webkit-filter 400ms;
  -o-transition: -o-transform 800ms, opacity 700ms, color 400ms, filter 400ms;
  transition: transform 800ms, opacity 700ms, color 400ms, filter 400ms;
}

.soon-milliseconds .soon-slot-animate .soon-slot-new,
.soon-milliseconds .soon-slot-animate .soon-slot-old {
  -webkit-transition: -webkit-transform 100ms, opacity 100ms, color 50ms, -webkit-filter 50ms;
  -o-transition: -o-transform 100ms, opacity 100ms, color 50ms, filter 50ms;
  transition: transform 100ms, opacity 100ms, color 50ms, filter 50ms;
}

.soon-slot .soon-slot-new {
  opacity: 0;
  z-index: 2;
}

.soon-slot .soon-slot-old {
  opacity: 1;
  z-index: 1;
}

.soon-slot-animate .soon-slot-new {
  opacity: 1;
}

.soon-slot-animate .soon-slot-old {
  opacity: 0;
}

.soon[data-face*='doctor'] .soon-slot .soon-slot-new {
  opacity: 0;
  z-index: 2;
  -webkit-transform: rotateZ(45deg) scale(0.25);
  -ms-transform: rotateZ(45deg) scale(0.25);
  -o-transform: rotateZ(45deg) scale(0.25);
  transform: rotateZ(45deg) scale(0.25);
}

.soon[data-face*='doctor'] .soon-slot .soon-slot-old {
  opacity: 1;
  z-index: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.soon[data-face*='doctor'] .soon-slot-animate .soon-slot-new {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.soon[data-face*='doctor'] .soon-slot-animate .soon-slot-old {
  opacity: 0;
  -webkit-transform: rotateZ(-45deg) scale(1.5);
  -ms-transform: rotateZ(-45deg) scale(1.5);
  -o-transform: rotateZ(-45deg) scale(1.5);
  transform: rotateZ(-45deg) scale(1.5);
}

.soon[data-face*='slide'] .soon-slot .soon-slot-new {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 2;
  opacity: 0;
}

.soon[data-face*='slide'] .soon-slot .soon-slot-old {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  z-index: 1;
  opacity: 1;
}

.soon[data-face*='slide'] .soon-slot-animate .soon-slot-new {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.soon[data-face*='slide'] .soon-slot-animate .soon-slot-old {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}

.soon[data-face*='slide'][data-face*='up'] .soon-slot .soon-slot-new {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}

.soon[data-face*='slide'][data-face*='up'] .soon-slot .soon-slot-old {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.soon[data-face*='slide'][data-face*='up'] .soon-slot-animate .soon-slot-new {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.soon[data-face*='slide'][data-face*='up'] .soon-slot-animate .soon-slot-old {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.soon[data-face*='slide'][data-face*='left'] .soon-slot .soon-slot-new {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.soon[data-face*='slide'][data-face*='left'] .soon-slot .soon-slot-old {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.soon[data-face*='slide'][data-face*='left'] .soon-slot-animate .soon-slot-new {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.soon[data-face*='slide'][data-face*='left'] .soon-slot-animate .soon-slot-old {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.soon[data-face*='slide'][data-face*='right'] .soon-slot .soon-slot-new {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.soon[data-face*='slide'][data-face*='right'] .soon-slot .soon-slot-old {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.soon[data-face*='slide'][data-face*='right'] .soon-slot-animate .soon-slot-new {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.soon[data-face*='slide'][data-face*='right'] .soon-slot-animate .soon-slot-old {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.soon[data-face*='roll'] .soon-slot .soon-slot-new {
  opacity: 0;
  -webkit-transform: translateY(-102.5%) rotateX(110deg) scale(0.5);
  -ms-transform: translateY(-102.5%) rotateX(110deg) scale(0.5);
  -o-transform: translateY(-102.5%) rotateX(110deg) scale(0.5);
  transform: translateY(-102.5%) rotateX(110deg) scale(0.5);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  z-index: 2;
}

.soon[data-face*='roll'] .soon-slot .soon-slot-old {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  z-index: 1;
}

.soon[data-face*='roll'] .soon-slot-animate .soon-slot-new {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.soon[data-face*='roll'] .soon-slot-animate .soon-slot-old {
  opacity: 0;
  -webkit-transform: translateY(102.5%) rotateX(-110deg) scale(0.5);
  -ms-transform: translateY(102.5%) rotateX(-110deg) scale(0.5);
  -o-transform: translateY(102.5%) rotateX(-110deg) scale(0.5);
  transform: translateY(102.5%) rotateX(-110deg) scale(0.5);
}

.soon[data-face*='roll'][data-face*='up'] .soon-slot .soon-slot-new {
  -webkit-transform: translateY(102.5%) rotateX(-110deg) scale(0.5);
  -ms-transform: translateY(102.5%) rotateX(-110deg) scale(0.5);
  -o-transform: translateY(102.5%) rotateX(-110deg) scale(0.5);
  transform: translateY(102.5%) rotateX(-110deg) scale(0.5);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

.soon[data-face*='roll'][data-face*='up'] .soon-slot .soon-slot-old {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.soon[data-face*='roll'][data-face*='up'] .soon-slot-animate .soon-slot-new {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.soon[data-face*='roll'][data-face*='up'] .soon-slot-animate .soon-slot-old {
  -webkit-transform: translateY(-102.5%) rotateX(110deg) scale(0.5);
  -ms-transform: translateY(-102.5%) rotateX(110deg) scale(0.5);
  -o-transform: translateY(-102.5%) rotateX(110deg) scale(0.5);
  transform: translateY(-102.5%) rotateX(110deg) scale(0.5);
}

.soon[data-face*='roll'][data-face*='left'] .soon-slot .soon-slot-new {
  -webkit-transform: translateX(102.5%) rotateY(-110deg) scale(0.5);
  -ms-transform: translateX(102.5%) rotateY(-110deg) scale(0.5);
  -o-transform: translateX(102.5%) rotateY(-110deg) scale(0.5);
  transform: translateX(102.5%) rotateY(-110deg) scale(0.5);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.soon[data-face*='roll'][data-face*='left'] .soon-slot .soon-slot-old {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.soon[data-face*='roll'][data-face*='left'] .soon-slot-animate .soon-slot-new {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.soon[data-face*='roll'][data-face*='left'] .soon-slot-animate .soon-slot-old {
  -webkit-transform: translateX(-102.5%) rotateY(110deg) scale(0.5);
  -ms-transform: translateX(-102.5%) rotateY(110deg) scale(0.5);
  -o-transform: translateX(-102.5%) rotateY(110deg) scale(0.5);
  transform: translateX(-102.5%) rotateY(110deg) scale(0.5);
}

.soon[data-face*='roll'][data-face*='right'] .soon-slot .soon-slot-new {
  -webkit-transform: translateX(-102.5%) rotateY(110deg) scale(0.5);
  -ms-transform: translateX(-102.5%) rotateY(110deg) scale(0.5);
  -o-transform: translateX(-102.5%) rotateY(110deg) scale(0.5);
  transform: translateX(-102.5%) rotateY(110deg) scale(0.5);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.soon[data-face*='roll'][data-face*='right'] .soon-slot .soon-slot-old {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.soon[data-face*='roll'][data-face*='right'] .soon-slot-animate .soon-slot-new {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.soon[data-face*='roll'][data-face*='right'] .soon-slot-animate .soon-slot-old {
  -webkit-transform: translateX(102.5%) rotateY(-110deg) scale(0.5);
  -ms-transform: translateX(102.5%) rotateY(-110deg) scale(0.5);
  -o-transform: translateX(102.5%) rotateY(-110deg) scale(0.5);
  transform: translateX(102.5%) rotateY(-110deg) scale(0.5);
}

.soon[data-face*='rotate'] .soon-slot-new,
.soon[data-face*='rotate'] .soon-slot-old {
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
}

.soon[data-face*='rotate'] .soon-slot .soon-slot-new {
  -webkit-transform: rotateZ(-90deg) scale(0.125);
  -ms-transform: rotateZ(-90deg) scale(0.125);
  -o-transform: rotateZ(-90deg) scale(0.125);
  transform: rotateZ(-90deg) scale(0.125);
  opacity: 0;
  z-index: 2;
}

.soon[data-face*='rotate'] .soon-slot .soon-slot-old {
  -webkit-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  opacity: 1;
  z-index: 1;
}

.soon[data-face*='rotate'] .soon-slot-animate .soon-slot-new {
  -webkit-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  opacity: 1;
}

.soon[data-face*='rotate'] .soon-slot-animate .soon-slot-old {
  -webkit-transform: rotateZ(90deg) scale(0.125);
  -ms-transform: rotateZ(90deg) scale(0.125);
  -o-transform: rotateZ(90deg) scale(0.125);
  transform: rotateZ(90deg) scale(0.125);
  opacity: 0;
}

.soon[data-face*='rotate'][data-face*='left'] .soon-slot .soon-slot-new {
  -webkit-transform: rotateZ(90deg) scale(0.125);
  -ms-transform: rotateZ(90deg) scale(0.125);
  -o-transform: rotateZ(90deg) scale(0.125);
  transform: rotateZ(90deg) scale(0.125);
}

.soon[data-face*='rotate'][data-face*='left'] .soon-slot .soon-slot-old {
  -webkit-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
}

.soon[data-face*='rotate'][data-face*='left'] .soon-slot-animate .soon-slot-new {
  -webkit-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
}

.soon[data-face*='rotate'][data-face*='left'] .soon-slot-animate .soon-slot-old {
  -webkit-transform: rotateZ(-90deg) scale(0.125);
  -ms-transform: rotateZ(-90deg) scale(0.125);
  -o-transform: rotateZ(-90deg) scale(0.125);
  transform: rotateZ(-90deg) scale(0.125);
}

.soon[data-face*='shadow-hard'] .soon-separator,
.soon[data-face*='shadow-hard'] .soon-slot-inner {
  text-shadow: 0 0.0625em 0 rgba(0, 0, 0, 0.15);
}

.soon[data-face*='shadow-soft'] .soon-separator,
.soon[data-face*='shadow-soft'] .soon-slot-inner {
  text-shadow: 0 0.0625em 0.125em rgba(0, 0, 0, 0.333);
}

.soon[data-face*='glow'] .soon-separator,
.soon[data-face*='glow'] .soon-slot-inner {
  text-shadow: 0 0 0.125em rgba(255, 255, 255, 0.75);
}

.soon[data-face*='fast'] .soon-slot-animate .soon-slot-new,
.soon[data-face*='fast'] .soon-slot-animate .soon-slot-old {
  -webkit-transition: -webkit-transform 500ms, opacity 400ms, color 200ms, -webkit-filter 200ms;
  -o-transition: -o-transform 500ms, opacity 400ms, color 200ms, filter 200ms;
  transition: transform 500ms, opacity 400ms, color 200ms, filter 200ms;
}

.soon[data-face*='faster'] .soon-slot-animate .soon-slot-new,
.soon[data-face*='faster'] .soon-slot-animate .soon-slot-old {
  -webkit-transition: -webkit-transform 250ms, opacity 175ms, color 100ms, -webkit-filter 100ms;
  -o-transition: -o-transform 250ms, opacity 175ms, color 100ms, filter 100ms;
  transition: transform 250ms, opacity 175ms, color 100ms, filter 100ms;
}

.soon-flip {
  position: relative;
  text-align: center;
  vertical-align: top !important;
  margin: 0 -.03125em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.soon-flip:only-child {
  margin: 0;
}

.soon-flip-inner {
  display: block !important;
  overflow: hidden;
  padding: .25em .125em;
  height: 1.5em;
}

.soon-flip-card {
  display: block !important;
  position: relative;
}

.soon-flip-bounding {
  visibility: hidden;
  padding: 0 .25em;
}

.soon-flip-fallback,
.soon-flip-face {
  color: #fff;
  background-color: #333;
}

.soon-flip-face {
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent;
}

.soon-flip-fallback,
.soon-flip-face {
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
}

.soon-flip-front {
  -webkit-transform: perspective(300px) rotateX(0deg);
  -ms-transform: perspective(300px) rotateX(0deg);
  -o-transform: perspective(300px) rotateX(0deg);
  transform: perspective(300px) rotateX(0deg);
  top: 0;
  bottom: 50%;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
  z-index: 5;
}

.soon-flip-back {
  -webkit-transform: perspective(300px) rotateX(180deg);
  -ms-transform: perspective(300px) rotateX(180deg);
  -o-transform: perspective(300px) rotateX(180deg);
  transform: perspective(300px) rotateX(180deg);
  top: 50%;
  bottom: 0;
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top;
  z-index: 4;
}

.soon-flip-back,
.soon-flip-bottom {
  line-height: 0;
}

.soon-flip-top,
.soon-flip-bottom {
  overflow: hidden;
}

.soon-flip-top {
  top: 0;
  bottom: 50%;
}

.soon-flip-bottom {
  top: 50%;
  bottom: 0;
}

.soon-flip-fallback {
  top: 0;
  bottom: 0;
}

.soon-flip-fallback::before,
.soon-flip-face::before {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  content: '';
}

.soon-flip-top::before,
.soon-flip-front::before {
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
}

.soon-flip-bottom::before,
.soon-flip-back::before {
  top: 0;
  background-color: rgba(0, 0, 0, 0.06125);
}

.soon-flip-fallback::before {
  top: 50%;
  background-color: rgba(0, 0, 0, 0.25);
}

@-webkit-keyframes flip-front {
  0% {
    -webkit-transform: perspective(300px) rotateX(0deg);
    transform: perspective(300px) rotateX(0deg);
  }

  100% {
    -webkit-transform: perspective(300px) rotateX(-180deg);
    transform: perspective(300px) rotateX(-180deg);
  }
}

@-o-keyframes flip-front {
  0% {
    -o-transform: perspective(300px) rotateX(0deg);
    transform: perspective(300px) rotateX(0deg);
  }

  100% {
    -o-transform: perspective(300px) rotateX(-180deg);
    transform: perspective(300px) rotateX(-180deg);
  }
}

@keyframes flip-front {
  0% {
    -webkit-transform: perspective(300px) rotateX(0deg);
    -ms-transform: perspective(300px) rotateX(0deg);
    -o-transform: perspective(300px) rotateX(0deg);
    transform: perspective(300px) rotateX(0deg);
  }

  100% {
    -webkit-transform: perspective(300px) rotateX(-180deg);
    -ms-transform: perspective(300px) rotateX(-180deg);
    -o-transform: perspective(300px) rotateX(-180deg);
    transform: perspective(300px) rotateX(-180deg);
  }
}

@-webkit-keyframes flip-back {
  0% {
    -webkit-transform: perspective(300px) rotateX(180deg);
    transform: perspective(300px) rotateX(180deg);
  }

  100% {
    -webkit-transform: perspective(300px) rotateX(0deg);
    transform: perspective(300px) rotateX(0deg);
  }
}

@-o-keyframes flip-back {
  0% {
    -o-transform: perspective(300px) rotateX(180deg);
    transform: perspective(300px) rotateX(180deg);
  }

  100% {
    -o-transform: perspective(300px) rotateX(0deg);
    transform: perspective(300px) rotateX(0deg);
  }
}

@keyframes flip-back {
  0% {
    -webkit-transform: perspective(300px) rotateX(180deg);
    -ms-transform: perspective(300px) rotateX(180deg);
    -o-transform: perspective(300px) rotateX(180deg);
    transform: perspective(300px) rotateX(180deg);
  }

  100% {
    -webkit-transform: perspective(300px) rotateX(0deg);
    -ms-transform: perspective(300px) rotateX(0deg);
    -o-transform: perspective(300px) rotateX(0deg);
    transform: perspective(300px) rotateX(0deg);
  }
}

@-webkit-keyframes flip-shadow-in {
  20% {
    opacity: 0;
  }

  65% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes flip-shadow-in {
  20% {
    opacity: 0;
  }

  65% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes flip-shadow-in {
  20% {
    opacity: 0;
  }

  65% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes flip-shadow-in-direct {
  10% {
    opacity: 0;
  }

  50% {
    opacity: .25;
  }

  50.1% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-o-keyframes flip-shadow-in-direct {
  10% {
    opacity: 0;
  }

  50% {
    opacity: .25;
  }

  50.1% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes flip-shadow-in-direct {
  10% {
    opacity: 0;
  }

  50% {
    opacity: .25;
  }

  50.1% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes flip-shadow-out {
  15% {
    opacity: 1;
  }

  70% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-o-keyframes flip-shadow-out {
  15% {
    opacity: 1;
  }

  70% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes flip-shadow-out {
  15% {
    opacity: 1;
  }

  70% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.soon-flip-front::after,
.soon-flip-bottom::after,
.soon-flip-top::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: '';
}

.soon-flip-top::after {
  background: -webkit-linear-gradient(bottom, #000 0%, transparent 100%);
  background: -o-linear-gradient(bottom, #000 0%, transparent 100%);
  background: linear-gradient(to top, #000 0%, transparent 100%);
}

.soon-flip-bottom::after {
  opacity: 0;
  background: -webkit-linear-gradient(top, #000 25%, rgba(0, 0, 0, 0.4) 100%);
  background: -o-linear-gradient(top, #000 25%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(to bottom, #000 25%, rgba(0, 0, 0, 0.4) 100%);
}

.soon-flip-front::after {
  opacity: 0;
  background: -webkit-linear-gradient(bottom, #000 25%, rgba(0, 0, 0, 0.4) 100%);
  background: -o-linear-gradient(bottom, #000 25%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(to top, #000 25%, rgba(0, 0, 0, 0.4) 100%);
}

.soon-flip-animate .soon-flip-front {
  -webkit-animation-name: flip-front;
  -o-animation-name: flip-front;
  animation-name: flip-front;
}

.soon-flip-animate .soon-flip-back {
  -webkit-animation-name: flip-back;
  -o-animation-name: flip-back;
  animation-name: flip-back;
}

.soon-flip-animate .soon-flip-top::after {
  -webkit-animation-name: flip-shadow-out;
  -o-animation-name: flip-shadow-out;
  animation-name: flip-shadow-out;
}

.soon-flip-animate .soon-flip-bottom::after {
  -webkit-animation-name: flip-shadow-in;
  -o-animation-name: flip-shadow-in;
  animation-name: flip-shadow-in;
}

.soon-flip-animate .soon-flip-front::after {
  -webkit-animation-name: flip-shadow-in-direct;
  -o-animation-name: flip-shadow-in-direct;
  animation-name: flip-shadow-in-direct;
}

.soon-flip-front,
.soon-flip-back,
.soon-flip-front::after,
.soon-flip-bottom::after,
.soon-flip-top::after {
  -webkit-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 750ms;
  -o-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.soon-milliseconds .soon-flip-front,
.soon-milliseconds .soon-flip-back,
.soon-milliseconds .soon-flip-front::after,
.soon-milliseconds .soon-flip-bottom::after,
.soon-milliseconds .soon-flip-top::after {
  -webkit-animation-duration: 100ms;
  -o-animation-duration: 100ms;
  animation-duration: 100ms;
}

.soon[data-face*='fast'] .soon-flip-front,
.soon[data-face*='fast'] .soon-flip-back,
.soon[data-face*='fast'] .soon-flip-front::after,
.soon[data-face*='fast'] .soon-flip-bottom::after,
.soon[data-face*='fast'] .soon-flip-top::after {
  -webkit-animation-duration: 500ms;
  -o-animation-duration: 500ms;
  animation-duration: 500ms;
}

.soon[data-face*='faster'] .soon-flip-front,
.soon[data-face*='faster'] .soon-flip-back,
.soon[data-face*='faster'] .soon-flip-front::after,
.soon[data-face*='faster'] .soon-flip-bottom::after,
.soon[data-face*='faster'] .soon-flip-top::after {
  -webkit-animation-duration: 250ms;
  -o-animation-duration: 250ms;
  animation-duration: 250ms;
}

.soon[data-face*='corners-sharp'] .soon-flip-fallback,
.soon[data-face*='corners-sharp'] .soon-flip-card {
  border-radius: 0.0625em;
}

.soon[data-face*='corners-sharp'] .soon-flip-top,
.soon[data-face*='corners-sharp'] .soon-flip-front {
  border-radius: 0.0625em 0.0625em 0 0;
}

.soon[data-face*='corners-sharp'] .soon-flip-bottom,
.soon[data-face*='corners-sharp'] .soon-flip-back {
  border-radius: 0 0 0.0625em 0.0625em;
}

.soon[data-face*='corners-sharp'] .soon-flip-bottom::after {
  border-radius: 0 0 0.0625em 0.0625em;
}

.soon[data-face*='corners-sharp'] .soon-flip-front::after {
  border-radius: 0.0625em 0.0625em 0 0;
}

.soon[data-face*='corners-round'] .soon-flip-fallback,
.soon[data-face*='corners-round'] .soon-flip-card {
  border-radius: 0.175em;
}

.soon[data-face*='corners-round'] .soon-flip-top,
.soon[data-face*='corners-round'] .soon-flip-front {
  border-radius: 0.175em 0.175em 0 0;
}

.soon[data-face*='corners-round'] .soon-flip-bottom,
.soon[data-face*='corners-round'] .soon-flip-back {
  border-radius: 0 0 0.175em 0.175em;
}

.soon[data-face*='corners-round'] .soon-flip-bottom::after {
  border-radius: 0 0 0.175em 0.175em;
}

.soon[data-face*='corners-round'] .soon-flip-front::after {
  border-radius: 0.175em 0.175em 0 0;
}

.soon[data-face*='color-light'] .soon-flip-fallback,
.soon[data-face*='color-light'] .soon-flip-face {
  background-color: #f7f7f7;
  color: #464646;
}

.soon[data-face*='color-light'] .soon-flip-top,
.soon[data-face*='color-light'] .soon-flip-front {
  box-shadow: inset 0 .0625rem 0 #fff;
}

.soon[data-face*='color-light'] .soon-flip-bottom,
.soon[data-face*='color-light'] .soon-flip-back {
  box-shadow: inset 0 -0.0625rem 0 rgba(0, 0, 0, 0.125);
  background: -webkit-linear-gradient(bottom, #fff 0%, #f0f0f0 100%);
  background: -o-linear-gradient(bottom, #fff 0%, #f0f0f0 100%);
  background: linear-gradient(to top, #fff 0%, #f0f0f0 100%);
}

.soon[data-face*='color-light'] .soon-flip-fallback {
  box-shadow: inset 0 0.0625rem 0 #fff, inset 0 -0.0625rem 0 rgba(0, 0, 0, 0.125);
}

.soon[data-face*='color-light'] .soon-flip-top::before,
.soon[data-face*='color-light'] .soon-flip-front::before {
  background-color: rgba(255, 255, 255, 0.125);
  box-shadow: 0 -0.0625rem 0 rgba(255, 255, 255, 0.06125);
}

.soon[data-face*='color-light'] .soon-flip-bottom,
.soon[data-face*='color-light'] .soon-flip-back {
  color: rgba(70, 70, 70, 0.95);
}

.soon[data-face*='color-light'] .soon-flip-bottom::before,
.soon[data-face*='color-light'] .soon-flip-back::before {
  background-color: rgba(0, 0, 0, 0.125);
  box-shadow: 0 0.0625rem 0 rgba(0, 0, 0, 0.06125);
}

.soon[data-face*='color-light'] .soon-flip-fallback::before {
  background-color: rgba(0, 0, 0, 0.125);
  box-shadow: 0 0.0625rem 0 rgba(0, 0, 0, 0.06125);
}

.soon[data-face*='color-light'] .soon-flip-top::after {
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
}

.soon[data-face*='color-light'] .soon-flip-bottom::after {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0.2) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0.2) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0.2) 100%);
}

.soon[data-face*='color-dark'] .soon-flip-face {
  background-color: #2e2e2e;
  color: #ededed;
}

.soon[data-face*='color-dark'] .soon-flip-top,
.soon[data-face*='color-dark'] .soon-flip-front {
  box-shadow: inset 0 0.0625rem 0 rgba(255, 255, 255, 0.05);
}

.soon[data-face*='color-dark'] .soon-flip-bottom,
.soon[data-face*='color-dark'] .soon-flip-back {
  color: rgba(237, 237, 237, 0.95);
  box-shadow: inset 0 -0.0625rem 0 rgba(255, 255, 255, 0.05);
}

.soon[data-face*='shadow-soft'] .soon-flip-card {
  box-shadow: 0 0.0625em 0.0625em rgba(0, 0, 0, 0.1), 0 0.03125em 0.125em rgba(0, 0, 0, 0.5);
}

.soon[data-face*='shadow-soft'][data-face*='color-light'] .soon-flip-card {
  box-shadow: 0 0.0625em 0.0625em rgba(0, 0, 0, 0.1), 0 0.03125em 0.125em rgba(0, 0, 0, 0.25);
}

.soon[data-face*='shadow-hard'] .soon-flip-card {
  box-shadow: 0 0.0625em 0 rgba(0, 0, 0, 0.2);
}

.soon[data-face*='shadow-hard'][data-face*='color-light'] .soon-flip-card {
  box-shadow: 0 0.0625em 0 rgba(0, 0, 0, 0.15), 0 0 0.0625em rgba(0, 0, 0, 0.2);
}

.soon .soon-reflection .soon-flip-inner {
  padding-top: 0;
}

.soon .soon-reflection .soon-flip-card {
  box-shadow: none !important;
}

.soon-matrix {
  vertical-align: top !important;
}

.soon-matrix .soon-matrix-inner {
  display: table !important;
  border-collapse: separate;
  border-spacing: 0.125rem;
  margin: 0 0.125em;
}

.soon-matrix .soon-matrix-row {
  display: table-row !important;
}

.soon-matrix .soon-matrix-dot {
  display: table-cell !important;
  width: 0.125em;
  height: 0.125em;
  border-radius: .0625em;
  -webkit-transition: -webkit-transform .5s ease-in-out,opacity .5s ease-in-out,background-color .5s ease-in-out;
  -o-transition: -o-transform .5s ease-in-out,opacity .5s ease-in-out,background-color .5s ease-in-out;
  transition: transform .5s ease-in-out,opacity .5s ease-in-out,background-color .5s ease-in-out;
}

.soon-matrix .soon-matrix-dot[data-state='1'] {
  background-color: rgba(0, 0, 0, 0.8);
}

.soon[data-face*='dot-round'] .soon-matrix-dot {
  border-radius: 50%;
}

.soon[data-face*='dot-square'] .soon-matrix-dot {
  border-radius: 0;
}

.soon[data-face*='shadow-soft'] .soon-matrix-dot {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.05), 0 0 0 transparent;
}

.soon[data-face*='shadow-soft'] .soon-matrix-dot[data-state='1'] {
  box-shadow: inset 0 0 0 transparent, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

.soon[data-face*='shadow-hard'] .soon-matrix-dot {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  box-shadow: inset 0 0.0625rem 0 rgba(0, 0, 0, 0.05), 0 0 0 transparent;
}

.soon[data-face*='shadow-hard'] .soon-matrix-dot[data-state='1'] {
  box-shadow: inset 0 0 0 transparent, 0 0.0625rem 0 rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

.soon[data-face*='glow'] .soon-matrix-dot[data-state='1'] {
  box-shadow: 0 0 0.25rem 0.125rem rgba(255, 255, 255, 0.5);
}

.soon[data-face*='color-light'] .soon-matrix-dot[data-state='1'] {
  background: #fff;
}

.soon[data-face*='color-dark'] .soon-matrix-dot[data-state='1'] {
  background: #333;
}

.soon[data-face*='tight'] .soon-matrix-char {
  border-spacing: 0;
}

.soon[data-face*='spacey'] .soon-matrix-char {
  border-spacing: .125em;
}

.soon[data-scale='xs'] .soon-matrix-char {
  border-spacing: 0.0625em;
}

.soon[data-scale='xxs'] .soon-matrix-char {
  border-spacing: 0.0625em;
}

.soon[data-scale='xxs'] .soon-matrix-inner {
  margin-right: 0;
  margin-left: 0;
}

.soon[data-face*='animate-color'] .soon-matrix-dot {
  opacity: 1;
}

.soon[data-face*='slide'][data-face*='up'] .soon-matrix-dot[data-state='0'] {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}

.soon[data-face*='slide'][data-face*='down'] .soon-matrix-dot[data-state='0'] {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.soon[data-face*='slide'][data-face*='left'] .soon-matrix-dot[data-state='0'] {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.soon[data-face*='slide'][data-face*='right'] .soon-matrix-dot[data-state='0'] {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.soon[data-face*='slide'] .soon-matrix-dot[data-state='1'] {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/**
 * Base Ring Styles
 */

.soon-ring {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.soon-ring canvas {
  vertical-align: top;
  position: absolute;
  left: 0;
  right: 0;
}

.soon-ring .soon-ring-progress {
  color: inherit;
  border: 2px solid transparent;
  border-radius: 0;
}

.soon[data-visual*='color-light'] .soon-ring-progress {
  background-color: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.85);
}

.soon[data-visual*='color-dark'] .soon-ring-progress {
  background-color: rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.65);
}

.soon[data-visual*='cap-round'] .soon-ring-progress {
  border-radius: 1px;
}

.soon[data-visual*='shadow-hard-progress'] .soon-ring-progress {
  padding: 3px;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
}

.soon[data-visual*='shadow-soft-progress'] .soon-ring-progress {
  padding: 5px;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.333);
}

.soon[data-visual*='glow-progress'] .soon-ring-progress {
  padding: 6px;
  text-shadow: 0 0 6px white;
}

.soon[data-visual*='shadow-hard-background'] .soon-ring-progress {
  padding: 3px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
}

.soon[data-visual*='shadow-soft-background'] .soon-ring-progress {
  padding: 5px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.333);
}

.soon[data-visual*='glow-background'] .soon-ring-progress {
  padding: 6px;
  box-shadow: 0 0 6px white;
}

.soon .soon-ring-progress {
  border-width: 5px;
}

.soon[data-visual*='width-thin'] .soon-ring-progress {
  border-width: 2px;
}

.soon[data-visual*='width-thick'] .soon-ring-progress {
  border-width: 9px;
}

.soon .soon-ring.soon-reflection {
  height: 1.5em;
  bottom: -1.5em;
  top: auto;
}

.soon .soon-ring.soon-reflection canvas {
  bottom: 0;
}

.soon-fill,
.soon-fill-inner,
.soon-fill-progress {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.soon-fill-inner {
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.15);
}

.soon-fill-progress {
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-transform: scale(0) rotateZ(0deg) translateX(0) translateY(0);
  -ms-transform: scale(0) rotateZ(0deg) translateX(0) translateY(0);
  -o-transform: scale(0) rotateZ(0deg) translateX(0) translateY(0);
  transform: scale(0) rotateZ(0deg) translateX(0) translateY(0);
  background: rgba(255, 255, 255, 0.6);
}

.soon[data-format*='ms'] .soon-fill-progress {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.soon[data-visual*='color-light'] .soon-fill-inner {
  background-color: rgba(255, 255, 255, 0.15);
}

.soon[data-visual*='color-light'] .soon-fill-progress {
  background: rgba(255, 255, 255, 0.6);
}

.soon[data-visual*='color-dark'] .soon-fill-inner {
  background-color: rgba(0, 0, 0, 0.1);
}

.soon[data-visual*='color-dark'] .soon-fill-progress {
  background: rgba(0, 0, 0, 0.25);
}

.soon[data-visual*='corners-sharp'] .soon-fill-inner {
  overflow: hidden;
}

.soon[data-visual*='corners-sharp'] .soon-fill-progress,
.soon[data-visual*='corners-sharp'] .soon-fill-inner {
  border-radius: .125rem;
}

.soon[data-visual*='corners-round'] .soon-fill-inner {
  overflow: hidden;
}

.soon[data-visual*='corners-round'] .soon-fill-progress,
.soon[data-visual*='corners-round'] .soon-fill-inner {
  border-radius: .5rem;
}

.soon .soon-fill.soon-reflection {
  margin-top: .5em;
  -webkit-transform: scaleY(-1) translateY(-100%) !important;
  -ms-transform: scaleY(-1) translateY(-100%) !important;
  -o-transform: scaleY(-1) translateY(-100%) !important;
  transform: scaleY(-1) translateY(-100%) !important;
}

.soon .soon-fill.soon-reflection::after {
  top: 50%;
}

.soon[data-layout*='group'] {
  padding: 1em 0;
  text-align: center;
}

.soon[data-layout*='group'][data-visual][data-reflect='true'] {
  padding-bottom: 1.5em;
}

.soon[data-layout*='group'] .soon-label {
  display: block;
  margin: .325rem 0 0 0;
  margin-right: -1em;
  margin-left: -1em;
}

.soon[data-layout*='group'] .soon-separator {
  margin: 0;
  vertical-align: top;
  min-width: 0 !important;
}

.soon[data-layout*='group'] .soon-separator + .soon-group {
  margin: 0 !important;
}

.soon[data-layout*='group'] .soon-placeholder {
  display: block;
  white-space: nowrap;
}

.soon[data-layout*='group'] .soon-group-sub > .soon-group-inner {
  margin: 0 .3125em;
}

.soon[data-layout*='group'][data-layout*='overlap'] > .soon-group {
  padding: 0 .3125em;
}

.soon[data-layout*='group'][data-layout*='overlap'] .soon-group-sub > .soon-group-inner {
  margin: 0 -.25em;
}

.soon[data-layout*='group'][data-layout*='overlap'][data-visual] .soon-group-sub > .soon-group-inner {
  margin: 0 -.3125em;
}

.soon[data-layout*='group'][data-layout*='adjacent'] .soon-group-sub > .soon-group-inner {
  margin: 0;
}

.soon[data-layout*='group'][data-layout*='tight'] .soon-group-sub > .soon-group-inner {
  margin: 0 .15em;
}

.soon[data-layout*='group'][data-layout*='spacey'] .soon-group-sub > .soon-group-inner {
  margin: 0 .5em;
}

@media (max-width: 40rem) {
  .soon[data-layout*='group'][data-layout*='spacey'] .soon-group-sub > .soon-group-inner {
    margin: 0 .3125em;
  }
}

@media (max-width: 30rem) {
  .soon[data-layout*='group'][data-layout*='spacey'] .soon-group-sub > .soon-group-inner {
    margin: 0 .25em;
  }
}

.soon[data-layout*='group'][data-layout*='label-above'] .soon-separator,
.soon[data-layout*='group'][data-layout*='label-above'] .soon-group-sub {
  padding-top: 1em;
}

.soon[data-layout*='group'][data-layout*='label-above'] .soon-label {
  position: absolute;
  margin-top: .25rem !important;
  top: 0;
  left: 0;
  right: 0;
}

.soon[data-layout*='group'][data-layout*='label-above'] .soon-separator.soon-reflection {
  top: 2.5em;
}

.soon[data-layout*='line'] {
  text-align: center;
  padding: 1em 0;
}

.soon[data-layout*='line'][data-initialized='true'] .soon-placeholder {
  margin-left: -.25em;
}

.soon[data-layout*='line'] .soon-value,
.soon[data-layout*='line'] .soon-label {
  margin-left: .125em;
  margin-right: .125em;
}

.soon[data-layout*='line'] .soon-flip {
  margin-top: -.1875em;
}

.soon[data-scale='xxl'] {
  font-size: 4rem;
}

.soon[data-scale='xl'] {
  font-size: 3.5rem;
}

.soon[data-scale='l'] {
  font-size: 3rem;
}

.soon[data-scale='m'] {
  font-size: 4.5rem;
}

.soon[data-scale='s'] {
  font-size: 2rem;
}

.soon[data-scale='xs'] {
  font-size: 1.5rem;
}

.soon[data-scale='xxs'] {
  font-size: 1.25rem;
}
  

/* ==========================================================================
   19. GOOGLE MAP
   ========================================================================== */

.googlemap-wrapper {
    position: relative;
}

.googlemap-wrapper img {
    max-width: none !important;
}

.map-canvas {
    width: 100%;
    height: 500px;
    padding: 6px;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
}

.map-canvas:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin: -15px 0 0 -15px;
    width: 30px;
    height: 30px;
    color: #2f2f2f;
    content: '\f110';
    text-align: center;
    font-size: 20px;
    font-family: 'FontAwesome';
    line-height: 30px;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



/* ==========================================================================
   16. BLOG
   ========================================================================== */

#blog {
    padding-top: 80px;
    padding-bottom: 50px;
} 

/*------------------------------------------*/
/*      BLOG ARTICLE
/*------------------------------------------*/ 

#blog article {
    margin-bottom: 50px;
}

/*------------------------------------------*/
/*      Blog Post Titlebar
/*------------------------------------------*/ 

#blog .blog-post-titlebar h4 {
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    margin: 20px 0 5px;
    text-transform: uppercase;
}

/*------------------------------------------*/
/*      Blog Post Meta
/*------------------------------------------*/ 

.blog-post-info {
    color: #666;
    padding-bottom: 10px;
    font-style: italic;
}

.blog-post-info a {
    color: #1ac6ff;
}

/*------------------------------------------*/
/*	  Blog Post Description
/*------------------------------------------*/ 

.blog-post-desc {
    line-height: 24px;
    margin-bottom: 20px;
}

/*------------------------------------------*/
/*	  Blog Post Button
/*------------------------------------------*/ 

#blog .btn-theme {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 8px 16px;
}

/* ==========================================================================
   00. Bootsrap Overides/HubSpot customizations
========================================================================== */

/* ==========================================================================
   02. HEADER & NAVIGATION
   ========================================================================== */

/*------------------------------------------*/
/*     Logo Image    
/*------------------------------------------*/

#hs_cos_wrapper_logo a {
    padding: 18px 15px;
}  
     
/*------------------------------------------*/
/*     Navigation Menu    
/*------------------------------------------*/

.navbar {
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 8px 0px;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}

.navbar-fixed-top {
    background-color: rgba(30, 30, 30, 0.45);
    border-bottom: none;
}

#navigation-menu ul  li > a {
    color: #fff;
    font-size: 14px;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    padding: 0 15px;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

.header-container #navigation-menu ul li {
position: relative;
display: block;
}

/*------------------------------------------*/
/*     Navbar Scroll   
/*------------------------------------------*/

.scroll-fixed-navbar {
    padding: 0;
    max-width:768px;
}

.scroll-fixed-navbar.navbar-fixed-top {
    background-color: #000000;
    border-bottom: 1px solid #222;
}

/*------------------------------------------*/
/*     Menu Hover
/*------------------------------------------*/

#navigation-menu ul > li > a:hover,
#navigation-menu ul > li.active > a {
    color: #1ac6ff;
    background-color: transparent;
}

/*------------------------------------------*/
/*	 Responsive Menu    
/*------------------------------------------*/

.navbar-toggle {
    position: relative;
    float: right;
    background-color: #000000;
    padding: 10px;
    margin: 13px 30px 13px 0;
    border: none; 
    border: 2px solid #ddd!important;
}

.navbar-toggle .icon-bar {
    background-color: #ddd;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
   padding: 15px;
   
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}


/* Forms Configuration */



form.hs-form{
    display:block; /* Treats form element like a block */
    margin:0 auto; /* Centers block element */
    max-width:500px; /* sets a max-width of the form to 500px */
}

.hs-input, form.hs-form fieldset.form-columns-1 .hs-input { /* The longer selector is used to override the CSS added by the form's Javascript */
    width:100%; /* Sets the width of the form fields to be 100% of their container */
    border-radius:8px; /* Rounds the corners of the form fields */
    font-size:16px; /* Sets the font-size of the form fields */
    height:44px; /* Sets the height of the fields */
    border: 1px solid #C2C2C2; /* Adds a border to the fields */
    padding:8px; /* Adds padding to the fields (included in the height due to box-sizing:border-box; */
}

form.hs-form textarea{
    height: 75px!important; /* Sets the height of the long-text field */
}

.hs-form-field > label{
    margin:15px 0; /* Adds space between each question on the form */
    display:block;
}

form.hs-form fieldset.form-columns-1 input[type="radio"]{
    width:auto; /* Makes the width of the radio select checkboxes to auto*/
    height:16px; /* Sets the height of the checkbox radio select field */
    margin-right:15px; /* Adds space next to the select option */
}

form.hs-form fieldset.form-columns-1 input[type="checkbox"] {
    width:auto; /* Makes the width of the radio select checkboxes to auto*/
    height:16px; /* Sets the height of the checkbox radio select field */
    margin-right:15px; /* Adds space next to the select option */
}

.hs-field-desc{
    font-size:13px; /* Sets the font size of the help text */
}

.hs-form input[type="submit"]{
    width:80%; /* Makes the submit button 100% of width of container*/
    margin:0 auto;
    padding-left:0px;
    height:50px; /* Sets the height of the submit button */
    background:#1ac6ff; /* Sets a background color of the submit button */
    color:#fff; /* Sets the text color of the submit button */ 
    border:none; /* Removes the border of the submit button */ 
    border-radius:8px; /* Rounds the corners */ 
    -webkit-appearance: none; /* Removes the automatic styling added by Chrome and Safari */ 
    margin-top:15px; /* Adds space above the submit button */ 
    font-size:20px; /* Changes font size of submit button */ 
    cursor:pointer; /* Makes cursor turn into a hand when you mouse over */
    display:block; /* Treats form element like a block */
}

.hs-form input[type="submit"]:hover{
    color: #1ac6ff;
    background-color: transparent;
    border-color: #1ac6ff;  
   /* Changes the background of the submit button when you hover */ 
}

.hs_cos_wrapper form-title h3 {
text-alin:center;
}
form ul{
    list-style:none; /* Removes bullets from lists within forms (such as on radio select options) */
   padding:0; /* Removes padding from lists within forms */
}


*, *:before, *:after{
    box-sizing:border-box; /* Disregards the box model to make responsive styling easier*/
}

img{
display: block; 
width: 100% \9;
max-width: 100%; 
height: auto;
} /* Makes all images responsive, not just the ones with the bootstrap responsive images class */



.header-container .navbar-brand{
    height:auto; /* Overides the fixed height of 50px for the logo. Prevents taller logos from being cut off on scroll */
}

@media (min-width: 768px){
/* Modified selector for styling HubSpot menus modules */    
    


.container .navbar-header, .container-fluid .navbar-header, .container .navbar-collapse, .container-fluid .navbar-collapse {
margin-right: 0;
margin-left: 0;
}

.navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
padding-right: 0;
padding-left: 0;
}

.navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important;
}

.header-container #navigation-menu ul li {
float: left;
}


.header-container #navigation-menu ul > li > a {
padding-top: 15px;
padding-bottom: 15px;
}

/* Changed fix widths to max-width*/

.container {
max-width: 768px; 
}


}


@media (min-width: 992px){
.container {
max-width: 970px;
}
}

@media (min-width: 1200px){
.container {
max-width: 1170px
}

}

@media (max-width: 768px){
.header-container #navigation-menu ul>li>a{
line-height: 45px!important;
text-align: center!important;
padding:0!important;

}

.header-container .navbar-brand{
    height:auto; /* Overides the fixed height of 50px for the logo. Prevents taller logos from being cut off on scroll */
}

}

.container{
    float:none!important;
    margin:0 auto!important;
    display:block;
}

.container-fluid{
    padding:0!important; 
    
}



.header-container #navigation-menu ul> li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 20px;

}
.header-container #navigation-menu ul > li > a {
position: relative;
display: block;
padding: 10px 15px;

}

.header-container #navigation-menu ul{
margin: 7.5px -15px;
}
.header-container #navigation-menu ul {
padding-left: 0;
margin-bottom: 0;
list-style: none;
}


.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
margin-right: -15px;
margin-left: -15px;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
max-height: 440px;
}


#blogBg, #interiorBg {
    min-height:500px;
    text-align:center;
    padding-top: 210px;
    padding-bottom: 160px;
    position:relative;
    
}

#blogBg .overlay, #interiorBg .overlay{
position: absolute;
width: 100%;
top: 0;
z-index:0;
}


#blogBg .container, #interiorBg .container{
    position:relative;
    z-index:1;
    
}



#comment-form{
    margin-top:1em 0;
}






.pp_social .facebook {
float: left;
margin-left: 5px;
width: 84px!important;
overflow: hidden;
}


/*------------------------------------------*/
/*      Team Member Social Icons 
/*------------------------------------------*/
.team-socials{
    text-align:center;
}

.team-member-socials {
    text-align: Center;
    display: inline-block;
    margin: 0 auto;
}=

.team-member-socials li {
    
    display: inline-block !important;
    vertical-align: top;
    width: auto !important;
    clear: none !important;
}

.page_social {
    width: 30px;
    height: 30px;
    color: #666;
    font-size: 16px;
    text-align: center;
    display: block;
    text-decoration: none;
    margin: 0 3px 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}


/*------------------------------------------*/
/*     Team Member Social Icons Hover 
/*------------------------------------------*/

.page_social.ico_facebook:hover {
    color: #3b5998;
}

.page_social.ico_twitter:hover {
    color: #00a9ed;
}

.page_social.ico_behance:hover {
    color: #00a8e7;
}

.page_social.ico_google_plus:hover {
    color: #cd1111;
}

.page_social.ico_linkedin:hover {
    color: #015886;
}

.page_social.ico_dribbble:hover {
    color: #d92d84;
}

.page_social.ico_instagram:hover {
    color: #beb3a8;
}

.page_social.ico_pinterest:hover {
    color: #ac281a;
}

.page_social.ico_dropbox:hover {
    color: #008ad2;
}

.page_social.ico_skype:hover {
    color: #00a9ed;
}

.page_social.ico_youtube:hover {
    color: #cd1b20;
}

.page_social.ico_tumblr:hover {
    color: #3a5976;
}

.page_social.ico_vimeo:hover {
    color: #00adee;
}

.page_social.ico_flickr:hover {
    color: #d2d2d2;
}

.page_social.ico_github:hover {
    color: #222;
}

.page_social.ico_renren:hover {
    color: #364a83;
}

.page_social.ico_vk:hover {
    color: #3b5998;
}

.page_social.ico_xing:hover {
    color: #015f5e;
}

.page_social.ico_weibo:hover {
    color: #be4443;
}

.page_social.ico_rss:hover {
    color: #ff6600;
}

.page_social.ico_digg:hover {
    color: #222;
}

.page_social.ico_deviantart:hover {
    color: #57675d;
}

.page_social.ico_envelope:hover {
    color: #999;
}

.page_social.ico_delicious:hover {
    color: #0A0A0A;
}




/*Subscription From */
#newsletter form {
    width:100%!important;
}

#newsletter form input[type="submit"]{
padding-left:0!important;
padding-right:0!important;

}



/*------------------------------------------*/
/*      Newsletter
/*------------------------------------------*/

#newsletter {
    margin-bottom: 10px;
}

#newsletter h3 {
    color: #ddd;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 5px;
}

#newsletter p {
    color: #ddd;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 0;
}

.message {
    font-size: 15px;
    margin-bottom: 20px;
}

#newsletter form {
    margin: 15px auto;
    width: 50%;
    text-align:left;
    
}



/*------------------------------------------*/
/*      Newsletter Form Input
/*------------------------------------------*/

#newsletter form .hs_email{ /* Shifted CSS from the input tag to the wrapping div tag*/
    width:74%;
    float:left;
    display:inline-block;
   
}

#newsletter form .hs_submit{
    width:25%;
    float:right;
    display:inline-block;
    
}



#newsletter form input[type="email"] { /* Footer email input field */
    background-color: #fff;
    border: 1px solid #ccc;
    color: #414141;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 15px;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    -o-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
    height:44px;
    width:100%!important;
}

#newsletter form input[type="submit"] { /* CSS for footer form submit button */
    min-width:120px;
    height:44px;
    Margin:25px 0px;
    background-color: #1ac6ff;
    border: 1px solid #1ac6ff;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 10px 15px 10px 15px;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    -o-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    width:100%!important;
}

#newsletter form input[type="submit"]:hover {
    background-color: rgba(255, 255, 255, 0.95);
}




/*End Subscription From section*/






/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
    Custom styles
   ========================================================================== */

html, body{
    background-color: #fff;
    font-size: 30px;
    color: #565656;
    width:100%;
    padding:0;
    margin-left:0;
    margin-right:0;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing:antialiased;
    font-weight: 300;
}

img{
    -moz-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-user-drag:none;
    user-drag:none;
}
a,
a:hover,
a:active,
a:focus{
    text-decoration:none;
    outline:none;
}

a, button, a span{
    -webkit-transition:  0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.btn.extra-width {
    padding: 30px 60px;
}


.btn:focus,
.btn:active{
    outline:inherit;
}

.btn2:focus,
.btn2:active{
    outline:inherit;
}


*,
*:before,
*:after{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
p{
    margin:0 0 5px;

}
.clear{
    clear:both;
}
ol, ul{
    list-style:none;
    padding:0;
}
img {
    max-width: 100%;
}

textarea, input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input {
    outline: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
}
h1 {
    font-size: 3rem;
    line-height: 3.5rem;
    font-weight: 100;
}
h2 {
    font-size: 28px;
    line-height: 44px;
    margin-bottom: 10px;
}
h3{
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}
h4 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
}
h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}
h6 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 14px;
}
p {
    font-size: 14px;
    line-height: 24px;
    font-size: 16px;
    line-height: 25px;
}
p:last-child {
    margin-bottom: 0px;
}


/*text*/
.text{
    color: #333333
}

.colorstext {
    color: #1ac6ff;
}

.colorsbg{
    background: #1ac6ff;
    color: #fff;
}
.details-full-width .download-button {
    margin-top: 40px;
    margin-bottom: 20px;
}
.details-full-width .only-button {
    margin-top: 0;
    margin-bottom: 0;

}
.details-full-width .only-button a {
    padding: 15px 40px;
}

.overlay{
    background-color: rgba(0, 0, 0, 0.4);
    background-image: url(//cdn2.hubspot.net/hub/345740/file-2433763628-png/WOW/Images/dots.png);
    max-width: 768px;
    min-height: 750px
}
.overlay-stratup-half {
    background-color: rgba(0, 0, 0, 0.4);
    background-image: url(//cdn2.hubspot.net/hub/345740/file-2433763628-png/WOW/Images/dots.png);
    width: 100%;
    min-height: 800px;

}
.overlay-startup {
    background-color: rgba(0, 0, 0, 0.4);
    background-image: url(//cdn2.hubspot.net/hub/345740/file-2433763628-png/WOW/Images/dots.png);
    width: 100%;
    min-height: 800px;

}
.overlay-img{
    background: rgba(0, 0, 0, 0.4);
    background-image: url(//cdn2.hubspot.net/hub/345740/file-2433763628-png/WOW/Images/dots.png);
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}

.slider-overlay {
    background: rgba(0, 0, 0, 0.4);
    background-image: url(//cdn2.hubspot.net/hub/345740/file-2433763628-png/WOW/Images/dots.png);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;

}
.surface-overlay {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;

}

.canvas-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
}


.surface {
    height: 100%;
    width: 100%;  
    height: 650px;
}


.surfacejenny {
    
    
    width: 100%;  
    height: 950px;
}


.overlay-surface {
    background: rgba(0, 0, 0, 0.55);
    height: 100%;
    width: 100%;
    min-height: 650px;  
}
.surface2 {
    width: 100%;
    height: 100%;
    position: absolute;
}



.transition {
    -webkit-transition: all 500ms linear; 
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear; 
}

.btn-lg, .btn-group-lg>.btn {
    padding: 13px 30px;
    font-size: 22px;
    font-weight: 400;
    border-radius: 3px;
}
.form-control {
    border: 1px solid rgba(213, 212, 212, 0.21);
    font-size: 16px;
    font-weight: 100;
    height: 50px;
}




/*Section */

.sections {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
}
section:nth-of-type(odd) {
    background-color: #F9F9F9;
}
section .title h1 {
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 100;
    margin-bottom: 10px;
}
section .subtitle h5{
    font-weight: 400;
    margin-top: 10px;
}




section .title-half h1 {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 100;
    margin-bottom: 10px;
}
section .subtitle-half h5{
    font-weight: 100;
    font-size: 17px;
}


.separator{
    height: 2px;
    width: 150px;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 70px;
    background: #1ac6ff;
}

.separator2{
    height: 2px;
    width: 150px;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    background: #1ac6ff;
}


.separator3{
    height: 3px;
    max-width: 1080px;
    margin: 15px auto;
    background: #1ac6ff;
}

.separator4{
    height: 2px;
    max-width: 1080px;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    background: #1ac6ff;
}

.separator-left{
    height: 2px;
    width: 150px;
    margin-top: 5px;
    margin-bottom: 30px;
    background: #1ac6ff;
}
.white-separator {
    height: 2px;
    width: 150px;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 40px;
    background: #fff;
}
.separator-min-height {
    height: 2px;
    width: 150px;
    margin: auto;
    margin-top: 15px;
    background: #1ac6ff;
    margin-bottom: 40px;
}




/*margin*/

.margin-top-ten {
    margin-top: 10px;
}
.margin-bottom-ten {
    margin-bottom: 10px;
}
.margin-top-twenty {
    margin-top: 20px;
}
.margin-bottom-twenty {
    margin-bottom: 20px;
}
.margin-top-thirty {
    margin-top: 30px;
}
.margin-bottom-thirty {
    margin-bottom: 30px;
}

/*padding*/
.padding-twenty{
    padding: 10px 0;
}
.padding-fourty{
    padding: 20px 0;
}
.padding-sixty{
    padding: 30px 0;
}
.padding-eighty{
    padding: 40px 0;
}


/*text*/

.white-text{
    color: #fff
}
.black-text {
    color: #000;
}




/*button menu style*/

.navbar .btn {
    margin-top: 20px;
    margin-left: 10px;
}
.btn-primary {
    color: #fff;
    background-color: #1ac6ff;
    border-color: #1ac6ff;
}
.btn-primary:hover{
    color: #1ac6ff;
    background-color: transparent;
    border-color: #1ac6ff;
}
.btn-default.btn-dark {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.btn-default:hover {
    color: #1ac6ff;
    background-color: #FFFFFF;
}




.btn-default2 {
    color: #1ac6ff;
    background-color: #0000ff;
    border-color: #0000ff;
}

.btn-default2:hover {
    color: #1ac6ff;
    background-color: transparent;
}






/* ======================
Home section
======================*/

.home{
    background: url(//cdn2.hubspot.net/hub/345740/file-2436044616-jpg/WOW/Images/bg-1.jpg) no-repeat center top fixed;
    -moz-background-size:cover;
    -moz-background-size:cover;
    -webkit-background-size:cover;
    -o-background-size:cover;
    /*    -webkit-background-size: length_x length_y;*/
    background-size:cover;
    width:100%;
    overflow: hidden;

}



.mainlogo{
    padding: 120px;
    text-align:center;
}

.body-logo{
    margin-bottom: 40px;
    text-align: center;
}


.home-intro{
    margin:auto;
    padding-top: 250px;
    text-align: center;
}
.home-intro  h1{
    color: #fff;
    font-weight: 100;

    margin-bottom: 15px;
    text-transform: none;
}

.home-intro  h3{
    color: #fff;
    font-weight: 400;
    width: 75%;
    margin: auto;
    font-size: 18px;
    margin-top: 30px;
}

.home-intro .download-button{
    padding-bottom: 50px;
    margin-top: 20px;

}
.download-btn {
    background: transparent!important;
    color: #fff!important;
    font-size: 20px;
    border: 2px solid #fff;
    padding: 13px 26px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    margin-right: 10px;
}
.download-btn:hover {
    background: rgba(255, 255, 255, 0.95)!important;
    color: #1ac6ff !important;
    border-color: transparent;
}
.download-btn i {
    margin-left: 5px
}


.download-btn2 {
    background: #3b3bff!important;
    color: #a6a6a6!important;
    font-size: 20px;
    border: 2px solid #0000ff;
    padding: 26px 13px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    margin-right: 10px;
}

.download-btn2:hover {
    background: rgba(255, 255, 255, 0.95)!important;
    color: #1ac6ff !important;
    border-color: transparent;
}

/*    home version half*/

.home-intro-half{
    margin:auto;
    padding-top: 250px;
}
.home-intro-half  h1{
    color: #fff;
    margin-bottom: 15px;
    text-transform: none;
}


.home-intro-half  h3{
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    margin-top: 30px;
    width: 90%;
}
.home-intro-half .download-button{
    padding-bottom: 50px;
    margin-top: 30px;

}
.home-intro-2nd-half {
    padding-top: 200px;
}
.home-intro-2nd-half img{
    margin:auto;
    display: block;
}









/*home startup block*/

.home-intro-block{
    padding-top: 300px;
    text-align: center;

}
.home-intro-block  h1{
    color: #fff;
    margin-bottom: 15px;
    text-transform: none;
    font-weight: 100;
}


.home-intro-block  h3{
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    margin: auto;
    margin-top: 30px;
    width: 80%;
}
.home-intro-block .download-button{
    padding-bottom: 50px;
    margin-top: 30px;

}
.home-intro-block .download-button a{
    margin-left: 10px;

}
.home-intro-block.logo-intro{
    padding-top: 200px;
}


/*home startup app block*/

.home-intro-app-block{
    padding-top: 150px;
    text-align: center;

}

.home-intro-app-block  h1{
    color: #fff;
    margin-bottom: 15px;
    text-transform: none;
    font-weight: 100;
    font-family: 'Raleway', sans-serif;
}

.home-intro-app-block  h3{
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    margin: auto;
    margin-top: 30px;
    width: 80%;
}
.home-intro-app-block .download-button{
    padding-bottom: 80px;
    margin-top: 30px;

}
.home-intro-app-block .download-button a{
    margin-right: 25px;

}
.startup-image-block {
    max-width: 100%;
    bottom: 0;
}





/*home startup try */

.home-intro-half-try{
    margin:auto;
    padding-top: 200px;
}

.shader-half{
    margin: auto;
    background: rgba(0, 0, 0, 0.5);
}
.home-intro-half-try  h1{
    color: #fff;
    margin-bottom: 30px;
    text-transform: none;
    font-family: 'Raleway', sans-serif;
}

.home-intro-half-try  p{
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 25px;

}
.home-intro-half-try  p i{
    background: #1ac6ff;
    padding: 10px;
    border-radius: 3px;
    margin-right: 5px;

}
.home-social .list-inline a{
    padding: 10px;
    border-radius: 3px;
    margin-right: 5px;
    font-size: 30px;
    color: #fff;
}



.home-social  .list-inline a:hover{
    color: #1ac6ff;

}


.home-intro-2nd-half-try {
    padding-top: 200px;
}
.home-intro-2nd-half-try .try-registration-form{
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    max-width: 390px;
    margin: auto;
    padding: 30px;
    min-height: 390px;
    color: #fff;
}
.home-intro-2nd-half-try .try-registration-form h3{
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
    font-size: 1.7em;
}
.home-intro-2nd-half-try .try-registration-form input{
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
    height: 45px;
    background: #000000;
    border-radius: 3px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    box-shadow: inherit;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border:1px solid  rgba(26, 198, 255, 0.4);
    border-left: 3px solid #1ac6ff;
}
.home-intro-2nd-half-try .try-registration-form textarea{
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
    height: 100px;
    background: #000000;
    border-radius: 3px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    box-shadow: inherit;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border:1px solid  rgba(26, 198, 255, 0.4);
    border-left: 3px solid #1ac6ff;
}
.home-intro-2nd-half-try .try-registration-form input:focus{
    border:1px solid  #1ac6ff;
    border-left: 3px solid #1ac6ff;
}



/*home subscribe*/

.home-intro-subscribe{
    padding-top: 220px;
    text-align: center;

}
.home-intro-subscribe  h1{
    color: #fff;
    margin-bottom: 15px;
    text-transform: none;
}


.home-intro-subscribe  h3{
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    margin: auto;
    margin-top: 20px;
    width: 80%;
}
.subscribe-form {
    background: rgba(0, 0, 0, 0.5);
    margin-bottom: 137px;
    margin-top: 35px;

}
.subscribe-form  .subscribe-input{
    width: 60%;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 60px;
    border-radius: 3px;
    font-size: 16px;
    color: #000000;
    box-shadow: inherit;
    margin-right: 15px;
}
.subscribe-form .btn-lg{
    padding: 18px 30px;
    font-size: 16px;

}
.home-subscribe {
    width: 90%;
    background: rgba(0, 0, 0, 0.5);
    margin-bottom: 137px;
    margin-top: 35px;
}
.home-subscribe.comming-soon {
    margin-bottom: 0;
}

.home-subscribe .subscribe-input{
    width: 65%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    height: 60px;
    border-radius: 3px;
    font-size: 16px;
    color: #000000;
    box-shadow: inherit;
    margin-right: 0;
}
.home-subscribe .btn-lg{
    padding: 18px 30px;
    font-size: 16px;
    width: 28%;
    margin-right: 20px;

}
















/* ======================
FeatureS & service
======================*/

.service span{
    display: inline-block;
    width: 90px;
    height: 90px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #F5F5F5;
    text-align: center;
    margin-bottom: 30px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;

}

.service span i {
    color: #1ac6ff;
    font-size: 30px;
    line-height: 90px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.service:hover span {
    background: #1ac6ff;
}
.service:hover span i {
    color: #ffffff;
}


.feature{
    overflow: hidden;
}


.feature i{
    font-size: 50px;
    display: inline-block;
    margin-bottom: 30px;
    color: #1ac6ff;   
}
.colorsbg .feature i{
    color: inherit;   
}
.feature6 .pull-left{
    width: 20%;
}

.feature6 i{

    width: auto;
    font-size: 48px;
    padding-top: 0px;
    display: block;
    height: 104px;
    text-align: center;
    margin-bottom: 32px;
}

.feature6 .pull-right{
    width: 80%;
}


.feature-icon{
    margin-left: 20px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.feature-icon i{
    margin-bottom: 15px;
    font-size: 50px;
    color: #1ac6ff;
}

.feature-item{
    margin-bottom: 20px;
}
.feature-icon2{
    margin-left: 20px;
    margin-bottom: 80px;
    margin-right: 20px;
}
.feature-icon2 i{

    font-size: 25px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #1ac6ff;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}
.feature-item:hover .feature-icon2 i{
    background: transparent;
    color: #1ac6ff;
    border: 2px solid #1ac6ff;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}



/*features mobile*/

.features-list-item {
    margin: 50px 0;
}
.features-list-item h4{
    color: #000;
}
.features-img{
    margin: auto;
    max-width: 270px;
}



.feature-items {
    margin: 40px 0;
	min-height:120px;
}

.features .features-left .icon-container{
    float:right;
    margin-left: 20px;
}

.feature-items h4{
    color: #000;
}


.features .features-right .icon-container{
    float:left;
    margin-right:20px;
}

.features .feature-items .icon-container{
    display:block;
    margin-top:10px;
}
.features .feature-items .icon-container i{
    display: inline-block;
    font-size: 35px;
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #FFFFFF;
    overflow: hidden;
    border: 5px solid #FFFFFF;
    border-radius: 5px;
    background: #1ac6ff;
    box-shadow: 0 0 0 3px #1ac6ff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;

}

.features .feature-items:hover .icon-container i{
    color: #fff;
    border: 1px solid #1ac6ff;
    background: #1ac6ff;


}








/*======================
EventS
======================*/

.events-img {
    background: url(//cdn2.hubspot.net/hub/345740/file-2433763643-jpg/WOW/Images/event.jpg) no-repeat center top fixed;
    /*background-size*/
    -moz-background-size:cover;
    -webkit-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    width:100%;

    overflow: hidden;

}


.event-info {
    text-align: center;

}


.event-info i{
    font-size: 50px;
    margin-bottom: 20px;
    color: #1ac6ff;

}
.events-details {
    padding: 10px 0; 
}
.event-info-2 {
    text-align: center;
}
.event-info-2 i{
    font-size: 40px;
    line-height: 80px;
    color: #1ac6ff;
    width: 80px;
    border-radius: 50%;
    float: left;
    text-align: center;

}
.event-info-2 .info{

    text-align: left;


}



.schedule-day {
    -webkit-box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.5);
}
.events-schedule .schedule-heading{
    background: #FAFAFA;
    border-bottom: 5px solid #F7F7F7;
}

.events-schedule .schedule-heading h2{
    margin-bottom: 0;
    padding-top: 10px;
}

.events-schedule .panel{
    background: #fff; 
    margin-bottom: 0;
    border-bottom: 1px solid #EDEDED;
    padding: 0 15px;

}

.events-schedule .panel-heading{
    padding: 10px 10px;
}

.events-schedule .panel-heading img{
    width: 60px;
    height: 60px;
    margin-top: 15px;

}
.events-schedule .panel-body{
    padding: 10px 0;

}

.events-schedule .event-time{
    font-size: 16px;
    color: #000;
}
.events-schedule .event-time i{
    margin-right: 10px;
}
.events-schedule .event-title{
    color: #1ac6ff;
    font-size: 20px;
}
.events-schedule .author {
    margin: 10px 0;


}
.events-schedule .author i{
    margin-right: 10px;

}



















/*======================
BUY & DOWNLOAD
======================*/

/*buy form*/

.buy-form {
    background: #fff;
    padding: 20px 15px;
}

.buy-form .form-group label {
    text-align: right;
    line-height: 50px;
    margin-bottom: 0;
    font-weight: 300;
}
.buy-form .form-control {
    height: 50px;
    border: 1px solid #EDEDED;
    border-radius: 0;
    box-shadow: 0px 0px 0px transparent;
    font-size: 17px;
    border-left: 3px solid #1ac6ff;
    margin-bottom: 20px;

}


.buy-form .checkbox {
    position: relative;
    display: block;
    margin: 20px 0;
}

.buy-form .checkbox label{
    text-align: right;
    line-height: 25px;
}


.download-bg-img{
    background: url(//cdn2.hubspot.net/hub/345740/file-2436044646-jpg/WOW/Images/download.jpg) no-repeat center top fixed;
    /*background-size*/
    -moz-background-size:cover;
    background-size:cover;
    -webkit-background-size:cover;
    -o-background-size:cover;
    /*    -webkit-background-size: length_x length_y;*/
    width:100%;

    overflow: hidden;

}
.download-full-width {
    text-align: center
}

.download-full-width p{
    margin-bottom: 40px;
}

.details-full-width p{
    margin-top: 25px;
}

















/*======================
describe
======================*/


.describe-half-img{
    background: url(//cdn2.hubspot.net/hub/345740/file-2433763648-jpg/WOW/Images/describe.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size:cover;
    -o-background-size:cover;
    /*    -webkit-background-size: length_x length_y;*/
    padding: 100px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.describe-half-img .download-button{
    margin-top: 20px;
    text-align: center
}


.describe-details p {
    margin-bottom: 20px;
}
.describe-details .panel {
    background: transparent;
}

.describe-list li{
    margin-top: 25px;
    vertical-align: top;
}

.describe-list li i{

    font-size: 30px;
    margin-right: 10px;
}

.panel-default>.panel-heading {
    color: #FFF;
    background: #1ac6ff;
    padding: 15px;

}
.faq-2 .panel-default>.panel-heading .indicator{
    line-height: 30px;
    color: #717171;
}
.panel-default>.panel-heading .indicator{
    line-height: 30px;
    color: #fff;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body{
    font-size: 16px;
    line-height: 25px;
}
.panel-title{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 30px;
    color: #000;
}
.panel-title>a {
    color: #FFFFFF;
}

.details-full-width span{
    margin: 20px;
    padding: 20px;
}


.discribe-img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #EDEDED;
    background: url(//cdn2.hubspot.net/hub/345740/file-2433763648-jpg/WOW/Images/describe.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size:cover;
    -o-background-size:cover;
    /*    -webkit-background-size: length_x length_y;*/
}
.describe-panel .panel-default>.panel-heading {
    /* color: #000; */
    background: rgba(253, 253, 253, 0);
    border-bottom: 1px solid #EDEDED;

}
.describe-panel .panel-title>a {
    color: #222222;

    display: block
}
.describe-panel .panel-title>a i{
    margin-right: 10px;
}
.describe-panel .panel-default>.panel-heading .indicator {
    color: #1ac6ff;
}













/*======================
FAQ
======================*/

.panel {
    background: #f8f8f8;
    border-radius: 0;
    box-shadow: none;
    border: none;
    margin-bottom: 25px;
    text-align: left;
}

.faqs .panel .panel-heading {
    background: #EDEDED;
    color: #000;
    padding: 20px 20px 20px 70px;
    display: block;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    border: 0;
    border-radius: 0;
}

.faqs .panel .panel-heading:before {
    content: "–";
    color: #151515;
    display: block;
    position: absolute;
    left: 30px;
    top: 20px;
    font-size: 25px;
    line-height: 1;
}
.faqs .panel .collapsed.panel-heading:before {
    content: "+";
}

.faqs2.faqs .panel .panel-heading {
    background: #1ac6ff;
    color: #fff;
}
.faqs2.faqs .panel .panel-heading:before {
    color: #fff;
}

.faq-2 .panel-default>.panel-heading {
    color: #383838;
    background: #EDEDED;
    padding: 15px;
}
.faq-2 .panel-title>a {
    color: #3C3C3C;
}














/*======================
testimonial
======================*/

.testimonial {
    background: url(//cdn2.hubspot.net/hub/345740/file-2438612095-jpg/WOW/Images/testimonial.jpg) no-repeat center top fixed;
    /*background-size*/
    -moz-background-size:cover;
    background-size:cover;
    -webkit-background-size:cover;
    -o-background-size:cover;
    /*    -webkit-background-size: length_x length_y;*/
    width:100%;

    overflow: hidden;

}
.testimonial-item{
    max-width: 750px;
    margin: auto;
    color: #fff;
}

.testimonial-item .testimonial-thumb {
    border: 2px solid transparent;
    -webkit-box-shadow: 0px 0px 0px 2px #ffffff;
    box-shadow: 0px 0px 0px 2px #ffffff;

    width: 80px;
    margin: auto;
    overflow: hidden;
    margin-top: 5px;
}
.testimonial-msg {
    font-size: 16px;
    font-style: italic;
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center
}
.testimonial-msg i{
    font-size: 30px;
    padding: 0 5px;
    color: rgb(240, 240, 240);
}
.testimonial-item .testimonial-name {
    margin-top: 15px;
    font-weight: 400; 
    text-align: center;

}

.testimonial-item .testimonial-info{
    font-size: 12px;
    text-align: center;
}

.testimonial-item2{
    margin: auto;
    color: #fff;
}
.testimonial-item2 .testimonial-msg{
    font-size: 28px;
}

.testimonial-item2 .white-separator{
    margin-bottom: 0px; 
}

.testimonial-item2 .testimonial-name{
    margin-top: 15px;
    font-weight: 400;
    text-align: center;
    font-size: 20px;
}
.testimonial-item2 .testimonial-info{
    font-size: 16px;
    text-align: center;
}

.testimonial-quote .quote-box {
    border: 1px solid #e6e6e6;
    color: #505050;
    padding: 20px 25px;
    border-radius: 2px;
    background: url('//cdn2.hubspot.net/hub/345740/file-2438612040-png/WOW/Images/quotes.png') top right no-repeat;
    background-position: 95%;
}
.testimonial-quote .quote-arrow {
    display: block;
    margin: -2px 0 0 50px;
    background: url('//cdn2.hubspot.net/hub/345740/file-2436044601-png/WOW/Images/testimonial-arrow.png') no-repeat;
    width: 26px;
    height: 13px;
    opacity: .4;

}
.testimonial-quote .user-info {
    margin-bottom: 27px;
    margin-left: 0px;
    margin-top: 15px;
}
.testimonial-quote .user-info img{
    width: 70px;
    height: 70px;
    margin-left: 28px;
    margin-right: 15px;
}
.testimonial-quote .user-info .user-info-msg h5{
    padding-top: 12px;
    margin-left: 6px;
    margin-bottom: 2px;
}
.testimonial-quote .user-info .user-info-msg p{
    padding-top: 0px;
    margin-left: 6px;
}

.testimonial4 .testimonial-thumb {
    margin: 0;
    float: left;
    border-radius: 50%;
}
.testimonial4 .float-left {
    float: left;
    margin-left: 19px;
}
.testimonial4 .float-left {
    text-align: left;
}
.testimonial4 .testimonial-name {
    text-align: left;
}







/*======================
newsletter
======================*/





.subscription {
    background: url(//cdn2.hubspot.net/hub/345740/file-2433763738-jpg/WOW/Images/subscribe.jpg) no-repeat center top fixed;
    /*background-size*/
    -moz-background-size:cover;
    background-size:cover;
    -webkit-background-size:cover;
    -o-background-size:cover;
    /*    -webkit-background-size: length_x length_y;*/
    width:100%;

    overflow: hidden;
}

.subscription .subscribtion-form {
    max-width: 655px;
    background: transparent;
    margin-bottom: 0;
    margin-top: 0;
}
.subscription .subscribtion-form .subscribe-input  {
    width: 60%;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 70px;
    border-radius: 3px;
    font-size: 16px;
    color: #000000;
    box-shadow: inherit;
    margin-right: 5px;
    margin-left: 20px;
    font-size: 20px;
}




.subscription .btn-lg {
    padding: 19px 30px;
}



.subscribe-img{
    background: url(//cdn2.hubspot.net/hub/345740/file-2433763738-jpg/WOW/Images/subscribe.jpg) no-repeat center;
    background-size: cover;
    -moz-background-size:cover;
    -webkit-background-size:cover;
    -o-background-size:cover;
    /*    -webkit-background-size: length_x length_y;*/
    padding: 100px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;


}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.subscribe-form3 form{
    margin-top: 20px;

}
.subscribe-form3 .form-control{
    padding: 34px;
    font-size: 20px;
    font-weight: 100;
}

.subscribe-form3 i {
    color: #1ac6ff;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.subscribe_form .btn {
    border-radius: 0;
    border: 0;
    height: auto;
    padding: 15px 20px;
    font-size: 24px;
    line-height: 32px;
    box-shadow: none;
    margin-left: 0;
    background: #fff;
}

.subscribe_form3 .btn {

    padding: 19px 20px;

}
#mailchimp h6 {
    color:#FFF
}



/* subscribe 2*/

.subscribe-form2{
    padding-top: 40px;
    padding-bottom: 40px;
    color: #a1a9b1;
    background: #1ac6ff ! important;
}
.subscribe-form2 .col-sm-4 {
    text-align: right;
}
.subscribe-form2 input[type="text"], 
.subscribe-form2 input[type="email"] {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    line-height: 59px;
    font-size: 50px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: -1px;
}

.subscribe-form2 input[type="text"]:-moz-placeholder,
.subscribe-form2 input[type="email"]:-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}
.subscribe-form2 input[type="text"]::-moz-placeholder,
.subscribe-form2 input[type="email"]::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}
.subscribe-form2 input[type="text"]:-ms-input-placeholder,
.subscribe-form2 input[type="email"]:-ms-input-placeholder {
    color: #ffffff;
}
.subscribe-form2 input[type="text"]::-webkit-input-placeholder,
.subscribe-form2 input[type="email"]::-webkit-input-placeholder {
    color: #ffffff;
}
.subscribe-form2 input[type="text"].placeholder,
.subscribe-form2 input[type="email"].placeholder {
    color: #ffffff;
}
.subscribe-form2 .btn {
    margin-top: 8px;
    width: 220px;
    max-width: 100%;
    border-color: rgba(255, 255, 255, 0.56);
}
.subscribe-form2 .btn:hover {
    color: #fff;
    border: 1px solid #fff;
}







/*======================
screenshotS
======================*/



.screenshots img{
    padding: 10px;
    background: #EDEDED;
}














/*======================
clients
======================*/



.client-wrapper {
    overflow: hidden;
    text-align: center;
    line-height: 0;
}
.client-item  {
    display: inline-block;
    width: 90%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.client-wrapper .col-sm-3 {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.client-wrapper .col-sm-3 {
    display: inline-block;
    min-height: 80px;
    line-height: 80px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.client-wrapper img {
    width: 100%;
    opacity: 0.5;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-backface-visibility: none;
}
.client-wrapper img:hover {
    opacity: 1;
}
.client-wrapper .col-sm-3:last-child {
    border-right: none;
}
.client-wrapper:last-child .client-item {
    border-bottom: none;
}


.client2 {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}
.client-wrapper2 .col-md-2 {
    height: 80px;
    line-height: 80px;
}
.client-wrapper2 img {

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0.4;
}
.client-wrapper2 img:hover {
    opacity: 1;
}
















/*======================
Pricing
======================*/


/**
  Price 1   
 * */
.price-1 {
    padding-top: 110px;
    padding-bottom: 110px;
}
.price-1 .plan {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #1ac6ff;
    padding: 25px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    color: #4C4C4C;
    font-size: 18px;
    font-weight: normal;
}

.price-1 .plan b {
    color: #4C4C4C;
}
.price-1 .plan .title {
    color: #1ac6ff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}
.price-1 .plan .description {
    margin: 26px 0;
    padding-top: 22px;
    border-top: 1px solid #1ac6ff;
    line-height: 28px;
    font-weight: normal;
}
.price-1 .plan li {
    border-bottom: 1px solid #F0F0F0;
    padding: 6px 0;
}

.price-1 .plan .btn {
    min-width: 180px;
    height: 50px;
    line-height: 35px;
    font-size: 18px;
}
.price-1 .col-md-3 {
    margin-bottom: 20px;
}






.price-2 .plan{
    border-radius: 6px;
    list-style: none;
    padding: 0 0 20px;
    margin: 0 0 15px;
    background: #fff;
    text-align: center;
    border: 1px solid #EDEDED;

}
.price-2 .plan li {
    padding: 10px 15px;
    color: #454545;
    border-top: 1px solid #f5f5f5;
    -webkit-transition: 300ms;
    transition: 300ms;
}
.price-2 .plan li.plan-name {
    border-radius: 6px 6px 0 0;
    padding: 15px;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    background: #1ac6ff;
    margin-bottom: 30px;
    border-top: 0;
}
.price-2 .plan:hover li.plan-name {
    background: #000;
}
.price-2 .btn {
    min-width: 170px;
    margin-top: 10px;

}
.price-2  .plan li > strong {
    color: #1ac6ff;

}

.pricing2:hover {
    box-shadow: 0px 3px 50px rgba(0,0,0,0.2);
}

.pricing2 {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    transition: box-shadow 1s;
    -webkit-transition: box-shadow 1s;
    -moz-transition: box-shadow 1s;
    margin-bottom: 20px
}

.pricing2 .top {
    background: #1ac6ff;
    color: #eee;
    padding: 20px;
    color: #ECF0F1;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    text-align: center;
}

.pricing2 .top h2 {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #fff;
}

.pricing2 .top > * {
    margin: 0px;
}

.pricing2 .top .price .currency {
    font-size: 24px;
    line-height: 54px;
    vertical-align: top;
    display: inline-block;
}

.pricing2 .top .price b {
    font-size: 60px;
    line-height: 70px;
    color: #fff;
}

.pricing2 .top .price .month {
    color: #FFF;
}

.pricing2 .bottom {
    border: 1px solid #dee2e4;
    border-top: 0px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    background: #FFFFFF;
}

.pricing2 .bottom ul {
    list-style: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.pricing2 .bottom ul li {
    line-height: 50px;
    border-bottom: 1px solid #dee2e4;
    text-align: center;
    font-size: 16px;
}

.pricing2 .bottom ul li > span {
    color: #1ac6ff;
    font-size: 20px;
    margin-right: 20px;
}

.pricing2 .bottom > a {
    margin: 40px;
    width: 80%;
}



/*======================
REAL ESTATE
======================*/
.real-estate {
    margin-top:40px;

}
.real-estate h4 {
    margin-top: 20px;

}

.real-estate p {
    margin-bottom: 20px;

}









/*======================
TEAM
======================*/

.team-member {
    text-align: center;
	font-size:30px
}
.team-bg{
    background: #F5F5F5;
    padding: 20px 5px;
}

.team-member img {
    display: inline-block;
    margin-bottom: 16px;
    width: 250px;
    height: 250px;
}
.team-member li i {
    font-size: 30px;
    padding: 5px;
    color: #000;
    opacity: 0.3;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-backface-visibility: none;
}
.team-member li i:hover {

    opacity: 1;
}
.team-member h2 {
    margin-bottom: 0px;

}
.team-member h5 {
    margin-bottom: 12px;
    color: #1ac6ff;
}






/*======================
FUNFACT
======================*/

.funfact {
    background: url(//cdn2.hubspot.net/hub/345740/file-2433763698-jpg/WOW/Images/funfact.jpg) no-repeat center top fixed;
    /*background-size*/
    -moz-background-size:cover;
    background-size:cover;
    -webkit-background-size:cover;
    -o-background-size:cover;
    /*    -webkit-background-size: length_x length_y;*/
    width:100%;
    overflow: hidden;

}

.funfacts-counter .statistic-counter{
    text-align: center;
    font-size: 5.5rem;
    line-height: 80px;
    font-weight: 700;
    margin-bottom: 20px;
}
.funfacts-counter  .statistic-text{
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
}
.funfacts-counter2 .statistic-counter{
    text-align: center;
    font-size: 7.5rem;
    line-height: 100px;
    font-weight: 700;
    margin-bottom: 20px;
}
.funfacts-counter2  .statistic-text{
    font-size: 24px;
    text-align: center;

    font-weight: 300;
    text-transform: uppercase;
}




/*======================
Skills
======================*/


.skills {
    background: url(//cdn2.hubspot.net/hub/345740/file-2433763698-jpg/WOW/Images/funfact.jpg) no-repeat center top fixed;
    /*background-size*/
    -moz-background-size:cover;
    background-size:cover;
        -webkit-background-size:cover;
    -o-background-size:cover;
    /*    -webkit-background-size: length_x length_y;*/
    width:100%;
    overflow: hidden;
}
.skills-text {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-top: 25px;

}

.skills  .chart {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    text-align: center;
}
.skills  .chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}
.skills  .percent {
    display: inline-block;
    line-height: 150px;
    z-index: 2;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
}
.skills  .percent:after {
    content:'%';
    margin-left: 0.1em;
    font-size: .8em;
}







/*======================
PORTFOLIO
======================*/


a.over {
    display: block;
    position: relative;
}

a.over .portfolio-overlay {
    position: absolute;
    display: table-cell;
    left: 0px;
    top: 0px;
    background: rgba(61,86,110, 0.6);
    height: 100%;
    line-height: 263px;
    width: 100%;
    border-radius: 6px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.5s,opacity 0.5s linear;
    text-align: center;
    color: #fff;
    font-size: 50px;
    vertical-align: middle;
}

a.over.round .portfolio-overlay {
    border-radius: 50%;
    background: rgba(61,86,110, 0.6);
}

a.over:hover .portfolio-overlay {
    visibility:visible;
    opacity:1;
    transition-delay:0s;
}




/*======================
CONTACT
======================*/



.contact-1 textarea{
    margin: 15px 0;
}

.contact-1-button{
    padding: 0;
}

.contact-2 input {
    margin-bottom: 10px;
    margin-top: 10px;
    height: 50px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-left: 35px;
}

.hs-form input{
    margin-bottom: 10px;
    margin-top: 10px;
    height: 50px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-left: 35px;   
}

.contact-2 textarea {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-left: 35px;
}

contact-2 textarea.form-control {
    height: auto;
}

.contact-2 button{
    margin: auto;
    display: block;
    min-width: 235px;
}

.hsbutton {
    margin:auto;
	display: block;
	min-width:150px;

.contact-form #message{
    margin:10px 0;
    padding:0;
}
.contact-form .error_message {
    font-size: 18px;
    display: block;
    height: 50px;
    line-height: 40px;
    background: #FFEAEB url('//cdn2.hubspot.net/hub/345740/file-2436044651-gif/WOW/Images/error.gif') no-repeat 10px center;
    padding: 3px 10px 3px 35px;
    color: #FF1E00;
    border: 1px solid #DBDBDB;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 95%;
    text-align: center;
    margin: auto;
}
.contact-form #contact #success_page{
    background: rgba(230, 230, 230, 0.44);
    border-radius: 10px;
    padding: 40px 10px;
    color: black;
    min-height:  280px
}
.contact-form #contact #success_page h1{
    background:url('//cdn2.hubspot.net/hub/345740/file-2433763693-gif/WOW/Images/success.gif')   left no-repeat;

}
.contact-form #contact #success_page p{
    font-size: 18px;
}

.contact-address h4{
    margin-bottom: 30px;
}

.contact-4 i{
    font-size: 50px;
    margin-bottom: 20px;
    color: #1ac6ff;
}

.contact-address li{
    margin-top: 10px;
}












/*======================
footer
======================*/

.footer-1 {
    background: #3D566E;
    padding: 60px 0px 50px;
    font-weight: 200;
    color: #CBD0D3;
}
.footer-1 h2 {
    color: #ECF0F1;
    font-size: 34px;
    border-bottom: 2px dashed #CBD0D3;
    padding-bottom: 20px;
    margin-top: 0px;
    margin-bottom: 15px;
}
.footer-1 span {
    text-transform: uppercase;
    font-size: 13px;
}
.footer-1 a, .footer-1 a span {
    font-size: 26px;
    margin-right: 5px;
    color: #F0F0F0;
    margin-top: 10px;
}

.footer-1-light {
    background: #F5F5F5;
    padding: 60px 0px 50px;
    font-weight: 200;
    color: #4A4A4A;
}
.footer-1-light h2 {
    color: #4A4A4A;
    font-size: 30px;
    /* border-bottom: 2px dashed #4A4A4A; */
    /* padding-bottom: 20px; */
    margin-top: 0px;
    margin-bottom: 10px;
}
.footer-1-light span {
    text-transform: uppercase;
    font-size: 13px;
}
.footer-1-light a, .footer-1-light a span {
    font-size: 26px;
    margin-right: 5px;
    color: #838383;
    margin-top: 15px;
}
.footer-1 a span:hover,
.footer-1-light a span:hover {
    color: #1ac6ff;
}


.footer-1-color {

    padding: 60px 0px 50px;
    font-weight: 200;
    color: #FFFFFF;
}
.footer-1-color h2 {
    color: #FFFFFF;
    font-size: 34px;
    border-bottom: 2px dashed #FFFFFF;
    padding-bottom: 20px;
    margin-top: 0px;
    margin-bottom: 15px;
}
.footer-1-color span {
    text-transform: uppercase;
    font-size: 13px;
}
.footer-1-color a, .footer-1-color a span {
    font-size: 26px;
    margin-right: 5px;
    color: #FFFFFF;
    margin-top: 10px;
}
.footer-1 a span:hover,
.footer-1-color a span:hover {
    color: #fff;
}
.footer-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #bdc3c7;
    line-height: 25px;
    background-color: #2c3e50;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.footer-2 nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    color: #bdc3c7;
}
.footer-2 nav ul li {
    float: left;
    padding-right: 20px;
    line-height: 25px;
}
.footer-2 a {
    color: #bdc3c7;
    font-weight: normal;
}

.footer-2 .social-btns {
    white-space: nowrap;
}
.footer-2 .social-btns > *:first-child {
    margin-left: 0;
}
.social-btns > a {
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
    padding: 5px;
    color: #fff;
}
.footer-2 .additional-links {
    font-size: 14px;
    font-weight: normal;
    color: #fff;

}
.footer-2 .additional-links a {
    text-decoration: underline;
}

/**
 * Footer 3 stylesheet  
 * */
.footer-3 {
    font-size: 14px;
    padding-top: 65px;
    padding-bottom: 65px;
    background: #2c3e50;
    color: #bdc3c7;
}
.footer-3.v-center,
.footer-3 .v-center {
    display: table;
    width: 100%;
}
.footer-3.v-center > div,
.footer-3 .v-center > div {
    display: table-cell;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0;
    float: none;
}

.footer-3 .brand {
    font-size: 25px;
    font-weight: normal;
    color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
}
.footer-3.v-center > div, 
.footer-3 .v-center > div {
    display: table-cell;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0;
    float: none;
    color: #fff;
}

.footer-3 .additional-links a {
    color: #bdc3c7;
    text-decoration: underline;
}
.footer-3 h6 {
    margin: 0 0 10px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    text-transform: none;
}


.footer-4 {
    background: #F2F2F2;
}
.footer-details i{
    font-size: 22px;
    line-height: 40px;
}
.social-icon li{
    border-radius: 50%;
    border: 1px solid #616161;
    width: 38px;
    height: 38px;

    margin: 2px;
}
.social-icon li a{
    color: #616161;
}












/* ==========================================================================
   Helper classes
   ========================================================================== */
/*table*/
.table > thead > tr > th, .table > tbody > tr > td{
    padding: 15px;
}
.nav-tabs>li>a {
    color: #30353A;
    margin-right: 0px;
    background-color: #eff3f6;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 20px 55px;
    border-left: 0;
    border-right: 0;
}
.tab-content .tab-pane {
    padding: 15px 30px;
    border: 1px solid #EDEDED;
    border-top: 0;

}

.display-none {display: none;}

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

}


