/* styles.css */


@import url('fonts.css');
@import url('col-height.css');
@import url('responsive-alignment.min.css');

html {
  position: relative;
  min-height: 100%;
}

body {
  color: #44444;
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Arial, Helvetica, sans-serif;
  /* Margin bottom by footer height */
  margin-bottom: 290px;
}

a {
  color: #bf0505;
  text-decoration: none;
}

a:hover {
  color: #6f0000;
}

h1, h2, h3, h4 {
  font-weight: normal;
  color: #242424;
}

/* buttons */

.btn a {                            
	color: #ffffff;
	text-decoration: none;
}

.btn-red {
  color: #eec3c5;
  background-color: #ac1f30;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 3px 10px 0 10px;
  height: 28px;
}


.col-centered {
  float: none;
  margin: 0 auto;
}

.container-fluid {
  padding: 0;
}

.noradius {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.control-label{
  float: left;
}

select::-ms-expand {
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 filter: alpha(opacity=0);
 opacity:0;
}
 
#footer,
#container-wrapper {
  padding-bottom: 0;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -webkit-transition: all 350ms linear;
  -ms-transition: all 350ms linear;
  transition: all 350ms linear;
}


@media (max-width: 750px) {
  #container-wrapper {
    width: 100%;
    overflow: hidden;
  }
}

.side-menu-visible #footer,
.side-menu-visible #container-wrapper {
  transform: translateX(-320px);
  -webkit-transform: translateX(-320px);
}

.side-menu-visible #contact-wrapper #container-wrapper {
  transform: translateX(0px) !important;
  -webkit-transform: translateX(0px) !important;
}


/* ------ Header ------ */


header {
  width: 100%;
  height: auto;
  padding: 0;
  margin-top: 0;
}
	

/* ------ Navbar ------ */
.navbar-header .logo {
	width: 30%;
	display: block;
	margin: 7px 0 0 20px;
}

.navbar-header .logo .logo-only {
  margin-top: -8px;
  width: 70px;
}
@media only screen and (min-width : 320px) {
	.navbar-header .logo {
		float: left;
		width: 10%;
	}
	.navbar-header .logo .logo-only {
		display: block;
    }
}
	
  .navbar-header .logo .full {
    display: none;
  }
@media only screen and (min-width : 768px) {
	.navbar-header .logo .logo-only {
		display: none;
	}
	.navbar-header .logo .full {
		display: block;
	}
}
	
.navbar-header .logo a:hover img {
  opacity: .6;
  transition: opacity .55s ease-in-out;
  -moz-transition: opacity .55s ease-in-out;
  -webkit-transition: opacity .55s ease-in-out;
 }

.navbar-header .logo a img {
  opacity: 1.0;
  transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
}
	
#nav {
  width: 100%;
  position:static;
  top: 0;
  padding: 10px 0 5px 0;
}

#nav.affix {
	position: fixed;
	top: 0;
	z-index:10;
}
	
.navbar-custom {
	background: #ffffff;
	font-weight:400;
	text-transform:uppercase;
	border-bottom: 1px solid #dfdfdd;
	margin: 0; 
	padding: 0;
	min-height: 85px;
}
.navbar-custom  .navbar-nav>li>a {
	color: #686868;
	font-family: "proxima_nova_rgbold", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.navbar-custom  .navbar-nav li>a:hover, .navbar-nav li .open, .navbar-custom .navbar-nav .active a  {
	background: none;
	color: #cc0000;
}

.navbar-custom .dropdown-menu{
	right:0;
}

.navbar-custom .navbar-nav>.dropdown>a .caret {
	border-top-color: #999;
	border-bottom-color: #999;
}

.navbar-collapse.in { /*3.0.2 bug workaround*/
	overflow-y: visible;
}

.navbar-toggle {
	outline:0;
}

.navbar-custom .navbar-nav {
	float: right;
}

.navbar-admin {
	background: #ffffff;
	font-weight:400;
	text-transform:uppercase;
	border-bottom: 1px solid #dfdfdd;
	margin: 0; 
	padding: 0;
	min-height: 85px;
}
.navbar-admin  .navbar-nav>li>a {
	color: #686868;
	font-family: "proxima_nova_rgbold", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.navbar-admin  .navbar-nav li>a:hover, .navbar-nav li .open, .navbar-admin .navbar-nav .active a  {
	background: none;
	color: #cc0000;
}

.navbar-collapse.in { /*3.0.2 bug workaround*/
	overflow-y: visible;
}

.navbar-toggle {
	outline:0;
}

.navbar-admin .navbar-nav {
	float: right;
	max-width: 150px;
}

.navbar-admin-menu {
  position: relative;
  top: 12px;
  right: 10px;
  display: none;
}

@media (min-width: 750px) {
  .navbar-admin-menu {
    display: block;
  }
}

.navbar-admin-menu .nav > li > a {
  float: left;
  display: block;
  z-index: 9999;
  outline: 0;
  white-space: nowrap;
}

.navbar-admin-menu .nav-menu-link {
  position: relative;
}

.navbar-admin-menu .nav-menu-link a span {
  z-index: 9999;
}

.navbar-admin-menu .nav-menu-link .nav-toggle-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9998;
}

.navbar-admin-menu .nav > li > a img {
	float: left;
	width: 30px;
	height: 30px;
}

.nav-toggle-icon {
  position: relative;
  cursor: pointer;
}

.nav-toggle-icon .menu-icon {
  position: absolute;
  width: 40px;
  height: 20px;
  top: 2px;
  background: url(../images/machinimacom/global-header-nav-menu-collapsed.png) no-repeat 0px 0px;
}

.nav-menu-link:hover .menu-icon {
  background: url(../images/machinimacom/global-header-nav-menu-collapsed-hover.png) no-repeat 0px 0px;
}

.side-menu-visible .menu-icon {
  background: url(../images/machinimacom/global-header-nav-menu-expanded.png) no-repeat 0px 0px;
}

.side-menu-visible .nav-menu-link:hover .menu-icon {
  background: url(../images/machinimacom/global-header-nav-menu-expanded-hover.png) no-repeat 0px 0px;
}

.nav-menu-link {
  position: relative;
  padding-right: 48px;
}

.nav-menu-link:hover * {
  color: #c00;
}

.navbar-toggle {
  display: none;
}

@media (max-width: 750px) {
  .navbar-toggle {
    display: block;
    position: absolute;
    top: 20px;
    right: 5px;
  }
}


/* ----- Side Menu ----- */
.nav-side-menu-wrapper {
  position: fixed;
  top: 85px;
  right: 0;
  width: 320px;
  overflow: hidden;
  background: #000;
  z-index: 5000;
  padding-bottom: 1000px;
  -webkit-transition: all 350ms linear;
  -ms-transition: all 350ms linear;
  transition: all 350ms linear;
  transform: translateX(320px);
  -webkit-transform: translateX(320px);
}

.side-menu-visible .nav-side-menu-wrapper {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

.nav-side-menu {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 20px 50px 20px;
  font-family: "proxima_nova_rgbold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
}

@media (max-width: 750px) {
  .nav-side-menu {
    padding: 10px 30px;
  }
}

.nav-side-menu .btn-enlist {
  display: block;
  margin: 15px auto;
  font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  background: #000;
  color: #fb050b;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 14px 40px;
  box-shadow: none;
  border: 1px solid #333;
  text-decoration: none;
  text-align: center;
}

.nav-side-menu .btn-enlist:hover {
  background: #fb050b;
  color: #fff;
  box-shadow: none;
  border: 1px solid #fb050b;
}

.nav-side-menu ul {
  margin: 0;
  padding: 0 0 25px 0;
  list-style: none;
}

.nav-side-menu li {
  margin: 0;
  padding: 8px 0;
  font-size: 18px;
  font-family: "ProximaNova-Black", "proxima_nova_rgbold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.1;
}

@media (max-width: 750px) {
  .nav-side-menu li {
    margin: 0;
    padding: 2px 0;
    font-size: 16px;
  }
}

.nav-side-menu li a {
  color: #ccc;
  white-space: nowrap;
}

.nav-side-menu li a:hover {
  color: #ac1f30;
  text-decoration: none;
}


/* ------ Steps ------ */
.steps {  
	margin: 0 0 0 0; padding: 0;
	min-height: 220px;
	height: auto;
	padding-top: 62px;
	padding-bottom: 45px;
	background: #f8f8f8;
}

.steps .arrow {  
	width: 60px;
	background: url(../images/stepsbg.png) no-repeat right 0 top;
	height: 80px;
	padding: 0;
}

.steps .step {
	margin: 0 auto;
	display:block;
	width:68px;
	height:68px;
	border-radius:66px;
	border:1px solid #d7d7d7;
	font-size: 40px;
	font-weight: 100;
	color:#999a97;
	font-family: "ProximaNovaThThin", "Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height:68px;
	text-align:center;
	text-decoration:none;
}

.steps .active {
	background:#fff;
	border: 1px solid #767676;
	color: #767676;
}

.steps .visited {
	background:#d7d8d6;
	border: 1px solid #aaaaa8;
}

.steps p {
	text-align:center;
	display: block;
	font-size: 1em;
	padding: 5px 0 0 0;
	color: #999a97;
}

.steps p.highlighted {
	text-align:center;
	display: block;
	font-size: 0.9em;
	padding: 5px 0 0 0;
	color: #444;
}

/* ------ Steps Form ------ */

#stepsform {
  padding: 20px 0 50px 0;
}

#stepsform h1 {
  text-transform: uppercase;
  font-size: 3em;
  font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #000;
  text-align: center;
  margin: 0;
}

