@import url('https://fonts.googleapis.com/css?family=Montserrat:500,600,700,800&display=swap');

/* 
FONTS
____________________________________________________________________

AVENIR BLACK :          font-family:'Avenir LT W01_95 Black1475556';
AVENIR ROMAN :          font-family:'Avenir LT W01_55 Roman1475520';
AVENIR NEXT BOLD :      font-family:'Avenir Next LT W01 Bold';
GEORGIA BOLD:           font-family:'Georgia W01 Bold';
GEORGIA ITALIC :        font-family:'Georgia W01 Italic';
GEORGIA REGULAR :       font-family:'Georgia W01 Regular';
GEORGIA BOLD ITALIC :   font-family:'Georgia W01 Bold Italic';
____________________________________________________________________
*/
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    max-width: 100%!important;
}
*{
    -webkit-font-smoothing: antialiased!important;
}
input,button{
appearance:none;
-moz-appearance:none; /* Firefox */
-webkit-appearance:none; /* Safari and Chrome */
}
input[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}
.loop-wrapper{
    text-align: center;
}
.loop-wrapper .row-fluid div[class*="span"]{
    min-height: 1px!important;
}
.page-center .hs-button.primary {
    margin-top: 15px;
}
.body-container-wrapper {
    padding-top: 90px;
}
h1, h2, h3, p, li, label, .section-1 span, .footer, input {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header{
    z-index: 9999!important;
}
.hero{
    position: relative;
    z-index: 999;
}
.container {
    padding-left: 3%!important;
    padding-right: 3%!important;
}
.col-5 {
  position:relative;
  float:left;
  width:41.666665%;
}
.col-6 {
  position:relative;
  float:left;
  width:50%;
}
h1 {
/*     font-family:'Avenir LT W01_95 Black1475556'; */
    font-size: 50px; 
    margin: 0;
  font-family: 'Montserrat', sans-serif;
}
h2 {
/*     font-family:'Avenir Next LT W01 Bold'; */
    font-size: 36px;
    margin: 0;
  font-family: 'Montserrat', sans-serif;
}
h2:after {
    content: "";
    position: absolute;
    left: 22%;
    bottom: 0;
    height: 1px;
}
h3 {
/*     font-family:'Avenir Next LT W01 Bold'; */
    font-size: 20px;
    margin: 0;
  font-family: 'Montserrat', sans-serif;
}
h4 {
/*     font-family:'Georgia W01 Bold'; */
    font-size: 16px;
    margin: 0;
  font-family: 'Montserrat', sans-serif;
}
p {
    margin: 0;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    padding: 0;
    margin: 0;
}
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}






@media (max-width: 767px) {
   .menu-cta {
    display: block !important;
}
  
} 





