@font-face {
  font-family: 'Open Sans Light';
  src: url('fonts/OpenSans-Light.eot');
  src: url('fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
  url('fonts/OpenSans-Light.woff') format('woff'),
  url('fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans Regular';
  src: url('fonts/OpenSans-Regular.eot');
  src: url('fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
  url('fonts/OpenSans-Regular.woff') format('woff'),
  url('fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans Italic';
  src: url('fonts/OpenSans-Italic.eot');
  src: url('fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
  url('fonts/OpenSans-Italic.woff') format('woff'),
  url('fonts/OpenSans-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans Semibold';
  src: url('fonts/OpenSans-SemiBold.eot');
  src: url('fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
  url('fonts/OpenSans-SemiBold.woff') format('woff'),
  url('fonts/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans Bold';
  src: url('fonts/OpenSans-Bold.eot');
  src: url('fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
  url('fonts/OpenSans-Bold.woff') format('woff'),
  url('fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}  

html {
  padding: 0;
  margin: 0;     
} 

body {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans Regular', Arial, Verdana, Tahoma;
  font-size: 16px;
  line-height: 1.6em; 
  color: #051d33;   
  background-color: #222222;
}  

strong, b {
  font-family: 'Open Sans Bold', Arial, Verdana, Tahoma;
  font-weight: normal;
}

a:link, a:visited {
  color: #222222;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  color: #222222;
  text-decoration: none;
}

.clear {
  display: block;
  clear: both;
  height: 0px;
}

.clear15 {
  display: block;
  clear: both;
  height: 15px;
}

.bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -999;                 
  background-image: url(/images/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;    
}

.splash {
  z-index: 555;
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 20%;
  text-align: center; 
}

/* < MD */
@media screen and (min-width: 0px) and (max-width: 991px) { 
  .splash {
    width: 90%;
    left: 5%;
    height: 80%
    top: 10%;
  }    
}

.splash img {
  width: 60%;
  height: auto;
}

.cont_block {
  width: 60%;
  height: auto;
  margin: 0 auto;
}

/* < MD */
@media screen and (min-width: 0px) and (max-width: 991px) { 
  .cont_block {
    width: 100%!important;
  }    
}

.cont_line {
  font-family: 'Open Sans Regular', Arial, Verdana, Tahoma;
  font-size: 18px;
  color: #DADADA;
  margin-top: 8px;
  line-height: 1.4em; 
  text-align: center;
}

.cont_line a:link, .cont_line a:visited {
  color: #DADADA;
  text-decoration: none;  
  -moz-transition: all 0.3s 0.01s ease;
  -o-transition: all 0.3s 0.01s ease;       
  -webkit-transition: all 0.3s 0.01s ease;     
} 

.cont_line a:hover, .cont_line a:focus {
  color: #FFFFFF;
  text-decoration: underline; 
  text-shadow: 0 0 15px rgba(255,255,255,0.8); 
} 

.cont_line i { 
  width: 18px;
  text-align: center;
  margin-right: 8px;
}

.cont_line i.phone {
  font-size: 24px;
  position: relative;
  top: 2px;
}
