@charset "utf-8";
@import url(reset.css);
@import url(layouts.css);
@import url(navigation.css);


@font-face {
    font-family: 'EtelkaProLight';
    src: url('../fonts/etelkalig.eot');
    src: url('../fonts/etelkalig.eot') format('embedded-opentype'),
         url('../fonts/etelkalig.woff') format('woff'),
         url('../fonts/etelkalig.ttf') format('truetype'),
         url('../fonts/etelkalig.svg#EtelkaProLight') format('svg');
	}
a{
	color: #6389a3;
	text-decoration: none;
	transition: .2s
	}
a:hover{
	color: #6389a3;
	text-decoration: underline
	}
html{
	min-height: 100%;
	}
body{
	min-width: 1200px;
	min-height: 100%;
	font: normal 14px/17px EtelkaProLight, "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
blockquote{
	margin: 0 0 20px 35px;
	}

dl{
	margin-bottom: 10px;
	}
dt{
	font-weight: bold}
dd{
	padding-left: 40px;}
em{
	font-style: italic
	}
em strong{
	font-style: italic;
	font-weight: bold
	}
h1{
	}
h2 {
	margin: 0 0 25px;
	color: #6389a3;
	font-weight: bold;
	font-size: 32px;
	line-height: 32px;
	}
h3 {
	margin: 0 0 25px;
	color: #000;
	font-size: 22px;
	line-height: 24px;
	}
h3 .sub{
	display: block;
	color: #929292;
	font-size: 18px;
	}
h4 {
	margin: 0 0 10px;
	color: #6389a3;
	font-size: 20px;
	line-height: 22px;
	}
h5{
	margin: 0 0 15px;
	color: #6389a3;
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	}
h6{
	margin: 0 0px;
	color: #6389a3;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	}
input[type=text]{
	}
select{
	}

ol li, ul li{
	}
ol.decimal li{
	list-style-type: decimal
	}
ol.roman li{
	list-style-type: upper-roman
	}

ol{
	margin: 0 0 20px;
	}
ol li{
	list-style-type: decimal
	}
p{
	margin-bottom: 19px;
	}
strong{
	font-weight: bold
	}
table{
	}
table td{
	}
table th{
	}

ul.disc li{
	list-style-image: none;
	list-style-type: disc
	}
ul.circle li{
	list-style-image: none;
	list-style-type: circle
	}
ul.square li{
	list-style-type: square
	}

/* Block level classes */

.db{display: block}
.di{display: inline}
.dib{display: inline-block}

.clearer{clear: both}
.clearer-l{clear: left}
.clearer-r{clear: right}

.fr{float: right}
.fl{float: left}

.m5{margin: 5px}
.m10{margin: 10px}
.m15{margin: 15px}
.m20{margin: 20px}

.mt5{margin-top: 5px}
.mt10{margin-top: 10px}
.mt15{margin-top: 15px}
.mt20{margin-top: 20px}

.mr5{margin-right: 5px}
.mr10{margin-right: 10px}
.mr15{margin-right: 15px}
.mr20{margin-right: 20px}

.mb5{margin-bottom: 5px}
.mb10{margin-bottom: 10px}
.mb15{margin-bottom: 15px}
.mn20{margin-bottom: 20px}

.ml5{margin-left: 5px}
.ml10{margin-left: 10px}
.ml15{margin-left: 15px}
.ml20{margin-left: 20px}

.no-margin{margin: 0}

.p5{padding: 5px}
.p10{padding: 10px}
.p15{padding: 15px}
.p20{padding: 20px}

.pt5{padding-top: 5px}
.pt10{padding-top: 10px}
.pt15{padding-top: 15px}
.pt20{padding-top: 20px}

.pr5{padding-right: 5px}
.pr10{padding-right: 10px}
.pr15{padding-right: 15px}
.pr20{padding-right: 20px}

.pb5{padding-bottom: 5px}
.pb10{padding-bottom: 10px}
.pb15{padding-bottom: 15px}
.pn20{padding-bottom: 20px}

.pl5{padding-left: 5px}
.pl10{padding-left: 10px}
.pl15{padding-left: 15px}
.pl20{padding-left: 20px}

.no-padding{padding: 0!important}

.center{display: block; margin-left: auto; margin-right: auto}

.image-right{
	float: right;
	margin: 0 0 30px 30px
	}
.image-left{
	float: left;
	margin: 0 30px 30px 0;
	padding: 12px;
	background: #fff;
	box-shadow: 0 0 6px #bebebe
	}

/* Font and text classes */

.black{color: #000}
.white{color: #fff}
.red{color: #ea0437}
.blue{color: #6389a3}
.grey{color: #929292}

.bold{font-weight: bold}
.no-bold{font-weight: normal}
.italic{font-style: italic}

.fs10{font-size: 10px}
.fs11{font-size: 11px}
.fs12{font-size: 12px}
.fs13{font-size: 13px}
.fs14{font-size: 14px}
.fs15{font-size: 15px}
.fs16{font-size: 16px}
.fs16{font-size: 16px}
.fs18{font-size: 18px}
.fs16{font-size: 19px}
.fs16{font-size: 20px}
.fs25{font-size: 25px}
.fs30{font-size: 30px}
.fs32{font-size: 32px}
.fs63{font-size: 63px}

.lh1em{line-height: 1em}
.lh15em{line-height: 1.5em}
.lh2em{line-height: 2em}

.lh13{line-height: 13px}
.lh14{line-height: 14px}
.lh15{line-height: 15px}
.lh16{line-height: 16px}
.lh18{line-height: 18px}
.lh19{line-height: 19px}
.lh20{line-height: 20px}
.lh25{line-height: 25px}
.lh30{line-height: 30px}
.lh37{line-height: 37px}

.arial{font-family: Arial, Helvetica, sans-serif}
.tahoma{font-family: Tahoma, Geneva, sans-serif}
.trebuchet{font-family: "Trebuchet MS", Arial, Helvetica, sans-serif}
.verdana{font-family: Verdana, Geneva, sans-serif}

.text-left{text-align: left}
.text-center{text-align: center}
.text-right{text-align: right}

.underline{text-decoration: underline}
.no-decoration{text-decoration: none}

.uppercase{text-transform: uppercase}

.text-normal{font-weight: normal; font-style: normal; text-decoration: none; text-transform: none}

/* Background classes */

.bg-white{background: #fff}
.no-bg{background: none}

/* Border classes */

.no-border{border: none}

