/*///////////////////////////////*//*Global Styles*/

.header {
	padding: 50px 0;
	background-color: #000;
}
.nav {
	padding: 15px 0;
	background-color: #000;
	position: -webkit-sticky;
}
.header, .nav {
	font-size: 13px;
    text-align: center;
	color: #fff;
}

.content {
	width: 600px;
	margin: 10px auto 100px;
}

.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container-full {
    /*width: 100%;*/
    max-width: none;
}

.responsive-image {
  height: auto;
  width: 100%;
}

.image-pad-left {
	padding-left: 0pt;
	padding-top: 0pt;
	padding-bottom: 5pt;
	padding-right: 15pt
}


/*///////////////////////////////*//*Row Styles*/
.row-masthead {
    /*background: url("../assets/masthead.jpg");*/
    /*background-size: cover;*/
    height: 1100px;
    margin-bottom: 100px;
}
.row-masthead .verticle-text {
    color: #ffffff;
    width: 300px;
    position: relative;
    left: -300px;
    top: 280px;
}
.row-full-image {
    /*background: url("../assets/fullimage.jpg");*/
    /*background-size: cover;*/
    background-position: center center;
    height: 700px;
}
.row-spacer {
    height: 120px;
}
.row-green {
    background: #a49b34;
    padding: 60px 0px 80px 0px;
}
.row-blue {
    background: #196aac;
    padding: 60px 0px 80px 0px;
}

.row-white {
    background: #ffffff;
    padding: 60px 0px 80px 0px;
}
.row-buying {
    background: #f6f7fa;
    padding: 60px 0px 60px 0px;
}
.row-buying .active {
    background: #fff;
    padding: 60px;
    -moz-box-shadow: 0px 0px 20px #e9eaed;
    -webkit-box-shadow: 0px 0px 20px #e9eaed;
    box-shadow: 0px 0px 20px #e9eaed;
}
.row-buying .inactive {
    padding: 60px;
}
.row-footer {
    padding: 100px 0px 90px 0px;
    background: #192430;
    color: #fff;
}
.row-grid {
    padding: 400px 0px 100px 0px;
    overflow: hidden;
    width: 100%;
    /*overflow-x: scroll;*/
}
.row-grid .grid {
    min-height: 260px;
}
.row-grid .grid.col-md-4 {
    max-width: 380px;
}
.row-grid .grid.col-md-8 {
    max-width: 760px;
}

/*///////////////////////////////*//*Styling Elements*/
.logo {
    margin-top: 110px;
    padding: 0px;
}
.masthead-text {
    padding-top: 100px;
}
.masthead-text a {
    font-weight: bold;
    color: #fff;
    font-size: 13px;
}
.iPhone {
    height: auto;
    position: relative;
    right: 70px;
    top: 220px;
}
.white {
    color: #fff;
}



/*///////////////////////////////*//*Font Styles*/
h1 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 300;
}
h2 {
    font-size: 35px;
    color: #222626;
    margin-bottom: 30px;
    font-weight: 300;
}
h3 {
    font-size: 13px;
    color: #67676d;
    margin-bottom: 20px;
    font-weight: bold;
}
h4 {
    font-size: 14px;
    color: #b8b8b8;
    margin-bottom: 30px;
    line-height: 20px;
}
h5 {
    font-size: 35px;
    color: #222626;
    margin-bottom: 5px;
    font-weight: 300;
}

h6 {
    font-size: 25px;
    color: #222626;
    margin-bottom: 10px;
    font-weight: 300;
}

h7 {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 50px;
    font-weight: 300;
	line-height: 33px;
}

p {
    font-size: 14px;
    color: #959595;
    line-height: 24px;
    font-weight: 400;
}

div.verticle-text {
    color: #b8b8b8;
    font-weight: 600;
    font-size: 12px;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    position: relative;
    left: -200px;
    width: 100px;
    top: 55px;
    text-transform: uppercase;
}
.row-green h2,
.row-green h3,
.row-green p,
.row-green .verticle-text,
p.sub-text {
    color: #fff;
}
.row-buying h2 {
    font-size: 30px;
    margin-bottom: 15px;
    margin-top: 10px;
}
.row-buying p {
    width: 400px;
}
span.badge {
    padding: 6px 11px 6px 11px;
    color: #fff;
    background: #196aab;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
span.purple {
    background: #bd8cbf;
}
.icon {
    margin-right: 10px;
}
.btn-green {
    padding: 10px 20px 10px 20px;
    background: #a89902;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    margin-right: 20px;
}
.btn-green:hover {
    color: #fff;
    text-decoration: none;
    background: #1b6aac;
}
.row-footer p,
.row-footer h3,
.grid a {
    color: #fff;
}
.row-footer ul {
    margin: 0px;
    padding: 0px;
}
.row-footer li {
    list-style: none;
    padding: 0px;
    font-size: 12px;
    margin-bottom: 5px;
}
.grid {
    padding:40px;
}
.grid h2 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 5px;
}
.grid p {
    font-size: 12px;
    color: #fff;
}
.pink {
    background: #F3989E;
}
.light-purple {
    background: #BC8DBE;
}
.purple {
    background: #61607C;
}
.green {
    background: #82ca9c;
}
.image01 {
    background: url("../assets/image01.jpg");
    background-position: center center;
    background-size: cover;
    opacity: 0.7;
    height: 254px;
    background-color: #091e28;
}
.image02 {
    background: url("../assets/image02.jpg");
    background-position: center center;
    background-size: cover;
    opacity: 0.7;
    height: 254px;
    background-color: #091e28;
}
input.email {
    background: #fff;
    outline: none;
    padding: 20px 10px 20px 20px;
    width: 85%;
    color: #cccccc;
    font-size: 12px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: none;
    float: left;
}
.label-text {
    font-size: 11px;
    color: #57697f;
    width: 70%;
    margin-top: 20px;
}
.submit {
    background: #1b6aac;
    width: 70px;
    outline: none;
    border: none;
    float: left;
    height: 58px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-left: -30px;
}
.submit:hover {
    background: #a59b00;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* =============================================
 *
 *   FIXED RESPONSIVE NAV
 *
 *   (c) 2014 @adtileHQ
 *   http://www.adtile.me
 *   http://twitter.com/adtilehq
 *
 *   Free to use under the MIT License.
 *
 * ============================================= */





@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


/* ------------------------------------------
  RESPONSIVE NAV STYLES
--------------------------------------------- */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 55em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}


