/* Basic typography */


body {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-size: 15px;
	line-height: 1.67; /* 25px */
	color: #555;
}

strong { font-weight: bold; }

p { 
	font-size: 100%; 
	margin-bottom: 1.67em; 
}

hr { margin: 0 0 3.26em; }

.big { 
	font-size: 16px; 
	line-height: 1.5625; 
	margin-bottom: 25px;
	color: #999;
}

img { 
	display: inline-block;
	height: auto;
	max-width: 100%;
	vertical-align: top;
	outline: none;
	margin-bottom: 10px;
}

.pull-right {
	min-width: 300px;
	float: right;
	margin: 0 0 25px 50px;
}

.pull-left {
	min-width: 300px;
	float: left;
	margin: 0 50px 25px 0;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #444;
	letter-spacing: 0;
}

h1 { 
	font-size: 36px; 
	line-height: 1.25; /* 45px */ 
	margin-bottom: 0.84em; /* 30px */
}

h2 { 
	font-size: 28px; 
	line-height: 1.35; /* 38px */ 
	margin-bottom: 0.89em; /* 25px */
}

h3 { 
	font-size: 22px; 
	line-height: 1.37; /* 30px */ 
	margin-bottom: 0.91em; /* 20px */
}

h4 { 
	font-size: 17px; 
	line-height: 1.48; /* 25px */ 
	margin-bottom: 1.48em; /* 25px */ 
}

h5 { 
	font-size: 14px; 
	line-height: 1.07; /* 15px */ 
	margin-bottom: 0.72em; /* 10px */
}

h6 { 
	font-size: 11px; 
	line-height: 1.37; /* 15px */ 
	margin-bottom: 0.91em; /* 10px */
	text-transform: uppercase;
}

.sub {
	color: #999;
	font-size: 22px;
	line-height: 1.14;
	margin-top: -20px;
	margin-bottom: 40px;
}

a { 
	color: #4ac0b6; 
	text-decoration: none;
	-webkit-transition: all 0.2s; 
	-moz-transition: all 0.2s; 
	-o-transition: all 0.2s; 
	transition: all 0.2s; 
}

a:hover {
	color: #999;
	text-decoration: underline;
}

ol {
	list-style: inside decimal;
	font-size: 100%;
	margin-bottom: 1.67em;
}

ol li {
	color: #999;
	line-height: 20px;
	margin-bottom: 10px;
}

ul {
	list-style-type: disc;
	font-size: 100%;
	margin-bottom: 1.67em;
}

li {
	line-height: 20px;
	margin-bottom: 10px;
}

ul.simple {
	list-style: inside none!important;
}

.button {
	border: 0;
	height: 45px;
	border-radius: 5px;
	background-color: #4ac0b6;
	color: #fff;
	line-height: 45px;
	font-size: 13px;
	padding: 0 30px;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: bold;
}

.button:hover {
	text-decoration: none;
	color: #ccc;
	background-color: #333;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1; /* ie 6/7 */
}

.icon:before { 
	content: ""; 
	display: inline-block; 
	width: 50px; 
	height: 50px; 
	float: left; 
	margin-right: 20px; 
}
.icon.icon-lab:before { background: url(../images/icons.png) no-repeat 0 0; }
.icon.icon-star:before { background: url(../images/icons.png) no-repeat 0 -50px; }
.icon.icon-lamp:before { background: url(../images/icons.png) no-repeat 0 -100px; }
.icon.icon-thumbup:before { background: url(../images/icons.png) no-repeat 0 -150px; }
.icon.icon-cloud:before { background: url(../images/icons.png) no-repeat 0 -200px; }

.video {
	position: relative;
	height: 0;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

audio { width: 250px; height: auto; }

/* form */

form p {
	margin-bottom: 0;
}

label, .label {
	font-weight: bold;
	margin-bottom: 10px;
	color: #999;
}

label span { 
	font-weight: normal; 
	color: #555; 
	margin-left: 5px; 
}

input[type="text"],
input[type="email"] {
	border: 1px solid #d8d8d8;
	background-color: #fafafa;
	height: 50px;
	line-height: 28px;
	padding: 10px;
	margin-bottom: 15px;
	font-size: 18px;
	color: #999;
}

textarea {
	border: 1px solid #d8d8d8;
	background-color: #fafafa;
	height: 200px;
	margin-bottom: 25px;
}

.radio-group label {
	margin-bottom: 0;
	cursor: pointer;
}

#status-reply {
	margin-bottom: 25px;
	color: #ff4c4f;
}