.row-fluid [class*="span"]:not(.hero) {
    min-height: 0!important;
}
.clearfix:after {
    display: block;
    height: 0;
    font-size: 0;
    content: " ";
    clear: both;
    visibility: hidden;
}
.container >div{
    max-width: 960px;
    margin: 0 auto;
    float: none;
}
body {
    margin: 0;
    padding: 0;
    max-width: 100vw;
    overflow-x: hidden;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    height: 90px;
    padding: 15px 0;
    background-color: #485661 !important;
    z-index: 5;
    transition: .5s;
}
.header .menu .row-number-1,
.header .menu .row-number-2,
.header .menu .row-number-3 {
    float: left;
}
.header .menu .span12.widget-type-menu {
    width: 85%!important;
}
.header .menu {
    position: relative;
}
.header .menu ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 13px 0 0 40px;
}
.header .menu ul li a {
    display: inline;
    flex-grow: 1;
    padding: 5px 35px 32px 10px!important;
    font-family:'Georgia W01 Italic';
    font-size: 17px;
    color: #fff;
    letter-spacing: 1px;
    text-decoration: none;
    cursor: pointer;
    transition: .25s;
    float: left;
}
.header .menu ul li:hover a {
    color: #00BDF2;
}
.header.active {
    background-color: #465466;
}
.sub-header-join{
    margin-top: 70px;
}
.cta.container {
    max-width: 960px;
}
.menu-cta {
    position: absolute; 
    z-index: 5;
    top: -15px;
    right: 0;
    width: 115px;
    text-decoration: none;
    cursor: pointer;
}
.menu-cta:before {
    position: absolute;
    display: block;
    top: 0;
    left: -3px;
    width: 3px;
    height: 80px;
    background-color: transparent;
    content: "";
}
.menu-cta:after {
    position: absolute;
    display: block;
    top: 0;
    right: -3px;
    width: 3px;
    height: 80px;
    background-color: transparent;
    content: "";
}
.menu-cta:hover .top {
    background-color: #f5f5f5;
    color: #485661;
}
.menu-cta:hover .bottom {
    color: #ef6e23;
    background-image: url("//sandiego.hubspotusergroups.com/hubfs/nav-cta-w.png"); 
}
.menu-cta .top {
    display: block;
    padding: 15px 15px;
    font-family:'Avenir LT W01_55 Roman1475520';
    font-size: 12px;
    color: #fff;
    min-height: 61px!important;
    text-transform: uppercase;
    background-color: #00bceb;  
    transition: .3s;
}
.menu-cta .overflow {
    display: block;
    overflow: hidden;
    position: relative;
}
.menu-cta.hug .top  {
    font-size: 14px;
}
.menu-cta.hug .bottom span {
    font-size: 25px;
}
.menu-cta .bottom {
    display: block;
    padding: 9px 15px 8px;
    font-family:'Georgia W01 Bold Italic';
    font-size: 30px;
    color: #fff;
    text-align: center;
    background-image: url("//sandiego.hubspotusergroups.com/hubfs/bottom-cta.png"); 
    background-repeat: no-repeat;
    transition: .3s;
}

