@charset "utf-8";
/* YAAAAK CSS Document */



@font-face {
    font-family: 'anton-cleanuregular';
    src: url('../fonts/ancurweb-webfont.woff2') format('woff2'),
         url('../fonts/ancurweb-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'barlow_condensedlight';
    src: url('../fonts/barlowcondensed-light-webfont.woff2') format('woff2'),
         url('../fonts/barlowcondensed-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'barlow_condensedmedium';
    src: url('../fonts/barlowcondensed-medium-webfont.woff2') format('woff2'),
         url('../fonts/barlowcondensed-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'barlow_condensedmedium_italic';
    src: url('../fonts/barlowcondensed-mediumitalic-webfont.woff2') format('woff2'),
         url('../fonts/barlowcondensed-mediumitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


body {
	margin: 0;
	padding: 0;
	background-color: #000;
	font-family: 'barlow_condensedlight', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 21px;
	color: #fff;
	line-height: 1.5;
	background: rgb(0,0,0) url(../img/bg_splat_03.png) no-repeat;
	background-position: center top;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'anton-cleanuregular', "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-weight: normal;
	text-transform: uppercase;
}
h2 {
	font-size: 40px;
	color: #ffce00;
	margin: 0 0 15px 0;
	padding-top: 15px;
	line-height: 1.2;

}
h3 {
	font-size: 21px;
	display: inline-block;
	margin: 10px 0 0 0;
}
b, strong {
	font-family: 'barlow_condensedmedium', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: normal;
}
.padLeRi {
	padding-left: 15px;
	padding-right: 15px;
}
.txtRed {
	color: #cb1717;
}
.txtYel {
	color: #ffce00;
}
.tA {
    color: #e48309;
}
.tE1 {
    color: #ea0527; 
}
.tE2 {
    color: #427ffd; 
}
.tE3 {
    color: #95d81c; 
}
.tE4 {
    color: #04af31; 
}
a {
	rext-decoration: none;
}
a:hover {
	rext-decoration: none;
}
.txtCent {
	text-align: center;
}
.btn {
    font-size: inherit;
    padding: 7px 15px;
    /* display: inline-block; */
    border-radius: 16px;
    height: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: normal;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; /* center the content horizontally */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	text-decoration: none;
	width: calc(100% - 30px);	
}
.btn-primary {
/*	font-family: 'barlow_condensedmedium', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    background-color: #ffce00;
    color: #cb1717;
    border: none;
	margin-top: 30px;*/
	
	font-family: 'barlow_condensedmedium', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	background-color: #ffce00;
	color: #cb1717;
	border: none;
	transition: all 0.3s;
	position: absolute;
	overflow: hidden;
	z-index: 1;
	bottom: 15px;
	width: calc(100% - 60px);
}
.btn-secondary {
    background-color: #000;
    color: #545454;
    border: none;
	margin-top: 15px;
}
.btn-primary,
.btn-secondary {
    transition: all 0.3s;
    overflow: hidden;
    z-index: 1;
}
.btn-primary:after,
.btn-secondary:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: -2;
}
.btn-primary:after { 
    background-color: #ffce00;
}
.btn-primary:before,
.btn-secondary:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #cb1717;
    transition: all 0.3s;
    border-radius: 16px;
    z-index: -1;
}
.btn-primary:before {
    background-color: #cb1717;
}
.btn-secondary:hover {
    color: #000;
}
.btn-primary:hover {
    color: #fff;
}
.btn-secondary:active,
.btn-secondary:focus {
    color: #fff;
}
.btn-primary:active,
.btn-primary:focus {
    color: #fff;
}
.btn-primary:hover:before,
.btn-secondary:hover:before {
    width: 100%;
}
.icoShp {
	width: 25px;
	display: inline-block;
	background: url("../img/icoCart.svg") no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
	background-size: 22px;
	background-position: center top 4px;
	padding: 0 4px;
}
.cta {
	width: calc(100% - 30px);
	margin: 90px auto;
}

.cta .btn-primary {
	position: relative;
	font-size: 24px;
	width: 90%;
}
.cta .icoShp {
    width: 43px;
    background-size: 38px;
    background-position: center top 0px;
    padding: 0 14px;
}
/* Basic button styling */
.pulsingButton {
  width: 220px;
  text-align: center;
  white-space: nowrap;
  display: block;
  margin: 50px auto;
  padding: 10px;
  box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
  border-radius: 10px;
  background-color: #cb1717;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-size: 22px;
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  color: #ffce00;
  transition: all 300ms ease-in-out;
	border: none;
	cursor: pointer;
}

/* Comment-out to have the button continue to pulse on mouseover */
/*a.pulsingButton:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
  color: #ffffff;
}*/

/* Animation */

@-webkit-keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(203, 23, 23, 0);
  }
}

@-moz-keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(203, 23, 23, 0);
  }
}

@-ms-keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(203, 23, 23, 0);
  }
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(203, 23, 23, 0);
  }
}







.logTop  {
	max-width: 720px;
	
}
.logTop img  {
	width: 100%;
	height: auto;
}




.wrapTop {	
	max-width: 1800px;
	margin: 0 auto;
	display: block;
	margin-top: 90px;
}
.wrapCnt {
	max-width: 1580px;
	margin: 0 auto;

}
.rowCnt {
	margin-top: 90px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	   -moz-box-orient: horizontal;
	   -moz-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;	
}

.rowCap {
	max-width: 590px;
	margin: 90px auto;
}
.rowCap img {
	width: 100%;
	height: auto;
	
}

.wrapBo {
	width: 282px;
	-webkit-flex-basis: 280px;
	    -ms-flex-preferred-size: 280px;
	        flex-basis: 280px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
.boHead {
	position: relative;	
	background: url("../img/boTop.png") no-repeat;
	padding: 0 18px;
}
.boFlag {
	display: inline-block;
	max-width: 60px;

}
.boFlag img {
	width: 40px;
	height: auto;
	position: absolute;
	top: 10px;
	right: 15px;
}
.boCnt {
	padding: 0 15px;
	background: rgb(84,84,84);
	background: linear-gradient(360deg, rgba(84,84,84,1) 0%, rgba(40,40,40,1) 100%);
	width: 247px;
	border-left: 2px dashed #000;
	border-right: 2px dashed #000;
	border-bottom: 2px dashed #000;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	position: relative;
	height: 500px;
}
.rowFoot {
	max-width: 500px;
	margin: 90px auto;
	font-size: 14px;
}
.rowFoot a {
/*	color: #ffce00;*/
	color: #666;
	text-decoration: none;
}
.imp {
	margin: 180px 0 90px 0;
	color: #666;
}
#impCnt {
	display: none;
	margin-top: 30px;
	transition: all 0.5s ease;
}
#impCnt.active {
	display: block;
	transition: all 0.5s ease;
}





/*################################################################## 670 */
@media screen and (min-width: 670px) {

	.wrapBo {
		margin-left: 15px;
		margin-right: 15px;
	}
	
	.cta {
		width: 80%;
		margin: 90px auto;
	}


	.cta .btn-primary {
		position: relative;
		font-size: 80px;
	}
	.cta .icoShp {
		width: 65px;
		background-size: 57px;
		background-position: center top 34px;
		padding: 0 14px;
	}

}




