@import url(../fonts/FontAwesome/css/font-awesome.min.css);

@font-face {
    font-family: 'Aktiv Grotesk Bold';
    src: url('../fonts/AktivGroteskBold/aktiv-grotesk-bold-webfont.woff2') format('woff2'),
         url('../fonts/AktivGroteskBold/aktiv-grotesk-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/***** STYLES *****/

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

body {
	font-family: 'Open Sans', sans-serif;
	color: #3a3c3d;
}

#wrap {
	max-width: 1800px;
	margin: 0 auto;
}

.main {
	width: 1090px;
	margin: 0 auto;
}

a {
	text-decoration: none;
}
p {
	line-height: 1.5;
}
li {
	list-style-type: none;
}
img {
	max-width: 100%;
	height: auto;
}
strong {
	font-family: 'Aktiv Grotesk Bold';
}
a,
button,
select,
input {
	outline: none !important;
}
.border-top {
	border-top: 1px solid #7d7777;
}

.two-cols {
	margin-left: -15px;
	margin-right: -15px;
}
.three-cols {
	margin-left: -7px;
	margin-right: -7px;
}
.one-col:before,
.one-col:after,
.three-cols:before,
.three-cols:after,
.two-cols:before,
.two-cols:after {
	content: "";
	display: table;
	clear: both;
}
.one-col .col-item {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
.two-cols .col-item {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
.three-cols .col-item {
	float: left;
	padding-left: 7px;
	padding-right: 7px;
}
.three-cols .col-item {
	width: 33.3333%;
}
.two-cols .col-item {
	width: 50%
}
.one-col .col-item  > div ,
.three-cols .col-item  > div ,
.two-cols .col-item  > div {
	padding: 20px;
}

.reset-password.form-wrap label {
	display: none;
}
.reset-password.form-wrap button.btn {
	color: #fff !important;
	background-color: rgb(39, 40, 40);
	text-align: center;
	line-height: 84px;
	overflow: hidden;
	display: block;
	font-size: 18px;
	border: none;
	cursor: pointer;
}
.btn-grey {
	color: #fff !important;
	background-color: rgb(39, 40, 40);
	text-align: center;
	line-height: 84px;
	overflow: hidden;
	display: block;
	font-size: 18px;
	border: none;
	cursor: pointer;
}
.btn-grey:after {
	content: "";
	margin-left: 25px;
	position: relative;
	top: 18px;
	display: inline-block;
	width: 49px;
	height: 49px;
	background: url(../images/arrow-right-icon.png) no-repeat 50% 50%;
	background-size: 100% auto;
}
.btn-grey:hover {
	background-color: rgb(39, 50, 50);
}
.text-center {
	text-align: center;
}
.tag {
	font-size: 18px;
	font-family: 'Aktiv Grotesk Bold';
}
.red-bg {
	background-color: #eb242e;
	color: #fff;
}
.btn-red {
	color: #fff;
	background-color: rgb(235, 36, 46);
	font-family: 'Aktiv Grotesk Bold';
}
.btn-red:hover {
	color: #fff;
	background-color: rgba(235, 36, 46, 0.75);
}
.mt-25 {
	margin-top: 25px;
}
.mobile-show {
	display: none !important;
}
.tablet-visible {
		display: none !important;
}

/*----- H group -----*/

h1,
h2,
h3,
h5 {
	font-family: 'Aktiv Grotesk Bold';
}

h1 {
	font-size: 64px;
	text-transform: uppercase;
	line-height: 1.1;
	letter-spacing: 0.035em;
}
h2 {
	font-size: 56px;
	line-height: 1.05;
}
h3 {
	font-size: 30px;
	line-height: 1.27;
}
h4 {
	font-size: 26px;
	line-height: 1.4;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 20px;
	font-weight: 400;
}

/*----- HEADER -----*/

header {
	font-family: 'Aktiv Grotesk Bold';
	display: inline-block;
	width: 100%;
	padding: 18px 0 23px;
}
header .main{
	position: relative;
}
header .close,
header .logo-mobile,
header .mobile-btn {
	display: none;
}
header .navigations-wrap {
	float: right;
	clear: right;
}
header li {
	display: inline-block;
}
header a {
	color: #3a3c3d;
}
header a:hover,
header .active a {
	color: #eb242e;
}
header nav {
	position: absolute;
	right: 0;
	bottom: 10px;
}
header nav li + li {
	padding-left: 14px;
}
header nav a {
	text-transform: uppercase;
	letter-spacing: 0.02em;
	font-size: 15px;
}
header .top-menu {
	position: absolute;
	right: 164px;
	top: -20px;
}
header .top-menu li {
	line-height: 56px;
}
header .top-menu li + li {
	padding-left: 9px;
}
header .top-menu a,
header .top-menu span {
	font-size: 15px;
	letter-spacing: 0.025em;
}
header .sub-menu {
	position: absolute;
	background: #fff;
	border: 1px solid #eb242e;
	padding: 20px 30px;
	z-index: 5;
	max-width: 350px;
	left: -25%;
	display: none;
}
header li:hover > .sub-menu {
	display: block;
}
header .sub-menu ul {
	width: 50%;
	float: left;
}
header .sub-menu ul + ul {
	float: right;
}
header .top-menu .sub-menu li {
	line-height: 1;
	float: left;
	width: 100%;
}
header .top-menu .sub-menu li + li {
	padding-left: 0;
	margin-top: 10px;
}
header .login-btn {
	line-height: 55px;
	display: inline-block;
	width: 153px;
	position: absolute;
	top: -20px;
	right: 0;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
}
header .login-btn:hover {
	text-decoration: none;
}

/* banner */
.banner {
	position: relative;
}
.banner .main {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 2;
	top: 45px;
	color: #fff;
	text-align: right;
}
.banner .banner-text {
	width: 63%;
	text-align: center;
	display: inline-block;
}
.banner .banner-text .btn {
	border: 2px solid #fff;
	color: #fff;
	font-size: 28px;
	line-height: 57px;
	padding: 0 25px;
	display: inline-block;
	margin-top: 38px;
	letter-spacing: 0.04em;
	background-color: rgba(0,0,0,0.38);
}
.banner .banner-text .btn:hover {
	background-color: rgba(0,0,0,0.18);
}
.banner img {
	width: 100%;
	display: block;
}
.carousel-wrap {
	position: relative;
	height: 600px;
}
.carousel-wrap .slick-slide {
	height: 600px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.carousel-wrap .slick-dots {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 167px;
	z-index: 5;
	text-align: center;
}
.carousel-wrap .slick-dots li {
	display: inline-block;
	padding: 0 5px;
}
.carousel-wrap .slick-dots button {
	width: 15px;
	height: 15px;
	border-radius: 8px;
	text-indent: -9999px;
	position: relative;
	overflow: hidden;
	border: 2px solid #e2ddd7;
	background: transparent;
	cursor: pointer;
}
.carousel-wrap .slick-dots .slick-active button {
	background: #e2ddd7;
}

/***** CONTENT *****/

#content {
	background: url(../images/main-text-bg.jpg) 0 0;
	padding-bottom: 50px;
}
#content.home {
	padding-bottom: 100px;
}
#content p,
.helps-wrap p {
	margin-bottom: 20px;
}
#content a,
.helps-wrap a {
	color: #eb242e;
	font-family: 'Aktiv Grotesk Bold';
}
#content h4 a {
	font-family: 'Open Sans', sans-serif;
}

/* main text */

.home h2 {
	font-size: 62px;
}
.main-text {
	font-size: 20px;
}
.main-text + div {
	margin-top: 30px;
}
.main-text .main {
	background: #fff;
	padding: 60px 50px 40px;
	position: relative;
	margin-top: -200px;
	z-index: 2;
}
.home .main-text .main {
	padding-left: 90px;
	padding-right: 90px;
}
.main-text h2 {
	margin-bottom: 38px;
}
.main-text p {
	font-weight: 600;
}

.main-text p + h4 {
	padding-top: 15px;
}
.main-text ul {
	padding-top: 20px;
}
.main-text li {
	font-size: 16px;
}
.main-text li + li {
	margin-top: 5px;
}

/* form */
.profile-form, .contact-form {
	margin-top: 40px;
	margin-right: -25px;
	margin-left: -25px;
	margin-bottom: -30px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.profile-form h3, .contact-form h3 {
	margin-bottom: 20px;
}

.profile-form div#partialCountryState {
	padding: 0;
}

.contact-form div.g-recaptcha {
	padding: 0 0 20px 0;
}

.profile-form div#partialCountryState select {
	min-width:100%;
	margin-bottom: 20px;
	background: white url(../images/select-bg.png) no-repeat 95% 50%
}

