*,:after,:before {
	box-sizing: border-box;
}

:after,:before {
	text-decoration: inherit;
	vertical-align: inherit;
}

::selection {
	background: #f5f5f5; /* Safari */
	color: #0D0E1B;
}
::-moz-selection {
	background: #f5f5f5; /* Firefox */
	color: #0D0E1B;
}

html {
	cursor: default;
	line-height: 1.5;
	-moz-tab-size: 4;
	tab-size: 4;
	-webkit-tap-highlight-color: transparent;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	/*word-break: break-word;*/
	min-width: 320px;
}

body {
	margin: 0;
	padding: 0;
	min-width: 320px;
	font-family: 'Roboto', sans-serif;
	background: #0e0d1b url(images/bg1.jpg) center top no-repeat;
	background-size: auto 100vh;
	font-weight: 400;
	color: #fff;
}

html, body {
      height: 100%;
      width: 100%;
}

a {
	background-color: transparent;
	text-decoration: none;

}

b {
	font-weight: bolder;
}

iframe,img,svg,video {
	vertical-align: middle;
}

video {
	/*display: inline-block;*/
}

iframe,img {
	border-style: none;
}

svg:not([fill]) {
	fill: currentColor;
}

svg:not(:root) {
	overflow: hidden;
}

button,input,select {
	margin: 0;
}

button {
	overflow: visible;
	text-transform: none;
}

[type=button],[type=reset],[type=submit],button {
	-webkit-appearance: button;
}

input {
	overflow: visible;
}

select {
	text-transform: none;
}

textarea {
	margin: 0;
	overflow: auto;
	resize: vertical;
}

[type=checkbox],[type=radio] {
	padding: 0;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
	
}

::-webkit-inner-spin-button,::-webkit-outer-spin-button {
	height: auto;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: .54;
}

::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
	box-shadow: none;
}


.img-shad:after{
	content: '';
	width: 100%;
	height: 100%;
	background: #0f54db;
	position: absolute;
	left: 4%;
	top: 3%;
	z-index: 1;
}


.img-shad2:after{
	content: '';
	width: 100%;
	height: 100%;
	background: #0f54db;
	position: absolute;
	left: 2.5%;
top: 3.5%;
	z-index: 1;
}



.bg2{
	background: url(images/bg2.jpg) center center no-repeat;
	background-size: cover;
}
.bg3{
	background: url(images/bg3.jpg) center center no-repeat;
	background-size: cover;
}
.bg4{
	background: url(images/bg4.jpg) center center no-repeat;
	background-size: cover;
}

.bg5{
	background: url(images/bg5.jpg) center center no-repeat;
	background-size: cover;
	padding-bottom: 46%;
}

.bg6{
	background: url(images/bg6.jpg) center center no-repeat;
	background-size: cover;
}
.bg7{
	background: url(images/bg7.jpg) center bottom no-repeat;
	background-size: cover;
}

.bg8{
	background: url(images/bg8.jpg) center bottom no-repeat;
	background-size: cover;
}
.bg9{
	background: url(images/bg9.jpg) center center no-repeat;
	background-size: cover;
}
.bg10{
	background: url(images/bg10.jpg) center top no-repeat;
	background-size: cover;
}


.quot1:before {
    content: '';
    position: absolute;
    left: -25px;
	top: -15px;
    width: 135px;
    height: 80px;
    background: url(images/quot1.png) center center no-repeat;
    z-index: 1;
    background-size: 90%;
    display: block;
	z-index: 1;
}



.bg-bot{
	background: #0D0E1B url(img/bg4.png) center top;
	min-height: 600px;
}




.link-video{
    position: relative;
    padding-bottom: 46.25%;
    height: 0;
    background: #f5f5f5;
}

.link-video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#sync1 .item {
  padding: 0px;
  padding-bottom: 57%;
  background-size: cover;
  margin: 5px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
#sync2 .item {
  padding-bottom: 57%;
  background-size: cover;
  margin: 5px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  opacity: 0.3;
}
#sync2 .item h1 {
  font-size: 18px;
}
#sync2 .current .item {
  opacity: 1;
}
.owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}
.owl-theme .owl-nav [class*='owl-'] {
  transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*='owl-'].disabled:hover {
  
}
#sync1.owl-theme {
  position: relative;
}
#sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
#sync1.owl-theme .owl-prev {
  left: 10px;
}
#sync1.owl-theme .owl-next {
  right: 10px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: rgba(255,255,255,0.05) !important;
    border-radius: 50% !important;
}