#stepsform label {
  font-weight: normal;
  padding: 0 0 10px 0;
}

#stepsform .personal {
  display: inline-block;
}

#stepsform .dob {
  display: block;
  color: #aeb0a8;
  font-family: "proxima_nova_rgbold", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-style: italic;
	padding: 0 0 0 10px;
	margin-bottom: 8px;
}

#stepsform .dateofbirth {
  padding: 0;
}

#stepsform .dateofbirth input {
  background: #e5e5e5 url(../images/select-arrow.png) no-repeat right 0 top;
  padding: 5px;
  color: #595959;
}

#stepsform .dateofbirth input:focus {
  background: #e5e5e5;
  background-image: none;
}

#stepsform .dateofbirth .col-lg-4 {
  padding-left: 0 !important;
  padding-right: 5px !important;
}

#stepsform .dateofbirth select {
	width: 100%;
  background-image: url(../images/select-arrow.png);
  background-color: #e5e5e5;
  background-repeat: no-repeat;
  background-position: top right;
  padding: 5px;
	font-size: 16px;
	line-height: 1;
	border: 1px solid #ccc;
	border-radius: 0;
	height: 44px;
	-webkit-appearance: none;
}

#stepsform .dateofbirth select:active {
  background: #e5e5e5 url(../images/select-arrowactive.png) no-repeat right 0 top;
  outline: none;
}

@-moz-document url-prefix() {
	#stepsform .dateofbirth select {
		width: 100%;
  	background: #e5e5e5 url(../images/select-arrow.png) no-repeat right -5px top;
  	padding: 0 0 0 5px;
		font-size: 16px;
		line-height: 1;
		border: 1px solid #ccc;
		border-radius: 0;
		height: 44px;
		-webkit-appearance: none;
	}
	#stepsform .dateofbirth select:active {
  	background: #e5e5e5 url(../images/select-arrowactive.png) no-repeat right -5px top;
  	outline: none;
	}
}

#stepsform .dateofbirth select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

#stepsform select#select_state {
	width: 100%;
  background-image: url(../images/select-arrow.png);
  background-color: #e5e5e5;
  background-repeat: no-repeat;
  background-position: top right;
  padding: 5px 0 5px 10px;
	font-size: 14px;
	line-height: 1;
	border: 1px solid #ccc;
	border-radius: 0;
	height: 44px;
	-webkit-appearance: none;
	font-style: italic;
	color: #aeb0a8;
}

#stepsform select#select_state:active {
  background-image: url(../images/select-arrowactive.png);
  background-color: #e5e5e5;
  background-repeat: no-repeat;
  background-position: top right;
  outline: none;
}

#stepsform select::-ms-expand {
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 filter: alpha(opacity=0);
 opacity:0;
}
 

#stepsform select#select_country {
	width: 100%;
  background-image: url(../images/select-arrow.png);
  background-color: #e5e5e5;
  background-repeat: no-repeat;
  background-position: top right;
  padding: 5px 0 5px 10px;
	font-size: 14px;
	line-height: 1;
	border: 1px solid #ccc;
	border-radius: 0;
	height: 44px;
	-webkit-appearance: none;
	font-style: italic;
	color: #aeb0a8;
}
 
 #stepsform select#select_country:active {
  background-image: url(../images/select-arrowactive.png);
  background-color: #e5e5e5;
  background-repeat: no-repeat;
  background-position: top right;
  outline: none;
}

@-moz-document url-prefix() {
	#stepsform select {
		background-image: none !important;
	}
}

#stepsform .address select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

#stepsform .address select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}


#registerForm .address select:focus {
color: #444444 !important;
}

#stepsform .has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

#stepsform .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}
    
#stepsform input {
  width: 100%;
  background: #e5e5e5;
  margin: 0 0 10px 0;
  height: 44px;
}

#stepsform .btn-cancel {
  float: right;
}

.step1 .submitbuttons {
  margin-top: 70px;
}

.step2 .submitbuttons {
  margin-top: 5px;
}

.step4 p {
  line-height: 25px;
}

#stepsform .btn-grey {
  color: #e5e5e5;
  background-color: #51524a;
  border-radius: 0;
  padding: 3px 10px 0 10px;
  height: 28px;
  min-width: 140px;
}

#stepsform .btn-red {
  color: #eec3c5;
  background-color: #ac1f30;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 3px 10px 0 10px;
  height: 28px;
  min-width: 140px;
}

#stepsform p.whenyouconnect {
	padding-top: 25px;
	padding-bottom: 0 !important;
}

#stepsform p.youwillnot {
  padding: 20px 0 20px 0;
}

