/*
Table of contents
- 1. Common Styles & Initials
- 2. General
- 3. Image Left
- 4. Image Right
- 5. CONTENT IMAGE LEFT
- 6. CONTENT MAP RIGHT
- 7. Map
- 8. Countdown
- 9. Responsive
*/

.color_white {
	color: #fff;
}

.color_black {
	color: #0b1440;
}

.color_blue {
	color: #2f52ff;
}

.color_grey {
	color: #6f7a82;
}

.color_lightgrey {
	color: #b3b9be;
}

.background_white {
	background: #fff;
}

.background_black {
	background: #0b1440;
}

.background_blue {
	background: #2f52ff;
}

.background_grey {
	background: #6f7a82;
}

.bg_no {
	background: none !important;
}

.overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    position: relative;
    overflow: auto;
}

/*
  1. Common Styles & Initials
*/

html,
body {
	overflow-x: hidden;
}

::-webkit-scrollbar {
	display: none;
}

*:focus {
	outline: none !important;
	box-shadow: none !important;
}

@media (min-width: 1200px) and (max-width: 2000px) {
	.container {
		width: 80%;
	}
}

@media (min-width: 2001px) {
	.container {
		width: 1400px;
	}
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 1.5;
	font-weight: 300;
	overflow: hidden;
	color: #0b1440;
	background-color: #000;
}

ul {
	list-style: none;
	margin: 0;
}

a,
a:hover,
a:focus {
	color: inherit;
	text-decoration: none;
}

.overlay_75 {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0b1440;
	opacity: .75;
}

.overlay_5 {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0b1440;
	opacity: .5;
}

.overlay_b_5 {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0b1440;
	opacity: .5;
}

.overlay_black_25 {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .25;
}

.overlay_black_5 {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
}

.overlay_black_75 {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .75;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway", Georgia, "Times New Roman", Times, serif;
    font-weight: 900;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 0;
}

.letter {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    top: 0%;
    height: 45px;
    line-height: 120px;
    font-family: "Raleway", Georgia, "Times New Roman", Times, serif !important;
    font-size: 210px !important;
    color: #c7c8c9;
    z-index: -1;
    opacity: .1;
}

.header-toggle {
    float: right;
    margin-top: 8px;
}

#menu-toggle {
    background-color: rgba(255, 255, 255, 0.15);
}

#menu-toggle {
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-border-top-left-radius: 50%;
    -moz-border-top-left-radius: 50%;
    border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -moz-border-top-right-radius: 50%;
    border-top-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -moz-border-bottom-left-radius: 50%;
    border-bottom-left-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -moz-border-bottom-right-radius: 50%;
    border-bottom-right-radius: 50%;
    background-clip: padding-box;
    position: relative;
}

.heartbeat {
    font-family: 'Raleway';
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 10pt !important;
}

.blue {
	color: #86f562;
}

.pink {
    color: #ff2591;
}

.orange
{
	color: #ff5b00;
}

.section-divider {
    background-color: #ff5b00;
}

