body {
	font-size: 13px;
}

.container {
	width: 96%;
	max-width: 1050px;
	overflow: hidden;
	margin: auto;
	position: relative;
}

/*header*/
#header {
	position: relative;
	background-color: #FFF;
}
#header .container {
	padding: 10px 0;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 75%, rgba(221,231,242,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(75%, rgba(246,246,246,1)), color-stop(100%, rgba(221,231,242,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 75%, rgba(221,231,242,1) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 75%, rgba(221,231,242,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 75%, rgba(221,231,242,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 75%, rgba(221,231,242,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dde7f2', GradientType=1 );
}
#header #logo {
	width: auto;
	float: left;
	margin-bottom: 10px;
}
#header #logo img {
	max-width: 100%;
	max-height: 80px;
	margin-bottom: 5px;
}
#header #logo h3 {
	color: #3c69a3;
	font-size: 120%;
	letter-spacing: -1px;
	margin-bottom: 3px;
}
#header #logo h4 {
	color: #777;
	font-style: italic;
}

#header #header-info {
	width: auto;
	float: right;
	font-weight: bold;
	text-align: right;
	right: 10px;
	bottom: 10px;
}
#header #header-info .info-1 {
	color: #3c69a3;
	margin-bottom: 3px;
}
#header #header-info .info-2 {
	color: #777;
	font-style: italic;
}
/*END header*/

/*menu*/
#menu {
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin-bottom: 5px;
	position: relative;
	top: 0;
	z-index: 9;
}
#menu .container {
	background: #3c69a3;
	background: -moz-linear-gradient(top, rgba(116,156,204,1) 0%, rgba(26,71,122,1) 50%, rgba(116,156,204,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(116,156,204,1)), color-stop(50%, rgba(26,71,122,1)), color-stop(100%, rgba(116,156,204,1)));
	background: -webkit-linear-gradient(top, rgba(116,156,204,1) 0%, rgba(26,71,122,1) 50%, rgba(116,156,204,1) 100%);
	background: -o-linear-gradient(top, rgba(116,156,204,1) 0%, rgba(26,71,122,1) 50%, rgba(116,156,204,1) 100%);
	background: -ms-linear-gradient(top, rgba(116,156,204,1) 0%, rgba(26,71,122,1) 50%, rgba(116,156,204,1) 100%);
	background: linear-gradient(to bottom, rgba(116,156,204,1) 0%, rgba(26,71,122,1) 50%, rgba(116,156,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#749ccc', endColorstr='#749ccc', GradientType=0 );
}
/*END menu*/

/*menu mobile*/
#nav-mobile {
	z-index: 2;
}
#nav-mobile-icon {
	color: #FFF;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
#nav-mobile-content {
	display: none;
	width: 70%;
	max-width: 300px;
	height: 100%;
	line-height: 49px;
	color: #FFF;
	background-color: rgba(255,255,255,0.95);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11;
}
#nav-mobile-bg {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 3;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	cursor: pointer;
}

.nav-mobile {
	list-style: none;
	margin: 0;
	padding: 5%;
	height: 100%;
	overflow: auto;
}
.nav-mobile li {
	line-height: 20px;
}
.nav-mobile li a {
	display: block;
	color: #3c69a3;
	font-size: 120%;
	font-weight: bold;
	padding: 10px 0;
}
.nav-mobile ul {
	list-style: none;
	margin: 0 0 0 10%;
	padding: 0;
}
.nav-mobile ul li a {
	text-transform: none;
	font-size: 110%;
	font-weight: 100;
}
.nav-mobile ul li a:before {
	font-family: "FontAwesome";
	content: "\f101";
	margin-right: 5px;
}
/*END menu mobile*/

/*menu multi-level*/
.nav, .nav ul {
	display: none;
}
/*END menu multi-level*/

#slider {
	background-color: #FFF;
	z-index: 1;
	margin-bottom: 3px;
}
#slider img {
	max-width: 100%;
}