#stepsform.col-lg-12 label {
  text-align: center;
}

#stepsform .address {	
	width: 100%;
	position: relative;
}

#stepsform .address label {	
	padding: 10px 0 10px 0;
}

#stepsform button.btn-custom {
  width: 100%;
  color: #bec0b5;
  background-color: #e5e5e5;
  border-color: #ccc;
  padding: 2px 10px 0 5px;
  height: 44px;
  font-style: italic;
  margin-bottom: 10px;
}

#stepsform button, #stepsform input {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0;
}

#stepsform button span.arrow {
	color: #ffffff;
	padding-left: 5px;
}

#stepsform .parentguardian p {
  margin: 20px 0 20px 0;
  padding: 0;
  line-height: 0.8em;
}

#stepsform .parentguardian p .highlight {
  margin: 0;
  padding: 0;
  color: #ac1f30;
}

#stepsform .contractresend input { padding: 14px 0 13px 10px; height: 25px;  }

#stepsform .contractresend .col1 { padding-right: 0px;  }
#stepsform .contractresend .col2 { padding-left: 0px;  }

#stepsform .contractresend .btn-grey {
  min-width: 150px;
  color: #e5e5e5;
}

#stepsform ::-webkit-input-placeholder { color: #bec0b5; font-style: italic; }
#stepsform :-moz-placeholder { color: #bec0b5; font-style: italic; }
#stepsform ::-moz-placeholder { color: #bec0b5; font-style: italic; }
#stepsform :-ms-input-placeholder { color:  #bec0b5; font-style: italic; }

#stepsform .btn-group {
  padding: 0;
}

#stepsform .confirm {
  padding: 5px 0 0 10px;
  font-size: 12px;
}

#stepsform .confirm p {
	line-height: 15px;
}

#stepsform .submitbuttons {
  padding: 20px 0 0 0;
}

@media only screen and (min-width : 320px) {
	#stepsform .submitbuttons{
		clear: left;
		padding-top: 40px;
	}
}

#stepsform .dropdown-toggle {
  color: #919388;
  text-decoration: none;
  background: #ffffff url(../images/select-arrow.png) no-repeat right 0 top;
}

#stepsform .zipcode {
  color: #919388;
  text-decoration: none;
  background: #e5e5e5 url(../images/zipcode-icon.png) no-repeat right 0 top;
}

#stepsform .zipcode:focus {
	color: #444444;
}

#stepsform .dropdown-menu {
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0 10px;
	list-style: none;
	font-size: 14px;
	background-color: #ffffff;
	border: 1px solid #f4f4f4;
}

#stepsform .control-label {
  float: left;
}

#stepsform .caret {
  display: none;
}

.striketext {
	margin: 70px 0 0 0;
}

#step1-alert{
	border-color: #ddd;
}

#step1-alert .alert .alert-heading {
	padding: 20px 10px 20px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#step1-alert .alert>.alert-heading {
	color: #fff;
	background-color: #222222 !important;
	border-color: #ddd;
}

#step1-alert span {
	color: #ffffff !important;
	text-shadow: none;
	font-size: 24px;
	padding-top: 20px;
}

#stepsform #skype {
margin: 27px 0 0 0;
}

/* ------ Channel User ------ */

.channelname{
  min-height: 110px;
  height: auto;
  padding-top: 10px;
}

.channelname .avatar{
  float: left;
  padding: 8px 10px 0 0;
}

.channelname p {
  color: #9b9c96;
  font-size: 0.9em;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.channelname .agreement {
  margin-top: 30px;
}

.channelname h2 {
  color: #51524a;
  font-size: 1.2em;
  text-transform: uppercase;
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.channelname .row {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0 10px 0;
}

.channelname .row:last-child {
  margin-bottom: 20px;
}

/* ------ eSign ------------ */

.esign {
  margin: 10px auto 200px auto;
}

.esign .btn-grey {
  color: #e5e5e5;
  background-color: #51524a;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 40px auto;
  padding: 3px 10px 0 10px;
  height: 28px;
  min-width: 180px;
}


/* ------ Sign In ------------ */

#signin .signinbg {
  background: #262626;
	padding: 40px 0 40px 0;
}

#signin h1 {
  font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 2.5em;
  text-transform: uppercase;
}

#signin p {
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 1em;
  margin: 0 0 30px 0;
}

#signin .signintext {
  padding: 50px 0 50px 0;
  min-height: 240px;
}

#signin .highlight {
  color: #ac1f30;
}

.panel-signin {
	border-color: #ddd;
}

.panel-signin .panel-heading {
    padding: 20px 10px 20px 10px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-signin>.panel-heading {
	color: #fff;
	background-color: #222222 !important;
	border-color: #ddd;
}

.panel-signin>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #ddd;
}

.panel-signin>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #ddd;
}

#signin .btn-red {
  color: #eec3c5;
  background-color: #ac1f30;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 3px 10px 0 10px;
  height: 28px;
  margin: 15px 0 15px 0;
  font-size: 1em;
}

@media only screen and (min-width : 320px) {
	#signin .btn-red {
	padding: 0 10px 0 10px;
	font-size: 0.8em;
	}
}

@media only screen and (min-width : 480px) {
	#signin .btn-red {
	padding: 3px 10px 0 10px;
	font-size: 0.8em;
	}
}

@media only screen and (min-width : 768px) {
	#signin .btn-red {
	padding: 3px 10px 0 10px;
	font-size: 1em;
	}
}
@media only screen and (min-width : 992px) {
	#signin .btn-red {
	padding: 3px 10px 0 10px;
	font-size: 1em;
	}
}

@media only screen and (min-width : 1200px) {
	#signin .btn-red {
	padding: 3px 10px 0 10px;
	font-size: 1em;
	}
}




/* ------ Strike ------------ */

#strike .strikebg {
  background: #242424;
	padding: 40px 0 40px 0;
}

#strike h1 {
  font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 2.5em;
  text-transform: uppercase;
}

#strike p {
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 1em;
}

/* ------ Contact Support ------------ */

#contactsupport .contactsupportbg {
  background: #242424;
	padding: 40px 0 40px 0;
}

#contactsupport h1 {
  font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 2.5em;
  text-transform: uppercase;
}

#contactsupport p {
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 35px;
}

#contactsupport p a {
  color: #be1d26;
	font-family: "proxima_nova_rgbold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #efc6c9;
  text-decoration: none;
}

/* ------ Cancel Confirm ------------ */

#confirmation .confirmbg {
  background: #242424;
	padding: 40px 0 40px 0;
}

#confirmation h1 {
  font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 2.5em;
  text-transform: uppercase;
}

#confirmation p {
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 1em;
  margin: 10px 0 20px 0;
}

#confirmation .confirmtext {
  padding: 45px 0 45px 0;
}

#confirmation .btn-grey {
  float: right;
  color: #e5e5e5;
  background-color: #51524a;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 3px 10px 0 10px;
  height: 28px;
  min-width: 180px;
}

#confirmation .btn-red {
  color: #eec3c5;
  background-color: #ac1f30;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 3px 10px 0 10px;
  height: 28px;
  min-width: 180px;
}

