*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size:12px;
	background-color:#FFF;
	color:#4f4f4f;
}

a:link {
	color:#4f4f4f;
	text-decoration:none;
}

a:active {
	color:#4f4f4f;
	text-decoration:none;
}

a:visited {
	color:#4f4f4f;
	text-decoration:none;
}

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

p {
	margin-bottom:15px;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

ul {
	list-style-position:outside;
	list-style-type:disc;
	padding:0;
}

main ul {
	list-style-type:disc;
	padding-left:15px;	
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin-top:0;
	margin-bottom:15px;
}

h1 {
	text-align:center;
	background-color:#2a375b;
	width:100%;
	display:block;
	border-radius:50px 50px 0 0;
	color:#FFF;
	text-transform:uppercase;
	font-size:24px;
	padding:17px 10px;
	margin-bottom:10px;
	font-weight:400;
	letter-spacing:2px;
}

h2, h3, h4, h5, h6 {
	font-size:18px;
	color:#4f4f4f;
	margin-bottom:25px;
	font-weight:400;
}

::-webkit-input-placeholder {
	color:#000000;
	font-size:14px;
	opacity:1;
	font-family:Arial, Helvetica, sans-serif;
}

:-moz-placeholder {
	color:#000000;
	font-size:14px;
	opacity:1;
	font-family:Arial, Helvetica, sans-serif;
}

::-moz-placeholder {
	color:#000000;
	font-size:14px;
	opacity:1;
	font-family:Arial, Helvetica, sans-serif;
}

:-ms-input-placeholder {
	color:#000000;
	font-size:14px;
	opacity:1;
	font-family:Arial, Helvetica, sans-serif;
}

#container {
	background-color:transparent;
	width: 100%;
	min-width:320px;
	height:auto;
	margin:0 auto 0 auto;
	position: relative;
}

.wrapper-fluid {
	width:100%;
	min-width:100%;
	height:auto;
	position:relative;
	background-color:transparent;
}

.wrapper-fixed {
	width:100%;
	margin:0 auto;
	height:auto;
	min-height:1px;
	position:relative;
}


/**************************************************
***** Start Header ********************************
**************************************************/

#header-wrapper {
	background-image:url(../img/background-header.jpg);
	background-repeat:repeat-x;
	background-position:center top;
}

#header-wrapper .wrapper-fixed {
	min-height:224px;
	padding-top:20px;
}

#header-logo {
	float:left;
}

#header-information {
	float:right;
	padding-top:140px;
}

#header-information > div {
	display:inline-block;
	*display:inline;
	zoom:1;
	vertical-align:middle;
	margin-left:-4px;
	overflow:hidden;
	font-size:18px;
	color:#f5f5f8;
}

#header-information > div p,
#header-information > div a {
	font-size:inherit;
	color:inherit;
	text-decoration:none;
	margin:0;
}

#header-information > div img {
	display:inline;
	vertical-align:middle;
}

#header-information > div:first-child {
	margin-left:0;
}

#header-phone {
	margin-right:15px;
}

#header-email {
	margin-right:15px;
}

/**************************************************
***** Start Navigation ****************************
**************************************************/

#navigation-wrapper {
	background-image:url(../img/background-navigation.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	position:relative;
	z-index:2;
}

#navigation-wrapper .wrapper-fixed {
	min-height:42px;
}

#navigation-wrapper nav > ul {
	text-align:center;
	display:block;
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
}

#navigation-wrapper nav > ul > li {
	display:inline-block;
	*display:inline;
	zoom:1;
	vertical-align:top;
	font-size:13px;
	color:#FFF;
	margin-left:-4px;
	position:relative;
	letter-spacing:1px;
}

#navigation-wrapper nav > ul > li:first-child {
	margin-left:0;
}

#navigation-wrapper nav > ul > li > a {
	font-size:inherit;
	color:inherit;
	background-size:100% 65px;
	background-position:center top;
	background-repeat:no-repeat;
	display:block;
	padding:11px 30px 5px;
	height:42px;
	text-decoration:none;
}

#navigation-wrapper nav > ul > li > a:hover {
	background-image:url(../img/background-navigation-item.png);
}

