/*
	Theme Name: Rainbo Landing Page (HTML5 via Lite)
	Theme URI: http://litedesignstudio.com
	Description: HTML5 Lite WordPress Base Theme (July 2015)
	Version: 5.0
	Author: Ryan Cronin
	Author URI: http://ryancronin.me
	Tags: HTML5, CSS3, Javascript

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:400 15px/24px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#637bad;
	text-decoration:none;
}
a:hover {
	color:#blue;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
  Responsive Bootstrap Structure
\*------------------------------------*/

/* Start Structured Bootstrapped CSS Elements */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 800px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* End of Structured Bootstrapped CSS Elements */

/*------------------------------------*\
    WEBSITE STRUCTURE
\*------------------------------------*/

.landing_page_bg {
  position: relative;
  background: url('/wp-content/uploads/2015/07/landing_bg.jpg');
  background-size: cover;
  width: 100%;
}

.landing_top {
  position: relative;
  min-height: 80px;
  padding: 20px 0px;
  background: rgba(0,0,0,.75);
}

.landing_middle {
  color: white;
  padding: 100px 0px 300px 30px;
}

.landing_over_bottom {
  color: black;
  background: white;
  padding: 20px 0px;
}

.landing_over_bottom span {
  color: #F5C326;
}

.landing_bottom {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  min-height: 80px;
  background: rgba(0,0,0,.75);
}

/* Responsive Row Element */
.ryan-row {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0px 0px 0px;
}
/* End of Responsive Row Element */

.ryan-row h1 {
  margin-top:0;
}

/* 100% color wrapper */
.wrapper {
	position:relative;
}

/* header */
.header {
  background: none;
  padding:0px 0px 0px;
}

.header_box h2 {
  color: white;
  margin: 0;
  padding: 0;
}

/* social */
.social_logo {
  color: white !important;
  font-size: 5rem !important;
  padding: 15px 0 30px 0;
}

.social_logo:hover {
  color: #637bad !important;
  cursor: pointer;
}

/* main section */
main {
  margin:15px 0px 0px 0px;
}

.rainbo_landing {
  background: url('/wp-content/uploads/2015/07/rainbo_bg.png');
  background-size: cover;
  min-height: 600px;
  width: 100%;
}

.rainbo_desc {
  background: white;
  padding: 20px 0px;
  min-height: 500px;
}

.purple_bar {
  background: #442A71;
  padding: 10px 0px;
  min-height: 75px;
  width: 100%;
}

.rainbo_foot {
  background: #FFC017;
  font-size: 1.5rem;
  color: white;
  padding: 40px 0px;
  min-height: 225px;
}

.rainbo_foot a {
  color: white !important;
  text-decoration: underline;
}

.rainbo_foot p {
  font-weight: 500;
  padding: 0px !important;
  margin: 0px !important;
}

.purple_shop {
  background: #442A71;
  color: white;
  padding: 10px 20px;
  border: none;
  width: 280px;
}

.purple_shop:hover {
  background: white;
  color: #442A71;
  padding: 10px 20px;
  border: none;
  width: 280px;
}

.purple_shop span {
  font-size: 1.65rem;
  font-style: italic;
}

.like_us {
  color: white;
  font-weight: 600;
  line-height: 5rem;
}

.like_us a {
  color: white;
  line-height: 5rem;
}

.contact_us {
  color: #D46522;
  font-size: 4.2rem;
  text-align: center;
  padding: 0px 0px 30px !important;
  font-weight: 300;
}

.f_title {
  color: #214080;
  font-size: 2rem;
  padding: 0px !important;
  margin: 0px !important;
  font-weight: 600;
}

/* logo */
.logo {
  padding: 0px 0px;
  text-align: center;
}

/* nav (we use the UberMenu for most projects - navigation pending per project 0 - leave blank) */
.nav {
  margin: 0 auto;
}

.nav a {
  font-family: 'Unica One', cursive !important;
  color: #202020 !important;
  font-size: 2rem !important;
  text-transform: uppercase !important;
}

.nav a:hover {
  color:rgba(170, 0, 0, 0.8) !important;
}

/* sidebar */
.sidebar {
  margin: 20px 0px !important;
  border-left: 1px dotted #959595;
  -webkit-margin-before: 0;
}

.sidebar h3 {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}

/* footer */
footer {
  padding:0px 0px;
  background: none;
  text-align: center;
  color: #fff;
}

footer a {
  color: #eaeaea;
  font-weight: 900;
}

footer a:hover {
  text-decoration: underline;
}

/*------------------------------------*\
  PAGES (INCLUDING BUDDYPRESS STYLES)
\*------------------------------------*/
.page_title {
  text-transform: uppercase;
  line-height: normal;
  text-decoration: none;
}

blockquote {
  font-style: italic;
  color: #000;
}