.owl-theme .owl-nav{
	position: absolute;
	left: 0; top: 46%; -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
	height: 0;
	width: 100%;
}

.owl-carousel .owl-nav button.owl-prev{
	position: absolute;
	left: 0;
}
.owl-carousel .owl-nav button.owl-next{
	position: absolute;
	right: 0;
}

.owl-dots {
    display: block;
    position: absolute;
    width: 100%;
    bottom: -60px;
}


.owl-theme .owl-dots .owl-dot span {
    background: transparent !important;
	border: 1px solid #FD27DD !important;
	width: 18px !important;
	height: 18px !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #FD27DD !important;
}


.vtv{
		height: 28px;
		margin-top: 5px;
	}
	
	.ntv{
		height: 90px;
	}
	
	
.text-shad1{
		text-shadow: 0px 0px 4px rgba(255, 248, 0, 0.35)
	}

@media screen and (max-width: 1420px) {	
	
	
	.head-top{
		height: 130px;
		width: auto;
	}
}

@media screen and (max-width: 1200px) {	
	
	.bg4:after {
		background-size: 70%;
	}
	.bg2:after {
		background-size: 70%;
	}
	.bg3:before {
		background-size: 70%;
	}
	.bg-bot {
		background: #0D0E1B url(img/bg4.png) center center;
		min-height: 550px;
	}
	
}

@media screen and (max-width:992px) {	
	body {
		background: #0e0d1b url(images/bg1-mini.jpg) center top no-repeat;
		background-size: 100% auto;
	}
}

@media screen and (max-width:768px) {	
	
	
	.head-top {
		height: 110px;
	}
	
	.bg2:after {
		background-size: 40%;
	}
	
	.bg3:before {
		background-size: 55%;
		top: -20px;
		left: -30px;
	}
	
	.ntv{
		height: 50px;
	}
	.vtv{
		height: 24px;
	}
	
	.owl-carousel .owl-nav button.owl-prev {
		left: -35px;
	}
	.owl-carousel .owl-nav button.owl-next {
		right: -35px;
	}
	.bg10 {
		background: url(images/bg10-mini.jpg) center top no-repeat;
		background-size: 100%;
	}
}

@media screen and (max-width:610px) {	
	.main-txt{
		background: rgb(14,13,27);
		background: -moz-linear-gradient(180deg, rgba(14,13,27,0) 0%, rgba(14,13,27,0.5690476874343487) 7%, rgba(14,13,27,0.7455182756696428) 14%, rgba(14,13,27,0.8351541300113796) 25%, rgba(14,13,27,1) 52%, rgba(14,13,27,1) 100%);
		background: -webkit-linear-gradient(180deg, rgba(14,13,27,0) 0%, rgba(14,13,27,0.5690476874343487) 7%, rgba(14,13,27,0.7455182756696428) 14%, rgba(14,13,27,0.8351541300113796) 25%, rgba(14,13,27,1) 52%, rgba(14,13,27,1) 100%);
		background: linear-gradient(180deg, rgba(14,13,27,0) 0%, rgba(14,13,27,0.5690476874343487) 7%, rgba(14,13,27,0.7455182756696428) 14%, rgba(14,13,27,0.8351541300113796) 25%, rgba(14,13,27,1) 52%, rgba(14,13,27,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0e0d1b",endColorstr="#0e0d1b",GradientType=1); 
		width: 100%;
	}
}

@media screen and (max-width:568px) {	
	
	.owl-carousel .owl-item img {
		width: 60% !important;
	}
	
	.head-top {
		height: 80px;
	}
	
	.bg4:after {
		background-size: 50%;
	}
	
	.link-video {
		padding-bottom: 66%;
	}
	
	.bg-bot{
		background-position: center top -70px;
	}
	
}

@media screen and (max-width:450px) {	
	.ntv{
		height: 34px;
	}
	.vtv{
		height: 18px;
	}
}

@media screen and (max-width:450px) {	
	
}