.section-divider {
    -webkit-border-top-left-radius: 50px;
    -moz-border-top-left-radius: 50px;
    border-top-left-radius: 50px;
    -webkit-border-top-right-radius: 50px;
    -moz-border-top-right-radius: 50px;
    border-top-right-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-bottom-left-radius: 50px;
    border-bottom-left-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-bottom-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background-clip: padding-box;
    display: inline-block;
    height: 5px;
    width: 80px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.bg_no {
	background: none !important;
}

.bg_img {
	z-index: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.bg_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.bg_video {
	z-index: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.bg_video video {
	min-width: 100vw;
	min-height: 100vh;
}

.background_youtube {
	z-index: -11;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.background_youtube img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

#particles-js {
	z-index: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#canvas-sphere {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	opacity: .25;
}

#canvas-sphere>div {
	display: none;
}

#fullpage {
	z-index: 1;
}

#wavybg-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}

body .vegas-container {
	position: fixed;
	z-index: -1;
	width: 100%;
	height: 100vh !important;
}

.opacity_25 {
	opacity: .25;
}

.opacity_5 {
	opacity: .5;
}

.opacity_75 {
	opacity: .75;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

h1,
.h1 {
	font-size: 48px;
}

h2,
.h2 {
    font-size: 40px;
    letter-spacing: 2px;
}

.letter-spacing_2 {
	letter-spacing: 2px;
}

.letter-spacing_1 {
	letter-spacing: 1px;
}

.letter-spacing_05 {
	letter-spacing: .5px;
}

.relative {
	position: relative;
}

.text_shadow {
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}

.title {
	font-weight: 600;
}

.title.big {
	font-size: 48px;
}

.title#text {
	height: 45px;
}

.title .big_2 {
	font-size: 60px;
	display: inline-block;
	line-height: 1;
}

.serif {
	font-family: 'Playfair Display', serif;
}

.serif .font_bold {
	font-weight: bold;
}

.font_bold {
	font-weight: 600;
}

.font_semibold {
	font-weight: 600;
}

.font_light {
	font-weight: 200;
}

.font_line {
    font-weight: 100;
}

button,
.btn {
	padding: 0 15px;
	line-height: 40px;
	color: #fff;
	letter-spacing: .5px;
	background: #2f52ff;
	box-shadow: 0 2px 20px -10px #0b1440;
	transition: background .3s, box-shadow .3s;
}

button:hover,
button:focus,
.btn:hover,
.btn:focus {
	color: #2f52ff;
	background: #fff;
	box-shadow: 0 2px 20px -5px #0b1440;
}

button i,
.btn i {
	margin-right: 10px;
}

.space_10 {
	width: 100%;
	height: 10vh;
	display: inline-block;
}

.space_5 {
	width: 100%;
	height: 5vh;
	display: inline-block;
}

.d_table {
	display: table;
	width: 100%;
}

.d_table_v {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

#particles {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .1;
}

aside {
    display: block;
}

.layout-content.status.status-index .components-section .component-container .name {
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    font-weight: 500;
    max-width: 75%;
}

.layout-content.status.status-index .components-section .components-container.one-column .component-container .component-status {
    display: inline-block;
}

.layout-content.status.status-index .components-section .component-container .component-status {
    font-size: .875rem;
    float: right;
}

.layout-content.status.status-index .components-section .components-container.one-column .component-container .icon-indicator {
    display: none;
}

.layout-content.status.status-index .components-section .component-container .icon-indicator {
    float: right;
    position: relative;
    top: 4px;
}

.shared-partial.uptime-90-days-wrapper {
    padding-top: 5px;
    margin-bottom: -2px;
}

.shared-partial.uptime-90-days-wrapper svg {
    margin: 0;
    padding: 0;
    height: 50px;
    width: 100%;
}

.shared-partial.uptime-90-days-wrapper .legend {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    top: -2px;
}

.layout-content.status .shared-partial.uptime-90-days-wrapper .legend .spacer {
    background: #FFF;
    opacity: 0.3;
}

.shared-partial.uptime-90-days-wrapper .legend .spacer {
    flex: 1;
    margin: 0.65rem 1rem 0px 1rem;
    height: 3px;
    background: #fff;
    opacity: 0.3;
}

.shard-title
{
	font-size: 12pt;
}

.shard-section-spacer
{
	height: 100px;
}

.grid-select:hover
{
	cursor: pointer;
	opacity: 0.8;
}

.tooltip-text-l
{
	font-size: 14pt;
}

.tooltip-text-m
{
	font-size: 12pt;
}

.tooltip-text-sm
{
	font-size: 10pt;
}

.legend
{
    text-transform: uppercase;
    font-size: 9pt !important;
    font-family: 'Lato' !important;
}

.subscribe-form input[type=email] {
    background: none;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 10px 0 0;
    color: #FFF;
    font-size: 18px;
    height: 50px;
    float: left;
    padding: 10px 20px;
    width: 71%;
}

.subscribe-form button {
    background-color: rgb(255, 0, 227);
    border-radius: 0 0 10px;
    border: 0 solid;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 500;
    height: 50px;
    /* position: absolute; */
    float: left;
    width: 140px;
}

.submit-btn {
    background: rgba(255,255,255,.3) none repeat scroll 0 0;
    border: 1px solid rgba(255,255,255,.5);
    float: left;
    font-size: 18px;
    padding: 5px 25px;
}

#mc-form label {
    display: block;
    margin-top: 10px;
}