#confirmation .btn-contract {
  float: left;
}

#confirmation .btn-cancel {
  float: right;
}

#confirmation .buttons .btn-cancel {
  float: left;
}

#confirmation .buttons .btn-contract {
  float: right;
}

#confirmation .arrow {
  padding-left: 3px;
}

/* ------ Modal Alert Step 3 ------ */


.modal-contract { 
	position: relative; 
	width: 100%; 
	margin: 0;
	padding: 10px 0 20px 0; 
	background: #d3d4cf; 
	overflow-y: hidden;
}
    
.modal-contract h3 { 
  font-family: "proxima_nova_ltlight", "Helvetica Neue", Arial, Helvetica, sans-serif;  
  font-size: 24px;
  color: #444;
}

.modal-contract .close {
	float: right;
	margin: 16px 0 0 0;
	font-family: "proxima_nova_ltlight", "Helvetica Neue", Arial, Helvetica, sans-serif;  
	font-size: 35px;
	color: #444 !important;
	opacity: 1;
	text-shadow: none;
}

.modal-contract .close:hover {
	color: #ac1f30 !important;
}

.modal-header {
  padding: 15px;
  border-bottom: none;
}

.modal-backdrop {
  display: none;
  background: transparent;
}

/* ----- personal info form ------ */

.has-feedback .form-control-feedback {
    top: 5px !important;
    right: 12px;
    background: #e5e5e5;
}
#registerForm .has-feedback .form-control-feedback {
    top: 5px !important;
    right: 12px;
    background: #e5e5e5;
}

.has-error .form-control-feedback {
    color: #E74C3C;
}
.has-success .form-control-feedback {
    color: #3c763d;
}


/* ----- About us page ------ */

.about {
padding-top: 20px;
}

.about-banner {
  background: url(../images/banner-aboutus.jpg) no-repeat;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 450px;
}

.about-banner .about-text{
	margin: 130px 0 0 0;
}

@media only screen and (min-width : 320px) {
	.about-banner .heading1 {
		float: left;
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 30px;
		line-height: 25px;
		color: #ffffff;
		text-transform: uppercase;
		padding: 0;
		margin: 0;
	}

	.about-banner .heading1 small {
  	float: left;
  	border-top: 2px solid #ffffff;
  	border-bottom: 2px solid #ffffff;
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 20px;
		line-height: 22px;
		color: #ffffff;
		text-transform: uppercase;
		margin: 0 10px 0 0;
		padding: 0;
	}

	.about-banner .smalltext2 {
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 30px;
		line-height: 20px;
  	padding: 0;
		color: #ffcc00;
		text-transform: uppercase;
		margin: 0 15px 0 0;
	}

	.about-banner .heading2 {
		float: left;
		color: #ffffff;
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 24px;
		line-height: 35px;
		text-transform: uppercase;
		margin: 0;
		padding: 0;
	}

	.about-banner .heading3 {
		float: left;
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 37px;
		line-height: 30px;
		color: #ffffff;
		text-transform: uppercase;
		padding: 0;
		margin: 0;
	}

	.about-banner .heading3 small {
  	float: left;
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 20px;
		line-height: 25px;
		color: #ffffff;
		text-transform: uppercase;
		margin: 0 10px 0 0;
		padding: 0;
	}

	.about-banner .heading4 {
		color: #ffffff;
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 31px;
		line-height: 35px;
		text-transform: uppercase;
	}
}

@media only screen and (min-width : 480px) {
.about-banner .heading1 {
		float: right;
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 52px;
		line-height: 45px;
		color: #ffffff;
		text-transform: uppercase;
		padding: 0;
		margin: 0;
	}

	.about-banner .heading1 small {
  	float: left;
  	border-top: 3px solid #ffffff;
  	border-bottom: 3px solid #ffffff;
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 20px;
		line-height: 35px;
		color: #ffffff;
		text-transform: uppercase;
		margin: 0 10px 0 0;
		padding: 0;
	}

	.about-banner .smalltext2 {
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 30px;
		line-height: 20px;
  	padding: 0;
		color: #ffcc00;
		text-transform: uppercase;
		margin: 0 15px 0 0;
	}

	.about-banner .heading2 {
		float: right;
		color: #ffffff;
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 34px;
		line-height: 40px;
		text-transform: uppercase;
		margin: 0;
		padding: 0;
	}

	.about-banner .heading3 {
		float: right;
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 45px;
		line-height: 45px;
		color: #ffffff;
		text-transform: uppercase;
		padding: 0;
		margin: 0;
	}

	.about-banner .heading3 small {
  	float: left;
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 25px;
		line-height: 35px;
		color: #ffffff;
		text-transform: uppercase;
		margin: 0 10px 0 0;
		padding: 0;
	}

	.about-banner .heading4 {
		float: right;
		color: #ffffff;
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 32px;
		line-height: 32px;
		text-transform: uppercase;
	}
}

@media only screen and (min-width : 768px) {
.about-banner .heading1 {
		float: right;
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 62px;
		line-height: 45px;
		color: #ffffff;
		text-transform: uppercase;
		padding: 0;
		margin: 0;
	}

	.about-banner .heading1 small {
  	float: left;
  	border-top: 3px solid #ffffff;
  	border-bottom: 3px solid #ffffff;
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 30px;
		line-height: 35px;
		color: #ffffff;
		text-transform: uppercase;
		margin: 0 10px 0 0;
		padding: 0;
	}

	.about-banner .smalltext2 {
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 30px;
		line-height: 20px;
  	padding: 0;
		color: #ffcc00;
		text-transform: uppercase;
		margin: 0 15px 0 0;
	}

	.about-banner .heading2 {
		color: #ffffff;
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 40px;
		line-height: 40px;
		text-transform: uppercase;
		margin: 0;
		padding: 0;
	}

	.about-banner .heading3 {
		float: right;
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 50px;
		line-height: 45px;
		color: #ffffff;
		text-transform: uppercase;
		padding: 0;
		margin: 0;
	}

	.about-banner .heading3 small {
  	float: left;
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 30px;
		line-height: 35px;
		color: #ffffff;
		text-transform: uppercase;
		margin: 0 10px 0 0;
		padding: 0;
	}

	.about-banner .heading4 {
		color: #ffffff;
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 32px;
		line-height: 32px;
		text-transform: uppercase;
	}
}

