/*
 * 
 *      main.css > main css
 *      (c) 2014, 1202 software. all rights reserved.
 * 
 */



/* custom fonts */

@font-face {
	font-family: 'Verlag Book';
	src: url('../fonts/verlag-book.eot?#iefix') format('embedded-opentype'), 
	     url('../fonts/verlag-book.woff') format('woff'), 
	     url('../fonts/verlag-book.ttf')  format('truetype'),
	     url('../fonts/verlag-book.svg#svgFontName') format('svg');
}

@font-face {
	font-family: 'Verlag Bold';
	src: url('../fonts/verlag-bold.eot?#iefix') format('embedded-opentype'), 
	     url('../fonts/verlag-bold.woff') format('woff'), 
	     url('../fonts/verlag-bold.ttf')  format('truetype'),
	     url('../fonts/verlag-bold.svg#svgFontName') format('svg');
}

@font-face {
	font-family: 'Tungsten Semibold';
	src: url('../fonts/tungsten-semibold.eot?#iefix') format('embedded-opentype'), 
	     url('../fonts/tungsten-semibold.woff') format('woff'), 
	     url('../fonts/tungsten-semibold.ttf')  format('truetype'),
	     url('../fonts/tungsten-semibold.svg#svgFontName') format('svg');
}


/* div */

body {
	background: #050d42;
	margin: 0;
	padding: 0;
	clear: none;
	font: 1.1em 'Verlag Book', Arial, Helvetica, Verdana, sans-serif;
	line-height: 1.6em;
	-webkit-text-size-adjust: none;
}

#wrap_header {
	position: fixed;
	width: 100%;
	z-index: 100;
}

#buttons {
	float: right;
	margin-bottom: -5px;
}

#header {
	background: #fff;
	padding: 10px 20px;
	overflow: hidden;
}

#logo {
	height: 124px;
	z-index: 100;
	position: absolute;
	right: 50%;
	width: 78px;
}

#button-small, #logo-menu, #menu-small {
	display: none;
}

#wrap_carousel {
	height: 600px;
	position: relative;
}

[id^="carousel"] {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 600px;
}

#carousel-1 {
	background: url(../img/bg-carousel-1.jpg) center no-repeat;
	background-size: cover;
}

#carousel-2 {
	background: url(../img/bg-carousel-2.jpg) center no-repeat;
	background-size: cover;
}

#carousel-3 {
	background: url(../img/bg-carousel-3.jpg) center no-repeat;
	background-size: cover;
}

#carousel-4 {
	background: url(../img/bg-carousel-4.jpg) center no-repeat;
	background-size: cover;
}

#carousel-5 {
	background: url(../img/bg-carousel-5.jpg) center no-repeat;
	background-size: cover;
}

#menu {
	overflow: hidden;
	background: #ff7300;
	text-align: center;
	padding: 15px 20px;
}

#menu:after {
	height: 19px;
	content: url(../img/arrow-menu.png);
	position: absolute;
	right: 50%;
	width: 36px;
	margin-top: 15px;
}

article {
	max-width: 600px;
	margin: 0 auto;
	overflow: hidden;
	padding: 170px 20px 0 20px;
}

#wrap_carousel article {
	max-width: 500px;
	padding-top: 220px;
}

#contact {
	padding-top: 50px;
}

.wrap_article {
	min-height: 500px;
}

#vision {
	background: url(../img/bg-vision.jpg) center center no-repeat;
	background-size: cover;
}

#events {
	background: url(../img/bg-events.jpg) center center no-repeat;
	background-size: cover;
}

#about {
	background: url(../img/bg-about.jpg) center center no-repeat;
	background-size: cover;
}

.down, .up {
	padding: 50px 0 100px 0;
	height: 36px;
	overflow: hidden;
	background: url(../img/arrow-down.png) center center no-repeat;
	cursor: pointer;
}

.up {
	background: url(../img/arrow-up.png) center center no-repeat;
}

