/* CSS crunched with Crunch - http://crunchapp.net/ */
@import url('reset.css');
/*
Theme Name: MD2014 Theme
Theme URI: http://creativepickle.com/
Description: Custom Theme for MD2014
Author: CreativePickle
Version: 1.0
Tags: 
*/
/* apply a natural box layout model to all elements */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/***COLORS*****/
/********BODY FONT*******/
/*****DIMENSIONS*****/
/******MIXINS*******/
.content-box {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.inline-block {
  display: inline-block;
  vertical-align: top;
}
.scaler {
  width: 100%;
  position: relative;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
}
.central {
  width: 960px;
  margin: 0px auto;
  position: relative;
}
.centered {
  text-align: center;
}
/*************FONTS***********/
.serif {
  font-family: Georgia, serif;
}
.sans-serif {
  font-family: Arial, Helvetica, sans-serif;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
/****LAYOUT****/
html,
body,
#container {
  height: 100%;
  width: 100%;
}
body > #container {
  height: auto;
  min-height: 100%;
}
body {
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#bfbfbf), to(#ffffff));
  background: -webkit-linear-gradient(top, #bfbfbf, #ffffff);
  background: -moz-linear-gradient(top, #bfbfbf, #ffffff);
  background: -ms-linear-gradient(top, #bfbfbf, #ffffff);
  background: -o-linear-gradient(top, #bfbfbf, #ffffff);
}
body * {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
#main {
  width: 100%;
  margin: 0px auto;
  text-align: center;
}
.rollover {
  float: left;
  margin: 0;
  width: 25%;
  height: 50%;
  text-align: center;
  position: relative;
  overflow: hidden!important;
  background: #2a5b9b;
}
.rollover h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 0;
}
.rollover h2 {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #fff;
  font-size: 30px;
}
.rollover .social {
  display: inline-block;
  margin: 0 8px 0 8px;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all ease-out 300ms;
  -moz-transition: all ease-out 300ms;
  -ms-transition: all ease-out 300ms;
  -o-transition: all ease-out 300ms;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  width: 24px;
  height: 24px;
}
.rollover .social:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  cursor: pointer;
}
.rollover div.image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
  -webkit-transition: all ease-out 500ms;
  -moz-transition: all ease-out 500ms;
  -ms-transition: all ease-out 500ms;
  -o-transition: all ease-out 500ms;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.rollover .fader {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 5px;
  font-size: 40px;
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -o-transform: scale(0.3);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all ease-out 300ms;
  -moz-transition: all ease-out 300ms;
  -ms-transition: all ease-out 300ms;
  -o-transition: all ease-out 300ms;
  border: 10px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
  display: table;
}
.rollover .fader > div {
  display: table-cell;
  vertical-align: middle;
}
.rollover:hover .fader {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.rollover:hover .image {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
@media only screen and (max-width: 1000px) {
  .rollover {
    width: 50%;
    height: 25%;
  }
  .rollover .image {
    background-position: center left!important;
  }
  .rollover .fader {
    padding: 0;
  }
  .rollover .fader h1,
  .rollover .fader h2 {
    font-size: 20px!important;
  }
}
@media only screen and (max-width: 800px) {
  .rollover {
    width: 100%;
    height: 12.5%;
    float: none;
  }
  .rollover .image {
    background-position: top left;
  }
  .rollover .fader {
    padding: 0;
  }
  .rollover .fader h1,
  .rollover .fader h2 {
    font-size: 20px!important;
  }
}
a.button {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  color: #fff!important;
  -webkit-transition: all ease-out 200ms;
  -moz-transition: all ease-out 200ms;
  -ms-transition: all ease-out 200ms;
  -o-transition: all ease-out 200ms;
  background: transparent;
  border: 1px solid #fff;
  padding: 10px 30px 10px 30px;
  text-transform: uppercase;
}
a.button:hover {
  color: #000!important;
  background: #fff;
  padding: 10px 50px 10px 50px;
}
a.button.large {
  font-size: 36px;
  margin-top: 25px;
}
#contact {
  width: 100%;
  background: #2a5b9b;
}
#vid-wrapper {
  position: fixed;
  top: 0;
  left: 0;
}
#bgvid {
  display: block;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.video {
  position: relative;
  overflow: hidden;
  top: 0;
}
.video #content {
  position: absolute;
  display: table;
  width: 100%;
  height: 100%!important;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  z-index: 5;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #fff;
  font-size: 30px;
  padding: 100px;
}
.video #content > div {
  display: table-cell;
  vertical-align: middle;
}
.video #content h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 100px;
}
#nav {
  position: fixed;
  width: auto;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all linear 200ms;
  -moz-transition: all linear 200ms;
  -ms-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  text-align: center;
}
#nav:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
ul#nav-list {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
ul#nav-list li {
  display: inline-block;
  vertical-align: top;
}
ul#nav-list li a {
  display: block;
  width: 20px;
  height: 20px;
  font-size: 11px;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
