/*------------------------------------*\
    GENERAL
\*------------------------------------*/

*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

html {
    min-width: 350px;
}

html, body {
    height: 100%;
    width: 100%;
}

body {
    margin: 0;
    background-color: #fff;
    font-family: "Fakt Pro";
    color: #666666;  
    line-height: 1.5;
}

a {
    color: #fff;
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover,
a:active,
a:visited {
    color: #fff;
    text-decoration: unset;
    outline: none;
}

.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: bottom;
    height: auto;
}

input:focus {
    outline: 0;
    border: 1px solid #04A4CC;
}

ul {
    padding: 0;
    margin: 0;
}

span.b {
    font-weight: bold;
}

span.allign-text {
    display: table-cell; 
    vertical-align: middle; 
    text-align: center; 
}

.grayMesh {
    background-color: #E4E4E1;
    background-image: radial-gradient(at top center, rgba(255,255,255,0.03) 0%, rgba(0,0,0,0.03) 100%), linear-gradient(to top, rgba(255,255,255,0.1) 0%, rgba(143,152,157,0.60) 100%);
 	background-blend-mode: normal, multiply;
}

span.line {
    display: inline-block;
    width: 70px;
    height: 2px;
    background: #d09600;
    margin-bottom: 8px;
    position: relative;
}

span.line:before {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 13px;
    width: 2px;
    background: #d09600;
    content: "";
}

span.line.line-left {
    margin-right: 10px;
}

span.line.line-right {
    margin-left: 10px;
}

span.line.line-right:before {
    right: auto;
    left: 0;
}


/*------------------------------------*\
    BUTTON
\*------------------------------------*/

.mybutton {
    display: inline-block;
    background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%), radial-gradient(at top center, rgba(255,255,255,0.40) 0%, rgba(0,0,0,0.40) 120%) #313131;
    border-radius: 12px;
    text-shadow: 0px 1px 3px #666666;
    box-shadow: 0px 2px 4px #1d1d1d;
    font-family: Arial;
    color: #ffffff;
    font-size: 36px;
    padding: 15px 25px 15px 25px;
    text-decoration: none;
}

.mybutton:hover {
    background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%), radial-gradient(at top center, rgba(255,255,255,0.40) 0%, rgba(0,0,0,0.40) 120%) #828282;
    text-decoration: none;
    color: #fff;
}

.x-logo::before {
    content: '';
    display: inline-block;
    width: 70px;
    height: 70px;
    margin-left: 15px;
    margin-right: 15px;
    background-image: url('../images/x_icon.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


/*------------------------------------*\
    countdown
\*------------------------------------*/

.countdown {
    height: 90px;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 10px #000;
}

.countdown .time {
    width: 250px;
    font-size: 17px;
}

.countdown .time > div {
    line-height: 18px;
    margin-bottom: 4px;
    font-weight: 600;
}

.countdown .time ul {
    padding: 0px;
    margin: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.countdown .time ul li {
    line-height: 1;
    font-size: 48px;
    text-align: center;
    margin: 0 13px;
    list-style-type: none;
    position: relative;
}

.countdown .time ul li .podp {
    display: block;
    position: relative;
    font-size: 17px;
    margin-top: 3px;
}


/*------------------------------------*\
    header
\*------------------------------------*/

#header {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#header iframe {
    width: 100%;
    height: 100%;
    border: none;
}


/*--------------------------------------------------------*\
    first-banner
\*--------------------------------------------------------*/

#intro {
    margin-top: -10px;
    padding-bottom: 10px;
    background: url("../images/header_bg.jpg");
    background-size: cover;
}

#intro .title {
    padding-top: 30px;
    padding-bottom: 20px;
    font-weight: 300;
    font-size: 22px;
    color: #fff;
    text-shadow: 1px 1px 0px #9f9f9f;
}

#intro .title b {
    margin-right: 5px;
    margin-left: 5px;
}

#first-banner {
    margin-top: -10px;
    padding-bottom: 10px;
}

#first-banner {
    position: relative;
    color: white;
    font-size: 20px;
    text-align: center;
    margin: 0;
    width: 100%;
    background: url("../images/header_bg.jpg");
    background-size: cover;
}

