/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
/*hide span added by google maps*/
body > span[style*='top: -999px']{display: none;} 
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * 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 audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ==========================================================================
   Fonts
   ========================================================================== */
@import url('//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700');
@font-face {
  font-family: 'pf_dindisplay_promedium';
  src: url("/fonts/pfdindisplaypro-med-webfont.html");
  src: url("/fonts/pfdindisplaypro-med-webfontd41d.html?#iefix") format("embedded-opentype"), url("/fonts/pfdindisplaypro-med-webfont-2.html") format("woff2"), url("/fonts/pfdindisplaypro-med-webfont-3.html") format("woff"), url("/fonts/pfdindisplaypro-med-webfont-4.html") format("truetype"), url("/fonts/pfdindisplaypro-med-webfont.svg#pf_dindisplay_promedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pf_dindisplay_prolight';
  src: url("/fonts/pfdindisplaypro-light-webfont.html");
  src: url("/fonts/pfdindisplaypro-light-webfontd41d.html?#iefix") format("embedded-opentype"), url("/fonts/pfdindisplaypro-light-webfont-2.html") format("woff2"), url("/fonts/pfdindisplaypro-light-webfont-3.html") format("woff"), url("/fonts/pfdindisplaypro-light-webfont-4.html") format("truetype"), url("/fonts/pfdindisplaypro-light-webfont.svg#pf_dindisplay_prolight") format("svg");
  font-weight: normal;
  font-style: normal;
}


body {
    font-size: 1em;
    font-family: "pf_dindisplay_prolight", sans-serif;
    font-weight: 300;
    background: #ffffff;
    counter-reset: section;
    color: #3B3E40;
    
}
p{
    line-height: 1.5em;
    margin-bottom: 2em;
}

p.smaller{
    font-size: .5em;
    opacity: .8;
}
p.small{
    font-size: .8em;
    opacity: .8;
}
p.large{
    font-size: 1.1em;
    margin-bottom: .5em;
}

p.larger{
    font-size: 1.5em;
}

.md-36{
    font-size: 36px;
}

a{
    text-decoration: none;
    color: #000000;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition:all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}
a:hover, a:focus{
    text-decoration: none;
    color: inherit;
    outline: none;
}

.site-wrapper{
    position: relative;
    overflow: hidden;
}

#js-main-ajax-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(255,255,255,1);
    
    opacity: 0;
    z-index: -1;
}

#js-main-ajax-overlay.active{
    opacity: 1;
    z-index: 22000;
}
#js-main-ajax-overlay .inner{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#js-main-ajax-overlay .message{
    margin-top: 1em;
    font-size: 2em;
    color: #cccccc; 
}

#js-main-ajax-overlay .message .ellipsis{
    position: relative;
}

#js-main-ajax-overlay .message .ellipsis:after{
    position: absolute;
    top: -3px;
    left: 2px;
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    -webkit-animation: ellipsis steps(4,end) 1800ms infinite;      
    animation: ellipsis steps(4,end) 1800ms infinite;
    content: "\2026"; /* ascii code for the ellipsis character */
    width: 0px;
}

.notification-bar{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
    font-size: 1em;
    color: #ffffff;
    text-align: center;
    background: #5d6770;
    border-bottom: 0 solid;
}
.notification-bar .btn{
    font-size: .5em;
}
.notification-bar .action{
    font-size: .5em;
    color: #ccc;
    font-style: italic;
}

.notification-bar.danger{
    background-color: #d41e39;
}

.notification-bar.active{
    opacity: 1;
    z-index: 21000;
    max-height: 100vh;
    border-bottom: 2px solid #cccccc;
    box-shadow: 0px 2px 26px 0px rgba(0,0,0,0.75);
}
#ajax-notification-response{
    padding: 15px 75px 15px 15px;
    text-align: left;
    width: calc(100% - 60px);
    display: inline-block;

}
@media only screen and (min-width : 768px) {
    #ajax-notification-response{
        padding: 21px 75px 21px 20px;
        width: calc(100% - 60px);
        display: inline-block;
        text-align: center;
        font-size: 2em;
    }
}
.notification-bar .close{
    margin: 23px 15px;
    color: #ffffff;
    opacity: 1;
}