.glow{
	position:absolute;
	z-index:1;
	top:0;
	bottom:0;
	left:50%;
	margin-left:-200px;
	width:400px;
	background: -moz-radial-gradient(center, ellipse cover,  rgba(0,171,255,0.18) 0%, rgba(0,171,255,0) 70%, rgba(0,171,255,0) 73%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,171,255,0.18)), color-stop(70%,rgba(0,171,255,0)), color-stop(73%,rgba(0,171,255,0))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,171,255,0.18) 0%,rgba(0,171,255,0) 70%,rgba(0,171,255,0) 73%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(0,171,255,0.18) 0%,rgba(0,171,255,0) 70%,rgba(0,171,255,0) 73%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(0,171,255,0.18) 0%,rgba(0,171,255,0) 70%,rgba(0,171,255,0) 73%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(0,171,255,0.18) 0%,rgba(0,171,255,0) 70%,rgba(0,171,255,0) 73%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e00abff', endColorstr='#0000abff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.slogan{
	text-transform:uppercase;
	color:#fff;
	padding:0 0 25px 0;
	margin:0;
	text-align:center;
	font-size:30px;
	font-weight:300;
	letter-spacing:3px;
	text-shadow: 0px 0px 5px #00aeff;
	-webkit-animation: electro-blink 3s linear 0s infinite;
	-moz-animation: electro-blink 3s linear 0s infinite;
	animation: electro-blink 3s linear 0s infinite;
}

.slogan-dark{
	color:#bbb;
	text-shadow: 0px 0px 5px #888;
	-webkit-animation: electro-blink 3s linear 1s infinite;
	-moz-animation: electro-blink 3s linear 1s infinite;
	animation: electro-blink 3s linear 1s infinite;
}

.slogan-demo{
	color:#FCF;
	text-shadow: 0px 0px 5px #F0C;
	padding-top:80px;
}

.animation-blink
{
	animation: electro-blink 3s linear 0s infinite;
}

@-webkit-keyframes electro-blink {
	0%,50%,54%,58%,90%,94%,100% {opacity:1;}
	52%,92% {opacity:0.4;}
	56%,96% {opacity:0.1;}
}

@keyframes electro-blink {
	0%,50%,54%,58%,90%,94%,100% {opacity:1;}
	52%,92% {opacity:0.4;}
	56%,96% {opacity:0.1;}
}

