@charset "utf-8";
/* CSS Document */
/* Proxima Nova Bold */
@font-face {
	font-family: 'Conv_ProximaNova-Bold';
	src: url('fonts/Proxima-Nova-Bold/ProximaNova-Bold.eot');
	src: local('☺'), 
		url('fonts/Proxima-Nova-Bold/ProximaNova-Bold.woff') format('woff'), 
		url('fonts/Proxima-Nova-Bold/ProximaNova-Bold.ttf') format('truetype'), 
		url('fonts/Proxima-Nova-Bold/ProximaNova-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('fonts/Proxima-Nova-Reg/proximanova-regular.eot');
    src: url('fonts/Proxima-Nova-Reg/proximanova-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/Proxima-Nova-Reg/proximanova-regular.woff') format('woff'),
         url('fonts/Proxima-Nova-Reg/proximanova-regular.ttf') format('truetype'),
         url('fonts/Proxima-Nova-Reg/proximanova-regular.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* Proxima Nova light */
@font-face {
    font-family: 'proxima_novalight';
    src: url('fonts/Proxima-Nova-light/proximanova-light_0.eot');
    src: url('fonts/Proxima-Nova-light/proximanova-light_0.eot?#iefix') format('embedded-opentype'),
         url('fonts/Proxima-Nova-light/proximanova-light_0.woff') format('woff'),
         url('fonts/Proxima-Nova-light/proximanova-light_0.ttf') format('truetype'),
         url('Proxima-Nova-light/proximanova-light_0.svg#proxima_novalight') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
	margin:0;
	padding:0;
	outline:none !important;
}
html {
    height: 100%;
}
body {
  background: #ffffff;
  height: 100%;
  font-family: 'proxima_novalight';
  font-weight: normal;
	font-size: 15px;
	color: #000000;
}
img {
  max-width: 100%;
}
a ,
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover ,
a:focus {
	color: #fff;
  text-decoration: none;
}
table {
	
}
td {
    text-align: center;
    vertical-align: middle;
}
h1,h2,h3,h4,h5,h6 {
  margin-top: 0;
  font-weight: normal;
  font-family: 'Conv_ProximaNova-Bold';
  line-height: 1.35em;
}
h1 {
  font-size: 38px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
p {
  margin-bottom: 0;
}
p + p {
  margin-top: 22px;
}
p + ul {
  margin-top: 30px;
  margin-bottom: 0;
}
p span {
  color: #ff9e18;
}
b {
   font-weight: normal;
}
.container {
  max-width: 1060px;
}
/*HEADER*/
.header {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  padding: 10px 0;
  background: #212121;
  border-bottom: 3px solid #505e6b;
}
.logo {
  display: inline-block;
  line-height: 0;
}

/*LIST*/
.list {
  margin-bottom: 0;
}
.list li {
  position: relative;
  list-style-type: none;
  padding-left: 32px;
}
.list li + li {
  margin-top: 12px;
}
.list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000000;
}

/*BANNER*/
.banner {
  position: relative;
  background-image: url("images/banner.jpg");
  background-size: cover;
  height: 100%;
  width: 100%;
}
.caption {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  height: 100%;
}
.caption div {
  display: table;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}
.caption h1 {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  color: #ffffff;
}
.caption span {
  display: block;
  max-width: 1020px;
  margin: 20px auto;
}
.link-btn{
	padding: 15px 30px;
    border: 1px solid #fff;
    color: #fff;
	display: inline-block;
	color: #fff;
	font-size: 16px; 
	line-height: 20px;
	font-weight: normal;
	font-family: 'proxima_novalight';
}

@media all and (max-width: 1199px) and (min-width: 992px) {
h1 {
    font-size: 32px;
}
}
@media all and (max-width: 991px) and (min-width: 768px) {
h1 {
    font-size: 28px;
}
}
@media all and (max-width: 767px) and (min-width: 0px) {
.logo{
	max-width: 110px;
}
 h1 {
    font-size: 24px;
	padding: 0 5%;
}
h1 span br{
    display: none;
}
.link-btn{
	font-size: 15px;
	padding: 12px 25px;
}
}
@media all and (max-width: 479px) and (min-width: 0px) {
 h1 {
    font-size: 18px;
}
.caption span{
	margin: 50px auto 20px;
}
}