@font-face {
    font-family: 'chalkdustregular';
    src: url('../fonts/erasdust.eot');
    src: url('../fonts/erasdust.eot?#iefix') format('embedded-opentype'),
         url('../fonts/erasdust.woff') format('woff'),
         url('../fonts/erasdust.ttf') format('truetype'),
         url('../fonts/erasdust.svg#chalkdustregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'dincondensedcregular';
    src: url('../fonts/pt_din_condensed_cyrillic-webfont.eot');
    src: url('../fonts/pt_din_condensed_cyrillic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pt_din_condensed_cyrillic-webfont.woff') format('woff'),
         url('../fonts/pt_din_condensed_cyrillic-webfont.ttf') format('truetype'),
         url('../fonts/pt_din_condensed_cyrillic-webfont.svg#dincondensedcregular') format('svg');
    font-weight: 600;
    font-style: normal;
}

.alignleft {
    float:left;
    margin-right:20px;
    margin-bottom:50px;
}

.large-5 {margin-left:0px; padding-left:0px;}

.clear {
    clear: both;
}

body {
	background-image:url('../img/bgbody.png');
	background-repeat: repeat-x;
	background-color:#ee712a;
	color:#fff;
	font-family: arial;
	font-size:12px;
}

h1, h2, h3 {
	color:#00adb1;
	font-family: 'chalkdustregular';
	font-size:30px;
}

h3 { margin-bottom: 20px;
    font-size:30px;
}

p.fronttext {
    font-size: 16px;
}

h4 {
	color:#00adb1 !important;
	font-weight: bold;
	font-size:12px;
}

p {
	font-size:12px;
}

.wrapper {
width: 100%;
margin-left: auto;
margin-right: auto;
margin-top: 0;
margin-bottom: 0;
max-width: 1024px;
background-color:#fff;
}

.logo {margin-top:20px;}

.top-bar.expanded {
	background: #ee712a;
}
 
 .top-bar {
 	background:#ee712a;
 	height:35px;
 }

 div.meteor-slides {
    margin-top:20px !important;
    margin-bottom:20px !important;
 }

 .top-bar-section li:not(.has-form) a:not(.button)
 {
 	background:#ee712a;
 	line-height: 35px;
 }

 .contactinfo {
 	margin-top:20px;
 }

 .contactinfo p {
 	font-family: 'dincondensedcregular';
 	font-size:16px;
 }

 .contenttext {
 	margin-top:30px;
    margin-bottom:50px;
 }

 .fa {
    color:#fff;
    margin-bottom:20px;
    margin-top:20px;
 }

 a {
    color: #00adb1;
 }

 ul {
    margin-left:0px !important;
 }

 ul.title-area {height:35px;}

 .top-bar-section ul li {
    border-left: 1px solid #fff;
 }

 .top-bar-section ul li > a {
 	font-family:'dincondensedcregular';
 	font-size:17px;
 	font-weight: normal;
 }

.top-bar-section li:not(.has-form) a:not(.button):hover
 {
 	 background:#f39c6a;
 	 line-height: 35px;
 }

 .top-bar-section li.active:not(.has-form) a:not(.button)
 {
 	 background:#f39c6a;
 	 line-height: 35px;
 }

  .top-bar-section li.active:not(.has-form) a:not(.button):hover
 {
 	 background:#f39c6a;
 	 line-height: 35px;
 }

 .top-bar-section .dropdown li:not(.has-form) a:not(.button) {
 	background:#ee712a;
 }

  .top-bar-section .dropdown li:not(.has-form) a:not(.button):hover {
 	background:#f39c6a;
 }

 div.content {
 background-image:url('../img/contentbg.png');
 background-repeat: repeat-y;
 overflow: hidden;
 }

 div.footer {
 	background-image:url('../img/footerbg.png');
 	background-position: top;
 	overflow:hidden;
 	margin-bottom:28px;
 	margin-top:-5px;
 	background-repeat: repeat-x;
 }

 .footerinner {
 	margin-top:16px;
 	background-color:#00adb1;
 	height:100%;
 	overflow:hidden;
 }

 .footermenu ul li {
 	list-style:none;
 	display:inline;
 	border-right: 1px solid #fff;
 	margin-right:20px;
 	padding-right:20px;
 	font-size:12px;
 }

 .footermenu ul li.last {
 	border-right:none;
 }

 .footermenu ul li a {
 	color:#2c2c2c;
 }

