@font-face {
  font-family: 'Conv_GothamRnd-Light';
  src: url('../fonts/GothamRnd-Light.eot');
  src: url('../fonts/GothamRnd-Light.eot?#iefix') format('embedded-opentype'), 
  url('../fonts/GothamRnd-Light.woff') format('woff'), 
  url('../fonts/GothamRnd-Light.ttf') format('truetype'), 
  url('../fonts/GothamRnd-Light.svg#webfont') format('svg'); 
}

@font-face {
  font-family: 'Conv_GothamRnd-Bold';
  src: url('../fonts/GothamRnd-Bold.eot');
  src: url('../fonts/GothamRnd-Bold.eot?#iefix') format('embedded-opentype'), 
  url('../fonts/GothamRnd-Bold.woff') format('woff'),
  url('../fonts/GothamRnd-Bold.ttf') format('truetype'), 
  url('../fonts/GothamRnd-Bold.svg#webfont') format('svg'); }

@font-face {
  font-family: 'Conv_GothamRnd-Medium';
  src: url('../fonts/GothamRnd-Medium.eot');
  src: url('../fonts/GothamRnd-Medium.eot?#iefix') format('embedded-opentype'),
  url('../fonts/GothamRnd-Medium.woff') format('woff'),
  url('../fonts/GothamRnd-Medium.ttf') format('truetype'),
  url('../fonts/GothamRnd-Medium.svg#webfont') format('svg'); }

@font-face {
  font-family: 'Conv_GothamRnd-Book';
  src: url('../fonts/GothamRnd-Book.eot');
  src: url('../fonts/GothamRnd-Book.eot?#iefix') format('embedded-opentype'),
  url('../fonts/GothamRnd-Book.woff') format('woff'),
  url('../fonts/GothamRnd-Book.ttf') format('truetype'),
  url('../fonts/GothamRnd-Book.svg#webfont') format('svg'); }

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

@font-face {
  font-family: 'Conv_GothamRnd-LightIta';
  src: url('../fonts/Gothamrnd-lightita.eot');
  src: url('../fonts/Gothamrnd-lightita.eot') format('embedded-opentype'),
  url('../fonts/Gothamrnd-lightita.woff') format('woff'),
  url('../fonts/Gothamrnd-lightita.ttf') format('truetype'),
  url('../fonts/Gothamrnd-lightita.svg#GothamRoundedLightItalic') format('svg'); }

body {
  /*background: url('../images/bg-body.png') repeat-x #fff;*/
  font-family: 'Conv_GothamRnd-Book';
  font-size: 14px;
  line-height: 24px;
  color: #000;
  text-align: left;
  width: 100%;
  margin: 0;
  padding: 53px 0 0; }

.required{
  color:red;
}

.back-to-top {
  position: fixed;
  bottom: 50%;
  right: 0px;
  text-decoration: none;
  color: #000000;
  background: url('../images/arrow-up.png') no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  text-indent: -9999px;
  display: none;
  z-index: 999; }

h1 {
  font-family: 'Conv_GothamRnd-Book';
  font-size: 55px;
  line-height: 50px;
  color: inherit; }

h2 {
  font-family: 'Conv_GothamRnd-Bold';
  font-size: 40px;
  line-height: 45px;
  color: inherit; }

h3 {
  font-family: 'Conv_GothamRnd-Light';
  font-size: 30px;
  /*color: #e41b13 !important;*/
}

h4 {
  font-family: 'Conv_GothamRnd-Book';
  font-size: 25px;
  color: inherit; }

h5 {
  font-family: 'Conv_GothamRnd-Light';
  font-size: 26px;
  color: inherit; }

h6 {
  font-family: 'Conv_GothamRnd-Book';
  font-size: 22px;
  color: inherit;
  /*text-transform: uppercase;*/
}

h7 {
  font-family: 'Conv_GothamRnd-Bold';
  font-size: 12px;
  color: #585858;
  text-transform: uppercase;
  padding-right: 10px;
 }