@media only screen and (min-width : 992px) {
.about-banner .heading1 {
		float: right;
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 62px;
		line-height: 45px;
		color: #ffffff;
		text-transform: uppercase;
		padding: 0;
		margin: 0;
	}

	.about-banner .heading1 small {
  	float: left;
  	border-top: 3px solid #ffffff;
  	border-bottom: 3px solid #ffffff;
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 30px;
		line-height: 35px;
		color: #ffffff;
		text-transform: uppercase;
		margin: 0 10px 0 0;
		padding: 0;
	}

	.about-banner .smalltext2 {
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 30px;
		line-height: 20px;
  	padding: 0;
		color: #ffcc00;
		text-transform: uppercase;
		margin: 0 15px 0 0;
	}

	.about-banner .heading2 {
		color: #ffffff;
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 40px;
		line-height: 40px;
		text-transform: uppercase;
		margin: 0;
		padding: 0;
	}

	.about-banner .heading3 {
		float: right;
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 50px;
		line-height: 45px;
		color: #ffffff;
		text-transform: uppercase;
		padding: 0;
		margin: 0;
	}

	.about-banner .heading3 small {
  	float: left;
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 30px;
		line-height: 35px;
		color: #ffffff;
		text-transform: uppercase;
		margin: 0 10px 0 0;
		padding: 0;
	}

	.about-banner .heading4 {
		color: #ffffff;
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 32px;
		line-height: 32px;
		text-transform: uppercase;
	}
}

@media only screen and (min-width : 1200px) {
.about-banner .heading1 {
		float: right;
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 62px;
		line-height: 45px;
		color: #ffffff;
		text-transform: uppercase;
		padding: 0;
		margin: 0;
	}

	.about-banner .heading1 small {
  	float: left;
  	border-top: 3px solid #ffffff;
  	border-bottom: 3px solid #ffffff;
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 30px;
		line-height: 35px;
		color: #ffffff;
		text-transform: uppercase;
		margin: 0 10px 0 0;
		padding: 0;
	}

	.about-banner .smalltext2 {
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 30px;
		line-height: 20px;
  	padding: 0;
		color: #ffcc00;
		text-transform: uppercase;
		margin: 0 15px 0 0;
	}

	.about-banner .heading2 {
		float: right;
		color: #ffffff;
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 40px;
		line-height: 40px;
		text-transform: uppercase;
		margin: 0;
		padding: 0;
	}

	.about-banner .heading3 {
		float: right;
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 50px;
		line-height: 45px;
		color: #ffffff;
		text-transform: uppercase;
		padding: 0;
		margin: 0;
	}

	.about-banner .heading3 small {
  	float: left;
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 30px;
		line-height: 35px;
		color: #ffffff;
		text-transform: uppercase;
		margin: 0 10px 0 0;
		padding: 0;
	}

	.about-banner .heading4 {
		float: right;
		color: #ffffff;
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 32px;
		line-height: 32px;
		text-transform: uppercase;
	}
}


/* ----- Contact us page ------ */

.contactus {
padding-top: 20px;
}

.contactus-banner {
  background: url(../images/banner-contactus.jpg) no-repeat;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 450px;
}

.contactus-banner .contactus-text{
	margin: 130px 0 0 0;
}

@media only screen and (min-width : 320px) {
	.contactus-banner .heading1 {
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 37px;
		line-height: 35px;
		color: #ffffff;
		text-transform: uppercase;
		padding: 0;
		margin: 0;
	}

	.contactus-banner .heading1 .text{
 	 float: left;
	}

.contactus-banner .heading1 small {
  	float: left;
		border-top: 2px solid #ffffff;
 		border-bottom: 2px solid #ffffff;
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 20px;
		line-height: 30px;
		color: #ffffff;
		text-transform: uppercase;
		margin: 0 10px 10px 0;
		padding: 0;
	}

	.contactus-banner .smalltext2 {
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 30px;
		line-height: 20px;
 	 	padding: 0;
		color: #ffcc00;
		text-transform: uppercase;
		margin: 0 15px 0 0;
	}

	.contactus-banner .heading2 {
		color: #ffffff;
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 37px;
		line-height: 40px;
		text-transform: uppercase;
		margin: 0;
		padding: 0;
	}

	.contactus-banner .heading3 {
		float: left;
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 35px;
		line-height: 45px;
		color: #ffffff;
		text-transform: uppercase;
		padding: 0;
		margin: 0 0 0 0;
	}

	.contactus-banner .heading3 small {
  	float: left;
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 30px;
		line-height: 35px;
		color: #ffffff;
		text-transform: uppercase;
		margin: 0 10px 0 0;
		padding: 0;
	}

	.contactus-banner .heading4 {
		color: #ffffff;
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 27px;
		line-height: 32px;
		text-transform: uppercase;
		margin: 0 0 0 0;
	}
}

@media only screen and (min-width : 480px) {
.contactus-banner .heading1 {
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 52px;
		line-height: 45px;
		color: #ffffff;
		text-transform: uppercase;
		padding: 0;
		margin: 0;
	}

	.contactus-banner .heading1 .text{
 	 float: left;
	}

.contactus-banner .heading1 small {
  	float: left;
		border-top: 3px solid #ffffff;
 		border-bottom: 3px solid #ffffff;
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 30px;
		line-height: 35px;
		color: #ffffff;
		text-transform: uppercase;
		margin: 0 10px 0 0;
		padding: 0;
	}

	.contactus-banner .smalltext2 {
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 30px;
		line-height: 20px;
 	 	padding: 0;
		color: #ffcc00;
		text-transform: uppercase;
		margin: 0 15px 0 0;
	}

	.contactus-banner .heading2 {
		color: #ffffff;
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 30px;
		line-height: 40px;
		text-transform: uppercase;
		margin: 0;
		padding: 0;
	}

	.contactus-banner .heading3 {
		float: left;
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 50px;
		line-height: 45px;
		color: #ffffff;
		text-transform: uppercase;
		padding: 0;
		margin: 0 0 0 115px;
	}

	.contactus-banner .heading3 small {
  	float: left;
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 30px;
		line-height: 35px;
		color: #ffffff;
		text-transform: uppercase;
		margin: 0 10px 0 0;
		padding: 0;
	}

	.contactus-banner .heading4 {
		color: #ffffff;
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 32px;
		line-height: 32px;
		text-transform: uppercase;
		margin: 0 0 0 115px;
	}
}

@media only screen and (min-width : 768px) {
.contactus-banner .heading1 {
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 62px;
		line-height: 45px;
		color: #ffffff;
		text-transform: uppercase;
		padding: 0;
		margin: 0;
	}

	.contactus-banner .heading1 .text{
 	 float: left;
	}

.contactus-banner .heading1 small {
  	float: left;
		border-top: 3px solid #ffffff;
 		border-bottom: 3px solid #ffffff;
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 30px;
		line-height: 35px;
		color: #ffffff;
		text-transform: uppercase;
		margin: 0 10px 0 0;
		padding: 0;
	}

	.contactus-banner .smalltext2 {
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 30px;
		line-height: 20px;
 	 	padding: 0;
		color: #ffcc00;
		text-transform: uppercase;
		margin: 0 15px 0 0;
	}

	.contactus-banner .heading2 {
		color: #ffffff;
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 40px;
		line-height: 40px;
		text-transform: uppercase;
		margin: 0;
		padding: 0;
	}

	.contactus-banner .heading3 {
		float: left;
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 50px;
		line-height: 45px;
		color: #ffffff;
		text-transform: uppercase;
		padding: 0;
		margin: 0 0 0 235px;
	}

	.contactus-banner .heading3 small {
  	float: left;
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 30px;
		line-height: 35px;
		color: #ffffff;
		text-transform: uppercase;
		margin: 0 10px 0 0;
		padding: 0;
	}

	.contactus-banner .heading4 {
		color: #ffffff;
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 32px;
		line-height: 32px;
		text-transform: uppercase;
		margin: 0 0 0 235px;
	}
}

