@charset "utf-8";
/* CSS Document */

/* #Rem-font-size-set ---*/
html {
	font-size: 62.5%;
	font-family: "Roboto";
}  /* =10px */
body {
	font-size: 1.4rem;
	background: #fff;
	font-family: "Roboto";
	color: #20282c;
}/* =14px */
/* #Typography ================================== */
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
	margin-top: 10px;
	font-style: normal;
	font-weight: 700;
	font-family: 'Roboto Slab', serif;
}
h1 {
	font-size: 3.7rem;
	line-height: 4.7rem;
}
h2 {
	font-size: 3.2rem;
	line-height: 4.2rem;
}
h3 {
	font-size: 2.5rem;
	line-height: 3.5rem;
}
h4 {
	font-size: 2rem;
	line-height: 2rem;
}
h1.block, h2.block, h3.block, h4.block, h5.block, h6.block {
	padding-bottom: 10px;
	padding-top: 10px;
}
/* #Paragraph-------------*/
p {
	color: #444b4f;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2.6rem;
	margin-bottom: 1.6rem;
}
p.big {
	color: #444b4f;
	font-size: 2.0rem;
	font-weight: 400;
	line-height: 3rem;
	margin-bottom: 1.6rem;
}
/* #Link-------------*/
a {
	color: #187fc3;
	font-size: 16px;
	text-shadow: none;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
}
a:hover {
	color: #1396ec;
	text-shadow: none;
}
/* #Colors ----------*/

.color-white {
	color: #fff;
}
.color-black {
	color: #1e2c35;
}
.color-blue {
	color: #187fc3;
}
.color-red {
	color: #db2727;
}
.bg-black {
	background: #1e2c35;
}
.bg-blue {
	background: #187fc3;
}
.bg-red {
	background: #db2727;
}
/* #Logo & menu aria ---*/

.menu-container-full-width {
	width: 100%;
	position: relative;
	height: 98px;
	-webkit-box-shadow: 0px 2px 4px -3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 4px -3px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 4px -3px rgba(0,0,0,0.3);
}
#toplogo {
	float: left;
	width: 302px;
	height: 68px;
	margin: 14px 0 0 30px;
	position: relative;
	z-index: 2147483647;
}

@media all and (max-width : 420px) {
#toplogo {
	float: left;
	width: 250px;
	height: 56px;
	margin: 20px 0 0 30px;
	position: relative;
	z-index: 2147483647;
}
}
/* #Containers ================================== */
.container-full-width {
	width: 100%;
	position: relative;
}
.container-full-width-grey {
	background: #dbe7ef;
	width: 100%;
	position: relative;
}
.container-blue {
	width: 100%;
	background: #1883c9;
	position: relative;
}
.site-inner-wrapper {
	margin: 0 auto;
	max-width: 1220px;
	position: relative;
	padding: 5rem 3rem;
	width: 100%;
}
.site-inner-wrapper-without-padding {
	margin: 0 auto;
	max-width: 1220px;
	position: relative;
	width: 100%;
	padding: 0 3rem;
}

/* #Portlets================================== */

.portlet {
	background: #FFF;
}
.portlet .content-body {
	padding: 20px;
}
/* #Footer=====================================*/
footer {
	background: #1e2c35;
	margin: 0 auto 0;

}
footer ul {
	list-style: none;
}
footer li {
	color: #9bb0be;
	font-size: 14px;
	line-height: 26px;
}
footer li a {
	color: #9bb0be;
	font-size: 14px;
line-height: 24px;
}
footer p {
	color: #9bb0be;
	font-size: 14px;
	line-height: 26px;
}
footer p.copyright {
	text-align: right;
		margin-top:15px;
}
footer h4 {
	color: #fff;
	font-weight: 400;

}
/* #social---*/
ul.social-networking {
	display: block;
	float: right !important;
	font-size: 12px;
	margin-top: 44px;
	text-align: center;
	width: 76px;
}
.social-networking li {
	margin-right: 6px;
	padding: 0;
	list-style: none;
	background: url(../images/social.png)no-repeat;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
}
.social-networking li:last-child {
	margin-right: 0;
}
.social-networking li, .social-networking a {
	width: 32px;
	height: 30px;
	display: block;
	float: left;
}
ul.social-networking li.facebook {
	background-position: 0px 0px;
}
ul.social-networking li.twitter {
	background-position: -30px 0px;
}
ul.social-networking li:hover {
	opacity: 0.6;
}
@media only screen and (max-width: 945px) {
	ul.social-networking {
	float: left !important;
	margin-top:0px;}
	
	footer p.copyright {
	text-align: left;
		margin-top:15px;
}
}
