html,body{
    font-family:"open sans", "helvetica neue", helvetica, arial, sans-serif;
    padding-top: 0px;
    padding-bottom: 30px;
    font-size: 16px;
    margin-bottom: 60px;
　  position: relative;
    min-height: 100%;
}


.top-search { background: transparent  no-repeat 50% 50%; padding:2.11em  2.5em !important;}
h1 {
  text-align: center;  
  margin-bottom: 30px;
  /*font-size: 2em;*/
  font-weight: bold;
}

h2{
    /*font-size: 1.5em; */
    font-family: 'roboto slab';
    color: #212121;
} 

.opensans {font-family: "open sans" !important;}
.opensans h2{font-family: "open sans" !important;}

h2 small {color: #212121;}
h3,h4,.home-rc p{ color: #212121; }
.footer h4{
    color: #999;
    font-weight: 600;
    font-size: 16px;
}
a{color: #515151;}
a:hover{text-decoration: none; color: #990000;}
a.learn-more { text-align: center; display: block; font-size: 1.5em;}

.p a { text-decoration: underline;}



.vertical-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.vs-top{list-style:none;}
.vs-top ul li{float:left;}
.promo-kv img{padding-top: 5%;padding-bottom: 2%; width: 100%;    max-width: 760px;margin: auto; }
.promo-text{top:-5vh;}
.promo-products{padding: 5em 0; }



/**** navigation  ****/

#navbar ul li img {
    padding: 0.9em ;
}
.navbar-nav {
    display: inline-table;
}
.navbar-center{ margin: auto;    border-right: 1px solid #eee;}
.navbar-left{width: 30%;}
.navbar-right{ white-space: nowrap; display:table;padding-right: 0.5em;}
.navbar-nav { /* margin: auto;display: table; float:none;*/}
.navbar-nav .open .dropdown-menu{ background-color: #fff;}
.navbar-default {background-color: #ffffff; border-top:5px solid #990000;}
.navbar-default .navbar-collapse{border:0;     max-width: 1600px;   margin: auto;}
.navbar-default .navbar-nav>li>a {
    color: #212121;
    background-color: #ffffff;
    border-left: 1px solid #eee;
    font-size:16px;
    padding: 1.5em;
        -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #990000;
    background-color:#fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.navbar-default .navbar-nav>li>a:hover ,.navbar-default .navbar-nav>.active>a:hover  {
    color: #990000;
    background-color:#efefef;
}
.uparrow {
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #f7f7f7;
    margin: -8px auto 0 auto;
}
.navbar-toggle{    
    background-color:transparent;
    background-image: none;
    border: 0px solid transparent; }
    
.navbar-default .navbar-toggle .icon-bar   {
    background-color: #990000;
}



/*** bootstrap customize ****/
.container {
    width: auto !important;
    max-width: 1600px;
}
.vs-container {
    margin:auto;
    max-width: 1600px;
}
.vs-container-fluid { width:100%; }

.rc-feature {
    margin:auto;
    padding:4em 0.25em;

}
.navbar-static-top {margin-bottom: 0;}
.jumbotron{background-color: #ffffff; border-top: 1px #eee solid;margin-bottom: 0px;}
.jumbotron p {
    color: #212121;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 400;
}
.land-title{ border-top:0;}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{ border-color:transparent;}

.follow-us-container{margin-top: 50px;margin-bottom: 50px;}
.follow-us {color: #999;}

.social-icon {
    
    padding-top: 0.5em;
    text-align: center;
    width: 1.5em;
    height: 1.5em;
    border: 0px solid #777;
    border-radius: 0%;
    color: #999;
    font-size:1.5em !important;
}

a.social-icon:hover, a.social-icon:active, a.social-icon:focus{text-decoration: none;color: #434343;border-color: #434343;}

 
.products  ul {padding:0 1em; margin:0;height: 340px; }
.products>div>ul li ,.accessories>div>div>ul li  {font-weight:200; font-size:18px;}
.promo-icon{ text-align: center; font-size: 5em; color: #777;}

/***** modal properties *****/

/*.modal-content {
    box-shadow: none;
    background:transparent;
    border:none;
    outline:none;
}*/
.modal-content iframe { border:none;padding:0;margin:0;}

/*.close {
    font-size: 80px;
    margin:-20px 0 0 0;
    color: #d4d4d4;
    text-shadow: none;
     opacity: 1;
}*/
.home-promo {
    color: #777;
}
.home-promo p{
    min-height: 120px;
    }
.home-rc img{min-width:300px;}
.home-subbanner{}
.info-banner{ background-size:cover; height:240px; border-right:1px solid #fff;border-bottom: 1px solid #fff; }
.info-banner:last-child{border-right:none;}
.mobile-logo{ display:none;}

/***** main button style *****/

.btn-white,.btn-red,.btn-ghost-white,.btn-alt {
    border-radius: 0;
    font-family: "roboto slab";
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 37px;
    margin-top: 0px;
    padding: 0.2em 2em;
    text-transform: uppercase;
    transition: border 0.5s, color 0.5s, background 0.5s;
    -webkit-transition: border 0.5s, color 0.5s, background 0.5s;
    background: rgba(255, 255, 255, 0.5);
    margin: 1em 0;
    min-width: 180px;  
}

.btn-white{    
    border-width: 1px;
    border-color: #212121;
    color: #212121;
}
.btn-white:hover{   
    background-color: #777;
    border-color: #777;
    color: #fff;}   
.btn-red,.btn-red:link,.btn-red:visited,.btn-red:active,.btn-red:focus{    
    border-width: 1px;
    background-color: #990000;
    border-color: #990000;
    color: #fff;
}
.btn-red:hover {     
    background-color: #770000;
    border-color: #770000;
    color: #fff;
}
.btn-alt,.btn-alt:link,.btn-alt:visited,.btn-alt:active,.btn-alt:focus{    
    border-width: 1px;
    background-color: #555;
    border-color: #555;
    color: #fff;
}
.btn-alt:hover {     
    background-color: #777;
    border-color: #777;
    color: #fff;
}
.btn-ghost-white,.btn-ghost-white:link,.btn-ghost-white:visited,.btn-ghost-white:focus {   
    border-width: 2px;
    border-color: #eee;
    color: #fff;
    font-weight: bold;
}
.btn-ghost-white:hover {   
    background-color: #fff;
    border-color: #fff;
    color: #333;}
.btn-wrap {
    white-space: normal;
}
.btn-red.sm,.btn-white.sm,.btn-ghost-white.sm,.btn-alt.sm {
    font-size: 12px;
    min-width: auto;
    line-height: 30px;
    letter-spacing: 1px;
}
    
/***** footer *****/
    
.footer {
  position: absolute;
  width: 100%;
  background-color: #fafafa;
  border-top: 1px solid #eee;
  font-size:15px;
  padding: 1em 2em;
  margin-top: 5em;
}
.footer .row:first-child div{ min-height: 40px;}
.footer .row div.social{ border-right:none;}
.footer .row ul{ margin:0; padding:0;}
.footer .row ul li{ list-style:none; float:left; width:100%; padding:3px 0; font-size:14px; line-height:20px;}
.footer .row ul li a{ 
 line-height: 20px;
    color: #555;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    display: block;
    font-size:16px;}

footer .links1 {
  padding-left: 30px;
  padding-top: 40px;
}
footer .links1 .title {
  font: 26px/34px "roboto slab";
  color: #212121;
  white-space: nowrap;
  background: none;
}
footer .links1 .title em {
  display: none;
}
footer .links1 a {
  font: 16px/26px "open sans";
  color: #212121;
  text-decoration: none;
  outline: none;
  position: relative;
}
footer .links1 a:hover {
  text-decoration: underline;
}
footer .links1 .title a:hover {
  text-decoration: none;
}
footer .links1 a i,
footer .links1 a em {
  color: #990000;
  min-width: 25px;
  display: none !important;
}

footer .links1.opened div > a::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
footer .links1 ul {
  padding-left: 15px;
  padding-top: 10px;
}
footer {
  border-bottom: 6px solid #990000;
  padding: 40px 10px;
}
footer .copyright{ margin-top:4em;}

footer .region-select {
    text-align: right;
}

footer .region-select a:hover {
    text-decoration: underline;
}

.bn-arpage-up {
    padding: .3em 0.8em;
    color: #fff;
    border: 1px solid rgba(255, 232, 118, 0.5);
    background-color: #900;
    border-radius: 10%;
}

#backtop {
    display: none;
    position: fixed;
    z-index: 99;
    right: 10px;
    bottom: 1em;
    cursor: pointer;
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s;
 
}
/*****bootstrap css customize*****/
/*.navbar{ margin-bottom: 0;}*/


/***** media queries *****/

footer {
    font-family: "open sans", "helvetica", "arial", sans-serif;
}

footer .x992_h { display:block;}
footer .x992_b { display:none;}
footer .panel-collapse.collapse {
    display: block;
}

@media (max-width:992px) {
    footer .x992_h { display: none;}
    footer .x992_b { display: block; cursor: pointer; }
    footer .panel-collapse.collapse {
        display: none;
    }
    footer .panel-collapse.collapse.in {
        display: block;
    }
    footer .row ul li a {    
        border-bottom: 1px solid #eee;
        padding:20px 4px;
    }
    footer .links1 {
        width: 100%;
        padding: 10px 0;
    }
    footer .title.collapsed {
        display:block;
    }
    footer .btn-more::after{
        font: normal normal normal 16px/1 fontawesome;
        content: '\f067';
        display: inline-block;
        position: absolute;
        right: 0px;
        top: 20px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        position: absolute;
    }

    footer .btn-more:not(.collapsed)::after {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
    }
    footer .btn-more:not(.collapsed) {
        -webkit-transition: all 0.5s;
        transition: all 0.5s;

    }
    footer .btn-more:hover{
        opacity:1;
    }

    footer .row ul li {
        float: none !important;
    }

    footer .copyright > div {
        text-align: center;
    }

}

@media (min-width:1600px) {
    .vs-container.col-xs-12 {
        float: none;
    }
}


.vs-border-left,
.vs-border-middle,
.vs-border-right,
.vs-grid-item,
.vs-filter {
  float: left;
  overflow: hidden;
}
.vs-grid-item {
    height: 26em;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.vs-product-grid-name h2{   
     font-size: 26px;
    text-align: center;
    margin: 0;
    padding: 0.5em 0;
    }
.vs-grid-item.vs-move-effect {
    width: 25%;
}
.vs-product-grid-description {
    padding: 0 2em;
    text-align: center;
}
ul.add-to-links{list-style-type: none;    text-align: center;    padding: 0.5em 0;margin: 0;}
ul.add-to-links a {
    color: #990000;
}
a.product-image img {
   max-height: 300px;
    display: block;
    margin: auto;
}


/* foundation class overrides */

.pagination>li>a, .pagination>li>span {
    color: #900;
}

.pagination>li>a:hover, .pagination>li>span:hover {
    color: #900;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    color: #fff;
    background-color: #900;
    border-color: #900;
}

.slick-carousel .slick-prev,.slick-carousel .slick-next {
    position: absolute;
    top: 40%;
    height: 20%;
    width: 5%;
    padding: 2%;
    z-index: 1;
    opacity: 0.2;
}

.slick-carousel .slick-prev:hover,.slick-carousel .slick-next:hover {
    opacity: 1;
    /*background: rgba(0, 0, 0, .2);*/
}

.slick-carousel .slick-prev {
    left: 0;
}

.slick-carousel .slick-prev:before {
    font-family: 'glyphicons halflings';
    content:"\e257";
}

.slick-carousel .slick-next {
    right: 0;
}

.slick-carousel .slick-next:before {
    font-family: 'glyphicons halflings';
    content:"\e258";
}

@media (min-width: 768px) {
    .slick-carousel .slick-prev:before,.slick-carousel .slick-next:before {
        font-size: 64px;
    }
    .slick-carousel .slick-prev:before {
        margin-left: -0.25em;
    }
    .slick-carousel .slick-next:before {
        margin-left: -0.65em;
    }
    .vs-container.narrow {
        width: 760px;
    }
}

@media (max-width: 768px) {
    .slick-carousel .slick-prev,.slick-carousel .slick-next {
        top: 45%;
    }
    .slick-carousel .slick-prev:before {
        margin-left: 0
    }
    .slick-carousel .slick-next:before {
        margin-left: -10px;
    }
    .copyright > div {
        text-align: center;
    }
    .btn-white{    
        font-size: 12px;
        line-height: 24px;
        min-width: 140px;   
    }
}

@media (min-width: 992px) {
    .vs-vcenter {
        display: flex;
        align-items: center;
    }
}

@media (min-width: 1200px) {
    .vs-vcenter {
        display: flex;
        align-items: center;
    }
}

.slick-carousel .slick-dots {
    position: static;
    margin-bottom: 0.5em;
    padding-top: 1em;
}

.slick-carousel .slick-dots li {
    margin: 0.1em;
}

.slick-carousel .slick-dots li button:before {
    font-family: 'fontawesome';
    content: '\f1db';
    font-size: 1.1rem;
    opacity: 1;
}

.slick-carousel .slick-dots li.slick-active button:before {
    font-family: 'fontawesome';
    content: '\f111';
    color: #aaa !important;
    font-size: 1.1rem;
}
.slick-dots li button:before { color: #ccc;}


#ftsocial span.fa {
    display: inline-block;
    width: 1.3em;
}

.dropdown-menu > .active > a {
    background: #900;
}

/* compare panel: begin */

.panel-compare {
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 0.9em !important;
    display: none;
}

.panel-compare .compare-tab {
    display: inline-block;
    padding: 0.5em 2em 0.3em 2em;
    background: #f7f7f7;
    width: auto;
    cursor: pointer;
    font-weight: bold;
    border-radius-top: 20px;
    box-shadow: 0 -0.5em 1em -0.5em rgba(0,0,0,.5);
    border-top: 1px solid rgba(0,0,0,.2);
    border-left: 1px solid rgba(0,0,0,.2);
    border-right: 1px solid rgba(0,0,0,.2);
    z-index: 1;
    background: -webkit-linear-gradient(#f7f7f7, #ffffff);
    background: linear-gradient(#f7f7f7, #ffffff);
}

.panel-compare .compare-content {
    background: #fff;
    box-shadow: 0 -0.5em 0.5em -0.5em rgba(0,0,0,.5);
    padding: 1em 0em;
    z-index: -1;
}

.compare-content .compare-item {
    height: 18vh;
    white-space: nowrap;
    overflow: hidden;
}

.compare-content .compare-item.empty {
    display: table;
}

.compare-content .compare-item .photo a {
    display: block;
    margin: 0 auto;
}

.compare-content .compare-item .photo img {
    max-height: 10vh;
    width: auto;
}

.compare-content .compare-item.empty .photo {
    border: 1px dashed #ccc;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.compare-content .compare-item.empty .photo a {
    color: #999;
}

.compare-content .compare-item:hover a {
    color: #900;
}

.compare-content .compare-action .btn {
    min-width: 120px;
    padding: 0.5em 1em;
    line-height: 1.5em;
}

.compare-msg .alert {
    display: none;
}

/* compare panel: end */

/* compare overlay: begin */

body.modal-open {
    height: 100%;
    width: 100%;
    /*padding-top: 72px;*/
    overflow: hidden;
}

.vs-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    background: #fff;
    display: none;
    overflow-y: scroll;
    padding: 1%;
}

.vs-overlay .close {
    text-indent: -9999px;
    background: transparent url(/uploads/image/wimg/modal-close.svg) no-repeat 50% 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 1;
    float: right;
    margin: 10px 20px 0 0;
}

.vs-overlay .content {
    clear: both;
}

.compare-table .header,.compare-table .group-row,.compare-table .specs-row,.compare-table .action-row {
    clear: both;
}

.compare-table .group-row h2 {
    padding: 2em 0 1em 0;
    font-size: 30px !important;
}

.compare-table .specs-row {
    padding: 0.5em 0;
}

.compare-table .divider {
    height: 1px;
    overflow: hidden;
    background-color: #900;
    margin: 2vw 15px;
}

.compare-table .header {
    text-align: center;
}

.compare-table .photo img {
    margin: 0 auto;
}

.compare-table .model-name {
    font-weight: bold;
    color: #900;
}

.compare-table .action-row {
    margin-top: 2em;   
}

/* compare overlay: end */

/* region selector: begin */

#overlaycountries .continent {
    margin: 2em 0;
}

#overlaycountries .region-grid {
    margin: 1em 0;
}

.country-au, .country-bd, .country-ca, .country-cn, .country-de, 
.country-es, .country-eu, .country-fr, .country-hk, .country-id, 
.country-il, .country-in, .country-jp, .country-kr, .country-kz, 
.country-me, .country-mm, .country-my, .country-np, .country-nz, 
.country-ph, .country-pk, .country-ru, .country-za, .country-sg, 
.country-la, .country-th, .country-tr, .country-tw, .country-uk, 
.country-ua, .country-us, .country-vn, .country-nl, .country-ap,
.country-it, .country-at, .country-ch, .country-lk, .country-be,
.country-lu
{ display: inline-block; background:  no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; }
 
.country-au { background-position: -0px -0px; width: 43px; height: 43px; }
.country-bd { background-position: -43px -0px; width: 43px; height: 43px; }
.country-ca { background-position: -86px -0px; width: 43px; height: 43px; }
.country-cn { background-position: -129px -0px; width: 43px; height: 43px; }
.country-de { background-position: -172px -0px; width: 43px; height: 43px; }
.country-es { background-position: -0px -43px; width: 43px; height: 43px; }
.country-eu { background-position: -43px -43px; width: 43px; height: 43px; }
.country-fr { background-position: -86px -43px; width: 43px; height: 43px; }
.country-hk { background-position: -129px -43px; width: 43px; height: 43px; }
.country-id { background-position: -172px -43px; width: 43px; height: 43px; }
.country-il { background-position: -0px -86px; width: 43px; height: 43px; }
.country-in { background-position: -43px -86px; width: 43px; height: 43px; }
.country-jp { background-position: -86px -86px; width: 43px; height: 43px; }
.country-kr { background-position: -129px -86px; width: 43px; height: 43px; }
.country-kz { background-position: -172px -86px; width: 43px; height: 43px; }
.country-me { background-position: -0px -129px; width: 43px; height: 43px; }
.country-mm { background-position: -43px -129px; width: 43px; height: 43px; }
.country-my { background-position: -86px -129px; width: 43px; height: 43px; }
.country-np { background-position: -129px -129px; width: 43px; height: 43px; }
.country-nz { background-position: -172px -129px; width: 43px; height: 43px; }
.country-ph { background-position: -0px -172px; width: 43px; height: 43px; }
.country-pk { background-position: -43px -172px; width: 43px; height: 43px; }
.country-ru { background-position: -86px -172px; width: 43px; height: 43px; }
.country-za { background-position: -129px -172px; width: 43px; height: 43px; }
.country-sg { background-position: -172px -172px; width: 43px; height: 43px; }
.country-la { background-position: -0px -215px; width: 43px; height: 43px; }
.country-th { background-position: -43px -215px; width: 43px; height: 43px; }
.country-tr { background-position: -86px -215px; width: 43px; height: 43px; }
.country-tw { background-position: -129px -215px; width: 43px; height: 43px; }
.country-uk { background-position: -172px -215px; width: 43px; height: 43px; }
.country-ua { background-position: -0px -258px; width: 43px; height: 43px; }
.country-us { background-position: -43px -258px; width: 43px; height: 43px; }
.country-vn { background-position: -86px -258px; width: 43px; height: 43px; }
.country-nl { background-position: -129px -258px; width: 43px; height: 43px; }
.country-ap { background-position: -172px -258px; width: 43px; height: 43px; }
.country-it { background-position: -0px -301px; width: 43px; height: 43px; }
.country-at { background-position: -43px -301px; width: 43px; height: 43px; }
.country-ch { background-position: -86px -301px; width: 43px; height: 43px; }
.country-lk { background-position: -129px -301px; width: 43px; height: 43px; }
.country-be { background-position: -172px -301px; width: 43px; height: 43px; }
.country-lu { background-position: -0px -344px; width: 43px; height: 43px; }

/* region selector: end */

/* utility class: begin */

.page-top {
    margin-top: -20px;
}

.bg-gray {
    background-color: #3a3a3a;
}

.bg-md-gray {
    background-color: #171717;
}

.bg-lt-gray {
    background-color: #efefef;
}

.bg-ltgray {
    background: #eee;
}

.bg-dark,.bg-black {
    background: #000;
}

.text-white {
    color: #fff !important;
}

.text-lt-gray {
    color: #c8c8c8;
}

.text-gray {
    color: #737373;
}

/* margin/padding classes borrowed from bs4 */
.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}

/* utility class: end */