.event-timer .countdown li {
    position:relative;
    display: inline-block;
    margin-right: 15px;
    padding: 5px 10px 30px 10px;
    font-family:'Georgia W01 Bold Italic';
    font-size: 80px;
    color: #485661;
    text-align: center;
    background-color: #fff;
    margin-bottom: 70px;
    min-width: 140px;
    max-height: 120px;
    border-radius: 2px;
}
.event-timer .countdown li .time span:nth-of-type(2) {
    position: absolute;
    top: 100%;
    margin: 0 auto;
    display: block;
    margin: 0 auto;
    font-family: 'Georgia W01 Regular';
    font-size: 18px;
    color: #fff;
    left: 0%;
    padding: 3px 0;
    letter-spacing: 1px;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 20px;
}
.event-timer .countdown li .time span:nth-of-type(2):after {
    position: absolute;
    height: 100%;
    width: 35%;
    content: "";
    display: block;
    border: solid 1px #0cf;
    border-right: 0;
    border-left: 0;
    left: 31%;
    top: 0;
    padding: 6px 0;
}
.event-timer .countdown li:after {
    position: absolute;
    display: block;
    height: 50%;
    width: 100%;
    margin-top: 1px;
    background-color: rgba(120, 134, 146, 0.25);
    opacity: .5;
    content: "";
    top: 1px;
    left: 0;
    z-index:0;
}
.upcoming-events-module {
    padding: 40px 8% 80px;
    text-align: center;
    background-color: #f1f2f3;
    border-top: solid 1px rgba(0,0,0,.1);
}
.upcoming-events-module h2 {
    position: relative;
    color: #00ccff;
    padding-bottom: 15px;
    display: inline-block;
    text-align: center;
}
.upcoming-events-module h2:after {
    left: 26%;
    width: 43%;
    border-bottom: solid 2px #fff;
    box-shadow: 0 -1px 0 0 rgba(128,128,128,0.2);
}
.upcoming-events-module h3 {
    padding: 10px 0 25px 0;
    font-family:'Avenir Next LT W01 Bold';
    text-align: center;
    color: #485661;
}
.upcoming-events-module .event-heading {
    border-bottom: solid 1px rgba(72,86,97,.2);
}
.upcoming-events-module .h3hr {
    border: solid 1px #c1c2c2;
    margin-top: -5px;
    margin-bottom: 9px;
    opacity: .5;
}
.upcoming-events-module .upcoming-events-box {
    margin-top: 40px;
    border-top: solid 1px rgba(72,86,97,.2); 
}
.upcoming-events-module .upcoming-event {
    padding-top: 5px;
    text-align: left;
}
.upcoming-events-module .upcoming-event label {
    font-family:'Georgia W01 Regular';
    font-size: 16px;
    color: #00ccff;
    text-align: left;
}
.upcoming-events-module .upcoming-event hr {
    border: solid 1px #c1c2c2;
    opacity: .5;
}
.upcoming-events-module .upcoming-event h3 {
    margin-top: 5px;
    padding: 10px 0 7px;
    font-family:'Georgia W01 Bold';
    font-size: 16px;
    text-align: left;
    color: #485661;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.4;
    border-top: solid 1px rgba(72,86,97,.2);
    min-height: 65px;
}
.upcoming-events-module .upcoming-event p {
    font-family:'Georgia W01 Regular';
    font-size: 18px;
    text-align: left;
    color: #485661;
    line-height: 1.5; 
}
/* GDD SECTION */
.upcoming-events-module .upcoming-event .upcoming-label {
    font-family:'Georgia W01 Italic';
    font-size: 18px;
    color: #00ccff;
    text-align: left;
}
.upcoming-events-module .upcoming-event .upcoming-desc {
    font-family:'Georgia W01 Regular';
    font-size: 18px;
    text-align: left;
    color: #485661;
    line-height: 1.5; 
}
.upcoming-events-module .upcoming-event .event-url {
    opacity: 0;
    display: none;
    visibility: hidden;
}
.upcoming-events-module .arrow-cta {
    position: relative;
    height: 50px;
    width: 50px;
    margin: 30px 0 45px 0;
    border-radius: 50%;
    background-color: transparent;
    border: solid 1px #00ccff;
    display: inline-block;
    transition: .35s;
    cursor: pointer;
}
.upcoming-events-module .arrow-cta:before {
    position: absolute;
    content: url("//sandiego.hubspotusergroups.com/hubfs/arrowB.png");
    top: 20%;
    left: 40%;
    transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    transition: .65s;
    -webkit-transition: .65s;
    -moz-transition: .65s;
    -ms-transition: .65s;
    -o-transition: .65s;
}
.upcoming-events-module .arrow-cta:hover {
    background-color: #00ccff;
}
.upcoming-events-module .arrow-cta:hover:before {
    content: url("//sandiego.hubspotusergroups.com/hubfs/arrowW.png");
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    top: 28%;
    transition: .65s;
    -webkit-transition: .65s;
    -moz-transition: .65s;
    -ms-transition: .65s;
    -o-transition: .65s;
}
.download {
    position: relative;
    padding: 55px 0 75px;
    background-color: #44515b;
    z-index: 99;
    margin-top: -15px;
}
.download h2 {
    position: relative;
    padding-bottom: 25px;
    color: #00ccff; 
    line-height: 1.2;
    width: 105%;    
}
.download h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 56%;
    border-bottom: solid 2px #57636c;
    box-shadow: 0 -1px 0 0 #3d4952;
}
.download p {
    padding: 20px 0 40px;
    font-family: 'Georgia W01 Regular';
    font-size: 18px;
    color: #fff;
    line-height: 1.7;
}
.download .home-form input {
    margin: 8px 0 0 0;
    padding: 5px 5px;
    max-width: 300px;
    width: 100%;
    height: 50px;
    font-family:'Georgia W01 Regular';
    font-size: 18px;
    color: #fff;
    border: solid 1px #fff;
    border-radius: 2px;
    background-color: transparent;
}
.orange-cta,
.download .home-form input[type="submit"] {
    max-width: 300px;
    width: 100%;
    height: 50px;
    margin: 20px 0 0;
    padding: 12px 45px 10px;
    font-family:'Georgia W01 Italic';
    font-size: 20px;
    color: #fff;
    border: none;
    border-radius: 2px;
    background-color: #ef6e23;
    cursor: pointer;
    transition: .25s;
    text-decoration: none;
}
.download .home-form input[type="submit"]:hover {
    color: #ef6e23;
    background-color: #fff;
}
.download .home-form label {
    margin-top: 60px;
    padding-bottom: 15px;
    font-family:'Georgia W01 Regular';
    font-size: 18px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase; 
}
.download .content-left {
    position: relative;
    z-index: 2;
}
.download .content-right {
    position: relative;
    z-index: 0;
    max-height: 530px;
}
.download .content-right img {
    position: relative;
    left: -64%;
    top: -87px;
    max-width: 1000%;
}
.footer {
    padding-top: 40px;
    background-color: #2f383e;
    position: relative;
    z-index: 99;
    margin-top: -1px;
}
.footer .menu {
    background-color: #2f383e;
}
.footer .menu ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    top: -9px;
    z-index: 5;
}
.footer .menu li {
    width: 75%;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    border-bottom: solid 1px grey;
}
.footer .menu li:hover a {
    color: #00ccff;
}
.footer .menu li a{
    display: block;
    padding: 10px 0 10px 10px;
    font-family:'Georgia W01 Italic';
    font-size: 17px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: lowercase;
    text-decoration: none;
    transition: .25s;
}
.footer .menu li:last-of-type {
    border: none;
}
.footer .social {
    position: relative;
    margin-top: 40px;
    border-top: solid 1px grey;
}
.footer .social img {
    position: absolute;
    left: 47%;
    top: -18px;
}
.footer #footer-twitter img {
    display: none;
}
.footer .company-info {
    padding-left: 45px;
}
.footer .company-info img {
    padding-bottom: 20px;
    max-width: 100%;
}
.footer .company-box {
    padding: 10px 0 10px 5px;
    border-top: solid 1px grey;
    border-bottom: solid 1px grey;
}
.footer .company-info .company-box a {
    font-family:'Georgia W01 Regular';
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    padding-left: 10px;
    line-height: 1.7;
    transition: .25s;
}
.footer .company-info .company-box a:hover {
    color: #00ccff!important;
}
.footer .company-info p {
    font-family:'Georgia W01 Regular';
    font-size: 14px;
    color: #fff;
    line-height: 1.7;
    padding-left: 10px;
}
.footer .footer-social {
    display: flex;
    padding: 15px 0 15px 10px;
}
.footer .footer-social a img {
    display: none;
} 
.footer .footer-social a {
    flex-grow: 1;
    padding-right: 10px;
    transition: .5s;
    -webkit-transition: .5s;
    -mox-transition: .5s;
    -o-transition: .5s;
}
.footer .sponsored-by h3{
    margin: 20px 0;
}
.footer .footer-social a:hover {
    opacity: .5;
}
.footer .footer-social a:nth-of-type(1):after {
    display: inline-block;
   content: url("//sandiego.hubspotusergroups.com/hubfs/fb.png");
} 
.footer .footer-social a:nth-of-type(2):after {
    display: inline-block;
    content: url("//sandiego.hubspotusergroups.com/hubfs/twt.png");
} 
.footer .footer-social a:nth-of-type(3):after {
   display: inline-block;
    content: url("//sandiego.hubspotusergroups.com/hubfs/lnk.png");
} 
.footer .footer-social a:nth-of-type(4):after {
   display: inline-block;
    content: url("//sandiego.hubspotusergroups.com/hubfs/ggl.png");
} 
.footer .bms {
    padding: 15px 0 35px;
    margin-top: 50px;
    border-top: solid 1px grey;
}
.footer .bms p {
    font-family:'Georgia W01 Italic';
    font-size: 14px;
    color: #fff;
    text-align: right;
    cursor: pointer;
}
.footer .bms p a {
    font-family:'Georgia W01 Italic';
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    transition: .25s;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
}
.footer .bms p:hover a{
    color: #00ccff;
}
.footer #footer-twitter ul{
    margin-top:15px;
    color:#fff;
    list-style:none
}
.footer #footer-twitter ul li{padding:15px;border-bottom:1px dotted rgba(255,255,255,0.5);font-family:'Georgia W01 Regular';font-size:13px;line-height: 16px; line-height: 18px;}
.footer #footer-twitter ul li a{text-decoration:none;font-family:inherit;font-size:inherit;color:#0cf}
.footer #footer-twitter ul li a:hover{color:#ef6e23}
.footer #footer-twitter ul li a span{font-family:inherit;font-size:inherit}
.footer #footer-twitter ul li:last-of-type{border-bottom:0}

