@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800');
@import"../cookies/cookiecuttr.css";


@font-face {
    font-family: 'clarkeblack';
    src: url('../fonts/clarke_black_v6.3-webfont.woff2') format('woff2'),
         url('../fonts/clarke_black_v6.3-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'Helvetica 57 Condensed';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/HelveticaNeue-Condensed.woff') format('woff');
}


/*================== MAIN LAYOUT ====================*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align:top }

body { overflow-x: hidden; font: 400 16px/1.42857143 'Open Sans', sans-serif; color: #707070; background: #ffffff; }

a { font: inherit; text-decoration: none; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; font-weight:400; cursor:pointer; color:#01170D; }
a:focus, a:hover {text-decoration: none; color: #7f8217}
strong a {font-weight: 700}

a.grey {color:#bababa;}
a.grey:hover {color:#707070;}


a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}

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

/* Header fonts */
h1, .title1 { font: 900 26px/30px 'Open Sans', sans-serif; text-transform: uppercase;}
h2, .title2 { font: 700 26px/30px 'Open Sans', sans-serif; margin-bottom: 15px; }
h3 { font: 400 16px/20px 'Open Sans', sans-serif; }
h4 { font: 700 12px/18px 'Open Sans', sans-serif; letter-spacing: .2em }
h5 { font: 400 12px/20px 'Open Sans', sans-serif; margin-bottom: 25px; letter-spacing: -.004em;}
h6 { font: 700 12px/14px 'Open Sans', sans-serif; letter-spacing: -.004em;}
h5:last-child { margin-bottom: 0; }

h1.large { font-size: 50px; line-height: 62px }
h2.size-20, .title2.size-20 { font-size: 20px }

p { margin-bottom: 20px }
p:last-child { margin-bottom: 0}

ol, ul { list-style: none; }

.cl_both { clear:both;}
.letter-spacing { letter-spacing: 5px}
sup, sub {font-size: 60%;}
sub {bottom: 0;}
.z-index {z-index: 1000}
.text-xs { font-size: 11px; line-height: 15px }
.normal { font-weight: normal !important; }
.bold { font-weight: bold; }
.extra-bold {font-weight: 900;}
.extra-leading { line-height: 30px }
.underline { border-bottom: 2px solid currentColor; }
.p-relative {position: relative;}
.p-absolute {position: absolute !important;}
.d-block {display: block;}
.float-none { float: none;}

.resp-container { position: relative; overflow: hidden; padding-top: 56.25%; }
.resp-iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;}