.notification-bar .close i{
    font-size: 30px;
}
@keyframes ellipsis {
  to {
    width: 1em;    
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 1em;    
  }
}
.site-wrapper > .overlay.active{
    opacity: 1;
    z-index: 22000;
}
/* Form Controls
===============================================================================*/
.panel{
    border: 1px solid;
    border-radius: 0;
    padding: 12px;
    margin-bottom: 12px;
}
.form-group{
    margin-bottom: 0;
}
.form-group label{
    position: absolute;
    left: 13px;
    font-weight: inherit;
    font-size:  1.2em;
    top: 0;
    -webkit-transition:all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition:all 0.5s;
    opacity: 0;
    z-index:-1;
}
.form-control{
    border-radius: 0;
    background: transparent;
    border: 0;
    outline: 0;
    box-shadow: none;
    color: #fff;
    border: 1px solid #ffffff;
    font-size: 1.2em;
    height: 48px;
    line-height: 48px;
    margin: 0 0 24px;
    padding: 0 0 0 12px;
    border-color: #666666!important;
    border-left: 1px solid;
    border-top: 1px solid;
    border-right: 1px solid;
    color: #3B3E40;
    margin-top: 30px;
    padding-left: 15px;
}
.pseudo-input{
    border-radius: 0;
    background: rgba(59,62,64,.2);
    border: 0;
    outline: 0;
    box-shadow: none;
    color: #fff;
    border: 1px solid #ffffff;
    font-size: 1.2em;
    height: 48px;
    line-height: 48px;
    margin: 0 0 24px;
    padding: 0 0 0 12px;
    border-color: #666666!important;
    border-left: 1px solid;
    border-top: 1px solid;
    border-right: 1px solid;
    color: #3B3E40;
    padding-left: 15px;
}
.form-control.error{
    border-left-width: 4px!important;
    background: rgba(212,30,57,.5);
}
.form-control:active,
.form-control:focus
{
    border-color: #ffffff!important;
    box-shadow: none!important;
}
.form-horizontal header{
    padding-top: 24px;
    border: 2px solid #f07c20;
    margin-bottom: 24px;
    margin: 0 -15px 24px -15px;
    padding: 24px 30px 24px;
}

.form-horizontal label,
.form-horizontal .control-label {
    position: relative;
    opacity: 1;
    left: 0;
    z-index: 1;
    line-height: 48px;
    padding: 0;
}

.form-horizontal header .row-label{
    font-family: "pf_dindisplay_promedium", sans-serif;
    font-weight: 500;
    font-size: 1.2em;
}
.form-horizontal .help-block{
    padding-right: 15px;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
}

.form-horizontal .has-error .control-label{
    color: #d41e39;
}
.form-horizontal .has-error .form-control{
    background-color: rgba(212,30,57,.7);
}
.form-horizontal .form-control{
    margin-top: 0;
}

.form-horizontal .form-actions{
    margin-top: 24px;
}

.bg-white .form-control{
    border-color: #666666!important;
    border-left: 1px solid;
    border-top: 1px solid;
    border-right: 1px solid;
    color: #3B3E40;
    padding-left: 15px;
}

.bg-white .form-control:active,
.bg-white .form-control:focus
{
    border-color: #5d6770!important;
    box-shadow: none!important;
}
textarea.form-control{
    height: 100px;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #ffffff !important;
}
textarea::-webkit-input-placeholder,
input:-moz-placeholder { /* Firefox 18- */
    color: #ffffff !important;
}
textarea::-webkit-input-placeholder,
input::-moz-placeholder {  /* Firefox 19+ */
    color: #ffffff !important;
}
textarea::-webkit-input-placeholder,
input:-ms-input-placeholder {  
    color: #ffffff !important;
}


.terms-conditions label,
.select-group label{
    font-weight: inherit;
    font-size: 1.2em;
    position: relative;
    top: 0!important;
    opacity: 1;
    z-index: 1;
}

.form-group.show-label label{
    opacity: 1;
    z-index: 1;
    top: -5px;
}

.form-group.active label{
    opacity: 1;
    top: -25px;
    z-index: 1;
}

.form-group .required{
    position: absolute;
    left: -24px;
    top: -12px;
}

.form-group.message{
    margin-bottom: 12px;
}

.form-step fieldset{
    position: absolute;
    left: 100%;
    top: -50px;
    width: 100%;
    -webkit-transition: all 0.350s ease-in;
    transition: all 0.350s ease-in;
    opacity: 0;
}
.form-step fieldset.previous{
    left: -100%;
}
.form-step fieldset.active{
    position: relative;
    left: 0;
    top: 0;
    opacity: 1;
}

