/* Minification failed. Returning unminified contents.
(143,1): run-time error CSS1019: Unexpected token, found '@import'
(143,9): run-time error CSS1019: Unexpected token, found 'url("https://fonts.googleapis.com/css?family=Montserrat:300,400,600,800,900")'
 */
/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
}

article, aside, figure, footer, header, nav, section, details, summary {display: block;}

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */

/* Responsive images and other embedded objects
*/
img,
object,
embed {max-width: 100%;}

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	 In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
		max-width: none;
}
*/

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted.
	don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before,
blockquote:after,
q:before,
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
    white-space: pre; /* CSS2 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom;}
.ie7 input[type="checkbox"] {vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}

small {font-size: 85%;}

strong {font-weight: bold;}

td, td img {vertical-align: top;}

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button,
input[type=button] {width: auto; overflow: visible;}

/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,600,800,900");

html {
	font-size: 20px;
	background-color: #fff;
}

h1 {
	font-family: Montserrat, Arial, sans-serif;
	font-weight: 900;
	font-size: 68px;
	font-size: 3.4rem;
}

h2 {
	font-family: Montserrat, Arial, sans-serif;
	font-weight: 900;
	font-size: 34px;
	font-size: 1.7rem;
}

a {
	font-family: Montserrat, Arial, sans-serif;
	font-weight: 900;
	font-size: 12px;
	font-size: .6rem;
	text-decoration: none;
	text-transform: uppercase;
}

p {
	font-family: Montserrat, Arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
	font-size: .7rem;
}

form {
    margin: 15px auto;
    width: 100%;
    max-width: 450px;
}

form .field {
    display: block;
    margin: 15px 0;
    width: 100%;
}

form label {
    color: #fff;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.5rem;
    cursor: pointer;
}

form input {
    border-radius: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    box-sizing: border-box;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 40px;
    display: block;
    width: 100%;
    height: 40px;
    outline: none;
    padding: 0 10px;
}

form textarea {
    border-radius: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    box-sizing: border-box;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.3rem;
    display: block;
    width: 100%;
    height: 200px;
    outline: none;
    padding: 5px 10px;
    resize: none;
}

form .buttons {

}

form .buttons:after {
    content: '';
    clear: both;
    display: block;
}

form button {
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
}

form button[type="submit"] {
    color: #fff;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.3rem;
    text-decoration: none;
    text-transform: uppercase;
}



/*
.link--hidden{
  display: none;
}*/
.main-wrap {
	width: 70%;
	margin: 0 auto;
}

.main-wrap:after {
	content: "";
	display: block;
	clear: both;
}

/*mobile-header*/
.mobile-header {
	padding: 100px 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
	display: none;
	width: 100%;
	height: 100vh;
	background-color: #1b1b1b;
	overflow-y: auto;
    z-index: 2000;
}

.mobile-header .mobile-logo {
	margin: 0 auto 20px;
	background-image: url("/content/images/icon_logo_mobile.png");
}

.mobile-header .mobile-nav .menu__item {
	display: block;
	text-align: center;
	margin-right: 0;
}

.mobile-header .mobile-nav .menu__item--link {
	color: #fbf200;
	font-size: 0.8rem;
	letter-spacing: 1.5px;
}

.mobile-header .close-menu {
	position: fixed;
	top: 25px;
	right: 8%;
	display: block;
	width: 53px;
	height: 53px;
	cursor: pointer;
}

.mobile-header .close-menu__item {
	position: absolute;
	left: 10px;
	top: calc(50% - 2px);
	display: block;
	width: 33px;
	height: 4px;
	background-color: #fbf200;
}