/* ------------------------------------------
  DEMO STYLES
--------------------------------------------- */

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

section {
  border-bottom: 0px solid #999;
  text-align: center;
  padding: 100px 0 0;
  height: 800px;
  width: 100%;
}




/* ------------------------------------------
  FIXED HEADER
--------------------------------------------- */

header2 {
  background: #196aac;
  position: fixed;
  z-index: 3;
  width: 100%;
  left: 0;
  top: 0;
}

.logo2 {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-decoration: none;
  font-weight: bold;
  line-height: 9px;
  padding: 19px 20px;
  color: #fff;
  float: left;
}


/* ------------------------------------------
  MASK
--------------------------------------------- */

.mask {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
  background: rgba(0,0,0, .5);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.android .mask {
  -webkit-transition: none;
  transition: none;
}

.js-nav-active .mask {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 55em) {
  .mask {
    display: none !important;
    opacity: 0 !important;
  }
}


/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */

.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-collapse,
.nav-collapse * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

@media screen and (min-width: 55em) {
  .nav-collapse {
    float: right;
    width: auto;
  }
}

.nav-collapse li {
  float: left;
  width: 100%;
}

@media screen and (min-width: 55em) {
  .nav-collapse li {
    width: auto;
  }
}

.nav-collapse a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  border-top: 0px solid white;
  text-decoration: none;
  background: #196aac;
  padding: 0.7em 1em;
  color: #fff;
  width: 100%;
  float: left;
}

.nav-collapse a:active,
.nav-collapse .active a {
  background: #aa9e00;
}

@media screen and (min-width: 55em) {
  .nav-collapse a {
    border-left: 0px solid white;
    padding: 17px 15px;
    text-align: center;
    border-top: 0;
    float: left;
    margin: 0;
  }
}

.nav-collapse ul ul a {
  background: #aa9e00;
  padding-left: 2em;
}

@media screen and (min-width: 55em) {
  .nav-collapse ul ul a {
    display: none;
  }
}


/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */



.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 55px;
  float: right;
}

.nav-toggle:before {
  color: #fff; /* Edit this to change the icon color */
  font: normal 28px/55px "responsivenav"; /* Edit font-size (28px) to change the icon size */
  text-transform: none;
  text-align: center;
  position: absolute;
  content: "\2261"; /* Hamburger icon */
  text-indent: 0;
  speak: none;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-toggle.active:before {
  font-size: 24px;
  content: "\78"; /* Close icon */
}

/* Flexible iFrame */

.Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*FORM STYLES*/

.form-wrapper {
	
	max-width: 700px;
	
}

.form-wrapper label {
	
display: block;	
	
}

.form-wrapper .title {
    	
	margin-bottom: 6px;
}

.form-wrapper .field {
    width: 95%;

	margin-bottom: 15px;
}

.form-wrapper .field.first-name, .form-wrapper .field.last-name {
    width: 45%;
	margin-right: 5%;
    float: left;
}

.form-wrapper .field.three-digits {
    width: 4.2em;
	margin-right: 8px;
	    float: left;
}



.form-wrapper .field.four-digits {
    width: 4.8em;
	margin-right: 8px;
	    float: left;
}

.form-wrapper .field-element {
    width: 100%;
    padding: 12px;
    margin: 0px 0px 4px 0px;
    border: 1px solid #ccc;
    background: #fafafa;
    font-family: sans-serif;
    font-size: 12px;
    line-height: normal;
    box-sizing: border-box;
    border-radius: 2px;
}

.form-wrapper .field.textarea:before {
  content: "";
  display: table;
  clear: both;
}

.form-wrapper textarea {
    min-height: 100px;
    resize: vertical;
}

.form-wrapper .form-button-wrapper {
	
padding: 25px 0px 0px 0px;
	
}

.form-wrapper input[type=text].error {
    border: 2px solid #ff0000;
}

.form-wrapper .error {
    color: #ff0000;
	
}

.form-wrapper select.error {
    display: block;

}

.form-wrapper label.error {
    display: none;
	padding-left: 0px;

	
}

.signup {
	
	background-color: #ff0000;
	color: #ffffff;
	    width: 330px;
    height: 43px;
    position: fixed;
    right: 0px;
    top: 145px;
    z-index: 1000;
	 padding: 9px 0px 0px 42px;
    font-size: 16px;
}

.signup .btn-signup {
	
	background-color: #ffff11;
	color: #000000;
	display: inline-block;
	margin: 0px 0px 0px 8px;
	padding: 0px 9px 0px 9px;
	font-weight: bold;
	
}

@media(max-width:700px){
  .signup {
   
    width: 293px;
    padding: 13px 0px 0px 12px;
    font-size: 12px;
	      top: 58px;
	}
}