/* Site Header */

.header {
	position: relative;
	height: 175px;
	background-color: #444;
	background-color: rgba(0,0,0,0.2);
	margin-bottom: 75px;
	overflow: hidden;
}

.header.with-intro { height: 650px; }
.header.with-intro .nav::after { display: none; }

.header::after {
	position: absolute;
	content: "";
	display: block;
	background: url(../images/wave.png) no-repeat 0 0;
	width: 200px;
	height: 30px;
	right: 25%;
	bottom: -3px;
}

.nav {
	position: relative;
	min-height: 180px;
	background: rgba(0,0,0,0.4);
  	background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

.nav::after {
	position: absolute;
	content: "";
	display: block;
	bottom: -30px;
	left: 0;
	background: url(../images/wave.png) no-repeat 20% -33px;
	width: 100%;
	border-top: 3px solid #fff;
	height: 30px;
	opacity: 0.4;
}

.logo {
	float: left;
	padding: 40px 50px 0 80px;
}

.logo img { height: 100px; }

.menu {
	margin-bottom: 0;
	list-style: none!important;
}

.menu li {
	float: left;
	margin: 0 3px 3px 0;
}

.menu li a {
	display: inline-block;
}

#primary-menu {
	padding: 70px 0 20px;
	overflow: hidden;
}

#primary-menu a {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	line-height: 1.67;
	text-decoration: none;
	color: #fff;
	padding: 5px 17px;
	border-radius: 10px;
}

#primary-menu a:hover,
#primary-menu .current a {
	background-color: #313131;
	color: #ccc;
} 

.menu-toggle {  /* shows up on tablets & mobiles */
	display: none;
	text-align: center;
	margin-bottom: 43px;
}

.menu-toggle a {
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(../images/menu.png) no-repeat 0 0;
	background-size: 32px 64px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition-duration: 0;
	-moz-transition-duration: 0;
	-o-transition-duration: 0;
	transition-duration: 0;
}

#primary-menu.menu-closed + .menu-toggle a {
	background-position: 0 -32px;
}


.intro {	
	width: 50%;
	margin-left: 10%;
	margin-top: 100px;
}

.intro h1 {
	font-size: 30px;
	line-height: 1.34;
	margin-bottom: 1em;
	color: #fff;
	letter-spacing: 0.5px;
}

#video-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../video/video.png) no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	z-index: -100;
}

#video-background video {
	display: none;
	position: relative;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.header.with-intro #video-background video { 
	display: block; 
}



/* Page Content */

#page {
	margin-bottom: 100px;
}

#page .row {
	margin-bottom: 25px;
}

#page .sidebar {
	padding-top: 75px;
	margin-bottom: 15px;
}

.stripes {
	list-style: none;
	margin: 25px 0;
}

.stripes li {
	line-height: 37px;
	margin-bottom: 0;
	font-size: 16px;
	font-style: italic;
	padding-left: 10px;
}

.stripes li:nth-child(odd) {
	background-color: #ffe7ee;
}

.resources li {
	font-weight: bold;
}

.resources li a:hover,
.resources .current a {
	color: #999;
	text-decoration: none;
}

.link-back {
	display: inline-block;
	font-size: 100%;
	line-height: 1.67;
	height: 1.67em;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 50px;
}

.link-back:hover {
	text-decoration: none;
}

.headline {
	border-top: 1px solid #ccc;
	padding-top: 25px;
	margin-top: 50px;
}

/* accordion // "jquery.accordion.js" */

.accordion h4 {
	position: relative;
	font-weight: normal;
	color: #666;
	line-height: 1.77; /* 30px */
	padding: 10px 20px;
	margin-bottom: 25px;
	background: #e2e2e2;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	padding-right: 60px;
}