/*Miscelanous */
.imw-first{
    margin-top: 0;
    padding-bottom: 50px;
}
.speaker-row{
    margin-bottom: 50px;
}
@media (max-width: 768px) {
    .header .menu ul li a {
        display: block;
        padding-top: 35px!important;
    }
    .header .menu ul li a {
        float: none;
    }
}
@media (max-width: 450px) {
    .hero h1 {
        font-size: 42px;
    }
} 
@media (min-width: 451px) and (max-width: 500px)  {
    .hero h1 {
        font-size: 45px;
    }
} 

.lg-backdrop {
    position: fixed!important;
    left: 0!important;
    right: 0!important;
    bottom: 0!important;
    z-index: 99999999!important;
    background-color: rgba(70, 83, 94, 0.9)!important;
}
.lg-close.lg-icon {
    content: url("//sandiego.hubspotusergroups.com/hubfs/close.png");
    width: auto!important;
    height: auto!important;
    position: absolute!important;
    right: 10px!important;
    top: -50px!important;
}
.lg-download.lg-icon {
    opacity: 0!important;
    display: none!important;
}
.lg-prev.lg-icon {
  content: url("//sandiego.hubspotusergroups.com/hubfs/prev.png");    
}
.lg-next.lg-icon {
  content: url("//sandiego.hubspotusergroups.com/hubfs/next.png");  
}
img.lg-object.lg-image {
    border: solid 5px #fff!important;
    position: relative!important;
}
.lg-start-zoom {
  z-index: 99999999!important;
}
.lg-toolbar {
    top: 55px!important;
    background-color: transparent!important;
}
@media (max-width: 1200px) {    
    .hero-social {
        display: none!important;
    }    
}
@media (max-width: 850px) {    
 .menu-cta {
    display: block;
    right: 59px;
}
  .menu-cta .bottom{     font-size: 25px;    padding: 4px; }
  .menu-cta .top{     padding-top: 8px;
    padding-bottom: 8px; }
  
  .menu-cta{ top:-7px; }
  
  
  
  
}

