/* reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
a {text-decoration: none; color: inherit;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
table {border-collapse: collapse; border-spacing: 0;}
* {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/***********************/

html {
	position: relative;
	height: 100%;
	width: 100%;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	position: relative;
	height: 100%;
	width: 100%;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 16px;
	background: black;
	color: white;
}

.overflow-hidden {
	overflow: hidden;
}

/***********************/

#logo {
	cursor: pointer;
}

/**********************/

.opening {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: black;
	z-index: 1000000;
}

.opening .opening-content {
	position: absolute;
	width: 800px;
	left: 50%;
	margin-left :-400px;
	height: 550px;
	top: 50%;
	margin-top: -275px;
}

.opening .reshet {
	position: absolute;
	width: 75%;
	height: auto;
	z-index: 0;
	top: 20%;
	left: -5%;
}

.opening .main-circle {
	position: absolute;
	width: 250px;
	height: 250px;
	left: 50%;
	margin-left: -125px;
	top: 50%;
	margin-top: -125px;
	border: 2px solid white;
	border-radius: 50%;
	z-index: 1;
}

.opening .main-circle .inner {
	position: absolute;
	width: 236px;
	height: 236px;
	left: 50%;
	margin-left: -118px;
	top: 50%;
	margin-top: -118px;
	border: 1px solid white;
	border-radius: 50%;
}

.opening .main-circle .inner .inner-inner {
	width: 100%;
	height: 60px;
	text-align: center;
	top: 50%;
	margin-top: -30px;
	left: 0;
	position: absolute;
}

.opening .main-circle .inner .inner-inner h1 {
	font-size: 32px;
}

.opening .main-circle .inner .inner-inner h2 {
	font-size: 16px;
}

.opening .circle {
	position: absolute;
	border: 1px solid white;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 17px;
	transition: all .2s ease;
	transition: all .2s ease;
}

.opening .circle:hover {
	background: rgba(255,255,255,0.1);
}

.opening .circle .line {
	position: absolute;
	height: 1px;
	background: white;
}

.opening .circle.about {
	top: 0;
	left: 200px;
	width: 90px;
	height: 90px;
	line-height: 88px;
}

.opening .circle.about .line {
	left: 53%;
	top: 141%;
	width: 110px;
	transform: rotate(55deg);
	-webkit-transform: rotate(55deg);
	-moz-transform: rotate(55deg);
	-o-transform: rotate(55deg);
	-ms-transform: rotate(55deg);
}

.opening .circle.partnerss {
	top: 45%;
	left: 0;
	width: 120px;
	height: 120px;
	line-height: 118px;
}

.opening .circle.partnerss .line {
	left: 100%;
	top: 40%;
	width: 158px;
	transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
}

.opening .circle.contactt {
	bottom: 0;
	left: 200px;
	width: 120px;
	height: 120px;
	line-height: 118px;
}

.opening .circle.contactt .line {
	left: 66%;
	bottom: 116%;
	width: 72px;
	transform: rotate(-55deg);
	-webkit-transform: rotate(-55deg);
	-moz-transform: rotate(-55deg);
	-o-transform: rotate(-55deg);
	-ms-transform: rotate(-55deg);
}

.opening .circle.bioo {
	bottom: 50px;
	right: 100px;
	width: 70px;
	height: 70px;
	line-height: 68px;
}

.opening .circle.bioo .line {
	right: 75%;
	bottom: 140%;
	width: 170px;
	transform: rotate(35deg);
	-webkit-transform: rotate(35deg);
	-moz-transform: rotate(35deg);
	-o-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
}

.opening .circle.servicess {
	top: 50px;
	right: 120px;
	width: 110px;
	height: 110px;
	line-height: 108px;
}

.opening .circle.servicess .line {
	right: 83%;
	top: 105%;
	width: 105px;
	transform: rotate(-35deg);
	-webkit-transform: rotate-35deg);
	-moz-transform: rotate-35deg);
	-o-transform: rotate-35deg);
	-ms-transform: rotate-35deg);
}

