@font-face {
	font-family: 'Bebas Neue Regular';
	src: url('../fonts/bebasneueregular.woff') format('woff');
}
@font-face {
	font-family: 'Bebas Neue';
	src: url('../fonts/bebasneue.woff') format('woff');
}
@font-face {
	font-family: 'Bebas Neue Book';
	src: url('../fonts/bebasneuebook.woff') format('woff');
}
@font-face {
	font-family: 'Bebas Neue Thin';
	src: url('../fonts/bebasneuethin.woff') format('woff');
}
@font-face {
	font-family: 'Bebas Neue Light';
	src: url('../fonts/bebasneuelight.woff') format('woff');
}
@font-face {
	font-family: 'Bebas Neue Bold';
	src: url('../fonts/bebasneuebold.woff') format('woff');
}

body {
	background-color: #1e1e1e;
	color: #fff;
}

a {
	transition: all .3s;
}

.container-thor {
	max-width: 970px;
	margin: 0 auto;
}

.bk-bg {
	background-color: transparent;
}

header {
	background: transparent;
	font-family: 'Open Sans', sans-serif;
	color: #ff0;
	padding: 11px 0;
	text-transform: uppercase;
	font-size: 12px;
	position: fixed;
	z-index: 900;
}

header .logo img {
	max-width: 39px;
}

header .nav ul li {
	list-style-type: none;
	margin-right: 10px;
}

header .nav ul li a {
	color: rgba(255, 255, 255, 0.6);
	line-height: 15px;
	padding: 10px 20px;
	text-transform: capitalize;
	text-decoration: none;
}

header .nav ul li a:hover {
	color: #fff;	
}

header .nav ul li.order-btn a {
	border: 1px solid #FF4200;
	line-height: 28px;
	transition: background .5s;
	text-transform: lowercase;
	margin-right: -10px;
	padding: 7px 30px;
	color: #fff;
}

header .nav ul li.order a:hover  {
	background-color: #FF4200;
}


#section0{
	background-image: url("../images/main-banner1.jpg");
	background-size: cover;
	background-position: center;
}

.home-inner-thor-logo {
	max-width: 160px;
	margin-bottom: 0px;
}
.home-inner-title {
	font-family: 'Bebas Neue Regular', sans-serif;
	font-size: 108px;
	line-height: 93px;
	max-width: 455px;
	text-shadow: 0 0 11px rgba(0,0,0,0.19);
}

.home-inner-right ul li {
	list-style-type: none;
	font: 400 13px "Open-Sans", sans-serif;
	margin-left: 25px;
	text-decoration: none;
	transition: color .3s;
	text-transform: uppercase;
}
.home-inner-right ul li:first-child {
	margin-left: 0;
}
.home-inner-right ul li a {
	color: #fff;
	text-decoration: none;
}
.home-inner-right ul li a:hover {
	color: rgba(255,255,255,0.4);
}
.home-inner-right ul li.active a {
	color: rgba(255,255,255,0.4);
	text-decoration: none;
}


.section-text h2 {
	font-size: 48px;
	font-family: 'Bebas Neue Regular', sans-serif;
	color: #FF4200;
	margin-bottom: 14px;
}
.section-text p {
	color: rgba(255,255,255,0.8);
	font: 400 18px 'Open Sans', sans-serif;
	line-height: 26px;
	margin-bottom: 24px;
	opacity: 0.8;
}
.section-image {
	margin-right: -7vw;
	margin-left: 7vw;
}