hr { border-color: #bababa; }
#terms hr {margin-top: 50px; margin-bottom: 50px;}

.container { position: relative;}
.inner { margin: 0 auto !important; float: none !important;}




[class*="wrapper"]:after { clear:both; content: ""; display: table;} 

.visible-mobile, .visible-tablet { display: none !important; }

	@media (max-width: 767px) {	
		hr {margin-top: 30px; margin-bottom: 30px;}
		.no-sup {font-size: 100%; top: 0;}
		.sub-line-h {line-height: 15px}
		.row-flex {display: flex; flex-wrap: wrap;}
	}

	@media (max-width: 576px) {
		h4 { font: 700 9px/15px 'Open Sans', sans-serif; }
		h5 { font: 400 11px/15px 'Open Sans', sans-serif; margin-bottom: 25px;}
	}

	@media (min-width: 768px) {
    	.d-sm-none { display:none!important }
    	.d-sm-inline { display: inline!important }
    	.d-sm-inline-block { display: inline-block!important }
    	.d-sm-block { display: block!important }
    	.float-sm-left { float: left; }
    	.float-sm-right { float: right; }
    }



/* Margins/Paddings */
.m-1 { margin: 10px!important }
.mt-1 { margin-top: 10px!important }
.mr-1 { margin-right: 10px!important }
.mb-1 { margin-bottom: 10px!important}
.ml-1 { margin-left: 10px!important }

.m-2 { margin: 20px!important }
.mt-2 {  margin-top: 20px!important}
.mr-2 { margin-right: 20px!important}
.mb-2 { margin-bottom:20px!important}
.ml-2 {  margin-left: 20px!important}

.m-3 { margin: 30px!important }
.mt-3 { margin-top: 30px!important}
.mr-3 { margin-right:30px!important}
.mb-3 {  margin-bottom: 30px!important}
.ml-3 { margin-left: 30px!important}

.m-4 { margin: 50px!important}
.mt-4 { margin-top: 50px!important}
.mr-4 { margin-right: 50px!important}
.mb-4 { margin-bottom: 50px!important}
.ml-4 { margin-left: 50px!important}

.mb-5 { margin-bottom: 80px!important}

	@media (min-width: 768px) {
		.m-sm-0 { margin: 0!important;}
		.mt-sm-0 { margin-top: 0!important;}
		.mr-sm-0 { margin-right: 0!important;}
		.mb-sm-0 { margin-bottom: 0!important;}
		.ml-sm-0 { margin-left: 0!important;}

	    .m-sm-1 { margin: 10px!important}
	    .mt-sm-1,.my-sm-1 { margin-top:10px!important }
	    .mr-sm-1,.mx-sm-1 { margin-right: 10px!important }
	    .mb-sm-1,.my-sm-1 { margin-bottom: 10px!important }
	    .ml-sm-1,.mx-sm-1 { margin-left: 10px!important }
	    
	    .m-sm-2 { margin: 20px!important }
	    .mt-sm-2,.my-sm-2 { margin-top: 20px!important }
	    .mr-sm-2,.mx-sm-2 {  margin-right: 20px!important  }
	    .mb-sm-2,.my-sm-2 {  margin-bottom: 20px!important }
	    .ml-sm-2,.mx-sm-2 { margin-left: 20px!important }

	    .m-sm-3 {  margin: 30px!important }
	    .mt-sm-3,.my-sm-3 {  margin-top: 30px!important }
	    .mr-sm-3,.mx-sm-3 { margin-right: 30px!important }
	    .mb-sm-3,.my-sm-3 {  margin-bottom: 30px!important }
	    .ml-sm-3,.mx-sm-3 {  margin-left: 30px!important }

	    .m-sm-4 {  margin: 50px!important }
	    .mt-sm-4,.my-sm-4 {  margin-top: 50px!important }
	    .mr-sm-4,.mx-sm-4 { margin-right: 50px!important }
	    .mb-sm-4,.my-sm-4 {  margin-bottom: 50px!important }
	    .ml-sm-4,.mx-sm-4 { margin-left:  50px!important }
	}

	@media (min-width: 992px) {
		.m-md-0 { margin: 0!important;}
		.mt-md-0 { margin-top: 0!important;}
		.mr-md-0 { margin-right: 0!important;}
		.mb-md-0 { margin-bottom: 0!important;}
		.ml-md-0 { margin-left: 0!important;}

	    .m-md-1 { margin: 10px!important  }
	    .mt-md-1,.my-md-1 { margin-top: 10px!important }
	    .mr-md-1,.mx-md-1 {  margin-right: 10px!important  }
	    .mb-md-1,.my-md-1 {  margin-bottom: 10px!important  }
	    .ml-md-1,.mx-md-1 { margin-left: 10px!important }

	    .m-md-2 { margin: 20px!important }
	    .mt-md-2,.my-md-2 { margin-top: 20px!important }
	    .mr-md-2,.mx-md-2 { margin-right: 20px!important  }
	    .mb-md-2,.my-md-2 { margin-bottom: 20px!important }
	    .ml-md-2,.mx-md-2 {  margin-left: 20px!important  }

	    .m-md-3 { margin: 30px!important }
	    .mt-md-3,.my-md-3 { margin-top: 30px!important  }
	    .mr-md-3,.mx-md-3 { margin-right: 30px!important }
	    .mb-md-3,.my-md-3 {  margin-bottom: 30px!important }
	    .ml-md-3,.mx-md-3 {  margin-left: 30px!important }

	    .m-md-4 {  margin: 50px!important   }
	    .mt-md-4,.my-md-4 { margin-top:50px!important  }
	    .mr-md-4,.mx-md-4 { margin-right: 50px!important  }
	    .mb-md-4,.my-md-4 { margin-bottom: 50px!important }
	    .ml-md-4,.mx-md-4 {  margin-left: 50px!important }
	}

	@media (min-width: 1200px) {
		.m-lg-0 { margin: 0!important;}
		.mt-lg-0 { margin-top: 0!important;}
		.mr-lg-0 { margin-right: 0!important;}
		.mb-lg-0 { margin-bottom: 0!important;}
		.ml-lg-0 { margin-left: 0!important;}

	    .m-lg-1 { margin: 10px!important  }
	    .mt-lg-1 { margin-top: 10px!important }
	    .mr-lg-1 { margin-right: 10px!important  }
	    .mb-lg-1 { margin-bottom: 10px!important }
	    .ml-lg-1 {  margin-left: 10px!important  }

	    .m-lg-2 { margin: 20px!important }
	    .mt-lg-2 { margin-top: 20px!important }
	    .mr-lg-2 { margin-right: 20px!important }
	    .mb-lg-2 { margin-bottom: 20px!important  }
	    .ml-lg-2 { margin-left: 20px!important }

	    .m-lg-3 {  margin: 30px!important  }
	    .mt-lg-3 { margin-top: 30px!important }
	    .mr-lg-3 { margin-right: 30px!important  }
	    .mb-lg-3 { margin-bottom: 30px!important }
	    .ml-lg-3 {  margin-left: 30px!important }

	    .m-lg-4 { margin: 50px!important }
	    .mt-lg-4 { margin-top: 50px!important }
	    .mr-lg-4 { margin-right: 50px!important }
	    .mb-lg-4 { margin-bottom: 50px!important }
	    .ml-lg-4 { margin-left: 50px!important  }
    }

.no-margin { margin: 0 !important;}
.no-margin-bottom { margin-bottom:0 !important;}
.no-padding { padding:0 !important;;}
.no-padding_right { padding-right: 0}
.no-padding_left { padding-left: 0}

	@media (max-width: 767px) {	
		.container {padding-left: 25px; padding-right: 25px}
	}

/* Order */
.order-1 { -ms-flex-order: 1; order: 1}
.order-2 { -ms-flex-order: 2; order: 2}

	@media (min-width: 768px) {
		.order-sm-1 { -ms-flex-order: 1; order: 1}
		.order-sm-2 { -ms-flex-order: 2; order: 2}
	}

	@media (min-width: 992px) {
		.order-md-1 { -ms-flex-order: 1; order: 1}
		.order-md-2 { -ms-flex-order: 2; order: 2}
	}

	@media (min-width: 1200px) {
		.order-lg-1 { -ms-flex-order: 1; order: 1}
		.order-lg-2 { -ms-flex-order: 2; order: 2}
	}




/*================== HEADER ========================*/
header .wrapper1 { margin: 15px 0; }

header .banner {position: relative;}

header .navbar-default {
    background-color:#ffffff;
    border: none;
    margin-bottom: 0
}

header .logo-caption { padding-top: 7px}
.logo-caption svg {width: 186px;}
.logo-caption .st0{fill:#FFFFFF; }

header .social-list li { display: inline-block; margin-left: 21px; width: 24px; height: 24px; padding-top: 15px;}
header .social-list li.youtube { width: 34px;}
header .social-list a .st0{fill:#01170D;}
header .social-list a:hover .st0{fill:#D6F116;}

header .banner { position: relative; overflow: hidden; }
header .banner-logo {z-index: 1000;  transform: translate(-50%, -50%); left: 50%; position: absolute; top: 50%;}
header .banner-logo img { width: 150px; }

.navbar-default .navbar-nav li a { color:#01170D; font: 900 14px/24px 'Open Sans', sans-serif; text-transform: uppercase; padding-left: 20px; padding-right: 20px; background: transparent !important; }
.navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li.active a {color: #D6F116 !important;}
.navbar-right { margin-right: 100px }
.navbar-toggle { display: block; }

.navbar-default .navbar-nav .dropdown-menu { background: #282b26}
.navbar-default .navbar-nav .dropdown-menu > li {border-bottom: solid 2px #707070; margin-left: 20px; margin-right: 20px;}
.navbar-default .navbar-nav .dropdown-menu > li:last-child {border: none;}
.navbar-default .navbar-nav .dropdown-menu > li > a {color:#707070; padding: 20px 0; font-weight: 700;}

	
	@media (max-width: 991px) {
		.navbar-default .navbar-toggle { padding: 0; margin-right: 0; width: 30px; margin-top: 15px; margin-bottom: 0; border: none; }
		.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover { background: none; }
		
		#menu.mm-menu.mm-current { margin-right:0 !important }
		#menu { display: block; margin-right:-700px }
		.mm-menu.mm-theme-dark {background: #282B26}
		.mm-menu.mm-theme-dark .logo-caption svg {width: 186px;}
		.mm-menu.mm-theme-dark .logo-caption .st0{fill:#707070; }
		.mm-menu.mm-theme-dark .social-list a .st0{fill:#707070;}
	
		.mm-header .mm-title { text-transform: uppercase; font-weight: 700 }
		.mm-menu.mm-theme-dark .mm-listview > li.no-border:after { border: none; }
		.mm-listview > li > a, .mm-listview > li > span { text-transform: uppercase; font-size: 16px; font-weight: 700; color: #707070 !important; padding: 15px 10px 15px 20px !important; white-space: normal !important; }
		.mm-listview > li:not(.mm-divider):after {border-bottom-width: 2px !important; border-color: #707070 !important; right: 20px !important }
		.mm-menu.mm-theme-dark .mm-listview > li > a.mm-prev:after, .mm-menu.mm-theme-dark .mm-listview > li > a.mm-next:before { border: none; }
		.mm-listview > li.active a {color: #D6F116 !important; }

		.mm-menu .social-list ul {margin-top: 20px;}
		.social-list .mm-listview > li {width: 24px; height: 24px; display: inline-block; margin-right: 20px;}
		.social-list .mm-listview > li.youtube { width: 34px;}
		.social-list .mm-listview > li > a { padding: 0 !important; display: inline; } 
		
	}

	@media (max-width: 320px) {
		header { text-align: center; }
		header .logo-caption, header .social-list, header .subscribe {float: none !important;}
		header .logo-caption { padding-top: 0px }
	}

	@media (min-width: 768px){
		.navbar-right .dropdown-menu { left: 0; right: auto; }
    }


	@media (min-width: 992px){
		.navbar-toggle { display: none; }
	}


/* Stuck menu */
.isStuck { 
	z-index: 999; 
	background-color: rgba(255, 255, 255, .9); 
	padding:0; 
}

/* Slider */
.flexslider {background: transparent;}
#flexslider-1 .slides li { position:relative }
#flexslider-1 .slides li img { width: 100%; }

#flexslider-1 .img-container {position: relative;}
#flexslider-1 .badge-img { right: -10px; left: inherit; top: 60px;}

/* Caption */
#flexslider-1 .flex-caption { 
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	background: #fff;
    padding: 20px 0 0;
}

#flexslider-1 .flex-caption .caption1 { color: #01170d; font-weight: 700; font-size: 16px; line-height: 1.42857143; letter-spacing: 0}
#flexslider-1 .flex-caption .caption2 { font-weight: 300;}

/* Direction Nav */
.flex-direction-nav a { color: #E62340; text-shadow: none ; width: 30px; height: 30px; top: 35%; opacity: 1}
.flex-direction-nav a:before, 
.flex-direction-nav a.flex-next:before,
.flex-direction-nav a:hover:before,
.flex-direction-nav a.flex-next:hover:before {
	width: 30px; height: 30px;
}

.flex-direction-nav a:before  { content: ''; background:url(../images/slider_left_normal.svg) no-repeat;}
.flex-direction-nav a.flex-next:before  { content: ''; background:url(../images/slider_right_normal.svg) no-repeat;}
.flex-direction-nav a:hover:before  { content: ''; background:url(../images/slider_left_hover.svg) no-repeat; }
.flex-direction-nav a.flex-next:hover:before  { content: ''; background:url(../images/slider_right_hover.svg) no-repeat;}

.flexslider:hover .flex-prev, .flex-direction-nav .flex-prev { left: 20px; }
.flexslider:hover .flex-next, .flex-direction-nav .flex-next { right: 20px; }

	@media (min-width: 768px) {
		.flex-direction-nav a { top: 40%; }
	}

	@media (min-width: 1200px) {
		.flexslider:hover .flex-prev, .flex-direction-nav .flex-prev { left: 78px; }
		.flexslider:hover .flex-next, .flex-direction-nav .flex-next { right: 78px; }
	}
	

/*================== CONTENT =======================*/
#content { overflow: hidden; /*====Btn Wrapper====*//*====WRAPPERS====*//*====HEADERS======*//*=====BOXES======*/}

#content .list ul, #content .list ol {margin: 0 0 20px 20px; }
#content .list ul {list-style-type: square; }
#content .list ol {list-style-type: decimal; }
#content .list li { padding-bottom:20px; }
#content .list.no-padding li { padding:0; }
#content .list ul:last-child, #content .list ol:last-child, #content .list li:last-child { padding-bottom:0;}

#content .social-list ul { margin-right: 21px; }
#content .social-list li { display: inline-block; margin-right: 20px}
#content .social-list li:last-child { margin-right: 0}
#content .social-list a { font-size: 12px; text-decoration: none; }
#content .social-list a svg { width: 17px; margin-right: 10px; }
#content .social-list a .st0{fill:#bababa;}
#content .social-list a:hover .st0{fill:#01170d;}

	@media (max-width: 991px) {
		#content .social-list li { margin-right: 12px}
	}

#content .jagged-border-overlap {position: absolute; bottom: 0;}


/* Close */
.close, .close:focus, .close:hover { opacity: 1 }
.close-button { position: absolute; right: 0; top: -8px  }
.close {text-shadow: none; -webkit-transition: color 0.5s ease; transition: color 0.5s ease; width: 40px; height: 40px; }
.close:focus, .close:hover, .close:active {transition: all 1s;}
.close {background: url(../images/back_icon_active.svg); }
.close:focus, .close:hover { background: url(../images/back_icon_hover.svg);}
.close.:active { background: url(../images/back_icon_click.svg); }

	@media (max-width: 767px) {
		.close-button { position: relative; }
	}


/* Wrapper */
.intro .wrapper1 { margin: 50px 0 40px 0 }
.wrapper1 { margin: 40px 0 40px; }
.wrapper2 { margin: 20px 0 20px; }
.wrapper3 { margin: 40px 0 80px; }
.wrapper4 { margin: 40px 0 40px; }

	@media (min-width: 768px) {
		.wrapper2 { margin: 20px 0 70px; }
		.wrapper4 { margin: 50px 0 100px; }
	}

	@media (min-width: 992px) {
		.wrapper2 { margin: 20px 0 100px; }

	}

	@media (min-width: 1400px) {
		.intro .wrapper1 { margin: 55px 0 0 0 }
		.wrapper2 { margin: 20px 0 140px; }
		.wrapper3 { margin: 20px 0 50px; }

	}

/* Heading */
.heading_1{ margin-bottom: 10px; }
.heading_2 { margin-bottom: 15px; }
.heading_3 { margin-bottom: 20px; }
.heading_4 { margin-bottom: 25px; }
.heading_5 { margin-bottom: 30px; }
.heading_6 { margin-bottom: 40px; }
.heading_7 { margin-bottom: 5px; }

#terms .heading_1 {margin-bottom: 50px;}
	

/* Box */
#content .box { margin-bottom: 30px; position: relative; background:#FFF }
#content .box:after { clear:both; content: ""; display: table;} 
#content .box.more-padding { padding: 20px; }
#content .box.no-padding { padding: 0; }
#content .box.full-width { margin: 0 -15px; border: none; }
#content .box.transparent { background: transparent; border:none; }
#content .box.no-margin { margin: 0; }
#content .box.no-border { border: none; }
#content .box.rounded { border-radius: 15px; }

/* ========================================================*/
.games figure img { height: 327px  }
.games .box {height: 278px}
figure .badge-img { position: absolute; right: 20px; bottom:20px;}
figure .badge-img-sm { position: absolute; left: 0; bottom:10px;}
figure .badge-img-sm img {height: 85px;}

	@media (max-width: 991px) {
		.games .box {height: 350px}
	}

	@media (max-width: 767px) {
		.games .box {height: auto}
	}

/* Image Wrap */
#content .bg-aside, #content .bg-aside2, #content .bg-aside3 { position:relative;}

	@media (min-width: 768px) {	
		#content .bg-aside .img-wrap, #content .bg-aside2 .img-wrap, #content .bg-aside3 .img-wrap {margin-top: 0; position: absolute; top: 0; bottom: 0; overflow: hidden;}
		#content .bg-aside.left .img-wrap, #content .bg-aside2.left .img-wrap {right: 50%; left: 0; }
		#content .bg-aside3.right .img-wrap {left: 50%; right: 0; }

		#content .bg-aside .img-wrap > img  { 
			width: auto;
			max-width: none;
			height: 100%;
			position: absolute;
			top: 50%;
			left: 40%;
			-ms-transform: translate(-50%, -50%) scale(2);
			-webkit-transform: translate(-50%, -50%) scale(2);
			transform: translate(-50%, -50%) scale(2);
		}

		#content .bg-aside2 .img-wrap > img, #content .bg-aside3 .img-wrap > img  {
			width: auto; 
			max-width: none;
			height: 100%;
			position: absolute;
			top: 0;
			-ms-transform: translate(-50%, -0);
			-webkit-transform: translate(-50%, 0);
			transform: translate(-50%, 0);
		}
		
		#content .bg-aside2 .img-wrap > img {left: 50%;}
		#content .bg-aside3 .img-wrap > img {left: 90%;}
	}

	@media (min-width: 1150px) {
		#content .bg-aside3 .img-wrap > img  { left: 60%; }
	}

	@media (min-width: 1400px) {
		#content .bg-aside3 .img-wrap > img  { left: 50%; }
	}

	@media (min-width: 1600px) {
		#content .bg-aside2 .img-wrap > img, #content .bg-aside3 .img-wrap > img   { 
			top: 10%;
			transform: translate(-50%, 0) scale(1.42);
		}
	}

#content .img-right { position: relative; bottom: -20px; right: 0; }
	
	@media (min-width: 768px) {
		#content .img-right {position: absolute; bottom: 20px; }
	}
	@media (min-width: 992px) {
		#content .img-right { bottom: 40px;  }
	}

	@media (min-width: 1600px) {
		#content .img-right { bottom: 60px; }
	}

	@media (min-width: 1900px) {
		#content .img-right { bottom: 70px; }
	}

	@media (min-width: 2300px) {
		#content .img-right { bottom: 115px; }
	}


/* QR code */
.qr-code { margin-bottom: 40px }
.qr-code img {width: 225px}

/* App screens */
.screens {text-align: center; overflow: hidden;}
.screens .app-screen {width: 150px; margin-bottom: 23px; padding-top: 20px;}
.screens h3 {font-weight: 900; padding-bottom: 20px}
.screens .pointer{ position: absolute; bottom: -10px; right: -125px; z-index: 9; }

	@media (max-width: 1199px) {
		.screens .pointer{ right: -140px; }
	}

	@media (max-width: 991px) {
		.screens .pointer{ right: -160px; }
	}

	@media (max-width: 490px) {
		.screens .pointer{ bottom: -10px }
	}

/* ========================================================*/
.download-instr { display: inline-block; float: right; margin-top: 20px }
.download-instr h5 { float: left; line-height: 42px; margin-bottom: 0; }
.download-instr a { color: #fff; }
.download-instr a.dark { color: #707070; }
.download-instr a:hover { color: #00e080;}
.download-instr .download-icon { width: 32px; float: right; margin-left: 15px}
.download-instr a .download-icon .st0{fill:#00E080;}
.download-instr a .download-icon .st1{fill:#FFFFFF;}
.download-instr a:hover .download-icon .st0{fill:#065234;}
.download-instr a:hover .download-icon .st1{opacity:0.5; fill:#00E080;}
.download-instr a:active .download-icon .st0{fill:#00E080;}
.download-instr a:active .download-icon .st1{opacity:1 !important; fill:#1C1819;}

	
/*================== FOOTER ========================*/
footer { font-size: 11px; }
footer .wrapper1 { margin: 35px 0 22px;}
footer .wrapper2 { margin: 15px 0 55px;}

footer .footer-logo {margin-bottom:25px;}
footer .footer-logo  svg {width: 230px;}
footer .footer-logo  .st0{fill:#FFFFFF; }
footer li { line-height: 20px;  padding: 0 12px 0 0; margin: 0 11px 4px 0; border-right: #01170D solid 1px; display: inline;}
footer li:last-child { padding: 0; margin-right: 0; border:none; }
footer li a {font-weight: 900}
footer li a:hover {color:#7f8217;}

	@media (max-width: 767px) {
		footer li{ padding: 0; margin-right: 0; border:none; display: block; }
	}

/*================== CONTACT FORM =========================*/
.subscribe-box .form-group {margin-bottom: 20px;}
.subscribe-box .form-control {height: 34px;}
.subscribe-box .form-control.border { border:1px solid #01170D !important; }

.form-group {position: relative; margin-bottom: 32px;}

.form-control:focus, button:focus, select:focus, textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; border-color: #bababa;
  z-index: 1;
  outline: none;
}

.form-control.error {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; border-color: #ff0250;
  z-index: 1;
}

.form-control {
	border: 1px solid #f0f0f0;
	font-weight: 500;
	height: 43px;
	color: #01170d;
	border-radius: 8px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
 	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
	-webkit-transition: border-color ease-in-out 0s, box-shadow ease-in-out 0s;
	transition: border-color ease-in-out 0s, box-shadow ease-in-out 0s;
	-webkit-appearance: none;
	resize:none;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #bababa; font-weight: 400;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #bababa; font-weight: 400;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #bababa; font-weight: 400;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #bababa; font-weight: 400;
}

@media (-webkit-min-device-pixel-ratio: 0) {
  	
	select[size], select[multiple], select[multiple][size] { background-image: none; padding-right: 3px; }
  
	select.form-control, select[size="0"], select[size="1"] { 
	background-image: url(../images/select-arrow.png);
    background-repeat: no-repeat;
    background-position: 99% center;
    padding-right: 20px;
	}
	  
  	::-webkit-validation-bubble-message {
    	-webkit-box-shadow: none;
    	box-shadow: none;
    	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, black));
    	border: 1px solid;
    	border-color: #747474 #5e5e5e #4f4f4f;
    	color: white;
    	font: 13px/17px "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
    	overflow: hidden;
    	padding: 15px 15px 17px;
    	text-shadow: black 0 0 1px;
    	height: 16px;
  	}

  	::-webkit-validation-bubble-arrow,
  	::-webkit-validation-bubble-top-outer-arrow,
  	::-webkit-validation-bubble-top-inner-arrow {
    	-webkit-box-shadow: none;
   	 	box-shadow: none;
    	background: #666666;
    	border: 0;
  	}
}

.form-img { position: absolute; right: -65px; top: -40px;}
form { margin-bottom: 30px }

label { margin-bottom: 20px; font-weight: bold; color: #707070; }

.alert { border-radius: 8px; margin: 0;}
.alert.error { border: #ff0250 1px solid; padding: 15px !important;}
.alert.error .error-text {color: #ff0250; display: block; margin-top: -6px;}
.alert .error-text { display: none; }

.alert-primary {color: #01170D; background-color: #D6F116; border-color: #D6F116;}


.input-addon {position: absolute; top:0; right: 0; margin: 4px; outline: none;}
.input-addon .btn { line-height:35px; height: 35px; }

.btn-text-addon {line-height: 43px; margin-right: 20px; font-size: 10px; float: left;}

.btn { font-size: 14px; font-weight: 900; line-height: 33px; border-radius:8px; padding: 0 27px; text-decoration: none; text-transform: uppercase;}
.btn.lower-c {text-transform: none !important;}
.btn.btn-sm {height: 30px; line-height: 30px; font-size: 11px; padding: 0 15px}
.btn.dark-border {border-color:#01170d !important; }
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {outline: none;}

.btn-primary { border-color: #D6F116; background:#D6F116; color: #01170d; }
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background-color: #01170d;
	border-color: #01170d;
	color: #D6F116;
	outline: none;
}

.btn-success { border-color: #ffffff; background:#ffffff; color: #01170d; }
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
	background-color: #01170d;
	border-color: #01170d;
	color: #D6F116;
	outline: none;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover,
.btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover,
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover,
.btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover {
	background-color: #01170d;
	border-color: #01170d;
	color: #ffe500;
	box-shadow: none;
}

	@media (max-width: 1199px) {	
		.form-img { position: absolute; right: -50px;}
	}


	@media (max-width: 991px) {	
		.form-img img { width: 180px;}
	}

	@media (max-width: 767px) {	
		form { margin-bottom: 60px }
		.form-img { right: -15px; top: -20px}
	}

	@media (max-width: 535px) {	
		.alert.error .error-text {margin-top: 0;}
	}

	@media (max-width: 380px) {	
		.btn { padding: 0 20px;}
	}

/* Custom checkbox */
.customcheckbox { 
	display: block;
	position: relative;
	padding-left: 35px !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.customcheckbox input { position: absolute; opacity: 0; cursor: pointer; }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius:50%;
}

.customcheckbox .label-text {line-height: 20px;}

/* On mouse-over, add a grey background color */
.customcheckbox:hover input ~ .checkmark { background-color: #fff;}

/* When the checkbox is checked, add a blue background */
.customcheckbox input:checked ~ .checkmark { background-color: #D6F116; border:1px solid #D6F116; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.customcheckbox input:checked ~ .checkmark:after { display: block;}

/* Style the checkmark/indicator */
.customcheckbox .checkmark:after {
	content: '';
	background : url(../images/small-tick.png) no-repeat;
    left: 6px;
    top: 5px;
    width: 11px;
    height: 12px;
}

.customcheckbox.checkmark-lg { padding-left: 60px !important; }
.customcheckbox.checkmark-lg .label-text {line-height: 40px;}
.customcheckbox.checkmark-lg .checkmark {height: 40px;width: 40px; }
.customcheckbox.checkmark-lg .checkmark:after {
	background : url(../images/large-tick.png) no-repeat;
    left: 10px;
    top: 8px;
    width: 21px;
    height: 23px;
}

	@media (max-width: 535px) {	
		.customcheckbox.checkmark-lg .label-text {line-height: 20px;}
	}


/*================== WIDGETS ========================*/
#toTop { display: none; text-decoration: none; position: fixed; bottom: 120px; right: 30px; overflow: hidden; width: 30px; height: 30px; text-align: center; background: url(../images/top_normal.svg); z-index: 20; -webkit-transition: color 0.5s ease; transition: color 0.5s ease; }
#toTop:hover { background: url(../images/top_hover.svg); transition: all 1s; }



/* Modal */
.modal-backdrop.in { opacity: .8;}
.modal-body { padding: 25px 25px 80px;}
.modal-body .logo-caption {margin-bottom: 60px;}
.modal-body .title1 {font: 400 49px/50px 'clarkeblack', sans-serif;}
.modal-body.video { padding: 8px;}
.modal-dialog {margin: 10% auto;}
.modal-content.square { border-radius: 0; }
.modal-content.transparent {background: transparent;}
.modal-content img { position: absolute; right: 0; top: 20%; width: 410px;}

.modal .close-button { right: 0; top: -60px; }
.modal .close.dark { background: url(../images/video_page_normal.svg);}
.modal .close.dark:focus, .modal .close.dark:hover { background: url(../images/back_icon_hover.svg); outline: none;}

	@media (min-width:768px) {
		.modal-dialog { width: 600px; }
	}

	@media (min-width:1199px) {
		.modal-dialog { width: 800px; }
	}


	@media (max-width:1500px) {
		.modal-dialog { margin: 20% auto; }
	}


	@media (max-width: 767px) {
		.modal .close-button { position: absolute; }
	}


	@media (max-width: 665px) {
		.modal-dialog {margin: 50% 20px}
		.modal-content .contact-form { margin: 140px 0}
		.modal-content img { top: 18%; width: 300px;}
	}

/* Carousel */
#content .carousel-box { margin-left: -20px; margin-right: -20px; padding: 15px 75px 0 75px; position: relative; } 
#content .carousel-box .box { border: none; background: #282b26 ; margin-bottom: 0; padding: 15px;}
#content .carousel-box .box p {margin-bottom: 0;}
#content .carousel-box .owl-prev, #content .carousel-box .owl-next {-webkit-transition: color 0.5s ease; transition: color 0.5s ease; position: absolute; top: 30%; width: 40px; height: 40px; }
#content .carousel-box .owl-prev {background: url(../images/slider_left_normal.svg); left: -60px }
#content .carousel-box .owl-next {background: url(../images/slider_right_normal.svg); right: -60px }
#content .carousel-box .owl-prev:hover {background: url(../images/slider_left_hover.svg); transition: all 1s; }
#content .carousel-box .owl-next:hover {background: url(../images/slider_right_hover.svg); transition: all 1s; }

.carousel-box .item figure { overflow: hidden; }
.carousel-box .item img { 
	color:#333
	opacity: 1;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	cursor: pointer;
}

.carousel-box .item:hover img { 
	opacity:.6;
	-moz-transform: scale(1.2); 
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

/* Cookies */
.cc-cookies {border-radius: 4px; background: #fff; text-shadow: none; padding: 15px; color:#707070; box-shadow: 1px 1px 20px 0px #707070; width: auto; margin-top: 10px; margin-left: 10px; margin-right: 10px; text-align: left; }

.cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset{
	padding: 0 35px;
	border-radius: 8px;
	border: 1px solid #D6F116;
	background: #D6F116;
	color: #01170d;
	text-transform: uppercase;
	height: 33px;
	float: right;
	font-weight: 900;
	line-height: 33px;
	box-shadow: none;
}

.cc-cookies a:hover.cc-cookie-accept, .cc-cookies-error a:hover.cc-cookie-accept, .cc-cookies a:hover.cc-cookie-decline, .cc-cookies-error a:hover.cc-cookie-decline, .cc-cookies a:hover.cc-cookie-reset {
	background-color: #fff;
	border-color: #BABABA;
	color: #01170d; 
}

.cc-cookies a:active.cc-cookie-accept { background-color: #01170d; border-color: #01170d; color: #ffe500;}

.cc-cookies a, .cc-cookies a:hover { color: #01170d;}
.cc-cookies a:last-child { display: none; }

	@media (max-width: 768px) {
		.cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset{ float: none; margin-bottom: 0; width: 110px}
	}

/* Colors */
.color_1 { color: #FFFFFF; }
.color_2 { color: #D6F116; }
.color_3 { color: #01170D; }
.color_6 { color: #282b26; }
.color_7 { color: #707070; }
.color_8 { color: #bababa; }
.color_9 { color: #f0f0f0; }
.color_10 { color: #f9f9f9; }
.color-red { color: #ff0250; }

	@media (max-width: 767px) {
		.color-xs_1{ color: #FFFFFF !important; }
		.color-xs_7 { color: #707070; }
	}

/* Backgrounds */
.bg_1 { background: #FFFFFF; }
.bg_2 { background: #D6F116; }
.bg_3 { background: #01170d; }
.bg_4 { background: #282b26; }
.bg_7 { background: #707070 !important; }
.bg_8 { background: #bababa; }
.bg_9 { background: #f0f0f0; }
.bg_10 { background: #f9f9f9; }
