* {
	padding: 0;
	margin: 0;
	word-wrap: break-word;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
	max-height: 100%;
	max-width: 100%;
}

table {
	width: 100%;
	table-layout: fixed;
	border: 0;

	border-collapse: collapse;
}

.hide {
    height: 1px;
    left: -10000em;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 1px;
}

.hidden {
	display: none !important;
}

.resp {
	display: none;
}

fieldset {
    border: 0 none;
}

/************************************************/
body {
	font-family: 'Titillium Web', sans-serif;
	font-size: 17px;
	line-height: 25px;
	font-weight: 300;
	color: #2d2d2d;
	position: relative;
	/*-webkit-font-smoothing: antialiased;*/
	/*-moz-osx-font-smoothing: grayscale;*/
}

a {
	color: #0070ba;
	text-decoration: none;
	cursor: pointer;
}

a:hover,
a:active {
	color: #2fa2e9;
	text-decoration: underline;
}

hr {
	border-top: 1px solid #aaa;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 30px 0;
}

.clear {
	clear: both;
}

.overflow-hidden {
	overflow: hidden;
}

/************************************************/
h1,
h2,
h3 {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
	color: #0a70c0;
}

h1 {
	font-size: 24px;
	line-height: 28px;
}

h2 {
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 400;
}

h3 {
    padding: 5px 0;
    font-size: 18px;
    line-height: 22px;
	font-weight: 400;
}

/************************************************/
#c-header {
	width: 100%;
	height: 400px;
	z-index: 100;
	position: relative;
	background: #efefef;
}

#header {
	width: 1200px;
	height: inherit;
	margin: 0 auto;
	position: relative;
}

#c-top-bar {
	width: 100%;
	height: 60px;
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	background: url('/img/bg-top-bar.png');
}

#top-bar {
	width: 1200px;
	height: inherit;
	margin: 0 auto;
	position: relative;
}

#c-site-title {
	position: absolute;
	top: 0px;
	left: 15px;
	z-index: 10;
	font-family: 'Farsan', cursive;
	font-size: 30px;
	line-height: 60px;
	color: #1f7ac1;
	text-align: left;
}

#top-icons {
	position: absolute;
	top: 13px;
	right: 12px;
	width: auto;
	height: 40px;
	z-index: 120;
}

#c-main-menu {
	width: 100%;
	height: 60px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 200;
	background: url('/img/bg-main-menu.png') repeat-x center top; 
}

#c-all {
	width: 100%;
}

#c-middle {
	width: 1200px;
	margin: 45px auto 70px auto;
}

#c-left {
	float: left;
	width: 280px;
	min-height: 300px;
	margin-right: 50px;
}

#c-right {
	float: right;
	width: 870px;
}

#c-logotypes {
	width: 100%;
	min-height: 72px;
}

#c-footer {
	width: 100%;
	min-height: 280px;
	background-color: #efefef;
	background-size: contain;
	font-family: 'Titillium Web', sans-serif;
	color: #525252;
}

/************************************************/
.menu-trigger {
	display: none;
	cursor: pointer;
	font-size: 18px;
	line-height: 20px;
	padding: 14px 15px 15px 15px;
	margin-bottom: 10px;
}

.menu-trigger * {
	vertical-align: middle;
}

.menu-trigger img {
	margin-right: 10px;
	margin-bottom: 2px;
} 

#main-menu-trigger {
	background: url('/img/bg-main-menu.png') repeat-x center center;
	color: #fff;
}

/*** overlay *********************************************/
#c-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background: url('/img/bg-black-50.png');
	overflow: auto;
	display: none;
}

#c-overlay > #overlay-close {
	width: 100px;
	height: 32px;
	position: fixed;
	top: 0;
	left: 50%;
	z-index: 500;
	margin-left: -50px;
	background: #000;
	color: #fff;
	text-align: center;
	line-height: 22px;
	font-size: 11px;
	box-shadow: 0 3px 5px #000;
	border: 1px solid #333;
	border-top: 0;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px; 
	cursor: pointer;
	display: block;
}

#c-overlay > #overlay-close:focus {
	outline: 2px solid #fff;
}

#c-overlay > #overlay-close:hover,
#c-overlay > #overlay-close:active {
	box-shadow: 0 3px 5px #fff;
}

#c-overlay > #overlay-content {
	width: 100%;
	margin: 50px auto 0 auto;
	text-align: center;
}

/************************************************/