#navigation-wrapper nav > ul > li > ul {
	position:absolute;
	left:0;
	top:42px;
	width:auto;
	min-width:100%;
	height:auto;
	display:none;
	margin:0;
	overflow:hidden;
}

#navigation-wrapper nav > ul > li:hover > ul {
	display:block;
}

#navigation-wrapper nav > ul > li > ul > li {
	font-size:13px;
	color:#FFF;
	letter-spacing:1px;
}

#navigation-wrapper nav > ul > li > ul > li > a {
	padding:17px 14px;
	display:block;
	height:auto;
	text-align:center;
	font-size:inherit;
	color:inherit;
	background-color:#3a4b8a;
	box-shadow:inset 0 0 10px 5px #232d50;
}

#mobile-menu-toggle {
	display:none;
	color:#FFF;
	font-size:16px;
	height:42px;
	padding:10px 0;
	cursor:pointer;
}

#mobile-menu-toggle:before {
	content:"Open ";
}

#mobile-menu-toggle.active:before {
	content:"Close ";
}


/**************************************************
***** Start Upper Content *************************
**************************************************/

#upper-content-wrapper {
	background-image:url(../img/background-opening.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
}

#upper-content-wrapper .wrapper-fixed {
	min-height:389px;
	padding-top:50px;
	overflow:hidden;
}

#upper-content-box {
	border-radius:50px;
	width:565px;
	max-width:100%;
	background-color:rgba(255, 255, 255, 0.7);
	padding-bottom:5px;
	font-size:12px;
	color:#4f4f4f;
	margin-bottom:15px;
}

#upper-content-box h1 {
	text-align:center;
	background-color:#2a375b;
	width:100%;
	display:block;
	border-radius:50px 50px 0 0;
	color:#FFF;
	text-transform:uppercase;
	font-size:24px;
	padding:17px 10px;
	margin-bottom:10px;
	font-weight:400;
	letter-spacing:2px;
}

#upper-content-box p {
	padding:0 15px;
	font-size:12px;
	color:#4f4f4f;
	text-align:center;
	line-height:20px;
}

/**************************************************
***** Start Lower Content *************************
**************************************************/

#lower-content-wrapper {
	background-color:#FFF;
	background-image:url(../img/background-content.jpg);
	background-repeat:repeat-x;
	background-position:center top;
}

#lower-content-wrapper .wrapper-fixed {
	min-height: 309px;
	padding-top: 60px;
	padding-bottom: 20px;
}

#lower-content-wrapper .wrapper-fixed p {
	line-height:20px;
}


.content-block {
	float:left;
	width:50%;
	overflow:hidden;
	margin-bottom:90px;
	padding-right:20px;
}

.content-block img {
	float:left;
	width:27%;
	padding-right:3%;
}

.content-block h2,
.content-block h3,
.content-block h4,
.content-block h5,
.content-block h6 {
	text-align:left;
	float:right;
	width:73%;
}

.content-block p {
	text-align:center;
	float:right;
	width:73%;
}

.techno-block {
	float: left;
	width: 33.3%;
	overflow: hidden;
	margin-bottom: 20px;
	padding-right: 20px;
}

.techno-block img {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.techno-block h2,
.techno-block h3,
.techno-block h4,
.techno-block h5,
.techno-block h6 {
	text-align:left;
	float:right;
	width:73%;
}

.techno-block p {
	text-align:center;
	float:right;
	width:73%;
}

/**************************************************
***** Start Footer ********************************
**************************************************/

#footer-wrapper {
	background-color:#1d2a4e;
}

#footer-wrapper .wrapper-fixed {
	min-height:112px;
	padding:10px 10%;
}

#footer-menu ul {
	list-style-type:none;
	padding:0;
	margin:0;
	display:block;
	width:100%;
	text-align:right;
}

#footer-menu ul li {
	display:inline-block;
	*display:inline;
	zoom:1;
	vertical-align:top;
	margin-left:-4px;
	color:#FFF;
	font-size:13px;
	text-transform:uppercase;
	margin-right:5%;
	letter-spacing:2px;
}

#footer-menu ul li:first-child {
	margin-left:0;
}

#footer-menu ul li:last-child {
	margin-right:0;
}

#footer-menu a {
	color:inherit;
	font-size:inherit;
	text-decoration:none;
}