.form-wrap .three-cols {
	margin-right: -20px;
	margin-left: -20px;
}
.form-wrap .three-cols .col-item {
	padding-left: 20px;
	padding-right: 20px;
}

input::-webkit-input-placeholder { color: #bbb; }
input::-moz-placeholder { color: #bbb; }
input:-ms-input-placeholder{ color: #bbb; }
input:-moz-placeholder { color: #bbb; }

textarea::-webkit-input-placeholder { color: #bbb; }
textarea::-moz-placeholder { color: #bbb; }
textarea:-ms-input-placeholder{ color: #bbb; }
textarea:-moz-placeholder { color: #bbb; }

.form-wrap input,
.form-wrap select,
.form-wrap textarea,
.filter-drop select {
	width: 100%;
	height: 50px;
	border: none;
	border-radius: 4px;
	font-size: 18px;
	font-family: 'Aktiv Grotesk Bold';
	padding: 0 20px;
  	color: #3a3c3d;
}

.form-wrap select,
.filter-drop select {
	background: #f9f7f6 url(../images/select-bg.png) no-repeat 95% 50%;
	-webkit-appearance: none;
  -moz-appearance: none;
}
.form-wrap select::-ms-expand,
.filter-drop select::-ms-expand {
    display: none;
}

.form-wrap input[type='tel'],
.form-wrap select,
.filter-drop select {
	max-width: 250px;
}

.form-wrap textarea {
	height: 130px;
	padding: 20px;
	resize: none;
}

.form-wrap .btn {
	margin-top: 35px;
	margin-left: 0;
	width: calc(100% + 21px);
}

#content .detail-wrap .contact-form p {
	margin-bottom: 20px;
}

#content .detail-wrap .profile-form p {
	margin-bottom: 20px;
}

/* filters */

.filters-wrap {
	font-size: 18px;
	font-family: 'Aktiv Grotesk Bold';
}
.filters {
	padding: 20px;
	overflow: hidden;
}
.filters h4 {
	font-family: 'Aktiv Grotesk Bold';
}
.filter-drop select {
	margin-top: 10px;
}
.filter-drop {
	width: 28%;
	float: left;
	padding-right: 15px;
}
.filter-checkboxes {
	width: 72%;
	float: left;
}
.filter-checkboxes ul li {
	width: 33%;
	float: left;
	padding: 10px 10px 10px 0;
}
.checkbox-wrap {
	position: relative;
	line-height: 21px;
	display: block;
}
.checkbox-wrap input {
	position: absolute;
	top: 0;
	left: 0;
	width: 21px;
	height: 21px;
	cursor: pointer;
	opacity: 0;
}
.checkbox-wrap .checkbox-icon {
	position: relative;
	width: 21px;
	height: 21px;
	border-radius: 2px;
	background-color: #f9f7f6;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display: inline-block;
	float: left;
	margin-right: 10px;
	cursor: pointer;
}
.checkbox-wrap input:checked + .checkbox-icon {
	background-image: url(../images/check-icon.png);
}

.filters-result {
	display: inline-block;
	width: 100%;
	background: #fff;
	border-left: 1px dashed #b4b3b3;
}

.filters-result .product-item {
	border-bottom: 1px dashed #b4b3b3;
	border-right: 1px dashed #b4b3b3;
}
.filters-result.clicked .product-item {
	opacity: 0.5;
}
.filters-result.clicked .product-item.selected {
	opacity: 1;
}
.product-item {
	width: 25%;
	height: 214px;
	float: left;
	padding: 10px;
	text-align: center;
}
.product-item .item-icon {
	height: 160px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-item .item-icon img {
	max-height: 100%;
	width: auto;
}
.product-item .item-name {
	margin-top: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #3a3c3d;
	display: block;
}
.filters-result .product-item:hover .item-name {
	color: #eb242e
}

/* detail wrap */

.detail-wrap {
	padding: 25px;
	background-color: #fff;
	font-weight: 600;
	min-height: 600px;
	position: relative;
	padding-bottom: 30px;
}
.detail-wrap h4 {
	margin-bottom: 20px;
	line-height: 1.15;
	font-weight: 700;
}
#content .detail-wrap p {
	margin-bottom: 40px;
	line-height: 1.7;
}
#content .resources-wrap a {
	color: #3a3c3d;
}
#content .resources-wrap a:hover {
	color: #eb242e;
}
.detail-wrap strong {
	text-transform: uppercase;
}
.detail-wrap .back-btn {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 40px;
}
#content .detail-wrap .desc-item p {
	margin-bottom: 20px;
}
.detail-wrap .desc-item h4 {
	margin-bottom: 5px;
}
.detail-wrap.detail-description {
	padding-bottom: 100px;
}
.detail-wrap.detail-description sup {
	font-size: 0.6em;
}
.detail-wrap.detail-description > h4 {
	padding: 0 0 22px 55px;
}
.detail-wrap.detail-description .col-item {
	padding-left: 100px;
}
.detail-description .check-icon {
	position: relative;
}
.detail-description .check-icon:before {
	content: "";
	background: url(../images/check-circle-icon.png) no-repeat 50% 50%;
    width: 38px;
    height: 38px;
    border-radius: 20px;
    position: absolute;
    left: -56px;
    top: -6px;
}

.detail-description .detail {
	background: #e2ddd7;
	margin: -25px -25px 35px;
	overflow: hidden;
}
.detail-description .detail .product-item {
	background: #fff;
}
.detail-description .desc-item {
	float: left;
	padding: 30px 30px 0; 
	min-width: 25%;
}
.detail-description .download-link {
	position: relative;
}
.detail-description .download-link i {
	position: absolute;
	left: -30px;
	bottom: 0;
	line-height: 1;
}

/* resources */

.resources-wrap .filter-drop {
	width: 35%;
}

.resource.video {
    max-width: 70%;
    margin: auto;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* download */

.download-wrap {
	background-color: #272828;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 35px 50px 70px;
	display: none;
}
.download-wrap .close {
	position: absolute;
	top: 15px;
	right: 20px;
	line-height: 1;
	font-size: 20px;
	cursor: pointer;
}
.download-wrap .download-text {
	max-width: 510px;
	font-size: 20px;
	line-height: 1.3;
}
.download-wrap h3 {
	text-transform: uppercase;
	font-size: 36px;
	line-height: 1.1;
	margin-bottom: 20px;
}
.download-wrap input:not(.btn-red) {
	height: 50px;
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
	font-size: 14px;
	padding: 0 20px;
	font-family: 'Aktiv Grotesk Bold';
	width: 100%;
	float: left;
}
.download-wrap input + input {
	margin-top: -1px;
}
.download-wrap .form-col {
	float: left;
	width: 50%;
	max-width: 320px;
}
.download-wrap .form-col + .form-col {
	margin-left: -1px;
}
.download-wrap .btn-red {
	width: 114px;
	height: 50px;
	border: none;
	margin: 49px 0 0 30px;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 0.025em;
}

/* login */

.login-wrap {
	background-color: #272828;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 35px 50px 70px;
	display: none;
	z-index: 1000;
}

.login-wrap .close {
	position: absolute;
	top: 15px;
	right: 20px;
	line-height: 1;
	font-size: 20px;
	cursor: pointer;
}

.login-wrap .login-text {
	max-width: 510px;
	font-size: 20px;
	line-height: 1.3;
}

.login-wrap a {
	background-color: #272828;
	color: #fff;
	max-width: 510px;
	font-size: 14px;
	line-height: 1.3;
}

.login-wrap h3 {
	text-transform: uppercase;
	font-size: 36px;
	line-height: 1.1;
	margin-bottom: 20px;
}

.login-wrap input:not(.btn-red) {
	height: 50px;
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
	font-size: 14px;
	padding: 0 20px;
	font-family: 'Aktiv Grotesk Bold';
	width: 100%;
	float: left;
}

.login-wrap input + input {
	margin-top: -1px;
}

.login-wrap .form-col {
	float: left;
	/*width: 50%;*/
	max-width: 320px;
}

.login-wrap .form-col + .form-col {
	margin-left: -1px;
}
.login-wrap .btn-red {
	width: 114px;
	height: 50px;
	border: none;
	margin: 49px 0 0 30px;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 0.025em;
}

/* paginations */

.pagination-wrap {
	position: absolute;
	bottom: 20px;
	right: 16px;
}
#content .pagination-wrap a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
.pagination-wrap li {
	float: left;
	padding: 0 4px;
}
.pagination-wrap li i {
	font-size: 20px;
	position: relative;
	top: 2px;
}
.pagination-wrap .prev i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-right: 18px;
}
.pagination-wrap .next i {
	margin-left: 18px;
}
.pagination-wrap .disabled {
	display: none;
}

/* helps wrap */
.helps-wrap {
	padding-top: 25px;
}
.helps-wrap .contact-wrap {
	background: #e2ddd7;
	height: 310px;
}
.helps-wrap .contact-wrap a {
	color: #3a3c3d;
}
.helps-wrap .border-top {
	border-width: 4px;
}
.helps-wrap h5,
.helps-wrap h6 {
	margin-bottom: 20px;
}

.helps-wrap div.quality-banner {
	padding: 20px 20px 0;
}
.helps-wrap .quality-banner .btn-grey {
	margin-right: -20px;
	margin-left: -20px;
	margin-top: 20px;
}

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#fff;
	padding:5px 5px 0 5px;
	display:none;
	color:#ccc;
	box-shadow: 4px 4px 3px rgba(103, 115, 130, 1);
}


/****** FOOTER *****/
footer {
	text-align: center;
	font-size: 13px;
	padding-bottom: 20px;
	padding-top: 7px;
}
footer h3 {
	margin-bottom: 20px;
}
footer .border-top {
	padding: 50px 75px 0;
}
footer .socials-wrap {
	padding: 50px 0 40px;
}
footer .socials-wrap li {
	display: inline-block;
	padding: 0 15px;
}
footer .socials-wrap a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 18px;
	color: #fff;
	text-align: center;
	display: inline-block;
	font-size: 17px;
}
footer .socials-wrap a:hover {
	opacity: 0.75;
}
footer .socials-wrap a.tw {
	background-color: #27a5e4;
}
footer .socials-wrap a.in {
	background-color: #2874c1;
}
footer .socials-wrap a.play {
	background-color: #d61829;
}
footer .socials-wrap a.fb {
	background-color: #267ed8;
}
footer .copy {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
}
footer .copy a {
        color: #3a3c3d;
}
#userRestoreEmail, #resetCode, #resetPassword {
  border: 1px solid;
}
#resetPassword {
  margin-top: 30px;
}
.reset-password.form-wrap button.btn {
  width: 100%;
}