.post-edit-link {
  font-size: 1.5rem;
  line-height: 2rem;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
body {
  font-family: 'Roboto', sans-serif;
  font-size: 2.2rem;
  line-height: 4rem; 
}

h1 {
  font-weight: 300;
  font-size:4rem;
  color: #442A71;
  line-height: normal;
  font-family: 'Roboto', sans-serif;
  padding: 0px 0px !important;
  margin: 10px 0px !important;
}
h2 {
  font-weight: 300;
  font-size:3.5rem;
  color: #442A71;
  line-height: normal;
  font-family: 'Roboto', sans-serif;
  padding: 0px !important;
  margin: 15px 0px !important;
}
h3 {
  font-weight: 300;
  font-size:3rem;
  color: #000;
  line-height: normal;
  font-family: 'Roboto', sans-serif;
  padding: 0px !important;
  margin: 15px 0px !important;
}
h4 {
  font-weight: 300;
  font-size:2.75rem;
  color: #442A71;
  line-height: normal;
  font-family: 'Roboto', sans-serif;
  padding: 0px !important;
  margin: 15px 0px !important;
}
h5 {
  font-weight: 300;
  font-size:2.5rem;
  color: #442A71;
  line-height: normal;
  font-family: 'Roboto', sans-serif;
  padding: 0px !important;
  margin: 15px 0px !important;
}

blockquote:before {
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 3rem;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

blockquote {
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 20px;
  -webkit-margin-end: 20px; 
  border-left: 5px solid #eaeaea; 
  padding: 0px 0px 0px 20px; 
}

/* custom class designed specifcally for Font-Awesome icons */

/* small */
.s { font-size: 5rem !important; }
/* medium */
.m { font-size:7.5rem !important; }
/* large */
.l { font-size:10rem !important; }

/* example of a font-face integration incase we need to install custom font files into our CSS */

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

#whats-new-options {
  height: 80px !important;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:320px) {
}
@media only screen and (max-width:480px) {
}
@media only screen and (max-width:768px) {
}
@media only screen and (max-width:800px) {
}
@media only screen and (max-width:960px) {
}
@media only screen and (max-width:1025px) {
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    PARALLAX CORE
\*------------------------------------*/

.parallax_core {
  width:100%;
  padding:50px 0px;
}

.parallax_bg1 {
  background:url('/wp-content/themes/html5_lite_stable/img/hood_web.jpg');
  background-attachment:fixed;
  background-position: center;
  background-size:cover;
}

.parallax_bg2 {
  background:url('/wp-content/themes/html5_lite_stable/img/path_web.jpg');
  background-attachment:fixed;
  background-position: center;
  background-size:cover;
}

.parallax_core h1 {
  color:#fff;
  font-weight: 600;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size:6rem;
  line-height: normal;
  text-shadow: 2px 2px #000;
}

.parallax_core p {
  color:#fff;
  font-family: 'Open Sans', sans-serif;
  font-size:1.75rem;
  line-height:normal;
  padding:20px 35px;
}

/*------------------------------------*\
    MISC // CONTACT FORM STYLING
\*------------------------------------*/
.hello {
  font-size: 2rem;
  text-align: right;
  line-height: normal;
  background: #77C3F2;
  color: white;
  padding:0px;
}

.hello p {
  font-weight: 100;
  padding: 5px 0px;
  margin:0px;
}

.iwritecode {
  font-size: 2.20rem;
  text-align: center;
  line-height: normal;
  background: #4184BF;
  color: white;
  padding: 0px;
}

.iwritecode p {
  font-weight: 100;
  padding:20px 0px;
  margin:0px;
}

.iwritecode span {
  color: #94D7F2;
  font-weight: 900;
}

.ilikewebsites {
  font-size: 2.20rem;
  text-align: center;
  line-height: normal;
  background: white;
  color: #5A7353;
  padding: 0px;
}

.ilikewebsites p {
  font-weight: 300;
  padding:20px 0px;
  margin:0px;
}

.home_arrow {
  text-align: left !important;
  padding-left: 15px !important;
  font-size: 3.5rem !important;
  line-height: 4rem !important;
  color: #77C3F2 !important;
  font-weight: 100 !important;
}

.home_arrow:hover {
  color: #5A7353 !important;
}

video {
  z-index: -9999;
  position: relative;
}

#my-video {
  width: 100%;
}

.x_section_cob {
  background: url('/wp-content/uploads/2015/02/redbird_cob.jpg');
  background-position: cover;
  background-position: bottom;
  background-attachment: fixed;
  border-bottom:125px solid rgba(170, 0, 0, 0.5); 
  min-height: 420px;
  height: auto;
  color: white;
}

.x_section_cob div {
  padding: 100px 50px;
  font-weight: 900;
  font-size: 8rem;
  line-height: normal;
}

.x_section_night {
  background: url('/wp-content/uploads/2015/02/redbird_mhall.jpg');
  background-position: cover;
  background-position: bottom;
  background-attachment: fixed;
  border-bottom:125px solid rgba(170, 0, 0, 0.5); 
  min-height: 420px;
  height: auto;
  color: white;
}

.x_section_dark {
  background: url('/wp-content/uploads/2015/02/redbird_quadlights.jpg');
  background-position: cover;
  background-position: center;
  background-attachment: fixed;
  border-bottom:125px solid rgba(170, 0, 0, 0.5); 
  min-height: 420px;
  height: auto;
  color: white;
}

.x_section_light {
  background: url('/wp-content/uploads/2015/02/redbird_welcome.jpg');
  background-position: cover;
  background-position: center;
  background-attachment: fixed;
  border-bottom:125px solid rgba(170, 0, 0, 0.5); 
  min-height: 420px;
  height: auto;
  color: white;
}

.wpcf7
{
    background-color: #fff;
    border: 1px solid #eaeaea;
    padding: 10px !important;
}
.wpcf7 p {
    margin:5px 20px;
}
.wpcf7-form-control {
    padding: 7px 15px;
    width: 100%;
}

input[type="submit"], input[type="button"] {
  background: rgba(170, 0, 0, 0.8);
  color: #fff;
  padding: 20px 30px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  border: none;
}

input[type="submit"]:hover, input[type="button"]:hover {
  background: rgba(0, 0, 0, 0.8) !important;
}

.sea {
  color: #ffffff;
  margin: 10px 0px;
  padding: 8px 8px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-bottomright: 50px;
  -webkit-border-top-left-radius: 50px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 50px;
}

.navysea {
  background: rgba(1, 22, 64, 0.8);
}

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {
  list-style: none;
}

.comments ul {
  list-style: none;
  -webkit-padding-start: 0px !important;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