.contact {
	padding: 28px 0 18px;
	background: #242424;
}
.contact-title {
	font-family: 'Bebas Neue Regular', sans-serif;
	margin-bottom: 25px;
	color: #FF4200;
	font-size: 30px;
	line-height: 41px;
	padding: 0 25px;
	text-transform: uppercase;
}
.contact-list {
	padding: 0 25px;
	color: #c4c4c4;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}
.contact-list a, .contact-list span {
	margin-bottom: 0;
	color: #c4c4c4;
	font: 18px 'Open Sans', sans-serif;
	line-height: 26px;
	text-decoration: none;
}
.contact-list a:hover {
	text-decoration: underline;
}


.services-title {
	color: #FF4200;
	font-family: 'Bebas Neue Regular', sans-serif;
	font-size: 48px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.services-text {
	padding-left: 50px;
}
.services-link {
	display: flex;
	align-items: center;
	margin-bottom: 26px;
}
.services-link span.text {
	color: rgba(255,255,255,0.8);
	padding-left: 24px;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
}

#sys-install:hover {
	cursor: pointer;
}

.system-title {
	color: #fff;
	font-family: 'Bebas Neue Regular', sans-serif;
	font-size: 48px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.system-item {
	display: flex;
	align-items: center;
	margin-bottom: 26px;
}

.system-text {
	color: rgba(255,255,255,0.8);
	padding-left: 24px;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
}


.order {
	background-color: #000;
	padding: 22px 47px 58px;
}

.order-title, .order-product-title {
	text-align: center;
	color: #fff;
	font-family: 'Bebas Neue Regular', sans-serif;
	font-size: 25px;
	margin-bottom: 22px;
	text-transform: uppercase;	
}

.back-to-products:hover {
	cursor: pointer;
}


.form-control {
	background: #000;
	border-radius: 0 !important;
	border: 1px solid #FF4200;
	color: #fff;
	font: 16px 'Open Sans', sans-serif;
	width: 210px;
	height: 44px;
}
.form-control:focus {
	outline: none !important;
	background-color: #000 !important;
	box-shadow: none !important;
	border: 1px solid rgba(255, 255, 255, 0.6) !important;
	color: #fff;
}
.form-control::placeholder {
  color: #fff;
  opacity: .6; /* Firefox */
}
.btn-order {
	width: 210px !important;
	height: 44px;
	font: 16px 'Open Sans', sans-serif !important;
}
.btn-order:hover {
	background-color: #FF4200 !important;
	opacity: .6 !important;
}

.order-item {
	border: 0.5px solid #676767;
}
.order-img img {
	display: block;
	margin: 0 auto;
	padding-top: 4px;
	width: 50%;
}

.order-text h3 {
	font-family: 'Bebas Neue Regular', sans-serif;
	font-size: 25px;
	text-align: center;
}

.order-text p {
	color: rgba(255,255,255,0.8);
	font: 16px 'Open Sans', sans-serif;
	line-height: 26px;
	opacity: 0.8;
	text-align: center;
	padding-bottom: 20px;
}

.order-item-db {
	text-align: center;
}

.order-item-db img {
	height: auto;
	max-width: 100px;
	padding-bottom: 24px;
	width: 100%;
}

.order-item-btn {
	background: #FF4200;
	box-sizing: border-box;
	color: #c4c4c4;
	cursor: pointer;
	display: block;
	font: 16px 'Open Sans', sans-serif;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border: none !important;
	width: 100%;
}

.order-item-btn:hover {
	opacity: 0.9;
}

.order-products {
	display: flex;
}


.order-bottom {
	position: fixed;
	bottom: 0;
	z-index: 900;
}
.order-bottom a.order-btn {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	border: 1px solid #FF4200;
	line-height: 28px;
	transition: background .5s;
	text-transform: lowercase;
	margin-right: -10px;
	padding: 7px 30px;
	color: #fff;
	text-decoration: none;
}
.order-bottom a.order-btn:hover {
	background-color: #FF4200;
}
.footer-store-links img {
	height: 30px;
}

.app-slick {
	margin-left: -20px;
	margin-right: -20px;
}

.app-slick-item {
	background-color: rgba(0, 0, 0, 0.2);
}
.app-slick-item-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;	
}
.app-slick-item-img {
	padding-top: 21px;
	padding-right: 50px;
}
.app-slick-item-img img {
	max-width: 374px;
	height: auto;
	/*width: 100%;*/
}

.app-slick-item-text h3 {
	color: #d93800;
	font-family: 'Bebas Neue Regular', sans-serif;
	font-size: 48px;
	line-height: 46px;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.app-slick-item-text p {
	color: rgba(255,255,255,0.8);
	font: 18px 'Open Sans', sans-serif;
	line-height: 26px;
	margin-bottom: 30px;
	text-transform: none;
}
.app-slick-item-store a img {
	height: 50px;
	max-width: none !important;
	width: auto;
}

.renew-title, .works-title {
	font-family: 'Bebas Neue Regular', sans-serif;
	font-size: 48px;
	color: #fff;
	line-height: 46px;
	margin: 0 0 3px;
}
.renew-text {
	width: 70%;
	font: 14px 'Open Sans', sans-serif;
	color: #fff;
	margin-bottom: 10px;
}

.renew-slick-item {
	background-color: #252525;
	margin: 0 5px;
}

.renew-slick-item-text h3, .works-slick-item-text h3 {
	font-family: 'Bebas Neue Regular', sans-serif;
	font-size: 25px;
	color: #fff;
	line-height: 32px;
	margin: 15px 0 15px 0;
	padding: 0 25px;
}

.renew-slick-item-text p{
	box-sizing: border-box;
	color: rgba(255,255,255,0.8);
	font: 400 14px 'Open Sans', sans-serif;
	line-height: 24px;
	min-height: 96px;
	padding: 0 25px;
	height: 192px;
}

.works-slick-item-text p {
	box-sizing: border-box;
	color: rgba(255,255,255,0.8);
	font: 400 14px 'Open Sans', sans-serif;
	line-height: 24px;
	min-height: 96px;
	padding: 0 25px;
}


.renew-slick-item-audio {
	height: 44px;
	border-top: 3px solid black;
	border-bottom: 1px solid black;
}
.renew-slick-item-audio audio {
	width: 100%;
}

.video-slick-item-inner, .works-slick-item {
	background-color: #252525;
}

.video-slick-item-text {
	border-top: 3px solid #000;
	border-bottom: 1px solid #000;
}

.video-slick-item-text h3 {
	font-family: 'Bebas Neue Regular', sans-serif;
	font-size: 25px;
	color: #fff;
	line-height: 32px;
	margin: 10px 0 10px 0;
	padding: 0 25px;
}

.video-slick-item-text p {
	box-sizing: border-box;
	color: rgba(255,255,255,0.8);
	font: 400 14px 'Open Sans', sans-serif;
	line-height: 24px;
	padding: 0 25px;
}



/* the slides */
.slick-slide {
  margin: 0 12px;
}
/* the parent */
.slick-list {
  margin: 0 -12px;
}


.slick-prev {
	left: -12px;
	background-image: url("../images/arrow-prew.png");
	-webkit-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
}
.slick-next {
	right: -12px;
	background-image: url("../images/arrow-next.png");
	-webkit-transform: translate(100%, 0);
	transform: translate(100%, 0);
}
.slick-arrow {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	border-radius: 50%;
	cursor: pointer;
	z-index: 1000;
	color: transparent;
	width: 61px;
	height: 61px;
	border: none;
}
.slick-prev::before, .slick-next::before  {
	content: '' !important;
}

.slick-dots li button::before {
	color: rgba(255, 255, 255, 0.2) !important;
	font-size: 12px !important;
}

.slick-dots li.slick-active button::before {
	color: rgba(255, 255, 255, 0.6) !important;
}


.modal-content {
	background-color: #1e1e1e !important;
}
.modal-header {
	border-bottom: 1px solid #000;
}
.modal-title {
	font-family: 'Bebas Neue Regular', sans-serif;
	font-size: 34px !important;
	color: #fff;
}
.modal-footer {
	border-top: 1px solid #000;
}

.modal-dialog {
	overflow-y: initial !important
}
.modal-body {
 	max-height: 75vh;
	overflow-y: auto;
}


.btn-thor {
	background: #FF4200;
	box-sizing: border-box;
	color: #c4c4c4;
	cursor: pointer;
	display: block;
	font: 14px 'Open Sans', sans-serif;
	text-align: center;
	border: none !important;
	border-radius: 0 !important;
}
.btn-thor:hover {
	opacity: 0.9;
}
#modal-body-content {
	box-sizing: border-box;
	color: rgba(255,255,255,0.8);
	font: 400 14px 'Open Sans', sans-serif;
	line-height: 24px;
}


#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: #F00;
}