ul#nav-list li a:hover {
  background: #fff;
}
/***********HEADER and NAVIGATION*********/
header {
  min-height: 100px;
}
#menu-main-navigation {
  list-style: none;
  padding: 0;
  position: relative;
}
#menu-main-navigation li {
  display: inline-block;
  vertical-align: top;
  margin-right: 2px;
}
#menu-main-navigation li a {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0em;
  text-transform: uppercase;
  display: block;
  padding: 5px 10px 5px 10px;
  color: #666666;
}
#menu-main-navigation li a:hover {
  color: #333333;
}
#menu-main-navigation li:first-child a {
  padding-left: 0;
}
/**********ITEMS and WIDGETS**************/
.item {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #666666;
}
.widget {
  margin-bottom: 30px;
}
/**********SPLASH PAGE**********/
#splash {
  width: 600px;
  font-family: Georgia, serif;
  margin: 0px auto;
  padding-top: 150px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  position: relative;
}
#splash img {
  margin-bottom: 25px;
}
#splash h1 {
  color: #666666;
  font-family: Georgia, serif;
  font-weight: bold;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
  letter-spacing: .02em;
  font-size: 36px;
}
#splash #copyright {
  text-align: center;
  position: absolute;
  top: 250px;
  width: 600px;
  color: #666666;
}
#splash #copyright a {
  color: #333333;
}
#splash #copyright a:hover {
  color: #111111;
}
#splash a.button:hover {
  background: #111111;
}
/***********GLOBAL STYLES**********/
ul {
  list-style: none;
  padding: 10px 0 10px 0;
  margin: 0;
}
ul li {
  padding: 0 0 0 5px;
  margin: 0 0 6px 0;
}
p {
  padding: 0 0 12px 0;
}
ul li ul {
  padding-bottom: 0;
}
a:active,
a:link,
a:visited {
  color: #333333;
}
a:hover {
  color: #111111;
}
.clear {
  clear: both;
}
/***********BUTTONS***********/
a.button,
input[type=submit] {
  font-family: Georgia, serif;
  font-weight: bold;
  -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.6);
  border: 3px solid #ffffff;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
  display: inline-block;
  background: #333333;
  padding: 5px 20px 5px 10px;
  color: #ffffff;
  font-size: 20px!important;
  position: relative;
  margin-top: 5px;
}
a.button:after {
  content: "";
  display: block;
  width: 15px;
  height: 20px;
  background: url(images/button-arrow.png) no-repeat 0 0;
  position: absolute;
  top: 7px;
  right: 6px;
}
a.button:hover,
input[type=submit]:hover {
  cursor: pointer;
  background: #666666;
  color: #222222;
}
input[type=submit] {
  padding-right: 10px;
}
/***********HEADER STYLES*******/
h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
}
h2 {
  font-family: Georgia, serif;
  font-weight: bold;
  font-size: 30px;
  color: #333;
  padding: 0 0 12px 0;
}
h3 {
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.02em;
  font-size: 24px;
  color: #333;
  padding: 0 0 8px 0;
}
h4 {
  font-weight: bold;
  font-size: 18px;
  padding: 0 0 8px 0;
}
/*********HOMEPAGE**********/
#action .action-thirds {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  margin-right: 20px;
}
#action .action-thirds.last {
  margin-right: 0;
}
#action .action-half {
  float: left;
  width: 400px;
}
#action .action-half.first {
  margin-right: 20px;
}
#action .action-left {
  float: left;
  width: 600px;
  margin-right: 20px;
}
#action .action-right {
  float: left;
  width: 600px;
}
/*************FORMS************/
.gform_wrapper {
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  letter-spacing: 0em !important;
  width: 100%!important;
  margin-top: 0!important;
}
.gform_wrapper label {
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  letter-spacing: 0em !important;
  text-transform: uppercase;
  font-size: 15px;
  display: block;
  color: #666666;
}
.gform_wrapper .ginput_complex label {
  font-size: 12px!important;
}
.gform_wrapper .field_name_first input,
.gform_wrapper .ginput_complex .ginput_left input,
.gform_wrapper .ginput_complex .ginput_right input,
.gform_wrapper .ginput_complex .ginput_right select {
  width: 99%!important;
}
.gform_wrapper input[type=text],
.gform_wrapper textarea {
  background: #ffffff;
  border: 2px solid #666666;
  padding: 3px;
  width: 100%!important;
  color: #333333;
  font-size: 13px;
  -webkit-box-shadow: inset 0 0px 2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0 0px 2px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 0px 2px rgba(0, 0, 0, 0.6);
}
.gform_wrapper input[type=text]:focus,
.gform_wrapper textarea:focus {
  background: #e3e0d9;
  border: 2px solid #666666;
}
.gform_wrapper select {
  width: 100%!important;
}
.gform_wrapper ul.gform_fields {
  padding: 0px 0 10px 0!important;
  margin: 0!important;
}
.gform_wrapper ul.gform_fields li {
  padding-left: 0!important;
  padding-bottom: 3px!important;
  background: none!important;
  margin-bottom: 0!important;
}
.gform_wrapper ul.gform_fields li.gfield_error {
  border: 1px solid #f10e0e;
  background: #bfbfbf !important;
  padding: 10px!important;
}
.gform_wrapper ul.gform_fields li.gfield_error label,
.gform_wrapper ul.gform_fields li.gfield_error .gfield_description {
  color: #f10e0e !important;
}
.validation_error {
  color: #f10e0e !important;
}
.gform_footer {
  margin-top: 0!important;
  padding-top: 0!important;
  text-align: center;
}
.gform_footer input[type=submit]:hover {
  cursor: pointer;
}
#gforms_confirmation_message {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0em;
  padding: 20px;
  border: 5px solid #fff;
  text-align: center;
}
/********ALIGNMENT********/
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 1.625em;
}
/*************RESPONSIVE SETTINGS*************/
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* Styles */
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
  #left,
  #right {
    float: none;
    width: 90%;
  }
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
  /* Styles */
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Styles */
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* Styles */
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* Styles */
}
/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
  /* Styles */
}
/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
  /* Styles */
}
/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* Styles */
}