@-webkit-keyframes clock-rotate {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	0% {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}
@-moz-keyframes clock-rotate {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	0% {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}
@-o-keyframes clock-rotate {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	0% {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}
@keyframes clock-rotate {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	0% {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}

@-webkit-keyframes cogrotate {
	from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-moz-keyframes cogrotate {
	from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-o-keyframes cogrotate {
	from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes cogrotate {
	from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.show-section {
	height: 21px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 40px;
	border: solid #fff;
	outline: none;
	border-width: 1px 0;
	position: absolute;
	top: 80px;
	right: -85px;
	display: inline-block;
	-webkit-transition: right ease .8s, top ease .4s, height ease .4s;
	-moz-transition: right ease .8s, top ease .4s, height ease .4s;
	-ms-transition: right ease .8s, top ease .4s, height ease .4s;
	-o-transition: right ease .8s, top ease .4s, height ease .4s;
	transition: right ease .8s, top ease .4s, height ease .4s;
}
#menu-show:not(.visible):hover {
	top: 79px;
	height: 23px;
}
.show-section:after,
.show-section:before {
	-webkit-transition: all linear .2s;
	-moz-transition: all linear .2s;
	-ms-transition: all linear .2s;
	-o-transition: all linear .2s;
	transition: all linear .2s;
}
.show-section:after {
	display: block;
	content: "";
	height: 9px;
	border-top: 1px solid #fff;
	position: absolute;
	top: 9px;
	left: 0;
	right: 0;
}
.show-section:before {
	display: block;
	content: "";
	height: 9px;
	border-top: 1px solid #fff;
	position: absolute;
	top: 9px;
	left: 0;
	right: 0;
}
#menu-show:not(.visible):hover:after,
#menu-show:not(.visible):hover:before {
	top: 10px;
}
.show-section.visible {
	border-width: 0;
	width: 25px;
	height: 25px;
	right: 40px;
}
.show-section.visible:before {
	height: 0;
	bottom: 12px;
	top: auto;
	left: -4px;
	right: -4px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.show-section.visible:after
{
	height: 0;
	top: 12px;
	left: -4px;
	right: -4px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#side-menu,
#configurator
{
	z-index: 11;
	position: fixed;
	right: 100%;
	top: 0;
	bottom: 0;
	width: 300px;
	background: #15151c;
	-webkit-transition: all ease .8s;
	-moz-transition: all ease .8s;
	-ms-transition: all ease .8s;
	-o-transition: all ease .8s;
	transition: all ease .8s;
}

#side-menu.visible,
#configurator.visible
{
	z-index: 999;
}

#config-show
{
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
	height: 40px;
	width: 40px;
	position: fixed;
	top: 20px;
	left: 20px;
	z-index: 999;
	border: none;
	background: url(../img/configurator.png) 0 0 no-repeat;
    background-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 2px 40px #0b1440;
    transition: background .3s, box-shadow .3s;
    border-radius: 60px;
    background-size: 70%;
    background-position: center;
}

#config-show.visible {
	background: none;
	width: 25px;
	height: 25px;
	bottom: 100%;
	margin-bottom: -100px;
}
#config-show:before,
#config-show:after {
	display: none;
}
#config-show.visible:before,
#config-show.visible:after {
	display: block;
}
.aside-title {
	font-size: 24px;
	letter-spacing: 5px;
	line-height: 29px;
	margin-bottom: 27px;
	text-transform: uppercase;
}
.aside-inner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 100px 30px 31px 40px;
}
#side-menu.visible,
#configurator.visible {
	margin-right: -300px;
}

#config-show:hover {
    -webkit-animation-name: cogrotate;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -moz-animation-name: cogrotate;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
	box-shadow: 0 0 0 rgba(204,169,44, 0.4);
	animation: pulse 2s infinite;
}
.visible #config-show:hover {
	-moz-animation-name: none;
	-webkit-animation-name: none;
}


.slideshow {
	position: fixed !important;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video_backgound {
	position: fixed;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.video_backgound video {
	min-width: 100%;
	min-height: 100%;
	position: relative;
}

.video-background {
	background: #000;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -99;
}

.video-foreground,
.video-background iframe {
	position: absolute;
	top: -25%;
	left: -25%;
	width: 150%;
	height: 150%;
	pointer-events: none;
}

#smoky {
	position: fixed;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.subscribe {
	position: relative;
	width: 325px;
	margin: 20px auto 0;
	display: inline-block;
}

.subscribe .subscribe_form.tr #mail-subscribe {
	border: 1px solid #fff;
}

.subscribe .subscribe_form .form-group {
	margin-bottom: 0;
}

.subscribe .subscribe_form label {
	margin-bottom: 15px;
	font-size: 16px;
	letter-spacing: .5px;
}

.subscribe .subscribe_form #mail-subscribe {
	width: 100%;
	height: 50px;
	padding: 0 50px 0 15px;
	line-height: 50px;
	float: left;
	background: none;
	border: 1px solid #2f52ff;
	box-shadow: none;
	border-radius: 24px;
	font-size: 12px;
	transition: box-shadow .3s, border .3s;
	color: #fff;
	letter-spacing: .5px;
}

.subscribe .subscribe_form #mail-subscribe:focus {
	box-shadow: 0 0 35px 0 #2f52ff !important;
}

.subscribe .subscribe_form .fa-2x {
	font-size: 24px;
}

.subscribe .subscribe_form ::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #fff;
	letter-spacing: .5px;
}

.subscribe .subscribe_form :-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
	opacity: 1;
	letter-spacing: .5px;
}

.subscribe .subscribe_form ::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
	opacity: 1;
	letter-spacing: .5px;
}

.subscribe .subscribe_form :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
	letter-spacing: .5px;
}

.subscribe .subscribe_form .submit {
	position: absolute;
	right: 4px;
	top: 4px;
	border-radius: 24px;
	font-size: 12px;
	padding: 0;
	line-height: 50px;
	color: #fff;
	letter-spacing: .5px;
	background: #2f52ff;
	box-shadow: 0 2px 20px -10px #0b1440;
	transition: background .3s, box-shadow .3s;
	width: 42px;
	height: 42px;
}