.accordion h4::after {
	content: "";
	position: absolute;
	right: 0; top: 0;
	width: 50px;
	height: 50px;
	background: url(../images/accordion.png) no-repeat 0 0;
}

.accordion.open h4::after {
	background-position: 0 -50px;
}

.accordion [data-content] {
	padding: 0 15% 0 5%;
}



/* Site Footer */

.footer {
	height: 500px;
	background-color: #333;
}

.map {
	position: relative;
	height: 370px;
}

.contacts {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 50%;
	padding-left: 10%;
	padding-top: 80px;
	z-index: 10;
}

.contacts h3 {
	font-family: inherit;
	font-size: 17px;
	line-height: 1.48; /* 25px */
	color: #ddd;
	text-transform: uppercase;
}

.contacts h3:after {
	content: "\00a0";
	display: block;
	width: 50px;
	height: 22px;
	border-bottom: 3px solid #777;
}

.contacts p {
	color: #ddd;
}

.social-links { margin-bottom: 20px; }

.social-links a {
	display: inline-block;
	padding: 0 10px 0 30px;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	font-size: 13px;
	background-size: 24px 24px!important;
	color: #ccc;
	font-style: italic;
	margin-bottom: 5px;
}

.social-links a:hover {
	opacity: 0.5;
}

.social-links .twitter { background: url(../images/social/twitter_circle.png) no-repeat 0 0; }
.social-links .facebook { background: url(../images/social/facebook_circle.png) no-repeat 0 0; }
.social-links .linkedin { background: url(../images/social/linkedin_circle.png) no-repeat 0 0; }
.social-links .youtube { background: url(../images/social/youtube_circle.png) no-repeat 0 0; }


#google-map {
	width: 100%;
	height: 100%;
}

.links {
	text-align: center;
	height: 50px;
	background-color: #222;
	padding: 40px 0;
}

#secondary-menu {
	margin-bottom: 13px;
}

#secondary-menu li {
	float: none;
	display: inline-block;
}

#secondary-menu li a {
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
	line-height: 1.33; /* ~20px */
	color: #c0c2be;
	padding: 0 5px;
}

.copyright {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.25; /* 15px */
	color: #4c4c4c;
}

#gotop { 
	display: none;
	position: fixed;
	bottom: 25px;
	right: 25px;
	background: url(../images/up.png) no-repeat 0 0;
	width: 50px;
	height: 50px;
	text-decoration: none;
	outline: none;
	line-height: 0;
	z-index: 10;
}


/* Media Queries */

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.intro { width: 70%; }

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

	/* disable header video */
	#video-background video { display: none; }
	
	/* header */
	.header .intro { display: none; }
	.header.with-intro .intro { display: block; }
	.header, .header.with-intro {  text-align: center; height: auto; }
	.logo { padding: 40px 0 0; margin-bottom: 20px; float: none; }
	#primary-menu { padding: 0; margin-bottom: 22px; }
	#primary-menu li { float: none; }
	.nav::after { display: none; }
	.intro { background-color: #efefee; width: 100%; margin: 0; box-sizing: border-box; padding: 50px; }
	.intro h1 { color: #5f5f5f; font-size: 20px; line-height: 1.5; font-weight: normal; }
	.header::after { width: 100%; left: 0; background-position-x: center; }
	.menu-toggle { display: block; }
	.button { height: 40px; line-height: 40px; padding: 0 20px; margin-bottom: 10px; font-size: 12px; }
	
	
	/* footer */
	.contacts { width: 100%; box-sizing: border-box; padding-right: 10%; padding-top: 60px; text-align: center; }
	.contacts h3:after { position: relative; left: 50%; margin-left: -25px; }
	.social-links a { text-indent: -9999px; }
	
	/* accordion */
	.accordion [data-content] { padding: 0 5% 0 5%; }
	
	/* page */
	.pull-left, .pull-right { float: none; width: 100%!important; margin: 0 0 25px; }
	.link-back { margin-bottom: 25px; }
	.headline { margin-top: 25px; }

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    
}