.form-control-feedback{
    top: 0;
    background: #d41e39;
    width: 4px;
    height: 100%;
    left: -4px; 
    overflow: hidden;
}
.has-feedback label~.form-control-feedback {
    top: 0;
    color: transparent;
}

.has-error .help-block{
    color: #d41e39;
}

.newsletter-form .form-group{
    margin-bottom: 12px;
}

.newsletter-form .has-error .help-block {
    right: inherit;
    left: 0;
}
/* Buttons
===============================================================================*/
.btn {
    margin: 0 auto;
    font-size: 1em;
    padding: .75rem 1rem;
    display: inline-block;
    background-color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    color: #d41e39!important;
    border: 1px solid #d41e39;
    -webkit-border-radius: 0;
    border-radius: 0;
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.input-group .btn{
    font-size: 16px;
    height: 48px;
}

.btn.has-icon{
    padding-right: 40px;
}

.btn.has-icon i{
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}
.btn:hover {
  color: #ffffff!important;
  background-color: #d41e39;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn.active:focus,
.btn:focus{
    outline: 0;
    outline-offset: 0;
}
.btn-small{
    font-size: 1em!important;
    padding: .5rem .75rem!important;
}
.btn-no-shadow:hover{
    box-shadow: none!important;
}
.btn.btn-orange{
    border: 1px solid #f07c20!important;
}
.btn.btn-orange:hover{
    background-color: #f07c20!important;
}
.btn.btn-dark{
    border: 1px solid #777777!important;
    color: #777777!important;
}
.btn-transparent{
    background-color: transparent!important;
}
.btn.btn-dark:hover{
    color: #cccccc!important;
    background: #777777!important;
    
}

.btn-solid-dark{
    color: #cccccc!important;
    background: #777777!important;
    border-color: #5d6770!important;
}

.btn-solid-dark:hover{
    background: #5d6770!important;
}

.btn-solid-red{
    background: #d41e39!important;
    color: #ffffff!important;
}

.btn-solid-red:hover{
    color: #cccccc!important;
    border-color: #777777;
    background: #777777;
    
}

.btn-solid-orange{
    background: #f07c20;
    color: #ffffff!important;
}

.btn-solid-orange:hover{
    color: #cccccc!important;
    border-color: #777777!important;
    background: #777777!important;
    
}

.btn-solid-white{
    color: #d41e39!important;
    background: #ffffff!important;
}

.btn-solid-white:hover{
    color: #ffffff!important;
    background: transparent!important;
    border: 1px solid #ffffff;
}

.btn:active {
  box-shadow: 0 0 0 0 transparent;
  
}

@-webkit-keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
@-moz-keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.btn-wide{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.btn-large{
    padding: 1.25rem 2.5rem;
    font-size: 2em;
}
.btn-group>.btn:last-child:not(:first-child),
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "pf_dindisplay_promedium", sans-serif;
  margin: 0;
  letter-spacing: .09em;
  margin-bottom: 17px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

h1.jumbo{
    font-size: 2.5em;
    font-family: "pf_dindisplay_prolight", sans-serif;
}

p.jumbo{
    font-size: 1.5em;
}

.bold{
    font-weight: 800;
}

.uppercase{
    text-transform: uppercase;
}

.proper-case{
    text-transform: capitalize;
}

.color-red{
    color: #d41e39!important;
}

.color-orange{
    color: #f07c20!important;
}

.color-white{
    color: #ffffff;
}

.color-dark{
    color: #5d6770!important;
}

.h500m{
    height: 500px;
}
/* ==========================================================================
   Helper
   ========================================================================== */

.fullscreen{
    height: 100vh;
}
@media only screen and (min-width: 1024px) {
    .hidden-1024 { display: none!important; }
}
.container.no-gutters,
.container-fluid.no-gutters{
    padding-right: 0;
    padding-left: 0;
}
.container.no-gutters > .row,
.container-fluid.no-gutters > .row {
  margin-right: 0;
  margin-left: 0;
}
.container.no-gutters > .row > [class^="col-"],
.container.no-gutters > [class*=" col-"],
.container-fluid.no-gutters > .row > [class^="col-"],
.container-fluid.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.italic{
    font-style: italic;
}
.bold{
    font-weight: 800;
}
.highlight-text{
    font-weight: 700;
    letter-spacing: 1px;
    padding: 3px;
}
.highlight-red{
    background: rgba(212,30,57,.6);
}
.highlight-orange{
    background: rgba(240,124,32,.6);
}

.background-red{
    background-color: #d41e39;
    color: #ffffff;
}
.background-red-texture{
    background-image: url('/img/red-texture.jpg');
    background-repeat: repeat;
}
.background-red-texture-v{
    background-image: url('/img/red-texture-v.jpg');
    background-repeat: repeat;
}
.background-orange-texture{
    background-image: url('/img/orange-texture.jpg');
    background-repeat: repeat;
}
.background-orange-texture-v{
    background-image: url('/img/orange-texture-v.jpg');
    background-repeat: repeat;
}
.background-orange{
    background-color: #f07c20;
    color: #ffffff;
}
.background-grey{
    background-color: #cccccc;
}
.background-dark-grey{
    background-color: #5d6770;
}
.background-black{
    background-color: #3B3E40;
}
.background-orange-gradient-lr{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f07c20+0,f07c20+100&1+26,0+100 */
    background: -moz-linear-gradient(left,  rgba(240,124,32,1) 0%, rgba(240,124,32,1) 26%, rgba(240,124,32,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(240,124,32,1) 0%,rgba(240,124,32,1) 26%,rgba(240,124,32,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(240,124,32,1) 0%,rgba(240,124,32,1) 26%,rgba(240,124,32,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f07c20', endColorstr='#f07c20',GradientType=1 ); /* IE6-9 */
}
.background-red-gradient-lr {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d41e39+0,f07c20+100&1+26,0+100 */
    background: -moz-linear-gradient(left,  rgba(212,30,57,1) 0%, rgba(219,54,51,1) 26%, rgba(240,124,32,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(212,30,57,1) 0%,rgba(219,54,51,1) 26%,rgba(240,124,32,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(212,30,57,1) 0%,rgba(219,54,51,1) 26%,rgba(240,124,32,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41e39', endColorstr='#d41e39',GradientType=1 ); /* IE6-9 */
}

.background-grey-gradient-lr {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d41e39+0,f07c20+100&1+26,0+100 */
    background: -moz-linear-gradient(left,  rgba(93,103,112,1) 0%, rgba(93,103,112,1) 26%, rgba(93,103,112,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(93,103,112,1) 0%,rgba(93,103,112,1) 26%,rgba(93,103,112,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(93,103,112,1) 0%,rgba(93,103,112,1) 26%,rgba(93,103,112,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d6770', endColorstr='#5d6770',GradientType=1 ); /* IE6-9 */
}
.background-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.color-red{ color: #d41e39;}
.color-orange{color: #f07c20;}
.color-grey{color: #cccccc;}
.color-black{color: #3B3E40;}


.color-retro-grey{
    color: #5d6770;
    text-shadow: 0px 1px 0px #f07c20, 0px 2px 0px #d41e39;
}

.color-shadow-white{
    color: #ffffff;
    text-shadow: 2px 2px 0px #5d6770;
}


.hr-red{border-color: #d41e39!important;}
.hr-orange{border-color: #f07c20!important;}
.line{
    height: 7px;
}
.line.line-red{
    background-color: #d41e39;
}
.line.line-orange{
    background-color: #f07c20;
}

.no-scroll-y{
    overflow-y: hidden;
}

.animate-me-in{
    opacity: 0;
}

.animated{
    opacity: 1;
}
.spacer24{
    height: 24px;
}
.spacer48{
    height: 48px;
}

/* End Helper
   ==========================================================================

   ==========================================================================
   Components
   ========================================================================== */

.modal-open .modal {
    background: rgba(255,255,255,.7);
    color: #3de;
    z-index: 20000;
    padding-right: 17px;
}
.modal .contact-form label{
    left: 15px;
}
.modal-dialog{
    color: #3B3E40;
}
.modal-body{
    position: relative;
    overflow: hidden;
}
.modal .panel{
    border: 1px solid #cccccc;
    padding: 0 12px 24px;
    border-radius: 0;
}
.modal-content{
    border-radius: 0;
}
.modal-content p{
    margin-bottom: 0;
}
.modal-content a{
    color: #ff6a00;
}
.modal-header{
    text-align: left;
    border-bottom: 1px solid #ff6a00;
}

.modal-header .logo{
    max-width: 80%;
    margin: 0 auto;
}
.bg-white  input::-webkit-input-placeholder,
.modal.white input::-webkit-input-placeholder {
    color: #3B3E40 !important;
}
.bg-white input:-moz-placeholder,
.modal.white input:-moz-placeholder { /* Firefox 18- */
    color: #3B3E40!important;
}
.bg-white input::-moz-placeholder,
.modal.white input::-moz-placeholder {  /* Firefox 19+ */
    color: #3B3E40!important;
}
.bg-white input:-ms-input-placeholder,
.modal.white input:-ms-input-placeholder {  
    color:#3B3E40!important;
}
.modal .form-group{
    margin-bottom: 0;
}
.modal .form-control{
    border-color: #666666!important;
    border-left: 1px solid;
    border-top: 1px solid;
    border-right: 1px solid;
    color: #3B3E40;
    margin-top: 30px;
    padding-left: 15px;
}
.select-group .form-control{
    margin-top: 0;
}
.modal-footer{
    border-top: 1px solid #ff6a00;
}
.modal-overlay{
    position: absolute;
    background-color: rgba(255,255,255,.8);
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 0
}
.modal-overlay.active{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1001;
    opacity: 1;
}

.modal-overlay .container{
    display: table;
    text-align: center;
    color: #3B3E40;
    font-size: 2em;
    height: 100%;
    width: 100%;
}
    
.modal-overlay .container .inner{
    display: table-cell;
    vertical-align: middle;
}
/*Modal large
    ************************************************************************/
.modal-open .modal.modal-light-bg{
    background-color: rgba(255,255,255,.1);
}
.modal-lg .modal-header .logo{
    max-width: 200px;
    margin: 0;
}
.modal nav{
    background: #F8F8F8;
    padding: 15px;
    border-bottom: 1px solid #f07c20;
}
    
.modal nav ul{
    margin-bottom: 0;
}
    
.modal nav ul li{
    margin-right: 6px;
}
.modal nav ul li a{
    color: #3B3E40;
    padding: 12px 6px;
    position: relative;
}
    
.modal nav ul li a:hover,
.modal nav ul li a.active{
    color: #f07c20;
}
    
.my-info-class-list{
    position: relative;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition:all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}
 
.my-info-class-item{
    padding: 12px 0;
    border-top: 1px solid #cccccc;
    position: relative;
}
.my-info-class-item:hover{
    background-color: #F8F8F8;
}
.my-info-class-item:last-child{
    border-bottom: 1px solid #cccccc;
}
.my-info-class-list .avatar{
    width: 50px;
    border: 1px solid #d41e39;
    float: left;
}
.my-info-class-list .meta-info{
    position: relative;
    float: left;
    padding-left: 6px;
}
    
.my-info-class-list .class-time{
    font-size: 1em;
}
    
.my-info-class-list .class-meta{
    font-size: .8em
}
    
.my-info-class-list .actions{
    float: right;
}
    
.my-info-class-item .overlay{
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: 0;
    right: 100%;
    opacity: 0;
    z-index: -1;
    text-align: center;
    font-size: 1em;
    color: #ffffff;
    padding-top: 0;
    background: rgba(93,103,112,.9);
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition:all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    overflow: hidden;
}
.my-info-class-item .overlay.active{
    opacity: 1;
    right: 0;
    z-index: 1;
}
/*end modal large*/
.social-container a{
    font-size: 1.2em;
    padding: 6px 12px;
    color: #666666;
    text-shadow: 1px 1px 0px #f07c20,2px 2px 0px #d41e39, 4px 3px 0px rgba(0,0,0,0.3);
}
    
.social-container a:hover{
    color: #d41e39;
    text-shadow: 1px 1px 0px #f07c20,2px 2px 0px #666666, 4px 3px 0px rgba(0,0,0,0.3);
}
/* End components
   ==========================================================================
 
/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
  
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .btn {
        font-size: 1.2em;
        padding: .75rem 1.5rem;
    }

    .modal .panel {
        padding: 0 24px 24px;
    }

    
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .video.background.fullscreen {
        min-height: 736px;
    }
    .watermark-title{
        font-size: 14vw;
    }
    .watermark-subtitle{
        font-size: 4vw;
    }
    
}

@media only screen and (min-width : 1024px) {
   
   
}

@media only screen and (min-width : 1200px) {
   
}











/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.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:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, 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;
}

/* ==========================================================================
   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,
        
    
    (-webkit-min-device-pixel-ratio: 1.25),
    (min-resolution: 1.25dppx),
    (min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        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 that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