@media (max-width: 767px) { 

  .header .header-logo img{     max-width: 95px;  } 
  .header{     height: 76px; }
}


/* 
@media (max-width: 767px)
.section-2 .event-speaker-box:hover .hidden {
    opacity: 1 !important;
    visibility: visible !important;
}

 */


@media (max-width: 768px) {
    .header {
        position: fixed;
        width: 100vw!important;
        z-index: 999999999999;
        /*padding: 18px 5%;*/
    }
    .lg-start-zoom{
        top: 80px!important;
    }
    .lg-toolbar {
      top: 50px!important;
    }
    .header:after {
        position: absolute;
        right: 5%;
        content: url("//sandiego.hubspotusergroups.com/hubfs/burger.png?t=1452801297834");
        display: block;
        top: 24px;
    }
    .header .header-logo {
        left: 5%;
    }
    .header .header-logo img {
        position: relative;
        opacity: 1;
        z-index: 3;
    }
    .header .header-logo:after {
        position: absolute;
        top: 4px;
        left: 0;
        height: 100%;
        width: 100%;
      content:"";
/*       background-image:url('https://www.certifiedmastery.com/hs-fs/hubfs/Certified-Mastery_Logo_Blue_White.png?');
      */
/*         content: url("https://www.certifiedmastery.com/hs-fs/hubfs/Certified-Mastery_Logo_Blue_White.png?"); */
        z-index: 1;
      
    }
  
  
    .header .menu #hs_menu_wrapper_module_14520233504112006 {
        position: fixed;
        left: 0;
        top: 80px;
        height: 455px;
        transform: translateX(-100vw);
        -webkit-transform: translateX(-100vw);
        -moz-transform: translateX(-100vw);
        -ms-transform: translateX(-100vw);
        -o-transform: translateX(-100vw);
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
    }
    .header .menu.active #hs_menu_wrapper_module_14520233504112006 {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);   
    } 
    .header .menu ul {
        margin: 0;
        padding: 0;
        display: block !important;
        position: relative;
        top: 10px;
        left: 0;
        width: 100vw;
        background-color: #f5fdff;
        border: solid 5px rgba(72,86,97,0.3);
        border-right: 0;
        border-left: 0;
        padding-left: 5%;
        opacity: 0;
    }
    .header .menu.active ul {
        opacity: 1;
    }
    
    .header .menu ul li {
        border-bottom: solid 1px rgba(72, 86, 97, 0.25);
    }
    .header .menu ul li a {
        display: inline-block!important;
        flex-grow: 0!important;
        color: #485661;
        font-size: 20px!important;
    }
    .footer{
        padding: 0 8%;
    }
    .download{
        padding: 50px 8%;
    }
    .download h2{
        width: 100%;
    }
    .download .content-right img{
        width: 100%!important;
        top: 0;
        left: -25%;
        margin-top: 50px;
    }
    .footer .menu li{
        width: 100%;
    }
    .footer #footer-twitter ul li{
        display: none;
    }
    .footer #footer-twitter ul li:first-of-type{
        display: inline-block;
    }
    .footer .menu{
        margin-top: 30px;
    }
    .footer .company-info{
        padding-left: 0;
        margin-top: 25px;
    }
    .footer .bms p{
        text-align: center;
    }
}
@font-face {
  font-family: 'lg';
  src: url("../fonts/lg.eot?n1z373");
  src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1080;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms ease 0s, opacity 250ms !important;
  -moz-transition: -moz-transform 250ms ease 0s, opacity 250ms !important;
  -o-transition: -o-transform 250ms ease 0s, opacity 250ms !important;
  transition: transform 250ms ease 0s, opacity 250ms !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-palying .lg-object, .lg-outer .lg-has-video.lg-video-palying .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-palying .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  -moz-transition: -moz-transform 0.3s ease 0s;
  -o-transition: -o-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s ease 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s ease 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s ease 0s, opacity 0.15s !important;
  transition: transform 0.3s ease 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.group {
  *zoom: 1;
}

.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0;
}