@media only screen and (min-width : 992px) {
.contactus-banner .heading1 {
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 62px;
		line-height: 45px;
		color: #ffffff;
		text-transform: uppercase;
		padding: 0;
		margin: 0;
	}

	.contactus-banner .heading1 .text{
 	 float: left;
	}

.contactus-banner .heading1 small {
  	float: left;
		border-top: 3px solid #ffffff;
 		border-bottom: 3px solid #ffffff;
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 30px;
		line-height: 35px;
		color: #ffffff;
		text-transform: uppercase;
		margin: 0 10px 0 0;
		padding: 0;
	}

	.contactus-banner .smalltext2 {
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 30px;
		line-height: 20px;
 	 	padding: 0;
		color: #ffcc00;
		text-transform: uppercase;
		margin: 0 15px 0 0;
	}

	.contactus-banner .heading2 {
		color: #ffffff;
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 40px;
		line-height: 40px;
		text-transform: uppercase;
		margin: 0;
		padding: 0;
	}

	.contactus-banner .heading3 {
		float: left;
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 50px;
		line-height: 45px;
		color: #ffffff;
		text-transform: uppercase;
		padding: 0;
		margin: 0 0 0 235px;
	}

	.contactus-banner .heading3 small {
  	float: left;
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 30px;
		line-height: 35px;
		color: #ffffff;
		text-transform: uppercase;
		margin: 0 10px 0 0;
		padding: 0;
	}

	.contactus-banner .heading4 {
		color: #ffffff;
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 32px;
		line-height: 32px;
		text-transform: uppercase;
		margin: 0 0 0 235px;
	}
}

@media only screen and (min-width : 1200px) {
.contactus-banner .heading1 {
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 62px;
		line-height: 45px;
		color: #ffffff;
		text-transform: uppercase;
		padding: 0;
		margin: 0;
	}

	.contactus-banner .heading1 .text{
 	 float: left;
	}

.contactus-banner .heading1 small {
  	float: left;
		border-top: 3px solid #ffffff;
 		border-bottom: 3px solid #ffffff;
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 30px;
		line-height: 35px;
		color: #ffffff;
		text-transform: uppercase;
		margin: 0 10px 0 0;
		padding: 0;
	}

	.contactus-banner .smalltext2 {
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 30px;
		line-height: 20px;
 	 	padding: 0;
		color: #ffcc00;
		text-transform: uppercase;
		margin: 0 15px 0 0;
	}

	.contactus-banner .heading2 {
		color: #ffffff;
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 40px;
		line-height: 40px;
		text-transform: uppercase;
		margin: 0;
		padding: 0;
	}

	.contactus-banner .heading3 {
		float: left;
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 50px;
		line-height: 45px;
		color: #ffffff;
		text-transform: uppercase;
		padding: 0;
		margin: 0 0 0 235px;
	}

	.contactus-banner .heading3 small {
  	float: left;
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 30px;
		line-height: 35px;
		color: #ffffff;
		text-transform: uppercase;
		margin: 0 10px 0 0;
		padding: 0;
	}

	.contactus-banner .heading4 {
		color: #ffffff;
		font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 32px;
		line-height: 32px;
		text-transform: uppercase;
		margin: 0 0 0 235px;
	}
}


/* contact us form */

.contact-form {
  margin: 30px auto;
}

.contact-form p {
  padding: 0 0 10px 0;
}

.contact-form .btn-cancel {
  float: right;
}

.contact-form .btn-cancel {
  float: right;
}

.contact-form .btn-grey {
  color: #e5e5e5;
  background-color: #51524a;
  border-radius: 0;
  padding: 3px 10px 0 10px;
  height: 28px;
  min-width: 140px;
}

.contact-form .btn-red {
  color: #eec3c5;
  background-color: #ac1f30;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 3px 10px 0 10px;
  height: 28px;
  min-width: 140px;
}

.contact-form input {
  background: #e5e5e5;
  padding: 5px 0 5px 10px;
  color: #595959;
	border: 1px solid #ccc;
	border-radius: 0;
	height: 44px;
	-webkit-appearance: none;
	font-style: italic;
}

.contact-form textarea {
  background: #e5e5e5;
  padding: 5px 0 5px 10px;
  color: #595959;
	border: 1px solid #ccc;
	border-radius: 0;
	-webkit-appearance: none;
	font-style: italic;
}

/* ----- FAQs ------ */

.faqs {
padding-top: 20px;
}

.faq-banner .faq-text {
  display: block;
  vertical-align: center;
}

.faq-banner .faq-text h1 {
	font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 200;
	font-size: 45px;
	color: #ffffff;
	text-transform: uppercase;
	text-shadow: 4px 2px 0 rgba(58, 57, 53, 0.5);
}


@media only screen and (min-width : 320px) {	
.faq-banner {
  background: url(../images/banner-faq.jpg) no-repeat center top;
  background-size: cover;
	max-width: 100%;
  min-height: 105px;
	}
}


@media only screen and (min-width : 480px) {
.faq-banner {
  background: url(../images/banner-faq.jpg) no-repeat center top;
  background-size: cover;
	max-width: 100%;
  min-height: 158px;
	}
}


@media only screen and (min-width : 768px) {
.faq-banner {
  background: url(../images/banner-faq.jpg) no-repeat center top;
  background-size: cover;
	max-width: 768px;
  min-height: 252px;
	}
}


@media only screen and (min-width : 992px) {
.faq-banner {
  background: url(../images/banner-faq.jpg) no-repeat center top;
  background-size: cover;
	max-width: 992px;
  min-height: 326px;
	}
}


@media only screen and (min-width : 1200px) {
.faq-banner {
  background: url(../images/banner-faq.jpg) no-repeat center top;
  background-size: cover;
	max-width: 1260px;
  min-height: 414px;
	}
}



.faqs .num {
	font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 200;
	font-size: 16px;
	padding-right: 20px;
	color: #766b67;
}

.faqs strong {
	font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 200;
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
}

/* ------ Press Releases ------ */

@media only screen and (min-width : 320px) {	
.press-banner {
  background: url(../images/banner-press.jpg) no-repeat center top;
  background-size: cover;
	max-width: 100%;
  min-height: 105px;
	}
}


@media only screen and (min-width : 480px) {
.press-banner {
  background: url(../images/banner-press.jpg) no-repeat center top;
  background-size: cover;
	max-width: 100%;
  min-height: 158px;
	}
}

@media only screen and (min-width : 768px) {
.press-banner {
  background: url(../images/banner-press.jpg) no-repeat center top;
  background-size: cover;
	max-width: 768px;
  min-height: 252px;
	}
}

@media only screen and (min-width : 992px) {
.press-banner {
  background: url(../images/banner-press.jpg) no-repeat center top;
  background-size: cover;
	max-width: 992px;
  min-height: 326px;
	}
}

