/*******************************
	FLYING SPAGHETTI MONSTER

     _  _(o)_(o)_  _
   ._\`:_ F S M _:' \_,
       / (`---'\ `-.
    ,-`  _)    (_, 
    
	author: Anel Bejtović
********************************/

@import url(http://fonts.googleapis.com/css?family=Play&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Jura&subset=latin,latin-ext);

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

article, aside, figure, footer, header, hgroup,
menu, nav, section { display: block; }

h1, h2, h3, h4, h5, h6, ul, a {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	list-style: none;
}

#page-home, #page-about, #page-services, #page-gallery, #page-contact {
	display: none;
}

#bg {
	background-image: url("images/bg.jpg"); 
	background-size: cover; 
	background-position: center top; 
	background-repeat: no-repeat; 
	background-color: rgb(0, 0, 0);
	position: fixed;
	width: 100%;
	height: 100%;
}

.wrap {
	width: 1012px;
	margin: 0 auto;
	position: relative;
}

header {
	width: 100%;
	height: 161px;
	background: #000;
	position: relative;
}

.logo {
	position: absolute;
	top: 60px;
	left: 20px;
}

.main-nav {
	position: absolute;
	right: 0px;
	top: 40px;
}

.main-nav li {
	padding: 30px;
	border-right: 1px solid #333;
	float: left;
}

.main-nav li:last-child {
	border-right: none;
}

.main-nav a {
	color: #ededed;
	font-family: 'Play', sans-serif;
}

.main-nav a:hover {
	color: #fb0;
}

.main-content {
	width: 100%; 
	height: 100%;
	padding: 50px 0;
	min-height: 100%;
}

.video-iframe {
	border: 2px #333 solid;
	padding: 3px;
	background: #000;
}

.text-video {
	width: 800px;
	height: 210px;
	position: absolute;
	top: 75px;
	left: 100px;
	background: rgba(0, 0, 0, 0.8);
}

.first-sec {
	border-right: 1px solid #333;
	width: 295px;
	padding: 20px 50px 50px;
	margin-top: 30px;
	float: left;
}

.first-sec h2 {
	color: #00D0FF;
	font-family: 'Jura', sans-serif;
	font-size: 50px;
}

.first-sec h3 {
    color: #fff;
    font: bold 18px "Jura","sans-serif";
    text-transform: uppercase;
    margin: 7px 0 0 3px;
}

.second-sec {
	width: 295px;
	padding: 0px 50px;
	margin-top: 30px;
	float: left;
}

.second-sec h4 {
    color: #fff;
    font: normal 18px "Play","sans-serif";
    line-height: 150%;
}

.text-about {
	width: 1000px;
	height: 450px;
	background: rgba(0, 0, 0, 0.8);
}

.first-sec-about {
	border-right: 1px solid #444;
	width: 340px;
	padding: 20px 70px 20px 40px;
	margin-top: 30px;
	float: left;
}

.second-sec-about {
	padding: 0 40px;
	margin-top: 30px;
	float: left;
	width: 465px;
}

.second-sec-about a {
	color: #fff;
}

.second-sec-about a:hover {
	text-decoration: underline;
}


.second-sec-about h1 {
	font: 80px "Jura","sans-serif";
	color: #fff;
	text-transform: uppercase;
}

.second-sec-about p {
	font: 19px "Play","sans-serif";
	color: #fff;
}

.text-services {
	width: 960px;
	padding: 20px;
	background: rgba(0, 0, 0, 0.8);
	overflow: hidden;
}

.text-services img { 
	border: 2px solid #FB0;
}

.text-services h1 {
	color: #fff;
	font: 70px "Jura","sans-serif";
	text-transform: uppercase;
	margin: 10px 0 20px;
}

.front-services {
	width: 100%;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	color: #fff;
}

.front-services img {
	float: left;
	width: 625px;
	margin-right: 20px;
	height: 450px;
}

.front-services h3 {
	color: #fff;
	font: 20px "Play","sans-serif";
	margin-bottom: 10px;
}

.front-services li {
	color: #fff;
	font: 14px "Play","sans-serif";
}

.services-sector {
	float: left;
	width: 300px;
	padding: 0 10px;
	margin-right: 5px;
	height: 370px;
}

.first {
	padding-left: 0px;
}

.last {
	margin-right: 0;
}

.services-sector h2 {
	color: #fff;
	font: bold 24px "Jura","sans-serif";
	margin: 5px 0 0 0;
}

.services-sector p {
	color: #fff;
	font: 14px "Play","sans-serif";
	margin: 5px 0 20px 0;
}

.gallery-wrap {
	width: 960px;
	padding: 20px;
	background: rgba(0, 0, 0, 0.8);
	overflow: hidden;
}

.gallery-wrap h1 {
	color: #fff;
	font: 70px "Jura","sans-serif";
	text-transform: uppercase;
	margin: 10px 0 20px;
}

.gallery-wrap img {
	border: 1px solid #FB0;
	margin-right: 14px;
	margin-bottom: 20px;
}

.gallery-wrap img:hover {
	opacity: 0.7;
	cursor: pointer;
	border: 1px #fff solid;
}

.glast {
	margin-right: 0 !important;
}

.contact-text {
	width: 960px;
	padding: 20px 20px 40px;
	background: rgba(0, 0, 0, 0.8);
	overflow: hidden;
}

.contact-text h1 {
	color: #fff;
	font: 70px "Jura","sans-serif";
	text-transform: uppercase;
	margin: 10px 0 20px;
}

.first-sec-contact, .second-sec-contact, .third-sec-contact {
	width: 244px;
	height: 130px;
	padding: 0 30px 0 5px;
	float: left;
	border-right: 1px #555 solid;
}

.first-sec-contact h2 {
	font: bold 22px "Play","sans-serif";
	color: #cd1719;
}

.first-sec-contact h3 {
	font: 17px "Play","sans-serif";
	color: #fff;
	margin-top: 10px;
}

.second-sec-contact {
	padding: 0 10px 0 40px;
	width: 264px;
}

.third-sec-contact {
	border-right: none;
	padding: 0 10px 0 40px;
	width: 314px;
}

.second-sec-contact p, .third-sec-contact p {
	color: #fff;
	font: 15px "Play","sans-serif";
	margin: 4px 0;
}

footer {
	width: 100%;
	height: 30px;
	position: fixed;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
}

footer h5 {
	color: #fff;
	font: 13px "Play","sans-serif";
}

.copy {
	float: left;
	line-height: 28px;
}

.connect {
	float: right;
	line-height: 28px;
}

.connect a {
	color: #fb0;
}

.connect a:hover {
	text-decoration: underline;
}

.smaller-font {
	font-size: 18px !important;
}