#footer {
	height: 40px;
	width: 100%;
	overflow: hidden;
	background: #ff7300;
}

#footer:before {
	height: 19px;
	content: url(../img/arrow-footer.png);
	position: absolute;
	margin-top: -19px;
	right: 50%;
	width: 36px;
}


/* text */

strong {
	font-family: 'Verlag Bold', Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
}

.orange {
	color: #ff7300;
}

hr {
    margin: 10px 0;
    border: 0;
    height: 1px;
    color: #f5f5f5;
    background-color: #f0f0f0;
}

p {
	padding: 0;
	margin: 5px 0 20px 0;
	color: #fff;
}

#wrap_carousel p, #contact p {
	text-align: center;
}

h1, h2, h3, h4, h5 {
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1 {
	font-family: 'Tungsten Semibold', Arial, Helvetica, Verdana, sans-serif;
	font-size: 4.0em;
	line-height: 1.0em;
	letter-spacing: 4px;
	margin: 50px 0 100px 0;
}

h2 {
	font-size: 1.6em;
	margin-top: 10px;
}

h3 {
	font-family: 'Tungsten Semibold', Arial, Helvetica, Verdana, sans-serif;
	font-size: 2.0em;
	line-height: 1.0em;
	margin: 5px 0 30px 0;
	letter-spacing: 3px;
	background: url(../img/line-header.png) bottom center no-repeat;
	padding-bottom: 35px;
}

h4 {
	font-size: 1.2em;
	margin-top: 10px;
}


/* table, form, lists */

tr, td {
	padding: 0;
	margin: 0;
}

form {
	padding: 0;
	margin: 0;
}

input {
	background: #fff;
	color: #000;
	border: 1px solid #999;
	padding: 3px;
	font-size: 1.1em;
}

input.post {
	border: 0;
	padding: 0;
}

#header ul, #menu-small ul, #menu ul {
	margin: 0;
	padding: 0;
}

#header ul {
	min-width: 200px;
	overflow: hidden;
	padding-top: 5px;
}

#header li, #menu li {
	margin: 0;
	padding: 0 5px;
	display: inline;
	font: 1.1em 'Tungsten Semibold', Arial, Helvetica, Verdana, sans-serif;
	color: #1e1e5a;
	letter-spacing: 1px;
	float: left;
}

#menu li {
	padding: 0 15px;
	font-size: 1.5em;
	color: #fff;
	letter-spacing: 2px;
	float: none;
	white-space: nowrap;
}

#menu-small li {
	display: block;
	padding: 10px 20px;
	border-bottom: 1px solid #262b4d;
	border-color: rgba(31, 37, 77, .9);
	cursor: pointer;
	background: #040826;
	background: rgba(0, 3, 26, .9);
}

#menu-small li:hover {
	background: #050d42;
}

/* links */

a {
	text-decoration: none;
}

p a {
	color: #ddd;
	border-bottom: 1px solid #bbb;
}

p a:hover {
	color: #ccc;
	border-color: #aaa;
}

li a {
	color: #1e1e5a;
}

li a:hover {
	color: #282873;
}

#menu-small li a {
	color: #ff953f;
	width: 100%;
}

#menu-small li a:hover {
	
}


/* images */

img {
	border: 0;
	padding: 0;
	margin: 0;
}

#buttons img {
	margin: 3px 5px 0 5px;
}


/* switch menu for smartphones */

@media screen and (max-width: 1000px) {

	#header {
		padding: 10px 10px 0 10px;
	}
	
	#button-small {
    	display: block;
    	float: right;
	}
    
    #logo-menu {
    	display: block;
    	float: left;
    	cursor: pointer;
    }
    
    #buttons, #header ul, #logo {
    	display: none;
    }
    
    #menu-small {
    	position: absolute;
    	width: 100%;
    }
    
    article {
    	padding-top: 80px;
    }

	#wrap_carousel article {
		padding-top: 100px;
	}
}


/* end of document */