/* pt-sans-narrow-regular - latin */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/pt-sans-narrow-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/pt-sans-narrow-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/pt-sans-narrow-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/pt-sans-narrow-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/pt-sans-narrow-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/pt-sans-narrow-v17-latin-regular.svg#PTSansNarrow') format('svg'); /* Legacy iOS */
}

/* pt-sans-narrow-700 - latin */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/pt-sans-narrow-v17-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/pt-sans-narrow-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/pt-sans-narrow-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/pt-sans-narrow-v17-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/pt-sans-narrow-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/pt-sans-narrow-v17-latin-700.svg#PTSansNarrow') format('svg'); /* Legacy iOS */
}

* {
border: 0;
color: #585858;
font-family: 'PT Sans Narrow', Arial;
font-size: 18px;
margin: 0;
padding: 0;
}

a {
color: #004c78;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: #4d82a1;
}

body {
background: #cccccc url('images/background.jpg') center top no-repeat;
margin: 45px 0;
text-align: center;
}

div {
overflow: hidden;
}

h1, h2, h3, h4 {
color: #000000;
font-size: 23px;
margin-bottom: 20px;
text-transform: uppercase;
}

hr {
border-bottom: 1px solid #ccc;
margin-bottom: 20px;
}

input, select, textarea {
background: #f9f9f9;
border: 1px solid #ccc;
padding: 2px;
}

input[type=submit] {
	background: #004c78;
	color: #ffffff;
	cursor: pointer;
}

.layout {
margin: auto;
text-align: left;
width: 1001px;
}

.logo {
background: #fff;
float: left;
height: 194px;
line-height: 226px;
padding: 0 30px;
position: relative;
text-align: left;
width: 179px;
}

.logo h1, .logo p {
color: #000;
display: inline-block;
font-size: 24px;
font-weight: bold;
line-height: 25px !important;
margin-left: 5px;
text-transform: uppercase;
width: 107px;
}

.home {
display: block;
font-size: 0;
height: 60px;
left: 20px;
position: absolute;
top: 70px;
width: 195px;
}

.navigation a {
background: url('images/nav.png') 0 0 no-repeat;
display: block;
float: left;
font-size: 24px;
height: 194px;
line-height: 226px;
margin-left: 15px;
text-align: center;
text-transform: uppercase;
width: 239px;

transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-webkit-transition: all 0.1s ease-in-out;
}

.navigation a:hover {
background-position: 0 -12px;
}

.navigation .active {
background-position: 0 -12px;
color: #4d82a1;
}

.banner {
background: url('images/banner.jpg') no-repeat;
height: 182px;
margin: 15px 0;
width: 1001px;
}

.banner p {
color: #fff;
font-size: 28px;
margin: 55px 60px 0 60px;
text-transform: uppercase;
}

.main {
background: url('images/main.png') repeat-y;
}

.left {
float: left;
line-height: 30px;
margin-right: 15px;
padding: 30px;
width: 687px;
}

.right {
float: left;
padding: 30px 15px;
text-align: center;
width: 209px;
}

.footer {
background: #fff;
margin-top: 15px;
padding: 20px 30px;
}

.product {
border: 1px solid #ccc;
padding: 5px;
}

.servicelist {
list-style: none;
}

.servicelist li {
padding: 0 0 30px 220px;
}

.servicelist img {
float: left;
margin: 10px 0 0 -220px;
}

.contactform  {
list-style: none;
width: 500px;
}

.contactform li {
clear: both;
display: block;
padding: 25px 0;
}

.contactform li.submit {
padding-bottom: 0;
}

.contactform label {
font-weight: bold;
display: block;
float: left;
width: 220px;
}

.contactform select {
float: right;
width: 276px;
}

.contactform input, .contactform textarea {
float: right;
width: 270px;
}

.contactform span  {
color: #770000;
float: left;
font-size: 14px;
margin: 0 0 -5px 224px;
width: 270px;
}

.contactform .notreq  {
font-weight: normal;
}

.contactform .address  {
height: 0;
overflow: hidden;
padding: 0;
}

.contactform .message  {
height: 105px;
}

.contactform .contact_via input  {
float: none;
width: 20px;
}

.contactform .submit  {
float: right;
}

.cc_container .cc_btn {
background-color: #004c78 !important;
bottom: 25px !important;
color: #ffffff !important;
}
 
.cc_container {
background: #ffffff !important;
color: #585858 !important;
}
 
.cc_container .cc_message {
line-height: 24px !important;
}
 
.cc_container a {
color: #004c78 !important;
}

.cc_container::-moz-selection {
background: #004c78 !important;
}