body {
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Oswald', sans-serif;
	color: #303030;
}

.inner {
	width: 960px;
	margin: 0 auto;

}
#header {
	background-color:#353535 ;
	height: 137px;
	border-bottom: 4px solid #fff76a;
}

#header .logo {
	position: absolute;
	bottom: 0;
    display: block;
}

#header .navigation {
	position: relative;
	height: 100%;
}

#header .navigation ul li {
	display: inline-block;
	color: white;
}

#header .navigation ul {
	text-align: center;
	display: block;
	padding-top: 50px;
}

#header .navigation .subMenuContainer {
    position: relative;
}

#header .navigation .subMenuContainer .submenu {
    position: absolute;
	background-color:#353535;
	margin-top: 0px!important;
    padding: 25px 0px 30px;
	z-index: 100;
}
#header .navigation .subMenuContainer .submenu li {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    text-align: left;

}

#header .navigation .subMenuContainer .submenu li:hover {
    background-color: #fff76c;
}

#header .navigation .subMenuContainer .submenu li a {
    text-transform: none;
    display: block;
    padding: 6px 10px;
    color: white!important;
    width: 215px;
}

#header .navigation ul li a:hover,
#header .navigation ul li.selected a {
	color: #fff76c;
}

#header .navigation .subMenuContainer .submenu li.selected a{
    color: #fff76c !important;
}

#header .navigation ul li a {
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: lighter;
	margin-right: 14px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

#gallery {
	height: 600px;
	display: block;
	position: relative;
	overflow: hidden;
    border-bottom: 4px solid #fff76a;
}

#gallery.gallery2 {
    height: 400px;
}

#gallery img {
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#main {
	background: url("img/bg.jpg") repeat;
	background-position: top center;
}

#main .container_16 {
	background-color: #f0f0e8;
}

#main .content {
	width: 830px;
	margin: 90px auto 0;
}

#main .content h1.title {
	background-color: #fff76a;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: lighter;
	text-align: right;
	padding-right: 21px;
}

#main .text {
	font-size: 16px;
	font-weight: lighter;
	line-height: 33px;
	text-align: justify;
	margin-top: 30px;
}

.bigBanner {
	position: relative;
	margin-top: 30px;
	margin-bottom: 40px;
}

.bigBanner .wrapper {
	position: absolute;
	top: 10px;
	left: 13px;
}
.bigBanner .wrapper .title a {
	color: white;
	padding: 0;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 100;
	text-decoration: none;
}


.microBanner {
	position: relative;
	width: 280px;
	margin-right: 10px;
	float: left;
	margin-bottom: 40px;
}

.microBanner img{
	width: 100%;
}

.microBanner .wrapper {
	position: absolute;
	top: 10px;
	left: 13px;
}
.microBanner .wrapper .title a {
	color: #fff76c;
	padding: 0;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: lighter;
	text-decoration: none;
}

.microBanner .description {
	font-size: 14px;
}




.sidebar .sideTitle {
	text-transform: uppercase;
	font-weight: lighter;
	background-color: #fff76c;
	text-align: center;
	font-size: 20px;
}

.sidebar .services {
	margin: 40px auto 0;
	width: 140px;
}

.sidebar .services li {
	text-align: right;
	margin-bottom: 8px;
}

.sidebar .services li:hover {
	background-color: #fff76c;
}

.sidebar .services li a {
	text-decoration: none;
	color: black;
	font-weight: lighter;
}

.sidebar .icoContainer {
	margin-top: 40px;
	text-align: center;
    color: black;
    text-decoration: none;
}

.sidebar .icoContainer a {
	display: inline-block;
	width: 100%;
	text-decoration: none;
	color: black;
	margin-top: 5px;
	font-weight: lighter;
}

.sidebar .videoIco {
	background: url("img/video.png") no-repeat;
	display: inline-block;
	background-size: 71px;
	width: 71px;
	height: 51px;
	margin-left: 19px;
}

#footer {
	background-color: #414141;
	position: relative;
	color: white;
	padding-top: 60px;
    border-top: 4px solid white;
}

#footer .socialContainer a {
	display: inline-block;
}

#footer .socialContainer .label {
	font-weight: lighter;
	display: block;
	margin-bottom: 10px;
}

#footer .socialContainer a .social {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-size: 40px!important;
	margin-right: 10px;

}
#footer .socialContainer a .facebook {
	background: url("img/fb.png") no-repeat;
}
#footer .socialContainer a .twitter {
	background: url("img/twitter.png") no-repeat;
}
#footer .socialContainer a .linkedin {
	background: url("img/linkedin.png") no-repeat;
}
#footer .socialContainer a .pinterest {
	background: url("img/pinterest.png") no-repeat;
}
#footer .socialContainer a .google {
	background: url("img/google.png") no-repeat;
}
#footer .socialContainer a .blogger {
	background: url("img/blogger.png") no-repeat;
}

#footer .copy {
	font-size: 14px;
	font-weight: lighter;
	font-style: italic;
	text-align: right;
}



/**STIKKIO FOOTER**/

html, body {
	height: 100%;
    background-color: #414141;
}

#wrapper {
	height: auto !important;
	height: 100%;
	margin: 0 auto -110px; /* the bottom margin is the negative value of the footer's height */
}

#footer, .push {
	height: 110px; /* '.push' must be the same height as 'footer' */
}


#company 
{
    text-align:center;
    font-size: 11px;
}

#powered,
#powered a
{
    font-size: 12px;
    color: white;
}

p span.t2 {
    text-align:center;
    font-style: italic;
    display: block;
    font-weight: bold;
}



@media (max-width: 970px) {
	body {
		min-width: inherit !important;
	}

	.inner {
		width: 100%;
	}

	.container_16 {
		width: 100% !important;
	}
	.grid_10 {
		width: auto !important;
	}
	.grid_3 {
		width: auto !important;
	}

	#header {
		height: auto;
	}

	#header .logo {
		position: static;
		text-align: center;
	}

	#header .navigation ul li {
		display: block;
	}

	#header .navigation ul {
		text-align: left;
		padding: 10px;
	}

	#header .navigation .subMenuContainer .submenu {
		position: static;
		width: 100%;
	}

	#gallery {
		height: 300px;
	}

	#main .content {
		width: auto;
		margin: 10px;
	}

	.microBanner {
		width: 100%;
	}

	.sidebar {
		margin: 40px auto 0;
		width: 100% !important;
	}

	.sidebar .services {
		width: 100%;
	}

	.sidebar .services li {
		text-align: center;
	}

}