.mobile-buttons {
	display: none;
	bottom: 0;
	position: absolute;
	width: 100%;
	left: 0;
	text-align: center;
	text-transform: uppercase;
}

.mobile-buttons li {
	margin-bottom: 30px;
	list-style-type: none;
	list-style-position: none;
}

/***********************/

header {
	position: fixed;
	width: 100%;
	height: 100px;
	background: #292929;
	top: 0;
	left: 0;
	z-index: 10;
	padding: 0 50px;
}

/* .logo {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 50px;
	height: 40px;
	width: auto;
} */

.menu-container {
	position: absolute;
	bottom: 0px;
	left: 270px;
	height: 100px;
	line-height: 100px;
	vertical-align: middle;
	width: 100%;
}

.menu-container-mobile {
	position: relative;
	display: none;
	position: fixed;
	left: 10px;
	right: 10px;
	top: 100px;
	padding: 20px 0 10px 0;
	border-bottom: 1px solid white;
	background: black;
	z-index: 100;
}

#mobile-menu-container {
	display: none;
}

.mobile-menu {
	float: left;
	margin-right: 15px;
	color: rgba(255,255,255,0.7);
	cursor: pointer;
}

.mobile-menu.active {
	color: rgba(255,255,255,1);
	font-weight: 700;
}

.logo {
	position: absolute;
	left: 50px;
	top: 50%;
	margin-top: -21px;
	font-size: 27px;
	line-height: 20px;
	height: 42px;
}

.under-logo {
	margin-top: 0;
	font-size: 16px;
}

.tag-line {
	position: absolute;
	right: 50px;
	bottom: 0;
	font-size: 18px;
	color: white;
}

.container {
	position: relative;
	width: 100%;
	height: auto;
	margin: 100px 0;
	color: white;
	overflow: hidden;
	padding: 50px 45% 50px 50px;
}

.net {
	position: fixed;
	width: auto;
	height: 90%;
	top: 5%;
	left: 0;
	z-index: 0;
}

.content-container {
	position: relative;
	height: auto;
	overflow: hidden;
}

.content {
	height: 100%;
	line-height: 1.4em;
	overflow: auto;
}

li {
	list-style-type: circle;
	list-style-position: inside;
}

#content-services {
	display: none;
}

#content-bio {
	display: none;
}

#content-partners {
	display: none;
}

#content-contact {
	display: none;
}

.menu-items {
	font-size: 18px;
}