@media only screen and (min-width : 1200px) {
.press-banner {
  background: url(../images/banner-press.jpg) no-repeat center top;
  background-size: cover;
	max-width: 1260px;
  min-height: 414px;
	}
}

.press-banner h1 {
	font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 200;
	font-size: 55px;
	color: #ffffff;
	text-transform: uppercase;
	text-shadow: 4px 2px 0 rgba(58, 57, 53, 0.5);
}

.press-banner .press-text{
  margin-top: 150px;
}

.presstabs {
  background: url(../images/presstabsbg.jpg) repeat-x;
  height: 96px;
}

#pressreleases .nav-tabs {
  margin: 54px 0 0 0;
  border-bottom: 0;
}

#pressreleases .nav-tabs li {
  width: 25%;
  text-align: center;
  padding-bottom: 10px;
}

#pressreleases .nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0;
  text-transform: uppercase;
  font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
  background: none;
  color: #9fa09b;
}

#pressreleases .nav-tabs>li.active>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0;
  text-transform: uppercase;
  font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
  background: #fff;
  color: #515348;
}

#pressreleases .nav-tabs>li>a:hover {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 0;
	background: #fff;
}

#pressreleases .nav-tabs>li.active {
	color: #515348;
	background: #fff;
	cursor: default;
}

@media only screen and (min-width : 320px) {	
	#pressreleases .nav-tabs li a, #pressreleases .nav-tabs li a:hover,
	#pressreleases .nav-tabs li.active a, #pressreleases .nav-tabs li.active a:hover {
		font-size: 13px;
  	line-height: 1;
	}
}

@media only screen and (min-width : 480px) {
	#pressreleases .nav-tabs li a, #pressreleases .nav-tabs li a:hover,
	#pressreleases .nav-tabs li.active a, #pressreleases .nav-tabs li.active a:hover {
		font-size: 14px;
  	line-height: 1.1;
	}
}

@media only screen and (min-width : 768px) {
	#pressreleases .nav-tabs li a, #pressreleases .nav-tabs li a:hover,
	#pressreleases .nav-tabs li.active a, #pressreleases .nav-tabs li.active a:hover {
		font-size: 16px;
  	line-height: 1.42857143;
	}
}

@media only screen and (min-width : 992px) {
	#pressreleases .nav-tabs li a, #pressreleases .nav-tabs li a:hover,
	#pressreleases .nav-tabs li.active a, #pressreleases .nav-tabs li.active a:hover {
		font-size: 16px;
  	line-height: 1.42857143;
	}
}

@media only screen and (min-width : 1200px) {
	#pressreleases .nav-tabs li a, #pressreleases .nav-tabs li a:hover,
	#pressreleases .nav-tabs li.active a, #pressreleases .nav-tabs li.active a:hover {
		font-size: 18px;
  	line-height: 1.42857143;
	}
}

#pressreleases {
  display: block;
  position: relative;
  clear: left;
  padding-bottom: 20px;
}

#pressindex h1, #presscoverage h1, #presskit h1, #pressinquiries h1 {
	font-size: 35px;
	font-family: "ProximaNovaThThin", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #776e65;
}

#pressindex .row {
	min-height: 120px;
	padding-bottom: 10px;
}

#pressindex a.newsthumb {
  position: relative;
  display: inline-block;
}

#pressindex a.newsthumb:hover:before {
  content: '';
  display: block;
  background: #be1e28;
  width: 100%;
  height: 8px; 
  position: absolute;
  bottom: 0;
  left: 0;
}


#pressindex a.newsarrow {
	display: block;
	background: url(../images/newsarrow.png) no-repeat;
  border: 1px solid #efefed;
  margin: 10px 0 0 0;
  width: 60px;
  height: 60px;
  text-indent: -99999px;
}

#pressindex a.newsarrow:hover {
	display: block;
	background: url(../images/newsarrowactive.png) no-repeat;
  border: 1px solid #efefed;
  margin: 10px 0 0 0;
  width: 60px;
  height: 60px;
  text-indent: -99999px;
}

#pressindex a.title {
  text-transform: uppercase;
  color: #444;
  font-size: 1.3em;
}
#pressindex a.title:hover, #pressindex a.title:active {
  text-transform: uppercase;
  color: #be1e28;
  font-size: 1.3em;
}

#pressindex .pressdate {
  color: #86887d;
  margin: 0;
  padding: 0;
}

#pressindex p {
  color: #b1b1b1;
}


/* ------ Advertise ------ */

.advertise-banner {
  background: url(../images/banner-advertise.jpg) repeat-x;
  height: 543px;
  width: 100%;
}


.advertise-banner h1 {
	font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 200;
	font-size: 45px;
	color: #ffffff;
	text-transform: uppercase;
	text-shadow: 4px 2px 0 rgba(58, 57, 53, 0.5);
	margin-top: 25px; padding: 0;
}

.advertise-banner h2 {
	font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 200;
	font-size: 35px;
	color: #ffffff;
	text-transform: uppercase;
	text-shadow: 4px 2px 0 rgba(58, 57, 53, 0.5);
	margin: 0; padding: 0;
}

.advertise-banner h3 {
	font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 200;
	font-size: 40px;
	color: #ffffff;
	text-transform: uppercase;
	text-shadow: 4px 2px 0 rgba(58, 57, 53, 0.5);
	margin: 0; padding: 0;
}


/* ------ Advertise Views ------ */

.views {
margin: -80px auto;
}

.views .text {
	display: block;
	font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 200;
	color: #bbb6b3;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 18px;
	margin: 10px 0 20px 0;
}

.views .text strong {
	font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 200;
	color: #bf1e26;
}

.views p small {
	font-size: 27px;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}


/* ------ Advertiser Intro ------ */

.advertiser-intro {
  margin: 160px auto 30px auto;
}

.advertiser-intro h1 {
	text-transform: uppercase;
	color: #bd1014;
	font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 700;
}

.advertiser-intro .btn-red {
  color: #eec3c5;
  background-color: #ac1f30;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 3px 10px 0 10px;
  height: 28px;
  min-width: 140px;
}
	

/* ------ Advertiser Solutions ------ */

.solutions {
  padding-bottom: 40px;
}

.solutionsheader {
  padding-top: 30px;
  padding-bottom: 20px;
}

.solutionsheader h2 {
	font-weight: 800;
	text-align: center;
	font-size: 2.5em;
	font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #b6202b;
}

.solutionsheader p {
	text-align: center;
}

.solutions .tbox {
	margin: 0 auto;
	border: 1px solid #efefef;
	max-width: 220px;
}

.solutions img {
  margin: 0 auto;
}

.solutions h2 {
  font-weight: 400;
  font-size: 24px;
  color: #424242;
  text-align: center;
  margin-bottom: 4px;
}

.solutions h3 {
  font-weight: 400;
  font-size: 18px;
  font-style: italic;
  color: #919388;
  text-align: center;
  margin-top: 0;
}

.solutions p {
	text-align: center;
	color: #909189;
}