#first-banner ul {
    display: inline-block;
    margin: auto;
    text-align: left;
    list-style: none;
}

#first-banner ul li {
    float: left;
    padding: 20px;
}

#first-banner ul li .box {
    padding-top: 40px;
    padding-bottom: 30px;
    border-radius: 10px;
}

#first-banner ul li span {
    color: #191919;
    margin-top: 14px;
    font-weight: bold;
    position: relative;
}

#first-banner ul li span:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #d09600;
    height: 3px;
    width: 40px;
    bottom: -14px;
    content: "";
}

#first-banner ul li span b {
    font-size: 28px;
    letter-spacing: 1px;
}

#first-banner ul li span > * {
    width: 100%;
}

#first-banner ul li .text {
    font-size: 16px;
    margin-top: 40px;
    padding: 0 15px 15px 15px;
    color: #5f5f5f;
}

#first-banner ul li .order,
#first-banner ul li .order a {
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    color: #d09600;
    border-bottom: 2px solid #d09600;
    display: inline-block;
    margin-top: 5px;
}

#first-banner ul li .order:hover,
#first-banner ul li .order a:hover {
    color: #777777;
}


/*--------------------------------------------------------*\
    facts
\*--------------------------------------------------------*/

#facts {
    position: relative;
    color: white;
    font-size: 20px;
    text-align: center;
    padding: 30px 0 0 0;
    margin: 0;
    width: 100%;
}

#facts .container {
    margin-bottom: -5px;
    overflow: hidden;
}
    
#facts .description1 {
    text-align: justify;
    padding-bottom: 50px;
    color: #191919;
    text-shadow: 1px 1px 0px #9f9f9f;
    font-weight: 300;
}

#facts .description1 ul {
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#facts .description1 ul li {
    margin-bottom: 15px;
}

#facts .description1 ul li:last-child {
    margin-bottom: 0;
}

#facts img {
    max-height: 550px;
}


/*--------------------------------------------------------*\
    second-banner
\*--------------------------------------------------------*/

#second-banner {
    background: url("../images/header_bg.jpg");
    background-size: cover;
}

#second-banner .container {
    padding: 50px 0 50px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#second-banner .text {
    font-size: 24px;
    color: white;
    border-right: 5px solid #d09600;
    float: right;
    max-width: 500px;
    padding: 5px 15px 5px 15px;
}

#second-banner .text span {
    font-weight: bold;
    font-size: 26px;
}

#second-banner .image {
    text-align: left;
    padding-left: 50px;
    float: left;
}


/*--------------------------------------------------------*\
    how-to
\*--------------------------------------------------------*/

#howto {
    position: relative;
    color: white;
    font-size: 20px;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 25px;
    margin: 0;
    width: 100%;
    background: url("../images/home-bg-5.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#howto .content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto -20px auto;
    width: 100%;
}

#howto .content .image {
    text-align: left;
    padding-left: 50px;
}

#howto .content .image img {
    max-height: 500px;
}

#howto .title {
    font-size: 26px;
    margin-bottom: 40px;
    color: #000;
    text-align: right;
    border-right: 5px solid #d09600;
    padding-right: 15px;
}

#howto .title .strong {
    font-weight: bold;
    font-size: 30px;
}

#howto .title .subtitle {
    margin-top: 3px;
    font-size: 22px;
    font-weight: 300;
    display: inline-block;
}

#howto .title .subtitle span {
    width: 100%;
    display: inline-block;
}


/*--------------------------------------------------------*\
    testimonials
\*--------------------------------------------------------*/

#testimonials {

}


/*--------------------------------------------------------*\
    third-banner
\*--------------------------------------------------------*/

#third-banner {
    position: relative;
    color: white;
    font-size: 20px;
    text-align: center;
    margin: 0;
    width: 100%;
    background: url("../images/header_bg.jpg");
    background-size: cover;
}

#third-banner .content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 30px 0 30px 0;
    margin-left: 15px;
    margin-right: 15px;
}

#third-banner .text {
    float: left;
    text-align: right;
    padding-right: 15px;
    border-right: 5px solid #fff;
}

#third-banner .text .high {
    font-size: 30px;
}