.subscribe .subscribe_form .submit:hover {
	background: #fff;
	color: #2f52ff;
}

.subscribe .subscribe_form .submit i {
	margin-right: 0;
}

.social_list {
	position: fixed;
	z-index: 9;
	top: 35px;
	right: 25px;
	text-align: center;
}

.social_list li {
	margin: 0;
}

.social_list li a {
	position: relative;
	font-size: 16px;
	color: #fff;
	transition: all .3s;
	opacity: .75;
}

.social_list li a:hover {
	opacity: 1;
}

header {
	position: absolute;
	z-index: 99;
	width: 100%;
	height: 100px;
	margin: 0 auto;
	padding: 0 5%;
}

.brand {
	position: fixed;
	top: 25px;
	left: 25px;
	height: 30px;
}

.brand img {
	height: 100%;
	object-fit: contain;
}

.contact_fixed {
	position: fixed;
	bottom: 25px;
	left: 25px;
	font-size: 12px;
	color: #fff;
	letter-spacing: .5px;
	opacity: .3;
}

.play_video {
	position: absolute;
	left: calc(50% - 37.5px);
	top: calc(50% - 37.5px);
	width: 75px;
	height: 75px;
	border-radius: 50px;
	background: #2f52ff;
	box-shadow: 0 0 40px -10px #000;
	transition: box-shadow .3s, background .3s;
	cursor: pointer;
}

.play_video i {
	width: 75px;
	height: 75px;
	font-size: 30px;
	padding: 24px 30px;
	color: #fff;
}

.play_video:hover {
	background: #fff;
}

.play_video:hover i {
	color: #2f52ff;
}

.video_p {
	border-radius: 10px;
	height: 300px;
	overflow: hidden;
	box-shadow: 0 5px 50px -10px #000;
}

.video_p video {
	height: 300px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.team {
	text-align: center;
}

.team .item {
	width: 50%;
	float: left;
	padding: 15px;
}

.team .item:hover img {
	transform: scale(1.1);
}

.team .item img {
	transform: scale(0.85);
	border-radius: 50%;
	margin: 0 auto;
	transition: all .75s;
}

.team .item span {
	opacity: .3;
}

.team .item .social {
	margin-top: 10px;
}

.team .item .social li {
	opacity: .3;
	transition: all .3s;
}

.team .item .social li:hover {
	opacity: 1;
}

.team-name
{
    font-size: 16pt;
    font-family: 'Ubuntu Condensed';
    font-weight: 100;
	margin: 0 0 0px;
	padding-bottom: 15px;
    text-transform: uppercase;
}

.team-bio
{
	opacity: .3;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
}

.portfolio-sizer,
.portfolio-item {
	width: 33.333%;
	padding: 7px;
}

.contact {
	width: 500px;
	margin: 0 auto;
}

.contact #contact-form {
	text-align: left;
}

.contact #contact-form .row .input-group:first-child {
	margin-top: 0;
}

.contact #contact-form .row .input-group:nth-child(4) .input-group-addon {
	vertical-align: top;
	padding-top: 15px;
}

.contact #contact-form .input-group-addon {
	background: none;
	border: none;
	color: rgba(255, 255, 255, 0.3);
	padding: 0;
	transition: all .3s;
}

.contact #contact-form .input-group {
	margin-top: 25px;
}

.contact #contact-form .input-group:hover .input-group-addon {
	color: #2f52ff;
}

.contact #contact-form .input-group .form-control {
	line-height: 45px;
	height: 45px;
	width: 100%;
	background: none;
	color: #fff;
	border: solid rgba(255, 255, 255, 0.3);
	border-width: 0 0 1px 0;
	border-radius: 0;
	display: block;
	margin: 0;
	padding: 0 10px 0 25px;
	transition: box-shadow .3s, border .3s;
	font-size: 13px;
	left: -10px;
	box-shadow: none;
}

.contact #contact-form .input-group .form-control:focus {
	border-color: #2f52ff;
}

.contact #contact-form .input-group textarea {
	min-height: 150px !important;
	resize: none;
}

.contact #contact-form .input-group .req {
	font-size: 10px;
	opacity: .3;
	margin: 5px 15px 0;
	letter-spacing: .5px;
}