.group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 5px;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}    
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/ 

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url('../img/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}



.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 100%;
    left: 0;
    padding-left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children {
    position: relative;
}

.header .menu ul ul {
    min-width: 270px;
    background-color: #485661;
    display: block;
}

.header .menu ul ul li a {
    color: #fff  !important;
}

.header .menu ul ul li a:hover {
    color: #00bdf2 !important;
}

@media(max-width:767px){
    .header .menu ul ul li a {
        color: #485661  !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        position: static;
        width: 100%;
        padding: 0;
        background: transparent;
        margin: 0;
        border: none;
        visibility: visible;
        opacity: 1;
            display: none !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
        display: block !important;
    }
    .header .menu ul li {
        border-bottom: solid 1px rgba(72,86,97,0.25);
        width: 100%;
    }
    .header .menu ul ul li a {
        color: #485661 !important;
        display: block !important;
    }
}



/*-----------------------------Form Styling ----------------------------------*/

.hs-error-msgs {
    list-style: none;
    color: #b11a1a;
    font-size: 16px;
    margin: -22px 0 15px
}
#hs_cos_wrapper_module_146109202721020160 {
    font-family: 'Georgia W01 Italic';
    color: #fff;
    font-size: 20px;
    position: relative
}
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"],
input[type="file"],
textarea,
select {
    font-family: 'Georgia W01 Regular';
    height: 50px;
    width: 100%;
    margin: 12px 0 28px;
    padding: 0 10px;
    color: #44515b;
    font-size: 18px;
    border: 0;
    border-radius: 2px;
    border: solid 1px #44515b
}
textarea {
    font-family: 'Georgia W01 Regular';
    margin: 12px 0 30px;
    padding: 10px;
    font-size: 18px;
    color: #44515b;
    border: solid 1px #44515b;
    width: 100%;
    height: 110px;
    border-radius: 2px
}
form label {
    font-family: 'Georgia W01 Regular';
    text-transform: uppercase;
    font-size: 11px;
    color: #44515b;
    letter-spacing: 2px
}
.hs-button.primary,
input[type="submit"],
input[type="button"] {
    height: 50px;
    width: 100%;
    margin: 12px 0 28px;
    padding: 0 10px;
    font-family: 'Georgia W01 Italic';
    letter-spacing: 1px;
    font-size: 20px;
    border: 0;
    color: #fff;
    background-color: #ef6e23;
    cursor: pointer;
    transition: .3s
}
input[type='submit']:hover {
    color: #ef6e23;
    background-color: #f1f2f3
}