#third-banner .text .semihigh {
    display: block;
    margin-top: 5px;
    font-size: 26px;
}

#third-banner .text .strong {
    font-size: 33px;
    font-weight: bold;
}

#third-banner .icon {
    float: left;
    margin-left: 20px;
    max-height: 120px;
    display: flex;
}


/*------------------------------------*\
    videoSection
\*------------------------------------*/

#videoSection {
    padding-left: 0;
    padding-right: 0;
    padding-top: 70px;
    padding-bottom: 70px;
    margin: 0;
    background: url("../images/11.jpg") top center no-repeat;
    background-size: cover;
  }
  
  #videoSection .video {
    max-height: 650px;
  }
  
  #videoSection .video iframe {
    box-shadow: 0px 0px 15px #a2a1a1e0;
    -webkit-box-shadow: 0px 0px 15px #a2a1a1e0;
    -moz-box-shadow: 0px 0px 15px #a2a1a1e0;
    -o-box-shadow: 0px 0px 15px #a2a1a1e0;
    background-color: #000;
  }
  
  #videoSection .countdown_button .content {
    max-width: 700px;
    padding-top: 60px;
    padding-bottom: 70px;
  }
  
  #videoSection .cornerButton {
    margin-top: 25px;
    font-weight: bold;
  }
  
  #videoSection .cornerButton:hover a {
    color: #df982a;
  }
  
  #videoSection .videoBG {
    display: flex;
    align-items: center;
    justify-content: center;
  }

/*--------------------------------------------------------*\
    testimonial_slider
\*--------------------------------------------------------*/

#testimonials {
    margin-bottom: -10px;
}

#testimonials iframe {
    width: 100%;
    height: 100%;
    border: none;
}


/*--------------------------------------------------------*\
    countdown
\*--------------------------------------------------------*/

#countdown {
    background: url("../images/header_bg.jpg");
    background-size: cover;
}

#countdown .container {
    padding: 0;
    padding-top: 40px;
    padding-bottom: 10px;
    text-align: center;
}

#countdown .container .content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#countdown .container .content .text {
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 5px 15px 5px 15px;
    margin-bottom: 25px;
    text-align: left;
    font-size: 16px;
    color: #fff;
    border-left: 5px solid #fff;
}

#countdown .container .content .countdown {
    margin: 0 25px 50px 0;
    float: left;
}

#countdown .container .content .countdown .time {
    margin: auto;
}


/*--------------------------------------------------------*\
    order
\*--------------------------------------------------------*/

#order {
    background: url("../images/header_bg.jpg");
    background-size: cover;
    margin-top: -5px;
}

#order .container {
    padding: 0;
    padding-top: 50px;
    padding-bottom: 60px;
    text-align: center;
}

#order .container .center {
    max-width: 800px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#order .promo {
    margin-bottom: 20px;
}

#order .promo ul {
    margin: auto;
    text-align: left;
    list-style: none;
}

#order .promo ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 25px 20px 25px;
    color: #fff;
}

#order .promo ul li::before {
    content: '';
    display: inline-block;
    width: 45px;
    height: 45px;
    margin: 15px;
    background-image: url('../images/plus_gold.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: -5px;
}

#order .promo ul li span b {
    font-size: 26px;
    letter-spacing: 1px;
}

#order .promo ul li .text {
    float: left;
    max-width: 290px;
}

#order .promo ul li.combo .text {
    max-width: 450px;
}

#order .promo img {
    max-width: 290px;
    float: left;
    margin: 15px 10px 0 10px;
}

#order iframe {
    height: 900px;
    width: 100%;
    background: white;
    border: 3px dashed #3a926c;
    padding-top: 20px;
}


/*--------------------------------------------------------*\
    footer
\*--------------------------------------------------------*/

#footer {
    position: relative;
    color: white;
    font-size: 15px;
    text-align: center;
    margin: 0;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 20px;
    background-color: #191919;
    margin-top: -5px;
}

#footer {
    
}

#footer a {
    display: block;
    margin-top: 2px;
    margin-bottom: 5px;
}

#footer a i {
    margin-right: 1px;
}

#footer a,
#footer a i {
    height: 18px;
    line-height: 18px;
}