.contact #contact-form .input-group ::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #fff;
	letter-spacing: .5px;
	opacity: .7;
}

.contact #contact-form .input-group :-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
	letter-spacing: .5px;
	opacity: .7;
}

.contact #contact-form .input-group ::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
	letter-spacing: .5px;
	opacity: .7;
}

.contact #contact-form .input-group :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
	letter-spacing: .5px;
	opacity: .7;
}

.contact #contact-form .submit {
	margin: 0 auto;
	display: block;
	margin-top: 35px;
}

.contact #contact-form input.btn-send {
	background: none;
	border: none;
}

.countdown {
	width: 100%;
	opacity: .8;
}

.countdown ul#countdown {
	padding: 0;
}

.countdown ul#countdown li {
	display: inline-block;
	padding: 0 3%;
	line-height: 1;
	letter-spacing: 1px;
	font-size: 18px;
	font-weight: 200;
	text-transform: uppercase;
	border-right: 1px dashed rgba(255, 255, 255, 0.5);
}

.countdown ul#countdown li:first-child {
	padding-left: 0;
}

.countdown ul#countdown li:last-child {
	padding-right: 0;
	border-right: none;
}

.countdown ul#countdown li span {
  font-family: 'Ubuntu Condensed';
	font-size: 50px;
	line-height: 1;
	font-weight: 100;
	display: block;
}

.loader_bg {
	position: fixed;
	z-index: 9999999;
	background: rgb(34, 34, 34);
	width: 100%;
	height: 100%;
}

.loader {
	border: 0 solid transparent;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	position: absolute;
	top: calc(50vh - 75px);
	left: calc(50vw - 75px);
}

.loader:before,
.loader:after {
	content: '';
	border: 1em solid #ddd;
	border-radius: 50%;
	width: inherit;
	height: inherit;
	position: absolute;
	top: 0;
	left: 0;
	animation: loader 2s linear infinite;
	opacity: 0;
}

.loader:before {
	animation-delay: .5s;
}

@keyframes loader {
	0% {
		transform: scale(0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: scale(1);
		opacity: 0;
	}
}

.index img {
	border: 3px solid #444;
	box-shadow: 0 5px 30px -10px #000;
}

.index .col-md-3 {
	margin: 25px 0;
}

.index span {
	margin: 15px 0 0 0;
	display: inline-block;
}

.index h1 {
	margin: 100px auto 50px;
	font-weight: bold;
}

.index h2 {
	margin: 0 auto 100px;
	font-weight: bold;
}

.index footer {
	position: relative;
	right: 0;
	width: 100%;
}

@-moz-document url-prefix() {
	.wrapper {
		height: 100vh;
	}
}

.fp-section {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	visibility: hidden;
	height: 0;
	-webkit-transition: all 0.7s cubic-bezier(0.3, 0.5, 0.2, 1);
	transition: all 0.7s cubic-bezier(0.3, 0.5, 0.2, 1);
	opacity: 0;
}

.fp-section .inside-content {
	-webkit-transition: all 0.7s cubic-bezier(0.3, 0.5, 0.2, 1);
	transition: all 0.7s cubic-bezier(0.3, 0.5, 0.2, 1);
	-webkit-transform: translateY(0) scale(0.8);
	transform: translateY(0) scale(0.8);
	opacity: 0;
}

.fp-section.active {
	visibility: visible;
	opacity: 1;
}

.inside-content {
	position: relative;
	z-index: 10;
	left: 0;
	visibility: visible;
	padding: 0 25%;
	display: inline-block;
	width: 100%;
}

.fp-section.active .inside-content {
	-webkit-transform: translateY(0) scale(1);
	transform: translateY(0) scale(1);
	opacity: 1;
}

#fp-nav.left {
	left: 5px;
}

#fp-nav ul li,
.fp-slidesNav ul li {
	display: block;
	height: 30px;
	margin: 0 0 0 20px;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 10px;
	position: relative;
	width: 20px;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span,
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
	border-radius: 5px;
	position: absolute;
	z-index: 1;
	height: 7px;
	width: 7px;
	border: 0;
	background: #fff;
	opacity: .2;
	left: 0;
	top: 0;
	margin: 0;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
	height: 7px;
	width: 7px;
	margin: 0;
	border-radius: 5px;
	background: #fff;
	opacity: 1;
}