/*service-home*/
.service-home {
	display: table;
	border-spacing: 10px;
	border-collapse: separate;
	background-color: #dedede;
	margin-bottom: 6px;
}
.service-row {
	display: table-row;
}
.service-cell {
	width: 48%;
	height: 90px;
	line-height: 20px;
	float: left;
	line-height: 160%;
	color: rgba(255,255,255,0.8);
	font-size: 85%;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	margin: 1%;
	padding: 15px 3px;
	box-sizing: border-box;
}
.service-cell a {
	display: block;
	color: rgba(255,255,255,0.8);
}
/*END service-home*/

/*gw banner*/
#banner-home {
	height: 45px;
	overflow: hidden;
	margin-bottom: 50px;
	position: relative;
}
#banner-home .banner-content {
	width: auto;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	white-space: nowrap;
}
#banner-home .banner-content img {
	max-height: 100%;
	margin-left: 7px;
}
/*END gw banner*/

/*gw-general-page*/
.gw-general-page {
	margin-bottom: 35px;
	padding: 30px 10px 0 10px;
	background: url(img/bg-content.gif) repeat-x top;
}

.gw-general-page .gw-list {
	max-width: 280px;
	font-size: 90%;
	margin-bottom: 30px;
}
.gw-general-page .gw-list-item {
	line-height: 65px;
	height: 65px;
	overflow: hidden;
	color: #18406b;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 15px;
	cursor: pointer;
	position: relative;
	background-color: #5585bf;
}
.gw-general-page .gw-list-item a {
	display: block;
	color: #18406b;
}
.gw-general-page .gw-list-item a:hover {
	color: #FFF;
	text-decoration: none;
}
.gw-general-page .gw-list-item-2 {
	line-height: 160%;
	height: auto;
	font-size: 95%;
	padding: 10px;
}
.gw-general-page .gw-list-item-active {
	color: #FFF;
}
.gw-general-page .gw-list-item-active a {
	color: #FFF;
	text-decoration: none;
}
.gw-general-page .gw-list-bg {
	width: 280px;
	height: 65px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.gw-general-page .gw-list-title {
	position: relative;
	z-index: 2;
}

.gw-general-page .gw-content {
	text-align: justify;
}
.gw-general-page .gw-content-item {
	display: none;
}
.gw-general-page .gw-content-item:first-child {
	display: block;
}
.gw-general-page .gw-content-title {
	color: #d50000;
	font-weight: bold;
	font-size: 120%;
}
/*END gw-general-page*/

/*contact page*/
.title-contact {
	color: #d50000;
	text-transform: uppercase;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: solid 3px #e8e5d6;
}

#contact-info {
	margin-bottom: 30px;
}
#contact-info .about-title {
	margin-bottom: 5px;
}

#contact-form {
	font-size: 100%;
	margin: 15px 0 30px 0;
}
#contact-form .gw-collection {
	margin: 0;
	padding: 0;
}

#contact-form .gw-label {
	color: #999;
	font-weight: bold;
	text-align: left;
}
#contact-form .gw-row {
	margin-bottom: 10px;
}
#contact-form .gw-submit {
	font-weight: bold;
	padding-left: 48px;
	background-color: #3c69a3;
	background-image: url(/public/themes/web/img/send.png);
	background-repeat: no-repeat;
	background-position: 20% 50%;
}
/*END contact page*/

/*footer*/
#footer {
	line-height: 160%;
	color: #333;
}
#footer .container {
	box-sizing: border-box;
	padding: 10px;
	background-color: #dedeff;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(222,222,255,1) 50%, rgba(222,222,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(50%, rgba(222,222,255,1)), color-stop(100%, rgba(222,222,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(222,222,255,1) 50%, rgba(222,222,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(222,222,255,1) 50%, rgba(222,222,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(222,222,255,1) 50%, rgba(222,222,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(222,222,255,1) 50%, rgba(222,222,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedeff', GradientType=0 );
}
#footer .copyright {
	text-align: center;
	margin-bottom: 10px;
}
#footer .social {
	text-align: center;
}
#footer .social img {
	height: 30px;
	margin: 0 5px;
}
/*END footer*/

