/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: Landing Sumo - Theme 13
 * URL: http://LandingSumo.com
 * Version: 1.0
 */

/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */

/* Import fonts */
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,300,900);

.g-recaptcha{
  width: 100%;
  margin-bottom: 1em;
}
.g-recaptcha div{
  margin: 0 auto;
}

body {
  background: #fff;
  margin: 0;
  color: #5a5a5a;
  font-family: 'Roboto', sans-serif;
}

h2, h3, h4, h5, h6 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}

h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
}

.topMenu	{
  /*margin: 0;*/
  padding-left: 15px;
}

ul.topMenu li 	{
  list-style: none;
}

p {
  padding: 0;
  margin-bottom: 12px;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #666;
  margin-top: 10px;
}

html,
body {
  height: 100%;
}

.alignleft { float: left; }
.alignright { float: right; }
.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
}
.centered {text-align: center}
.mt {margin-top: 40px;}
.mb {margin-bottom: 50px;}
.mtb {margin-top: 50px; margin-bottom: 50px;}
.mtb2 { margin-top: 100px; margin-bottom: 100px;}
.ptb {padding-top: 80px; padding-bottom: 80px;}

.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width:100%;
}

::-moz-selection  {
  color: #fff;
  text-shadow:none;
  background:#2B2E31;
}
::selection {
  color: #fff;
  text-shadow:none;
  background:#2B2E31;
}

a {
  padding: 0;
  margin: 0;
  text-decoration: none;
  -webkit-transition: background-color .4s linear, color .4s linear;
  -moz-transition: background-color .4s linear, color .4s linear;
  -o-transition: background-color .4s linear, color .4s linear;
  -ms-transition: background-color .4s linear, color .4s linear;
  transition: background-color .4s linear, color .4s linear;
  color: #ff4848; /* anker */
}
a:hover,
a:focus {
  text-decoration: none;
  color:#696E74;
}

.nopadding {
  padding: 0px !important;
  margin: 0px;
}

/* Bootstrap Modification */

.navbar-inverse {
  background: transparent;
  border: transparent;
}

.navbar-nav {
  margin-left: 0;
  margin-right: 0;
}

.navbar-nav > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
}

.nav > li > a:focus, .nav > li > a:hover {
  color: #31b0d5;
}

img {
  padding-bottom: 10px;
}

/* FORM CONFIGURATION */

input {
  font-size: 16px;
  min-height: 40px;
  border-radius: 2px;
  line-height: 20px;
  padding: 11px 30px 12px;
  border: 1px solid #b9b9af;
  margin-bottom: 10px;
  background-color: #fff;
  color: #000;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.subscribe-input {
  float: left;
  width: 65%;
  text-align: left;
  margin-right: 2px;
}

.subscribe-submit {
  right: 0;
}


.btn-register {
  margin-top: 10px;
  border-radius: 50px;
  margin-right: 10px;
  top: 0px;
  float: left;
  font-size: 16px;
}

.btn-sub {
  border-radius: 50px;
}

/* Overall Buttons*/
.btn-theme {
  border-radius: 50px;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 15px;
}

.btn-white {
  background: white;
  color: #2f2f2f;
}

.btn-white:hover {
  background: #2f2f2f;
  color: white;
}

/* HEADER SECTION */
#h 	{
  background-color: black;
  padding-top: 10px;
  text-align:center;
  background-attachment: relative;
  background-position: center center;
  min-height: 270px;
  width: 100%;

  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.landing #h {
  background-color: black;
  padding-top: 10px;
  text-align:center;
  background-attachment: relative;
  background-position: center top;
  min-height: 270px;
  width: 100%;

  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#h h1,
.animated-img {
  display: none;
}

body.landing #h h1,
body.landing .animated-img {
  display: block;
}

#h h1 {
  color: white;
  font-weight: 900;
  font-size: 56px;
  letter-spacing: 2px;
  text-shadow: 0 1px 5px rgba(43, 43, 43, 0.85);
}

#h h3 {
  color: white;
  margin-top: 0;
  text-shadow: 0 1px 3px rgba(43, 43, 43, 0.85);
  letter-spacing: 0.05em;
}

#h img {
  padding-bottom: 0px;
}

/* White Section */
#w {
  background: white;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 70px;
}

#w.home {
  /*  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);*/
}

#w .col-md-6 img {
  margin-top: 60px;
}

#w p {
  color: #828282;
  font-size: 16px;
}


/* Pink Section - Picton */
#picton {
  background: #ff4848;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  color: white;
}

#picton .col-md-6 {
  padding-left: 0px;
}

#picton p {
  color: #e9e9e9;
  font-size: 16px;
}

/* Red Section - Curious */
#curious {
  background: #FF0000;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #e9e9e9;
}

#curious .col-md-6 {
  padding-right: 0px;
}

#curious h2 {
  color: #fff;
}

#curious p {
  color: #e9e9e9;
  font-size: 16px;
}

#curious ul,
#w ul {
  font-size: 16px;
  font-weight: 300;
  padding-left: 18px;
}

#w ul {
  color: #828282;
}

#curious ul li,
#w ul li {
  margin-bottom: 10px;
}

#curious h3,
#curious h4 {
  color: #fff;
}

/* Red Section - Malibu */
#malibu {
  background: #ff2828;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  color: white;
}

#malibu .col-md-6 {
  padding-left: 0px;
}

#malibu p {
  color: #e9e9e9;
  font-size: 16px;
}

#vimeo {
  background: #b50000;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  color: white;
}

.videoWrap {
  margin-top: 20px;
}

/* Red Section - Jelly */
#jelly {
  background: #b50000;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  color: white;
}

#jelly p {
  color: #e9e9e9;
  font-size: 16px;
}

#jelly h1 {
  font-size: 200px;
}

#jelly h3 {
  margin-top: 10px;
}

/* FOOTER */
#f {
  background: #2f2f2f;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  color: white;
}

#f p {
  color: #e9e9e9;
}

#f h4 {
  font-weight: 400;
  text-align: center;
  font-size: 24px;
}

/* CREDIT */
#c {
  background: black;
  padding: 20px;
}

#c p {
  color: #e9e9e9;
  font-size: 14px;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label,
.text-danger {
  color: #ff9000;
}

.has-error .form-control {
    border-color: #ff9000;
}

@media (min-width: 768px) {

  body.landing #h {
    background-position: center center;
    min-height: 650px;
  }

  #w {
    padding-top: 70px;
    padding-bottom: 90px;
  }
  
}

@media (min-width: 1024px) {

  #w .col-md-6 img {
    margin-top: 20px;
  }

}