#fp-nav ul li .fp-tooltip.left {
	line-height: 35px;
	left: 30px;
}

#section0 h5 {
	width: 60%;
	margin: 0 auto;
	font-size: 13px;
}

.intro {
	width: 100%;
	margin: 0 auto;
	display: inline-block;
}

::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #fff;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
	opacity: 1;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
	opacity: 1;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
}

.btn_contact {
	position: fixed;
	z-index: 9;
	right: 20px;
	top: 20px;
	border-radius: 60px;
	line-height: 60px;
	color: #fff;
	letter-spacing: .5px;
	  background-color: rgba(255, 255, 255, 0.15);
	box-shadow: 0 2px 40px #0b1440;
	transition: background .3s, box-shadow .3s;
	width: 60px;
	height: 60px;
	text-align: center;
	padding: 0;
}

.btn_contact i.fa-2x,
.btn_contact i {
	font-size: 26px;
	padding: 16px 0;
}

.btn_contact:hover,
.btn_contact:focus {
	color: #2f52ff;
	background: #fff;
}

#section3 .intro {
	padding: 20vh 0;
}

.section.active {
	z-index: 25 !important;
}

#cloud-animation {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	position: absolute;
	opacity: .1;
	overflow: hidden;
}

#cloud-animation img {
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

@-webkit-keyframes animCloud {
	from {
		-webkit-transform: translateX(-70%);
	}
	to {
		-webkit-transform: translateX(100%);
	}
}

@-moz-keyframes animCloud {
	from {
		-moz-transform: translateX(-70%);
	}
	to {
		-moz-transform: translateX(100%);
	}
}

@keyframes animCloud {
	from {
		-webkit-transform: translateX(-70%);
		-moz-transform: translateX(-70%);
		-ms-transform: translateX(-70%);
		-o-transform: translateX(-70%);
		transform: translateX(-70%);
	}
	to {
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
	}
}

#cloud1 {
	-webkit-animation: animCloud 35s infinite linear;
	-moz-animation: animCloud 35s infinite linear;
	animation: animCloud 35s infinite linear;
}

#cloud2 {
	-webkit-animation: animCloud 45s infinite linear;
	-moz-animation: animCloud 45s infinite linear;
	animation: animCloud 45s infinite linear;
}

#cloud3 {
	-webkit-animation: animCloud 55s infinite linear;
	-moz-animation: animCloud 55s infinite linear;
	animation: animCloud 55s infinite linear;
}

#cloud4 {
	-webkit-animation: animCloud 65s infinite linear;
	-moz-animation: animCloud 65s infinite linear;
	animation: animCloud 65s infinite linear;
}

@media all and (min-width: 1920px) {
	.social_list li {
		font-size: 20px;
	}
}

@media all and (max-width: 1366px) {
	.social_list li a {
		font-size: 14px;
	}
}

@media all and (max-width: 767px) {
	.subscribe {
		width: 255px;
	}
	.inside-content {
		padding: 25% 10%;
	}
	.contact {
		width: 90%;
	}
	.brand {
		top: 15px;
		left: 15px;
		height: 20px;
	}
	.btn_contact {
		right: 5px;
		bottom: 5px;
		line-height: 40px;
		width: 40px;
		height: 40px;
	}
	.btn_contact i.fa-2x,
	.btn_contact i {
		padding: 0;
		font-size: 16px;
	}
	.social_list {
		top: 15px;
		right: 5px;
	}
	.social_list li {
		padding-left: 2px;
		padding-right: 2px;
	}
	.contact_fixed {
		bottom: 5px;
		left: 5px;
	}
	#fp-nav.left {
		left: -10px;
		display: none;
	}
	.subscribe .subscribe_form #mail-subscribe {
		height: 40px;
		line-height: 40px;
	}
	.subscribe .subscribe_form .submit {
		line-height: 32px;
		width: 32px;
		height: 32px;
	}
	.subscribe .subscribe_form .fa-2x {
		font-size: 16px;
	}
	.team .item {
		width: 50%;
		margin-bottom: 25px;
	}
	.video_p video {
		height: 200px;
	}
	.video_p {
		height: 200px;
	}
}


/*# sourceMappingURL=style.css.map */