@media all and (min-width: 480px) {
	/*header*/
	#header #logo {
		width: auto;
		float: left;
		margin-right: 10px;
	}
	#header #slogan {
		width: auto;
		float: left;
		margin-top: 20px;
	}
	/*END header*/
	
	.service-cell {
		width: 31%;
		height: 90px;
	}
}

@media all and (min-width: 768px) {
	/*menu mobile*/
	#nav-mobile,
	#nav-mobile-bg,
	#nav-mobile-content,
	#nav-mobile-icon {
		display: none;
	}
	/*END menu mobile*/
	
	/*menu multi-level*/
	.nav, .nav ul {
		display: block;
		list-style: none;
		position: relative;
		z-index: 2;
		margin: 0;
		padding: 0;
		background: none;
	}
	.nav a:link, .nav a:active, .nav a:visited {
		display: block;
		background-color: none;
		text-decoration: none;
	}
	.nav li {
		list-style: none;
		float: left;
		position: relative;
		margin: 0;
	}
	.nav li:hover a, .nav .active a {
		background-color: rgba(255,255,255,0.15);
	}
	.nav li a {
		display: block;
		color: rgba(255,255,255,0.8);
		font-weight: bold;
		font-size: 90%;
		text-decoration: none;
		text-transform: uppercase;
		padding: 0 20px;
	}
	.nav li ul li {
		margin: 0;
		background-color: #e19919;
		border-bottom: solid 1px #ffc900;
	}
	.nav li ul li:hover, .nav li ul .active {
		background-color: #ffc900;
		border-bottom: solid 1px #ffc900;
	}
	.nav li ul a {
		width: 180px;
		line-height: 20px;
		float: left;
		color: #FFF;
		text-transform: none;
		font-weight: normal;
		padding: 7px 15px;
	}
	.nav ul {
		display: none;
		width: 200px;
		top: 49px;
		position: absolute;
	}
	.nav ul ul {
		top: auto;
	}
	.nav li ul ul {
		left: 210px;
		border-left: solid 1px rgba(255,255,255,0.3);
	}
	.nav li:hover ul ul, .nav li:hover ul ul ul, .nav li:hover ul ul ul ul {
		display: none;
	}
	.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li li li li:hover ul {
		display: block;
		width: auto;
		float: left;
	}
	/*END menu multi-level*/
	
	
	#header #logo {
		margin-bottom: 0;
	}
	#header #header-info {
		position: absolute;
	}
	
	/*service-home*/
	.service-cell {
		display: table-cell;
		width: 16.6%;
		height: auto;
		float: none;
		color: #FFF;
		text-align: center;
		vertical-align: middle;
		margin: 0 0.5%;
	}
	/*END service-home*/
	
	/*gw-general-page*/
	.gw-general-page .gw-list {
		width: 22%;
		float: left;
	}
	.gw-general-page .gw-content {
		width: 76%;
		float: right;
	}
	/*END gw-general-page*/
	
	/*contact page*/
	#contact-info {
		width: 37%;
		float: left;
	}
	
	#contact-form {
		width: 60%;
		float: right;
	}
	/*END contact page*/
	
	/*footer*/
	#footer .copyright {
		width: auto;
		float: left;
	}
	#footer .social {
		width: auto;
		float: right;
	}
	/*END footer*/
}

@media all and (min-width: 820px) {
	.nav li a {
		padding: 0 28px;
	}
}

@media all and (min-width: 960px) {
	.nav li a {
		padding: 0 40px;
	}
}

@media all and (min-width: 1024px) {
	.nav li a {
		padding: 0 45px;
	}
}

@media all and (min-width: 1110px) {
	.nav li a {
		padding: 0 50px;
	}
}