.fp-watermark a {
	display: none;
}


#hamburger {
	border: none !important;
	background-color: transparent !important;
}

@media (max-width: 991px) {

	.container-thor {
		max-width: none;
		width: 95%;
		padding: 0 15px;
		margin: 0 auto;
	}

	.section {
		padding: 50px 0;
	}

	.bk-bg {
		background-color: #000;
	}

	h2, h3 {
		font-size: 24px !important;
	}

	header {
		background-color: #000;
	}
	.nav {
		position: absolute;
		top: 45px;
		right: 0;
		display: none;
		background-color: #000;
		padding: 20px 50px 20px 20px;
	}
	.nav ul li {
		margin-left: -30px;
		text-align: left;
		margin-bottom: 10px;
	}
	.nav ul li.order-btn a {
		border: none !important;
		transition: background .5s;
		text-transform: capitalize !important;
		margin-right: 0 !important;
		padding: 7px 21px !important;
		color: rgba(255, 255, 255, 0.6) !important;
		line-height: 15px !important;
	}
	.nav ul li.order-btn a:hover {
		color: #fff !important;
	}
	.logo img {
		width: 24px;
	}


	#section0 {
		min-height: 568px !important;
	}
	.home-inner-right ul {
		margin-left: -30px;
	}
	.home-inner-right ul li {
		margin-left: 0 !important;
		margin-right: 25px;
	}
	.home-inner-thor-logo {
		max-width: 18vw;
	}
	.home-inner-title {
		font-size: 12vw;
		line-height: 10vw;
		max-width: 320px;
	}


	.section-image {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.section-image img {
		display: block;
		width: 100%;
		margin: 0 auto;
	}


	.app-slick-item-inner {
		display: block;	
	}
	.app-slick-item-img {
		width: 100%;
		padding-top: 21px;
		padding-right: 0 !important;
	}
	.app-slick-item-img img {
		display: block;
		margin: 0 auto;
		width: 100%;
	}

	.order-products {
		display: block;
	}

	.slick-arrow {
		display: none !important;
	}

	.slick-dots {
		bottom: -33px !important;
	}

	#sys-install {
		width: 100%;
	}

	.app-slick-item {
		padding: 0 15px 30px 15px;
	}

	.invalid-feedback {
		text-align: center;
	}

	.services-text {
		padding-left: 0 !important;
	}

	.renew-text {
		width: 100% !important;
		margin-bottom: 30px !important;
	}

	.section-text p, .app-slick-item-text p {
		font-size: 13px !important;
	}

	.app-slick-item-store a img {
		height: 30px !important; 
	}

	.fp-overflow {
		overflow-y: hidden !important;
		max-height: none !important;
	}
	.order-bottom {
		position: static !important;
	}

}


.cookieinfo {
	background: rgba(0, 0, 0, 0.6) !important;
	font: 14px 'Open Sans', sans-serif;
	color: #fff !important;
}