@media (min-width: 768px) {
  .container-banner {
    width: 750px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .container-banner {
    width: 970px;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  .container-banner {
    width: 1170px;
    margin: 0 auto;
  }
}


/* ------ machinima-owns ------ */

.machinima-owns {	
	display: block;
	background: url(../images/machinima_owns.jpg) no-repeat top center;
	min-height: 664px;
	margin: 30px auto 20px auto;
	padding: 0;
}

.machinima-owns h1 {
	font-size: 60px;
	text-transform: uppercase;
	font-family: "ProximaNovaThThin", "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #fff;
}

.machinima-owns h2 {
	font-size: 110px;
	font-weight: 600;
	line-height: 50px;
	text-transform: uppercase;
	font-family: "ProximaNovaThThin", "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #fff;
}
.machinima-owns h3 {
	font-size: 40px;
	font-weight: 200;
	text-transform: uppercase;
	font-family: "ProximaNovaThThin", "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #fff;
}

.machinima-owns h4 {
	font-size: 40px;
	font-weight: 200;
	text-transform: uppercase;
	font-family: "ProximaNovaThThin", "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #fff;
}

.machinima-owns .text {
	display: block;
	font-family: "proxima_nova_rgregular", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 200;
	color: #aea6a3;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 18px;
	margin: 10px 0 20px 0;
}

.machinima-owns .text strong {
	font-family: "ProximaNova-Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 200;
	color: #ffffff;
}


.machinima-owns img.mviews {
	margin: 80px auto 20px auto;
}

.machinima-owns img.mshares {
	margin: 80px auto 20px auto;
}


@media only screen and (min-width : 320px) {
	.machinima-owns img.mviews {
		margin: 20px auto 20px auto;
	}

	.machinima-owns img.mshares {
		margin: 20px auto 20px auto;
	}
	
	.machinima-owns .heading {
	margin: 140px auto 0 auto;
	}

}

@media only screen and (min-width : 1200px) {
	.machinima-owns img.mviews {
		margin: 370px auto 20px auto;
	}

	.machinima-owns img.mshares {
		margin: 380px auto 20px auto;
	}
	
	.machinima-owns .heading {
		margin: 380px auto 0 auto;
	}

}

/* ------ outer container ------ */

#container-wrapper {
	padding-bottom: 50px;
}


/* ------ Footer ------ */

#footer .top {
  border-bottom: 1px solid #939393;
}

#footer .row {
  margin: 20px 0 0 0;
}


footer .tagline h1 {
	color: #d5d2cb;
	font-family: "proxima_nova_rgbold", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-transform: uppercase;
}

footer .divider {
  padding: 0 10px 0 10px;
  color: #64625f;
}

footer .copyright {
	color: #d6d2c9;
	font-size: 0.9em;
}

footer ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 35px;
}

footer ul.menu a {
	color: #ffffff;
	font-size: 0.9em;
}

footer .backtotop ul {
	list-style: none;
  margin-top: 116px;
  padding: 0;
}

footer .backtotop {
  padding: 0;
}

footer ul a {
	color: #d6d1cd;
	font-size: 0.9em;
	padding: 0;
}

footer .legal {
	color: #d6d2c9;
}

footer  .legal a {
	color: #ffffff;
	border-bottom: 1px solid #3c3d3d;
	text-decoration: none;
}

footer .legal a:hover {
	color: #d6d2c9;
}

footer .social {
	display: block;
	float: right;
  width: 225px;
  padding: 0;
}

footer .social h1 {
	color: #949494;
	font-family: "proxima_nova_rgbold", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-transform: uppercase;
	margin: 0;
	padding: 5px 0 7px 0;
}

footer .social img {
  padding-left: 20px;
}

@media only screen and (min-width : 320px) {
	body {
  /* Margin bottom by footer height */
  margin-bottom: 560px;
	}

	#footer {
  	position: absolute;
  	bottom: 0;
  	width: 100%;
  	height: 560px;
  	background-color: #8a8c8e;
  	padding: 0 20px 20px 20px;
	}
  
  footer .social {
  	display: block;
  	margin: 15px 0 15px 0;
	}
	
	footer .clearfix {
		margin-top: 10px;
	}
	
}


@media only screen and (min-width : 480px) {
	body {
  /* Margin bottom by footer height */
  margin-bottom: 560px;
	}

	#footer {
  	position: absolute;
  	bottom: 0;
  	width: 100%;
  	height: 560px;
  	background-color: #8a8c8e;
  	padding: 0 20px 20px 20px;
	}
}

@media only screen and (min-width : 768px) {
	body {
  /* Margin bottom by footer height */
  margin-bottom: 290px;
	}

	#footer {
  	position: absolute;
  	bottom: 0;
  	width: 100%;
  	height: 290px;
  	background-color: #8a8c8e;
  	padding: 0 20px 20px 20px;
	}
}

@media only screen and (min-width : 992px) {
	body {
  /* Margin bottom by footer height */
  margin-bottom: 290px;
	}

	#footer {
  	position: absolute;
  	bottom: 0;
  	width: 100%;
  	height: 290px;
  	background-color: #8a8c8e;
  	padding: 0 20px 20px 20px;
	}
}


@media only screen and (min-width : 1200px) {
	body {
  /* Margin bottom by footer height */
  margin-bottom: 290px;
	}

	#footer {
  	position: absolute;
  	bottom: 0;
  	width: 100%;
  	height: 290px;
  	background-color: #8a8c8e;
  	padding: 0 20px 20px 20px;
	}
}

#footer .copyright {
  font-size: 14px;
}

#footer a,
#footer p,
#footer span,
#footer h1 {
  color: #ffffff;
  border: none;
}

#footer .top {
  padding-bottom: 10px;
  position: relative;
}

@media (max-width: 480px) {
  #footer .top {
    text-align: center;
  }
}

#footer .backtotop ul {
  margin-top: 80px;
}

#footer .social {
  margin: 42px 0 0 0;
}

#footer .social img {
  padding: 0 8px 0 0;
}

@media (max-width: 750px) {
  footer .social {
    text-align: center;
    width: auto;
  }

  footer .social img {
    padding: 0 4px;
  }
}

#footer .youtubecert {
  float: right;
}

@media (max-width: 750px) {
  #footer .youtubecert {
    float: none;
    margin: 0px auto 30px auto;
    display: block;
    clear: both;
  }
}

#footer ul.menu {
  line-height: 35px;
  list-style: outside none none;
}

#footer ul.menu li {
  margin: 0;
  padding: 3px 0;
  font-size: 14px;
  font-weight: 400 /* regular */;
  line-height: 1.2;
}

/* ------ Alert Box Styles ------ */

.alert { 
	position: relative; 
	width: 100%; 
	margin: 0;
	padding: 40px 10px 40px 0; 
	background: #d3d4cf; 
	overflow: hidden;
	text-align: left;
	border-radius: 0px;
  font-size: 24px;
  color: #444;
}

.alert .close {
	float: right;
	margin: 0 0 0 0;
	font-family: "proxima_nova_ltlight", "Helvetica Neue", Arial, Helvetica, sans-serif;  
	font-size: 35px;
	color: #444 !important;
	opacity: 1;
	text-shadow: none;
	color: #AC1F30;
}

.alert .close:hover {
	color: #bc202b !important;
}