.menu-item {
	float: left;
	margin-right: 20px;
	cursor: pointer;
	color: rgba(255,255,255,0.5);
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.blah:hover {
	border-bottom: 1px solid rgba(255,255,255,1);
}

.menu-item.active {
	color: rgba(255,255,255,1);
	/* border-bottom: 1px solid rgba(255,255,255,1); */
}

.menu-item:hover {
	color: rgba(255,255,255,1);
	/* border-bottom: 1px solid rgba(255,255,255,1); */
}

.line-above-menu-item {
	width: 30px;
	height: 1px;
	background: rgba(255,255,255,0.5);
	margin-bottom: 8px;
}

.marg-10 {
	margin-top: 10px;
}

.contact-details {
	display: none;
	position: absolute;
	left: 100%;
	top: 2px;
	font-size: 13px;
	width: 200px;
	color: rgba(255,255,255,0.5);
}

.contact-container {
	display: none;
	position: absolute;
	color: white;
	right: 50px;
	bottom: 38px;
	font-size: 18px;
	line-height: 1.4em;
}

.contact-container > h4 {
	font-weight: 700;
}

.contact-container > a:hover {
	color: rgba(255,255,255,0.5);
}

.content-container-bottom {
	position: absolute;
	width: 100%;
	height: 30px;
	left: 0;
	bottom: 0;
	background: #262626;
	z-index: 10;
}

.hide {
	display: none;
}

.eran-image {
	float: right;
	height: 240px;
	width: auto;
	margin-left: 30px;
	margin-bottom: 30px;
}

footer {
	position: fixed;
	width: 100%;
	height: 60px;
	left: 0;
	bottom: 0;
	background: #262626;
	z-index: 1000;
	line-height: 60px;
	vertical-align: middle;
}

.clear-both {
	clear: both;
}

.partners {
	margin-top: 20px;
	background: white;
}


.partners li {
	float: left;
	margin: 5px;
	list-style-type: none;
	list-style-position: none;
	background: white;
	padding: 10px;
	opacity: 1;
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.partners li:hover {
	opacity: 0.7;
}

.partners li img {
	height: 50px;
	width: auto;
}

#content-contact a {
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

#content-contact a:hover {
	border-bottom: 1px solid white;
}

.contact-form {
	width: 410px;
}

.form-name, .form-email, .form-number, .form-message {
	position: relative;
	float: left;
	border: 1px solid white;
	background: transparent;
	padding-left: 10px;
	margin-bottom: 10px;
	color: white;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 16px;
}

.form-name, .form-email {
	width: 200px;
	height: 40px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 16px;
}

.form-name {
	margin-right: 10px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 16px;
}

.form-number {
	width: 410px;
	height: 40px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 16px;
}

.form-message {
	width: 410px;
	height: 160px;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	padding-top: 10px;
}

.form-send {
	position: relative;
	width: 410px;
	height: 40px;
	border: 1px solid white;
	background: rgba(255,255,255,0.8);
	color: black;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	cursor: pointer;
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.form-send:hover {
	background: transparent;
	color: white;
}

.logos-wrapper {
	position: relative;
	margin-top: 40px;
	height: 110px;
	width: 100%;
	border-top: 1px solid rgba(255,255,255,0.3);
	border-bottom: 1px solid rgba(255,255,255,0.3);
	overflow: hidden;
}

.logos {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 1400%;
}

.logos.trans {
	transition: all .8s ease-out;
	-webkit-transition: all .8s ease-out;
}

.logos li {
	position: relative;
	width: calc( 100% / 14 );
	float: left;
	height: 100%;
	list-style-type: none;
	list-style-position: none;
}

.logos li img {
	display: block;
	height: 60px;
	width: auto;
	margin: 25px auto;
}

@media screen and (min-width : 0px) and (max-width : 1024px) {

	.container {
		padding: 50px;
	}

}

@media screen and (min-width : 0px) and (max-width : 640px) {

	body {
		font-size: 14px;
	}

	.container {
		padding: 60px 10px 100px 10px;
	}

	.logo {
		left: 10px;
		top: 50%;
		margin-top: -15px;
		font-size: 19px;
		line-height: 14px;
		height: 30px;
	}

	.under-logo {
		margin-top: 0;
		font-size: 12px;
	}


	.tag-line {
		font-size: 14px;
		right: 10px;
	}

	#menu-container {
		display: none;
	}

	#mobile-menu-container {
		display: block;
	}

	.partners li img {
		height: 30px;
	}

	.contact-form {
		width: 290px;
	}

	.form-name, .form-email {
		width: 140px;
		-webkit-appearance: none;
	}

	.form-number {
		width: 290px;
		-webkit-appearance: none;
	}

	.form-message {
		width: 290px;
		-webkit-appearance: none;
	}

	.form-send {
		width: 290px;
	}

	.eran-image {
		height: 140px;
	}

	.mobile-hide {
		display: none;
	}

	.opening .main-circle {
		width: 200px;
		height: 200px;
		margin-left: -100px;
		top: 0;
		margin-top: 0;
	}

	.opening .main-circle .inner {
		width: 190px;
		height: 190px;
		margin-left: -95px;
		margin-top: -95px;
	}

	.opening .main-circle .inner .inner-inner {
		height: 40px;
		margin-top: -20px;
	}

	.opening .main-circle .inner .inner-inner h1 {
		font-size: 26px;
	}

	.opening .main-circle .inner .inner-inner h2 {
		font-size: 13px;
	}

	.opening .reshet {
		width: auto;
		height: 100%;
		top: 0;
		left: -100px;
	}

	.mobile-buttons {
		display: block;
	}

	.opening .opening-content {
		width: 300px;
		margin-left :-150px;
		height: 450px;
		margin-top: -225px;
	}
}
