/*
 * 	Reset & Global set
 *	------------------------------------------------------------
 */

*:focus { outline: none; }

::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { }
::-webkit-scrollbar-thumb { background: #fe1f4c; }
::-webkit-scrollbar-thumb:window-inactive { background: #fe1f4c; }

/*
 * 	Boxing
 *	------------------------------------------------------------
 */

html, body { margin: 0; padding: 0; font-family: 'ProximaNova-Regular', sans-serif; }
.wrapper { width: 94%; margin: 0 auto; }
.cell { display: table-cell; }

/*
 *	Buttons
 *	------------------------------------------------------------
 */

button { width: 280px; padding: 10px 15px; margin: 10px 8px; text-transform: uppercase; letter-spacing: 2.75px; font-size: 18px; background: #fe1c4b; color: #ffffff; border: none; -ms-transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); transform: scale(1); }
button.down { -ms-transform: scale(0.95); -webkit-transform: scale(0.95); -moz-transform: scale(0.95); transform: scale(0.95); background: #ff365e; }
.button-transparent { background: transparent; }
.button-outline { border: 3px solid #ffffff !important; background: transparent; }

/*
 * 	Header
 *	------------------------------------------------------------
 */

#header { position: fixed; top: 0px; left: 0px; width: 100%; padding: 30px 0px; box-shadow: 0px 0px 5px rgba(0,0,0,0.1); background: #ffffff; z-index: 999; }
#header img { margin: 0 auto; height: 20px; display: block; }
#header .logo { margin: 0px auto; max-width: 300px; height: 20px; display: block; background: url(../img/visualart.png); background-size: contain; background-repeat: no-repeat; background-position: center center; }
#header .back { position: absolute; top: 0px; left: 0px; width: 80px; height: 80px; background-image: url(../img/arrow_back.svg); background-repeat: no-repeat; background-position: center center; }
#header .back .text { line-height: 80px; display: block; margin: 0px 0px 0px 80px; width: 80px; color: rgb(173, 173, 176); letter-spacing: 2px; }

/*
 * 	Footer
 *	------------------------------------------------------------
 */

footer { width: 100%; padding: 30px 0px; box-shadow: 0px 0px 5px rgba(0,0,0,0.1); background: #1b1d46; opacity: 1; }
footer img { margin: 0 auto; height: 20px; display: block; }
footer.footer-hide { opacity: 0; }

/*
 *	Slider
 *	------------------------------------------------------------
 */

#slider { position: absolute; top: 80px; width: 100%; height: calc(100% - 80px); background: #1b1d46; overflow: hidden; z-index: -1; }
#slider .swiper-wrapper { max-height: 100%; }
#slider-overlay { position: absolute; top: 0px; left: 3%; width: 94%; height: 100%; margin: 0 auto; color: #ffffff; z-index: 100; pointer-events: none; }
#slider-overlay .wrapper { display: table; height: 100%; }
#slider-overlay .wrapper .cell { vertical-align: middle; padding: 0px 0px 20% 0px; }
#slider-overlay h1 { margin-top: 100px; }

.swiper-slide { overflow: hidden; }
.swiper-slide video { height: 100%; width: 177.77777778vh; min-width: 100%; min-height: 56.25vw; pointer-events: none; opacity: 0.40; background: url('../img/va_intro_thumb.jpg') 50% 50% / cover no-repeat; }
.swiper-slide img { height: 100%; width: 177.77777778vh; min-width: 100%; min-height: 56.25vw; opacity: 0.40; }

.swiper-pagination  { position: relative !important; text-align: center; margin: 90px 0px 0px 0px; }
.swiper-pagination-bullet { width: 15px !important; height: 15px !important; margin: 0px 15px; background: transparent !important; border: 1px solid #ffffff; opacity: 0.75 !important; }
.swiper-pagination-bullet-active { background: rgba(255,255,255,1) !important; opacity: 1 !important; }

#slider-bottom { position: absolute; bottom: 0%; left: 0px; width: 100%; }

#slider-bottom .buttons { margin: 100px 0px 0px 0px; }
#slider-bottom .buttons button { height: 70px; }
#slider-bottom .buttons button:not(:first-child).down { background: transparent; }
#slider-bottom .buttons button.large { width: 880px; }
#slider-bottom .buttons button.round { height: 200px; width: 200px; border-radius: 50%; margin: 0px auto; background: transparent; font-size: 22px; line-height: 34px; }
.rings { width: 200px; height: 200px; padding: 10px; border-radius: 220px; border: 3px solid #ffffff; margin: 0 auto 25px auto; }

/*
 *	Sections
 *	------------------------------------------------------------
 */

section { text-align: center; padding: 60px 0px 50px 0px; background-size: cover; }
#section-products { padding-top: 160px; }
#section-products, #section-broadcast { background: #f4f4f4; }
#section-about { background-image: url(../img/bg_about_us_2x.png); }

section .boxes { width: 1700px; margin: 40px auto 0px auto; }
section h2 { padding: 0px; margin: 0px 0px 6px 0px; color: #1b1d46; }
#section-about h2 { color: #ffffff; }
section h3 { margin: 0; color: #1e1f37; font-size: 20px; letter-spacing: 0px; }
section h3.subtitle { color: #7d7d80; font-weight: 300; padding: 0px 0px 20px 0px; }
#section-subscribe button { margin: 60px 0px 0px 0px; }
#section-subscribe .back-to-top { height: 40px; margin: 80px 0px 20px 0px; color: #c0bfc4; text-transform: uppercase; letter-spacing: 2px; line-height: 65px; background-image: url(../img/arrow_back_to_top.svg); background-position: top center; background-repeat: no-repeat; display: block; }

section .box { width: 300px; height: 300px; overflow: hidden; background: #ffffff; display: inline-block; text-transform: uppercase; margin: 0px 10px 20px 10px; -webkit-transform: scale(1); -ms-transform: scale(1); -moz-transform: scale(1); transform: scale(1); opacity: 1; }
section .box video { width: 100%; height: 199px; display: block; background: #000000; }
section .box-only-text { height: 150px; }
section .box h3 { font-size: 22px; padding: 23px 0px 0px 0px; font-family: 'ProximaNova-Regular'; letter-spacing: 0.25px; }
section .box-only-text h3 { padding: 50px 0px 0px 0px; }
section .box p { padding: 4px 0px 20px 0px; font-size: 14px; margin: 0; color: #7d7d80; letter-spacing: 0.5px; }
section .box img { display: block; }

section .box.down { -webkit-transform: scale(0.95); -ms-transform: scale(0.95); -moz-transform: scale(0.95); opacity: 0.75; }


/*
 *	Typography
 *	------------------------------------------------------------
 */

input, select, .select-box { font-family: 'ProximaNova-Regular', sans-serif; font-size: 19px; letter-spacing: 0.5px; }

button { font-size: 17px; font-family: 'ProximaNova-Regular', sans-serif; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0);  }

h1 { font-size: 50px; font-family: 'FuturaStd-Bold', sans-serif; text-transform: uppercase; letter-spacing: 3px; }
h2 { font-size: 35px; font-family: 'FuturaStd-Bold', sans-serif; text-transform: uppercase; }
h3 { font-size: 25px; font-weight: 300; }

/*
 *	Page (Single)
 *	------------------------------------------------------------
 */

#page, #home { position: absolute; top: 80px; left: 0px; width: 100%; height: calc(100vh - 80px); z-index: -1; }
#home { top: 0px; height: calc(100vh - 110px); }

#page .images { position: absolute; top: 0px; left: 0px; width: 50%; height: 100%; background: #ffffff; }
#page .images .image { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background-size: cover; background-position: center center; opacity: 0; }
#page .images .image.active { opacity: 1; }
#page .images video { position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100% !important; }

#page .images .image.ng-leave, #page .images .image.ng-enter-active { opacity: 1; -webkit-transform: translateY(0%); -moz-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%); }
#page .images .image.ng-enter { opacity: 1; -webkit-transform: translateY(-110%); -moz-transform: translateY(-110%); -ms-transform: translateY(-110%); transform: translateY(-110%); }
#page .images .image.ng-leave-active { opacity: 0; -webkit-transform: scale(0.95); -moz-transform: scale(0.95); -ms-transform: scale(0.95); transform: scale(0.95); }

#page .box { position: absolute; top: 0px; right: 0px; width: 50%; height: 100%; overflow-y: scroll; text-align: left; }

#page .box .headline { padding: 0px 3%; background: #f4f4f4; margin: 0px 0px 30px 0px; }
#page .box .headline h2 { margin: 0; color: #1e1f37; font-weight: 300; letter-spacing: 1px; padding: 3% 0px 30px 0px; text-transform: uppercase; }
#page .box .headline h3 { margin: 0; padding: 20px 0px 3% 0px; font-size: 22px; color: #7d7d80; }

#page .box .texts { padding: 0px 3% 150px 3%; }
#page .box .texts h3 { margin: 0; padding: 15px 0px 0px 0px; text-transform: uppercase; font-size: 28px; letter-spacing: 0.5px; }
#page .box .texts p { line-height: 26px; font-size: 18px; }

#page .buttons { position: absolute; bottom: 0px; right: 0px; padding: 15px 1.5% 20px 1.5%; width: 47%; background: #ffffff; height: 62px; }
#page .buttons .button-gradient { position: absolute; top: -50px; left: 0px; height: 50px; width: 100%; background: -webkit-linear-gradient(rgba(255, 255, 255, 0.0), #ffffff); background: -moz-linear-gradient(rgba(255, 255, 255, 0.0), #ffffff); background: -ms-linear-gradient(rgba(255, 255, 255, 0.0), #ffffff); background: linear-gradient(rgba(255, 255, 255, 0.0), #ffffff); }
#page .buttons button { background: transparent; }
#page .buttons button.color-grey { border: 1px solid #bdbdbf; }
#page .buttons .more { margin-left: 0px; border: 1px solid #fe1c4b; text-align: left; color: #fe1c4b; padding: 0px 0px 0px 15px; line-height: 42px; width: 190px; }
#page .buttons .more .plus { color: #ffffff; background: #fe1c4b; padding: 0px 14px 0px 17px; font-size: 20px; }

/*
 *	Page (Single)
 *	------------------------------------------------------------
 */

#signup { position: absolute; top: 80px; left: 0px; width: 100%; height: calc(100% - 190px); z-index: 0; }
#signup-video { background: url('../img/va_intro_thumb.jpg') 50% 50% / cover no-repeat; }
#video-cover { position: fixed; z-index: -2; width: 100%; height: 100%; overflow: hidden; background: #1b1d46; }
#video-cover video { height: 100%; width: 177.77777778vh; min-width: 100%; min-height: 56.25vw; opacity: 0.40; }

#signup form { display: inline-block; margin: 20px 0px 80px 0px; max-width: 700px; text-align: left; }

#signup .title h2 { color: #ffffff; }

#signup input, #signup button, #signup .form-object-wrapper { margin: 20px 10px 0px 10px; }
#signup input, #signup select, #signup button { font-size: 16px; border-radius: 0px; border: none; }
#signup input[type="file"] { width: calc(100% - 35px); }

#signup input { width: 300px; height: 60px; padding: 15px 0px 15px 20px; }
#signup .input-wide { width: 645px; }
#signup select, #signup button { height: 90px; width: calc(100% - 35px); }

#signup input { background-color: rgb(255, 255, 255); font-size: 24px; }
#signup select { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; appearance: none; border: 0.5px solid rgb(221, 221, 221); text-indent: 15px; }
#signup .button { background-color: rgb(252, 50, 92); }

#signup .form-object-wrapper * { margin: 0; }

#signup .button-take-photo { position: absolute; top: 0px; left: 0px; margin: 0px; width: calc(100% - 15px); background-color: rgb(29, 31, 80); color: #ffffff; pointer-events: none; }

#signup .services { color: #a9a9a9; height: 90px; width: 665px; background: #ffffff; overflow-y: scroll; line-height: 90px; margin: 20px 10px 0px 10px; text-indent: 20px; font-size: 19px; }
#signup .services .service { height: 60px; padding: 5px 0px 5px 20px; }
#signup .service-list { height: 0px; margin: 0px 0px 0px 10px; }
#signup .service-list.active { height: auto; max-height: 300px; margin: 0px 10px 0px 10px; }
#signup .chosen-services-title { color: #ffffff; }
#signup .chosen-service { position: relative; padding: 10px 0px; color: #ffffff; }
#signup .chosen-service .remove { position: absolute; top: 0; right: 15px; color: #ffffff; text-align: center; text-indent: 0; line-height: 30px; font-size: 15px; background-color: rgb(252, 50, 92); width: 30px; height: 30px; border-radius: 50%; }

#signup .subscribers, #signup .employers { height: 0; position: absolute; }
.subscriber-email { font-size: 12px; float: right; padding-right: 20px; }
#signup .subscribers .list-of-subscribers, #signup .employers .list-of-employers { position: absolute; top: 90px; width: 665px; height: auto; background: #ffffff; z-index: 2; }
#signup .employers .list-of-employers { z-index: 2; }
#signup .subscribers .list-of-subscribers .sub, #signup .employers .list-of-employers .employer { width: 100%; height: 30px; padding: 15px 0px 15px 0px; text-indent: 20px; }

#signup .thumbnails { margin: 0; }
#signup .thumbnails.active { padding: 10px 0px 0px 0px; }
#signup .thumbnails .thumb { position: relative; width: 80px; height: 80px; margin: 20px 0px 0px 30px; display: inline-block; background-size: cover !important; }
#signup .thumbnails .thumb .remove { position: absolute; left: -15px; top: -15px; color: #ffffff; text-align: center; line-height: 30px; font-size: 15px; background-color: rgb(252, 50, 92); width: 30px; height: 30px; border-radius: 50%; }

.title-animations-wrapper { position: relative; height: 100px; overflow: hidden; }
.title-animations-wrapper .title { position: absolute; top: 0px; left: 50%; width: 1200px; margin: 0px 0px 0px -600px; text-align: center; opacity: 0; -webkit-transform: translateY(-25px) scale(0.8); -moz-transform: translateY(-25px) scale(0.8); -ms-transform: translateY(-25px) scale(0.8); transform: translateY(-25px) scale(0.8); }
.title-animations-wrapper .title.active { opacity: 1; -webkit-transform: translateY(0px) scale(1); -moz-transform: translateY(0px) scale(1); -ms-transform: translateY(0px) scale(1); transform: translateY(0px) scale(1); }

#thankyou { padding: 200px 0px 0px 0px !important; }
#thankyou button { width: 240px; padding: 10px 15px; margin: 10px 8px; text-transform: uppercase; letter-spacing: 3px; font-size: 16px; background: transparent; color: #ffffff; border: none; }
#thankyou h3 { max-width: 600px; margin: 0 auto; }
#thankyou #tick { margin: 0px 0px 40px 0px; }
#thankyou #goback { margin: 60px 0px 0px 0px; background: transparent; !important; color: #bdbdbf; border: 1px solid #bdbdbf; }

/*
 *	Global styles
 *	------------------------------------------------------------
 */

.bold { font-weight: 600; }

.center { text-align: center; }

.shadow { box-shadow: 0px 2px 5px rgba(0,0,0,0.1); }
.line { height: 2px; width: 20px; background: #33334d; margin: 0px 0px 0px 2px; }

.float-right { float: right; }
.no-margin-right { margin-right: 0px; }

.color-grey { color: #bdbdbf; }

.form-object-wrapper { position: relative; }
.form-object-wrapper .arrow { position: absolute; right: 0px; top: 0px; width: 60px; height: 100%; pointer-events: none; background-image: url(../img/arrow_back_to_top.svg); -webkit-transform: rotateZ(180deg); -moz-transform: rotateZ(180deg); -ms-transform: rotateZ(180deg); transform: rotateZ(180deg); background-position: center center; background-repeat: no-repeat; }

.pointer { cursor: pointer; }

@media (max-width: 2049px)
{
	#page .box .texts p { line-height: 36px; font-size: 28px; }
	#page .box .texts h3 { font-size: 38px; }
	h2 { font-size: 45px; }
	#page .box .headline h3 { margin: 0; padding: 20px 0px 3% 0px; font-size: 32px; color: #7d7d80; }

@media (max-width: 1720px)
{
	.icon-scroll-container { display: none; }

	h2 { font-size: 25px; }

	section .boxes
	{
		width: 100%;
		padding: 0%;
	}
}

@media (max-width: 1501px) 
{
	#slider-overlay
	{
		width: 880px;
		left: calc(50% - 440px);
	}
}

@media (max-width: 1281px) 
{

	#page .images, #page .box
	{
		position: relative;
		width: 100%;
	}
	
	#page .images
	{
		height: 56.25vw;	
	}
	
	#page .box
	{
		height: auto;
		overflow: hidden;
	}
	
	#page .box .texts
	{
		padding: 0px 3% 0px 3%; 
	}
	#page .box .texts p { line-height: 36px; font-size: 28px; }

	#page .buttons .button-gradient
	{
		display: none;
	}

	#page .buttons
	{
		width: 94%;
		padding: 20px 3%;
		position: relative;
	}

	.title-animations-wrapper .title h2
	{
		font-size: 25px;
	}
}

@media (max-width: 1025px) 
{
	#section-products { padding-top: 120px; }

	#slider-overlay
	{
		text-align: left;
		height: 450px;
		width: 94%;
		padding: 15% 3%;
		left: 0px;
		top: 0px;
	}
	#slider-bottom .buttons button.large, #slider-bottom .buttons button
	{
		width: 90%;
	}
	.swiper-pagination { margin: 60px 0px 0px 0px; }

	#page .buttons
	{
		height: auto;
	}

	#page .buttons button
	{
		width: 100% !important;
		padding: 0px;
		margin: 10px 0px;
		float: none;
		height: 44px;
	}

	.title-animations-wrapper .title h2
	{
		font-size: 20px;
	}
}

@media (max-height: 975px)
{
	#slider-overlay .wrapper .cell { padding: 0px 0px 50% 0px; }
}

@media only screen
and (min-device-width: 768px)
and (max-device-width : 1024px) 
and (-webkit-min-device-pixel-ratio: 2)
{
	.title-animation-wrapper .title { widbackground: red !important; width: 2000px !important; height: 200px !important; }
	h2 { font-size: 32px; }
	#signup form { margin-top: 0px; max-width: 1200px; width: calc(100% - 80px); }
	#signup form input, #signup .input-wide { width: calc(100% - 40px); height: 60px; text-indent: 20px; font-size: 32px;}
	#signup .services, #signup form button { width: calc(100% - 20px); font-size: 32px; } 
	#signup .button-take-photo { width: 100.1% !important; height: 100%; }
	input[type="file"] { width: calc(100% - 20px) !important; }
	#signup button { height: 100px; }
	#signup .chosen-services-title, #signup .chosen-service { font-size: 32px; margin: 0px 0px 5px 0px; }
}

@media (max-width: 768px)
{
	h1 { font-size: 40px; font-weight: 500; }
	h2 { font-size: 25px; font-weight: 500; }
	h3 { font-size: 20px; font-weight: 300; }

	#header .logo { width: 40%; }
	#header .back .text { margin: 0px 0px 0px 50px; }

	#signup form { margin-top: 0px; }
	#signup form input, #signup .input-wide { width: calc(100% - 40px); }
	#signup .services, #signup form button { width: calc(100% - 20px); } 
	#signup .button-take-photo { width: 100.1% !important; height: 100%; }
	input[type="file"] { width: calc(100% - 20px) !important; }
	.title-animations-wrapper .title h2 { font-size: 17px; }
}

@media (max-width: 520px) 
{
	h1 { font-size: 26px; font-weight: 500; }
	.title-animations-wrapper .title h2 { font-size: 12px; }
	#signup .subtitle { font-size: 15px; }
}