.mobile-header .close-menu__item:first-child {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mobile-header .close-menu__item:last-child {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

div.header {
    background: #fbf200;
    box-sizing: border-box;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    z-index: 1500;
}

/*header*/
header.header {
	padding: 73px 0 25px;
	position: relative;
	height: calc(100vh - 121px);
	background: #fbf200;
}

.header .open-menu {
	display: none;
}

.header__field:after {
	content: "";
	display: block;
	clear: both;
}

.header__top {
	height: 53px;
}

.header__logo {
	float: left;
}

.header__button {
	position: relative;
	float: right;
	display: block;
	width: 53px;
	height: 53px;
}

.header__nav {
	float: right;
	width: calc(100% - 43px);
	text-align: right;
}

.header .menu {
	float: right;
}

.header__title {
	padding-top: 15vh;
	margin-top: 32px;
	display: block;
	height: 70%;
	background: url("/content/images/bg_elem.png") no-repeat center 0;
	background-size: contain;
	text-align: center;
}

.header .header__title h1 {
    font-weight: 900;
    font-size: 68px;
    font-size: 3.4rem;
	margin-bottom: 33px;
	margin-bottom: 1.65rem;
	text-align: center;
	letter-spacing: 4px;
	color: #1b1b1b;
    margin-top: 0;
}

.header .header__title h1 span {
	font-weight: 800;
	display: block;
	font-size: 12px;
	font-size: .6rem;
	line-height: 40px;
	line-height: 2rem;
	letter-spacing: 5px;
	color: #1b1b1b;
	text-align: center;
	text-transform: uppercase;
}

.header__title a {
	margin-right: 28px;
	font-size: 18px;
	font-size: .9rem;
	line-height: 24px;
	line-height: 1.2rem;
	color: #1b1b1b;
	text-decoration: underline;
}

.header__title a:last-child {
	margin-right: 0;
}

.header__social {
	position: absolute;
	left: 15%;
	bottom: 32px;
	z-index: 50;
}

.open-menu {
	cursor: pointer;
}

.open-menu__item {
	position: absolute;
	left: 10px;
	top: calc(50% - 2px);
	display: block;
	width: 33px;
	height: 4px;
	background-color: #1b1b1b;
}

.open-menu__item:first-child {
	top: calc(50% - 12px);
}

.open-menu__item:last-child {
	top: calc(50% + 8px);
}

.open-menu:hover .toggle-menu__item:first-child {
	top: calc(50% - 10px);
}

.open-menu:hover .toggle-menu__item:last-child {
	top: calc(50% + 6px);
}

.logo {
	display: block;
	height: 51px;
	width: 43px;
	background: url("/content/images/icon_logo.png") no-repeat 0 0;
}

.logo a {
	display: block;
	height: 100%;
	width: 100%;
	overflow: hidden;
	text-indent: 99999px;
}

.menu {
	display: block;
	width: 100%;
	height: 100%;
}

.menu__item {
	display: inline-block;
	margin-right: 19px;
}

.menu__item:last-child {
	margin-right: 0;
}

.menu__item--link {
	line-height: 51px;
	color: #1b1b1b;
}

.menu__item--link:hover {
	text-decoration: underline;
}

.social {
	overflow: hidden;
}

.social__item {
	float: left;
	margin-right: 10px;
}

.social__item:last-child {
	margin-right: 0;
}

.move-down {
	position: absolute;
	left: 5%;
	bottom: 32px;
	display: block;
	width: 90%;
	text-align: center;
}

.move-down--link {
	position: relative;
	z-index: 100;
	color: #302f2f;
}

.move-down--link:hover {
	text-decoration: underline;
}

.move-down:after {
	content: "";
	position: absolute;
	top: 38px;
	left: calc(50% - 3px);
	display: block;
	width: 6px;
	height: 64px;
	background-color: #302f2f;
}

/*content*/

.content {
    padding-top: 73px;
}

.render-page {
    padding-top: 60px;
}

.render-page h1 {
    font-family: Montserrat, Arial, sans-serif;
	font-weight: 900;
	font-size: 34px;
	font-size: 1.7rem;
    text-transform: uppercase;
    margin: 15px 0;
}

.render-page h2 {
    margin: 15px 0;
}

.render-page h3 {
    font-family: Montserrat, Arial, sans-serif;
	font-weight: 600;
	font-size: 1.3rem;
    text-align: left;
    margin: 15px 0;
}

.render-page p {
    color: #1b0c36;
    margin: 15px 0;
    line-height: 1.1rem;
}

.render-page ul {
    list-style: disc inside;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 300;
    font-size: 14px;
    font-size: .7rem;
    margin: 15px 0;
}

.render-page li {
    line-height: 1.1rem;
}

.render-page strong {
    font-weight: 600;
}

/*about us*/
.about {
	padding: 108px 14.5% 100px;
	position: relative;
}

.about__title {
	margin-bottom: 53px;
	color: #1b0c36;
	text-align: center;
	text-transform: uppercase;
}

.about section {
	float: left;
	display: block;
	width: 48%;
	margin-right: 4%;
}

.about section:last-child {
	margin-right: 0;
}

.about section p {
	color: #1b0c36;
}

/*.about:before {
	content: "namaz";
	position: absolute;
	left: 5%;
	top: 60%;
	font-family: Montserrat;
	font-weight: 900;
	font-size: 22px;
	font-size: 1.1rem;
	color: #1b0c36;
	text-transform: uppercase;
	transform: rotate(-90deg);
}

.about:after {
	content: "time";
	position: absolute;
	right: 5%;
	top: 50%;
	font-family: Montserrat;
	font-weight: 900;
	font-size: 22px;
	font-size: 1.1rem;
	color: #1b0c36;
	text-transform: uppercase;
	transform: rotate(-90deg);
}*/

.about__video{
	margin-top: 25px;
}

.about__video iframe {
	width: 100%;
    height: 550px;
}

/*opportunities*/
.opportunities {
	padding: 110px 0;
	background-color: #1b0c36;
}

.opportunity {
	margin-bottom: 40px;
	overflow: hidden;
}

.opportunity:after {
	content: "";
	display: block;
	clear: both;
}

.opportunity__item {
	position: relative;
	float: left;
	display: block;
	width: 50%;
	height: 450px;
	overflow: hidden;
}

.opportunity__item:last-child {
	padding-top: 140px;
}

.opportunity__item .border {
	position: absolute;
	top: 100px;
	left: 6%;
	width: 212px;
	height: 349px;
	border: 6px solid #f92744;
}

.opportunity__item img {
	position: absolute;
	width: 205px;
	height: 360px;
	top: 44px;
	left: 11%;
	z-index: 50;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.opportunity__item img:hover {
	z-index: 120;
}

.opportunity__item img:last-child {
	top: 0;
	left: 20%;
	z-index: 100;
}

.opportunity__item h2 {
	color: #fbf200;
	text-align: center;
}

.opportunity__item p {
	color: #fff;
	text-align: center;
}

.opportunity:nth-child(2n+1) {
	/*    .opportunity__item:last-child{
          padding-top: 0;
        }*/
	/*    .opportunity__item:first-child{
          padding-top: 140px;
        }*/
}

.opportunity:nth-child(2n+1) .opportunity__item {
	float: right;
}

.opportunity:nth-child(2n+1) .border {
	position: absolute;
	top: 0;
	right: 6%;
	left: unset;
	width: 212px;
	height: 349px;
	border: 6px solid #f92744;
}

.opportunity:nth-child(2n+1) img {
	position: absolute;
	width: 205px;
	height: 360px;
	top: 44px;
	right: 11%;
	left: unset;
	z-index: 50;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.opportunity:nth-child(2n+1) img:last-child {
	top: 88px;
	right: 20%;
	z-index: 100;
}

.opportunity:nth-child(2n+1) img:hover {
	z-index: 120;
}

.opportunity:last-child {
	margin-bottom: 0;
}

/*comments*/
.comments {
	background-color: rgba(249, 39, 68, 0.89);
	padding-bottom: 20px;
	padding-top: 20px;
	position: relative;
	width: 100%;
	/*height: 360px;*/
}

.comments h2 {
	/*position: relative;*/
	font-size: 45px;
	font-size: 2.25rem;
	line-height: 60px;
	line-height: 3rem;
	text-align: center;
	color: #fff;
}

/*.video .layout {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 360px;
	background-color: rgba(249, 39, 68, 0.89);
}*/

/*.video video {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 360px;
	overflow: hidden;
	background: url("/content/images/bg_video.jpg") no-repeat 0 0;
	background-size: cover;
}*/

/*.video .video_btn {
	position: absolute;
	left: 15%;
	bottom: 30px;
	display: block;
	width: 48px;
	height: 48px;
	background: url("/content/images/icon_play.png") no-repeat 0 0;
	cursor: pointer;
}*/

/*footer*/
.footer {
	padding: 33px 0;
	overflow: hidden;
}

.footer .copyright {
	float: left;
	font-family: Montserrat;
	font-weight: 600;
	font-size: 15px;
	font-size: .75rem;
	line-height: 44px;
	line-height: 2.2rem;
	color: #1b0c36;
}

.header .store {
	display: flex;
	justify-content: center;
}

.header .store__item {
	float: right;
	display: block;
	width: 126px;
	height: 44px;
	margin-right: 18px;
}

.header .store__item:last-child {
	margin-right: 0;
}

/*scrollUp*/
.scrollUp {
	position: fixed;
	right: 5%;
	bottom: 29px;
	display: none;
	width: 50px;
	height: 50px;
	background-color: rgba(202, 202, 202, 0.4);
	border: 1px solid #cccccc;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	cursor: pointer;
}

.scrollUp__item {
	position: absolute;
	top: calc(50% - 5px);
	left: calc(50% - 15px);
	display: block;
	width: 18px;
	height: 2px;
	background-color: #1b0c36;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.scrollUp__item:last-child {
	left: calc(50% - 3px);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media only screen and (max-width: 1400px) {
	html {
		font-size: 20px;
	}
}

@media only screen and (max-width: 1200px) {
	html {
		font-size: 19px;
	}
}

@media only screen and (max-width: 1000px) {
	html {
		font-size: 18px;
	}
}

@media only screen and (max-width: 800px) {
	html {
		font-size: 17px;
	}
}

@media only screen and (max-width: 600px) {
	html {
		font-size: 16px;
	}
}

@media only screen and (max-width: 400px) {
	html {
		font-size: 15px;
	}
}

@media only screen and (max-width: 360px) {
	html {
		font-size: 14px;
	}
}

@media only screen and (max-width: 1000px) {
	.main-wrap {
		width: 84%;
	}

	.header .open-menu {
		display: block;
	}

	.header__top .nav {
		display: none;
	}

	.header__button {
		display: block;
	}

	.header__title {
		padding-top: 10vh;
		height: 60%;
	}

	.header__social {
		left: 8%;
	}

	.move-down {
		left: 8%;
		width: 84%;
	}

	.about {
		padding: 108px 5% 100px;
	}

	.about section {
		float: none;
		display: block;
		width: 100%;
		margin: 10px auto;
	}

	.about section:last-child {
		margin: 10px auto;
	}

	.opportunity {
		margin-bottom: 20px;
	}

	.opportunity__item {
		text-align: center;
		float: none;
		width: 100%;
		height: auto;
	}

	.opportunities .opportunity__item,
	.opportunity:nth-child(2n+1) .opportunity__item {
		float: none;
		width: 100%;
		height: auto;
	}

	.opportunity:nth-child(2n+1) .border,
	.opportunity__item .border {
		display: none;
	}

	.opportunity:nth-child(2n+1) img,
	.opportunity__item img {
		position: static;
	}

	.opportunity__item img:last-child {
		margin-left: 5px;
	}

	.opportunity__item:last-child {
		padding: 30px 0;
		height: auto;
	}
}

@media only screen and (max-width: 800px) {
	.about:before {
		left: -2%;
	}

	.about:after {
		right: 0;
	}

	.about__video iframe {
		height: 300px;
	}

	.footer .copyright {
		float: none;
		text-align: center;
	}
}

@media only screen and (max-width: 500px) {
	.header__title {
		padding-top: 7vh;
		margin-top: 50px;
		background-size: 60%;
	}

	.header__title h1 {
		font-size: 2.5rem;
	}

	.header__social {
		bottom: 32px;
	}

	.social {
		text-align: center;
	}

	.social__item {
		float: none;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.social__item:last-child {
		margin-right: 0;
		margin-bottom: 0;
	}

	.about {
		padding: 75px 5% 50px;
	}

	.about__video iframe {
		height: 230px;
	}

	.opportunities {
		padding: 60px 0;
	}

	.opportunity__item:last-child {
		height: auto;
	}

	.opportunity__item img,
	.opportunity .border {
		width: 156px;
		height: 260px;
	}

	.opportunity:nth-child(2n+1) img,
	.opportunity:nth-child(2n+1) .border {
		width: 156px;
		height: 260px;
	}
}

@media only screen and (max-width: 380px) {
	.header__title h1 {
		font-size: 1.4rem;
	}

	.header__title h1 span {
		font-size: .7rem;
	}

	.about:after, .about:before {
		display: none;
	}

	.about__video iframe {
		height: 180px;
	}

	.header .store {
		flex-direction: column;
	}

	.header .store__item, .header .store__item:last-child {
		margin: 5px auto;
	}
}

@media only screen and (max-height: 450px) {
	.mobile-header {
		padding: 30px 0;
	}

	.header__title {
		padding-top: 0;
		margin-top: 0;
		height: 50%;
		background-size: contain;
	}

	.header__title h1 {
		font-size: 2.5rem;
		margin-bottom: 15px;
	}

	.header__title h1 span {
		line-height: .9rem;
	}

	.header__social {
		bottom: 32px;
	}
}

/*# sourceMappingURL=main.css.map */

