@charset "UTF-8";

@import url("bootstrap/css/bootstrap.min.css");

/*
Theme Name: Global Theme
Theme URI:
Description: BusBank Wordpress Theme
Author: Marcus Jackson
Author URI: www.mjackson89.com
Version: 1.0
Tags: responsive, white, bootstrap
Text Domain: wp-bootstrap

License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: https://creativecommons.org/licenses/by-sa/3.0/

This simple theme was built using the example Bootstrap theme "Basic marketing site" found on the Bootstrap web site https://twitter.github.com/bootstrap/examples/hero.html
*/

/* 
Custom CSS for...

All Start Bootstrap themes are licensed under Apache 2.0. 
For more info and more free Bootstrap 3 HTML themes, visit https://startbootstrap.com!
*/


* {
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  box-sizing: border-box;
}
{
  "classPrefix": "foo-",
  "feature-detects": ["dom/hidden"]
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body { 
	line-height: 1.6;
	text-rendering: optimizeLegibility;
  /* this causes problems in Chrome for Windows and on iOS */
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  height: 100%;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust:100%;
  -ms-text-size-adjust:100%;
  -moz-text-size-adjust:100%;
}
.main { background-color: #fff; padding-top: 20px; }
.main-blog { padding-top: 20px; }
.section { background: #fff; }
.secondary { padding-top: 55px; padding-top: -moz-calc(50px); }
@font-face {
  font-family:'FontAwesome';
  font-weight: normal;
  font-style: normal;
}
/* Icons */
.img-home-portfolio,
.img-customer,
.portfolio-item { margin-bottom: 20px; }
img { max-width: 100%; }
@media (max-width: 767px) {
  .img-hover { width: 100%; }
}
@media (min-width: 768px) {
  .img-hover { 
    width: 100%;
    height: auto;
    float: left;
  }
}
.grid1X1 { width: 100%; }
input#website,
input#contact_name,
input.from { display: none !important; }
input#passengers { 
  width: 108px !important; 
  margin-left: 20px; 
  padding-left: 5px; 
  height: 35px; 
  display: block;
}
select#segment { border: 1px solid #999; }
input#passengers { width: 108px !important; margin-left: 20px; padding-left: 5px; height: 35px; }
select#bus { height: 35px; display: block; background-color: #fff; float: left; border:1px solid #ccc; width: 100%; }
div.right-field { width: 30%; float: left; display: block; margin-left: 10px; clear: right; }
div.left-field { width:61%; float: left; display: block; clear: left; }

/* ============================================= */
/*               Intro Styles                    */
/* ============================================= */
.intro {
	background: url('https://www.busbank.com/wp-content/uploads/rowofbuses11.jpg');
	background-repeat: no-repeat;
 	background-attachment: fixed;
	background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  width: 100%;
  margin: 0 auto;
	height: 250px;
  position: relative;
}
.blogIntro {
	background-image: url('https://busbank.staging.wpengine.com/wp-content/uploads/twenty20_24d6e3a9-f3a2-4bb1-b9fb-9accb6b80a00.jpg');
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	width: 100%;
	margin: 0 auto;
	height: 200px;
	position: relative;
}
.intro-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    /*text-shadow: 0 1px 2px rgba(0,0,0,.9);*/
}
.blog-intro-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
@media only screen and ( max-width: 768px ) {
	.intro-caption {
		left: 5%;
		right: 5%;
  	}
	.blog-intro-caption {
		left: 5%;
		right: 5%;
	}
	.intro-header { font-size: 1.5em; font-weight: 400;}
}
@media only screen and ( min-width: 768px ) {
	.intro {height: 500px;}
	.carousel-caption {
    		right: 20%;
    		left: 20%;
    		padding-bottom: 30px;
	}
	.intro-caption {
		position: absolute;
		top: 160px;
	}
	.blog-intro-caption {
		position: absolute;
		top: 0px;
	}
}
.intro-caption { bottom: 0; }
@media (min-width : 1400px) {
  .intro-header { top: 261px; bottom: 0; }
}
@media (min-width : 1824px) {
  .intro-header { top: 361px;}
}
.intro-indicators .active {
  width: 10px;
  height: 10px;
  margin-bottom: -21px;
}
.hero-post {
  height: auto; 
  position: relative;
}
@media (max-width: 767px) {
  .hero-post { width: 100%; }
  .post-img { margin: 0 auto !important; }
}
.post-img {
    position: relative;
    float: left;
    width:  100%;
    height: 200px;
    background-position: 50% 50%;
    background-repeat:   no-repeat;
    background-size:     cover;
}
@media (min-width: 768px) {
  .hero-post {
    margin-bottom: 10px;
    margin-right: 5px;
  }
}
.single-post {
  margin-right: 50px;
  margin-bottom: 23px;
}
.section-inner {
  width: 1040px;
  max-width: 86%;
  margin: 0 auto;
}
.header-inner {
  position: relative;
  z-index: 2;
  text-align: center;
}
.fill { 
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
#scrllBttm {
  text-align: center;
  margin: 0 auto;
  color: #e30b25;
  text-decoration: none;
  font-weight: 400;
  display: none;
  position: relative;
  width: 100%;
  padding: 0;
  display: block;
  letter-spacing: .6px;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  font-size: 1.1em;
}
#scrllTop {
  text-align: center;
  z-index: 99999999;
  background-color: #e30b25;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 48px;
  line-height: 48px;
  padding-top: 9px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: none;
}
 #scrllTop:hover {
  background-color: #d90b25;
  color: #eee;
}
#scrllTop i.fa { line-height: inherit; }
.scrllBttm:hover { color: #d90b25; }
.blog-info { display: inline-block; }
@media (max-width: 767px) {
  .blog-page-header { font-size: 1.5em; }
  .blog-page-subtext { font-size: 1em; }
  .blog-info { padding: 15px; }
}
@media (min-width: 768px) {
  .blog-page-header { font-size: 2.5em; }
  .blog-page-subtext { font-size: 1.5em; }
  .blog-info { padding: 30px; }
}
.blog-page-header {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .5px;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  text-shadow: none;
}
.blog-page-subtext {
  color: #eee;
  text-transform: uppercase;
}


/* ================ Navigation Styles ================ */
.navbar-inverse {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #ccc;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.3);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,.3);
  box-shadow: 0 1px 4px rgba(0,0,0,.3);
  position: relative;
}
@media (max-width: 768px ) { 
	.navbar-inverse { position:absolute; } 
	.navbar-header { height: 68px;}
}
.busbank-logo { position: relative; }
.navbar-inverse .navbar-toggle {
  background-color: #e30b25;
  border-color: none !important;
}
.navbar-inverse .navbar-nav > li > a {
  transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
}
.topNav { margin-bottom: 0px; }
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus { color: #e30b25; }
.tab-pane {}
#user_login { color: #e30b25; }
.menu-item a {
  color: #444;
  transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
}
.menu-item a:hover { color: #e30b25; }

/* ============================================= */
/*                Header Styles                  */
/* ============================================= */
.404-header {}
.content-header { color: #444 !important; }
.page-header, .post-header { color: #444 !important; }
#page-header, .post-header { color: #444; font-size: 2.3em; }
.intro-fill {
  background-color: rgba(0,0,0, 0.4);
  width: 100%;
  height: 100%;
}
.intro-header {
  text-shadow: none !important;
  position: relative;
  font-weight: 400;
}
.intro-subtext {
  text-shadow: none;
  font-weight: 300;
  color: #fff;
}
@media (max-width : 767px) {
  .intro-header { font-size: 2em; }
  .intro-subtext { font-size: 1.3em; }
}
@media (min-width : 768px) {
  .intro-header { 
    font-size: 4em;
    top: 0px; 
  }
}

/* ============================================= */
/*               Blog Page Styles                */
/* ============================================= */

.post-panel {
	background: #fff;
	border: 2px solid transparent;
	box-shadow: 0 0 1px rgba(0,0,0,.05);
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,.05);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,.05);
	-o-box-shadow: 0 0 1px rgba(0,0,0,.05);
}
.post-panel:nth-child(even) {background: #ebf1f4;}
li.categories {list-style-type: none;}
.post-nav {margin-top: 15px;}
.post-nav li a,
.post-nav li a:hover,
.post-nav li.active a,
.post-nav li.disabled { 
  color: #fff;
  text-decoration:none;
}
.post-nav li { display: inline; }
.post-nav li a,
.post-nav li a:hover,
.post-nav li.active a,
.post-nav li.disabled { 
  background-color: #d90b25;
  border-radius: 3px;
  cursor: pointer;
  padding: 12px;
  padding: 0.75rem;
}
.post-nav li a:hover,
.post-nav li.active a { background-color: #e30b25; }
.content-header { 
  margin-top:10px;
  font-weight: 300;
}
.post-header { text-shadow: none; }
.list-post-header { font-weight: 300; }
.post-group {margin-bottom: 20px;}
.post-default {
  padding-top: 0px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  cursor: pointer;
  clear: none;
  overflow: hidden;
}
@media (max-width: 767px) {
  .post-default {
     padding-top: 0px;
  }
}
.post-group .post-panel { 
  margin-bottom: 0;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 640px) {
  .post-group .post-panel { 
    padding-left: 15px;
    padding-right: 15px;
  }
}
@-webkit-keyframes bugfix {
  from { padding: 0; }
  to { padding: 0; }
}
.animenu { font: bold 13px Arial, Helvetica; }
.animenu * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  padding: 0;
}
.animenu div.cate-row ul li.categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.animenu div.cate-row ul li.categories ul li { position: relative; }
.animenu div.cate-row ul li.categories ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.animenu div.cate-row ul li.categories li:hover > a { color: #fff; }
.animenu div.cate-row input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.animenu div.cate-row label {
  display: none;
  cursor: pointer;
  user-select: none;
}
.animenu > div.cate-row > ul > li.categories > ul > li { float: left; }
.animenu > div.cate-row > ul > li.categories > ul > li > a {
  float: left;
  padding: 1em;
  text-transform: uppercase;
  border-right: 1px solid #ebf1f4;
}
.animenu > div.cate-row > ul li.categories ul a {
  color: #e30b25;
  text-decoration: none;
  font-weight: 400;
  font-style: 1em;
}
.animenu > div.cate-row > ul li.categories ul a:hover { color: red; }
.animenu > div.cate-row > ul li.categories ul {
  position: ;
  left: 0;
  z-index: 1;
  display: inline-block;
  background-image: none;
  -webkit-transition-property: margin, opacity;
  -moz-transition-property: margin, opacity;
  -o-transition-property: margin, opacity;
  transition-property: margin, opacity;
  -webkit-transition-duration: .15s;
  -moz-transition-duration: .15s;
  -o-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.animenu > div.cate-row > ul li.categories ul li { display: block; }
.animenu > div.cate-row > ul li.categories ul li:first-child > a {
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
.animenu > div.cate-row > ul li.categories ul li:last-child {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.animenu > div.cate-row > ul li.categories ul li:last-child > a {
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -ms-border-radius: 0 0 2px 2px;
  -o-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}
.animenu > div.cate-row > ul li.categories ul a {
  padding: 1em;
  display: block;
  border-color: #d90b25;
}
@media screen and (max-width: 860px) {
  .animenu > div.cate-row > ul > li.categories > ul, .animenu > ul li.categories ul {
    visibility: visible;
    opacity: 1;
    display: none;
  }
  .animenu > div.cate-row > ul li.categories ul li:first-child > a:after {
    content:'';
    position: absolute;
    left: 4em;
    top: -12px;
    border: 6px solid transparent;
    border-bottom-color: inherit;
  }
  .animenu div.cate-row input[type=checkbox]:checked ~ label, .animenu input[type=checkbox] ~ label:hover { color: #d90b25; }
  .animenu div.cate-row label {d90b25
    background-color: #ebf1f4;
    color: #e30b25;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding: 1em 3em;
    font-size: 1em;
  }
  .animenu div.cate-row label:before {
    position: absolute;
    left: 0.5em;
    top: 0.2em;
    content:"\2261";
    font-size: 2em;
  }
  .animenu > div.cate-row > ul {
    position: relative;
    border-color: #111111;
    margin: 0.5em 0 !important;
    padding: 0.25em;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-image: none;
  }
  .animenu > div.cate-row > ul li.categories ul li { display: block; }
  .animenu > div.cate-row > ul li.categories ul li a { color: #fff; }
  .animenu > div.cate-row > ul li.categories ul li a:hover { color: #eee; }
  .animenu > div.cate-row > ul > li.categories > ul > li {
    float: none;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #d90b25;
    background-image: none;
  }
  .animenu > div.cate-row > ul > li.categories > ul > li > a {
    float: none;
    display: block;
    padding: 1em;
  }
  .animenu > div.cate-row > ul ul li.categories ul {
    position: static;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-color: #2b2b2b;
    background-image: none;
    margin: 0;
    -webkit-transition-property: none;
    -moz-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
  }
  .animenu > div.cate-row > ul ul li.categories ul li:first-child > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  .animenu > div.cate-row > ul ul li.categories ul li:first-child > a:after { content: none; }
  .animenu > div.cate-row > ul  ul li.categories ul li:last-child > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  .animenu > div.cate-row > ul ul li.categories > a {
    padding-left: 2em;
    display: block;
    width: auto;
  }
  .animenu > div.cate-row > ul li.categories ul a:hover {
    color: #eee;
    background-color: #d90b25;
    border-color: #d90b25;
  }
  .animenu div.cate-row input[type=checkbox]:checked ~ ul li.categories ul { display: block; }
  .animenu div.cate-row input[type=checkbox]:checked ~ ul li.categories ul { display: block; }
}
@media screen and (max-width: 600px) {
  .animenu > div.cate-row > ul > li.categories > ul > a { padding: 1em 2em; }
}
.border-post {
  position: relative;
  border: 1px solid #ebf1f4;
  border-right: 0px;
  border-left: 0px;
  padding-bottom: 20%;
  padding-top: 10px;
}
.related-post {
  position: relative;
  border: 1px solid #ebf1f4;
  border-right: 0px;
  border-left: 0px;
  padding-top: 10px;
}
.post-content { position: relative;}

@media only screen and (min-width: 997px) {
  .post-list { float: right; }
  .post-list-triggered {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 10px;
  }
}
ul.wpp-list {
   position: relative;
   padding: 0;
}
@media only screen and (max-width: 991px) {
    img.wpp-thumbnail, img.wpp-thumbnail {
       width: 100%;
       display: block;
    }
    a.wpp-post-title {
     width: 100%;
    }
}
@media only screen and (min-width: 992px) {
    img.wpp-thumbnail, img.wpp-thumbnail {
       width: 33.33333333333333%;
       float: left;
       position: relative;
       min-height: 1px;
       padding-right: 15px;
       padding-left: 15px;
    }
    a.wpp-post-title { 
   	width: 50%;
        position: relative;
        float: left;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}
.wpp-list li {
   position: relative;
   display: inline-block;
}
.navigation.alignright,
.navigation.alignleft {
   background-color: rgb(255, 255, 255);
   padding-left: 10px;
   padding-right: 10px;
   margin-bottom: 10px;
   border-radius: 2px;
   box-shadow: 0 0 3px 1px #e4e4e4;
   -webkit-box-shadow: 0 0 3px 1px #e4e4e4;
   clear: both;
   font-size: 2.2rem;
   letter-spacing: .2px;
}




/* ============================================= */
/*               p, a & span Styles              */
/* ============================================= */
p { letter-spacing: 0.5px; }
span.error { display: table-column; }
a { color: #e30b25; }
a:hover, a:focus { 
  text-decoration: none; 
  color: #e30b25; 
}
h2 { color: #444; }
span.caps{ text-transform: uppercase; }
small { 
  font-size: 75%; 
  font-weight: 300; 
}
.form-aside small { display: inline-block; }
.grid_image_anchor { 
  display: block; 
  position: relative; 
  width: 100%; 
}
.main-form > .tab-pane { margin-top: 0px !important; }
.label_user,
.second_user,
.third_user { font-weight: 400; font-size: 0.9em; color: #010101; }
@media (max-width: 639px) {
  .label_user { display: none; }
  .second_user { display: block; }
  .blog-page-header {
    font-size: 1.2em;
    text-transform: uppercase;
  }
}
@media (min-width: 1000px) {
  .ct-header { color: #282828; }
  .center { text-align: center; display: block; }
  .pg-header { color: #282828; }
}
.hero-text-outer {
  display: table;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.hero-text-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 20px;
}
.hero-title {
    font-size: 2em;
    text-transform: uppercase;
    color: #495b67;
    font-weight: 400;
    letter-spacing: 0.1em;
}
.preview-header {
  font-size: 2.3em;
  color: #e30b25;
  font-weight: 300;
}

/* ============================================= */
/*             Breadcrumbs Styles                */
/* ============================================= */
.breadcrumb li, 
.breadcrumb a {}
hr.style-one {
  border: 0;
  height: 1px;
  background: #444;
  background-image: -webkit-linear-gradient(left, #ccc, #444, #ccc);
  background-image: -moz-linear-gradient(left, #ccc, #444, #ccc);
  background-image: -ms-linear-gradient(left, #ccc, #444, #ccc);
  background-image: -o-linear-gradient(left, #ccc, #444, #ccc);
  width: 95%;
}



/* ============================================= */
/*               Section Styles                  */
/* ============================================= */
.section,
.section-colored,
.section-noise,
.section-options,
.form-noise { padding: 30px 0; }
.section-noise {
  background:url('https://www.busbank.com/wp-content/uploads/whitenoise-1310x134.png');
  -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75) ;
  -moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
  -o-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
  position: relative;
  z-index: 11;
}
.section-colored { background-color: #E8EBEF; }
.section-centered { 
  background: #fff; 
  text-align: center; 
}
.bs-content { margin-top: 7.4%; }
.grid_cell_title_contain {
  position: absolute;
  bottom: 18%;
  width:70%;
  transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  webkit-transition: 0.2s ease-in;
  background-color: rgba(227, 11, 37,0.8);
  border-radius: 0px 2px 2px 0px;
}
.grid_cell_title_contain:hover { background-color: rgba(227, 11, 37,1); }
.title {
  padding: 10px 3px;
  float: left;
  margin-bottom: 1px;
  color: #fff;
  font-weight: 400;
  font-size: 1.2em;
}
.sidebar { margin-top: 40px; }
.sidebar ul { 
  border-radius: 5px; 
  padding: 5px; 
  border: 1px solid #cccccc; 
}

/* ============================================= */
/*                Form Styles                    */
/* ============================================= */
.form-border, 
.form-cc-border {
  background-color: #e30b25;
  border-radius: 2px 2px 0px 0px;
  height: 30px;
  width: 100%;
}
.form-toggle,
.form-action { margin-top: 10px; }
.main-form {
  border-radius: 2px 2px 0px 0px;
  padding-bottom: 0px;
  border-radius: 4px;
}
.col-form { margin: 0px 15px 10px 15px; }
.user { display: block; }
.user2 { display: block; }
.Depart { display: inline-block; }
.user_organization { display: none !important; }
input, textarea {
  width : 146px;
  margin: 0;
  transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
  -moz-box-sizing: border-box; /* For all Gecko based browsers */
  box-sizing: border-box;
}
form label.error {
  margin-bottom:1em;
  font-size:1.2rem;
  line-height:1.2rem;
  font-size:12px;
  line-height:12px;
  color:#c0392b
}
.required { color: #e9266d; }
.required-small { display: block; }
#success, #error { display: none; }
#success span, #erro span { 
  display: block; 
  position: absolute; 
  top: 0; 
  width: 100%; 
}
#locationField, #controls { position: relative; }
#autocomplete {}
#address { 
  border: 1px solid #000090; 
  background-color: #f0f0ff; 
  width: 480px; 
  padding-right: 2px;
}
input[type="text"],
input[type="email"],
input[type="date"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"] {
  font-family: 'FontAwesome', sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;  height: 30px;
  margin-bottom: 10px;
  padding-left: 10px;
  border: 1px solid #e0e0e0;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  box-shadow: none;
  content: "";
  outline: none; 
  overflow: hidden;
  position: relative;
}
input[type="text"], textarea {
  width: 100%;
  text-overflow: ellipsis;
}
.first-user select,
.second-user select,
.third-user select {
  background: #eee;
  overflow: hidden;
  width: 250px;
  padding: 5px;
  font-size: 1.5rem;
  letter-spacing: .5px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 34px;
}
@media (max-width: 767px) {
  .first-user select,
  .second-user select,
  .third-user select { width: 100%; }
}
label {
  display: block;
  color: #eee;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 500;
  cursor: pointer;
}
.label-as-badge { border-radius: 1em; }
.form-control {
  box-shadow: none !important;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background-color: #fff !important;
  border: none;
  border-radius: 2px;
  border: 1px solid #e0e0e0;
  position: relative;
  overflow: hidden;
}
.first-user {
  width: 100%;
  margin-right: 0px;
  padding-right: 5px;
  display: block;
  clear: both;
  margin-bottom: 15px;
}
.first-user input,
.second-user input,
.third-user input,
.fourth-user input,
.fifth-user input {
  height: 40px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  padding: 0px 5px;
}
.second-user {
  /* width: 39.33333%;*/
  width: calc((((100% - 10px) / 2) * 1) + 0px);
  display: inline-block;
  margin-right: 3px;
}
.third-user {
  width: 60%;
  margin-right: 0px;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 16px;
  display: block; 
  float: left;
}
.fourth-user {
  width: 100%;
  display: inline-block;
  margin-right: 0px;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 16px;
}
.fifth-user {
  width: 33.3333%;
  float: left;
  position: relative;
  margin-right: 86px;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 16px;
}
.fourth-user {
  border-radius: 0;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .first-user {
    width: 100%;
    display: block;
    margin-bottom: 16px;
  }
  .second-user { width: 100%; display: block; }
  .fifth-user { width: 100%; }
}
.form-control:focus {
  box-shadow: none;
  box-shadow: inset 0 -1px #eee;
  content: "";
}
.form-control::-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
}
.form-control:-ms-input-placeholder { color: #aaaaaa; }
.form-control::-webkit-input-placeholder { color: #aaaaaa; }
.login-control:focus,
.form-login > input[type="text"]:focus  {
  box-shadow: none;
  border-bottom-color: #e30b25 !important;
  box-shadow: inset 0 -1px #e30b25 !important;
  content: "";
}
.ng-valid { color: #333; font-weight: 500; }
.ng-invalid { color: #e30b25; font-weight: 600; }
.ng-pristine {}
.ng-dirty {}
.data-ng-touched {}
.minlength { color: #e30b25; }
.ng-invalid-required { color: #e30b25; font-weight: 600; }
.ng-invalid-minlength { color: #e30b25; font-weight: 600; }
.ng-invalid-maxlength { color: #e30b25; font-weight: 600; }
.ng-valid-max-length { color: #e30b25; font-weight: 600; }
.fade { transition: 1s linear all; -webkit-transition: 1s linear all; }
.fade.ng-enter { opacity: 0; }
.fade.ng-enter.ng-enter-active { opacity: 1; }
.fade.ng-leave { opacity: 1; }
.fade.ng-leave.ng-leave-active { opacity: 0; }
@keyframes appear {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes disappear {
  from { opacity: 1; }
  to { opacity: 0; }
}
.fade.ng-enter { animation: 2s appear; }
.fade.ng-leave { animation: 2s disappear;}
.fa, .ionicons { line-height: 1.57142857; font-size: 16px; }
div#location { display: inline-block; margin-bottom: 20px; }
@media (max-width: 640px) {
  div#location {
    display: block;
    padding-bottom: 15px;
    width: 100%; 
  }
}
.finalDestination {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  color: #444;
  cursor:pointer;
  border: 2px solid #333 !important;
  border-radius: 50px !important;
  transition: background .5s ease-out;
}
.finalDestination:checked { background-color: #e30b25; }
@media (max-width: 1200px) {
  .location { margin: 0 auto; }
}
.form-field {
  align-items: center;
  line-height: 1;
  padding: 10px 0px 15px 0px;
}
.location i {
  display: block;
  height: 20px;
  width: 20px;
}
.form-field input {
  font-size: inherit;
  color: #1a1a1a;
  text-overflow: ellipsis;
  -webkit-appearance: none;
}
@media (max-width: 500px) {
  .form-field .date { padding-right: 0; }
}
@media (max-width: 1200px) {
  .form-field .date { width: 50%; }
}
input[type="text"], textarea {
    width: 100%;
    font-weight: 400;
}
textarea {
  width: 100%;
  display: block;
  padding-left: 3px;
  background-color: #F7F5F5;
  border-radius: 2px;
  border: 1px solid #999;
}
input { outline: none; }
input:required { }
input:invalid, textarea:invalid   {
  -moz-box-shadow: 0px 0px 5px red;
  -webkit-box-shadow: 0px 0px 5px red;
  box-shadow: 0px 0px 5px red;
  border-radius: 2px;
  outline: none;
}
input:valid, textarea:valid { outline: none; }
input:focus, textarea:focus {}
.autocomplete:before, .autocomplete2:before, .autocomplete3:before {}
form .form-bottom .input-error { border-color: rgb(227,11,37); }
input, select { vertical-align: middle; }
select, input, textarea, button { font: 99% sans-serif; }
body, select, input, textarea { color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
html {
  overflow-y: scroll;
  overflow: hidden;
  height: 100%;
}
.label {
  display: block;
  text-align: left;
  color: #333 !important;
  font-weight: 400;
  font-size: 1.6rem !important;
  white-space: normal !important;
}
.form-border {
  background-color: ;
  padding-left: 10px;
  margin-top:  0px;
  padding-top: 12px;
}
.form-border h1,
.form-border h2,
.form-border h3,
.form-border h4 {
  color: #fff;
  font-weight:400;
  font-size: 3.4rem;
  width: 100%;
  text-align: left;
  letter-spacing: 0.5px;
  text-rendering: optimizeLegibility;
}
.form-border p {
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-rendering: optimizeLegibility;
}
.form-results {
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  padding-bottom: 25px;
}
.help-block {
  margin-top: -11px !important;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;  
}
.incoming. { margin: 15px; }
.has-error {
  background-color: rgba(254,59,59,0.1);
  color: #fe3b3b;
  clear: both;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin: 10px 10px 0;
  padding: 10px 14px;
}
.results {
  background-color: #fff;
  padding: 10px 20px 0px 20px;
}
@media (max-width: 991px) {
  .results { margin-top: 20px; }
}
input, select { vertical-align: middle; }
select, input, textarea, button { font: 99% sans-serif; }
body, select, input, textarea { color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
html {
  overflow-y: scroll;
  overflow: hidden;
  height: 100%;
}
.hidden { display: none; }
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
a:hover, a:active {
  outline: none;
}
#address td { font-size: 10pt; }
.field { width: 99%; }
.slimField { width: 80px; }
.wideField { width: 200px; }
#locationField { margin-bottom: 2px; }
#success span p, #error span p { margin-top: 6em; }
#success span p { color: #9bd32d; }
#error span p { color: #c0392b; }
a.quote-title {
  font-weight: 400;
  font-size: 1.1em;
  color: #444;
  border-bottom: none;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 10px;
  padding-bottom: 2px;
  border-radius: 2px 2px 0px 0px;
  background: #ddd;
  text-decoration: none;
  transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a.quote-title:hover {
  color: #444;
  background: #d90b25;
}
a.quote-title:active,
a.quote-title:focus {}
input:focus, textarea:focus {
  box-shadow: 0 1px 0 #ccc inset, 0 -1px 0 #ccc inset, 1px 0 0 #ccc inset, -1px 0 0 #ccc inset, 0 0 4px rgba(35,146,243,0.5);
  -webkit-box-shadow: 0 1px 0 #ccc inset, 0 -1px 0 #ccc inset, 1px 0 0 #ccc inset, -1px 0 0 #ccc inset, 0 0 4px rgba(35,146,243,0.5);
  -moz-box-shadow: 0 1px 0 #ccc inset, 0 -1px 0 #ccc inset, 1px 0 0 #2392F3 inset, -1px 0 0 #2392F3 inset, 0 0 4px rgba(35,146,243,0.5);
  -o- box-shadow: 0 1px 0 #ccc inset, 0 -1px 0 #ccc inset, 1px 0 0 #ccc inset, -1px 0 0 #ccc inset, 0 0 4px rgba(35,146,243,0.5);
  border: 1px solid #999;
  border-radius: 2px;
  outline: none;
}
/* Icons */
[data-icon]:before { 
  font-family: icons; /* BYO icon font, mapped smartly */ 
  content: attr(data-icon); 
  speak: none; /* Not to be trusted, but hey. */ 
  font-size: 14px;
}


/* ============================================= */
/*                Form Progress Bar              */
/* ============================================= */
.buttons { display: flex; }
#myForm {
  position: relative;
  box-sizing: border-box;
}
.form-group { 
  display: inline; 
  margin-bottom: 0 !important;
}
.form-tabs {
  width: 100%;
  clear: both;
  display: inline-block;
  list-style: none; 
  overflow: hidden; 
  padding: 0;
}
.form-tabs li { float: left; }
@media only screen and (max-width: 767px) {
  .form-tabs li {
    float: left;
    margin-bottom: 4px;
    width: 100%;
  }
}
li.form-tab {
  float: left;
  background-color: #ccc;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 0 10px 27px;
  position: relative; 
  display: block;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.05px;
  border-radius: 2px 0 0 2px;
}
.active-form-tab { background-color: #888 !important; }
.active-form-tab:after { border-left: 30px solid #888; }
.form-tabs li:after { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid #ccc;
  position: absolute;
  top: 50%;
  margin-top: -50px; 
  left: 100%;
  z-index: 2; 
}
.form-tabs li:before { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 50px solid transparent;       
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px; 
  margin-left: 1px;
  left: 100%;
  z-index: 1; 
}
.breadcrumb li:first-child a { padding-left: 10px; }
.form-tabs li:nth-child(2) a       { background:        hsla(34,85%,45%,1); }
.form-tabs li:nth-child(2) a:after { border-left-color: hsla(34,85%,45%,1); }
.form-tabs li:nth-child(3) a       { background:        hsla(34,85%,55%,1); }
.form-tabs li:nth-child(3) a:after { border-left-color: hsla(34,85%,55%,1); }
.form-tabs li:nth-child(4) a       { background:        hsla(34,85%,65%,1); }
.form-tabs li:nth-child(4) a:after { border-left-color: hsla(34,85%,65%,1); }
.form-tabs li:nth-child(5) a       { background:        hsla(34,85%,75%,1); }
.form-tabs li:nth-child(5) a:after { border-left-color: hsla(34,85%,75%,1); }
.form-tabs li:last-child a {
  background: transparent !important;
  color: black;
  pointer-events: none;
  cursor: default;
}
.form-tabs li a:hover { background: hsla(34,85%,25%,1); }
.form-tabs li a:hover:after { border-left-color: hsla(34,85%,25%,1) !important; }
#myForm {
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
}
form.registration-form fieldset { display: none; }
input,textarea {
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 1.1em;
}
.fs-title {
  font-size: 15px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 10px;
}
.fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}
#progressbar {
  overflow: hidden;
  counter-reset: step;
}
#progressbar li {
  list-style-type: none;
  color: white;
  text-transform: uppercase;
  font-size: 9px;
  width: 33.33%;
  float: left;
  position: relative;
  text-align: center;
}
#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 20px;
  line-height: 20px;
  display: block;
  font-size: 10px;
  color: #333;
  background: white;
  border-radius: 3px;
  margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1;
}
#progressbar li:first-child:after { content: none; }
#progressbar li.active:before,  #progressbar li.active:after{
  background: #e30b25;
  color: white;
}

/* ============================================= */
/*                 Social Styles                 */
/* ============================================= */
.tooltip-social a { 
  text-decoration: none; 
  color: inherit; 
}
.facebook-link a { color: #3b5998; }
.linkedin-link a { color: #007fb1; }
.twitter-link a { color: #39a9e0; }
.google-plus-link a { color: #d14836; }
/*social sharing buttons*/
.social a{ cursor: pointer; }
/*Twitter*/
.twitter{background:#55acee;}
/*Facebook*/
.facebook{background:#3B5998;}
/*Google Plus*/
.google-plus{background:#D34836;}
/* Service Page Styles */
.service-icon { font-size: 50px; }
/* 404 Page Styles */
.error-404 { font-size: 6em; }
/* Pricing Page Styles */
.price { font-size: 4em; }
.price-cents {
  vertical-align: super;
  font-size: 50%;
}
.price-month { 
  font-size: 35%; 
  font-style: italic; 
}

/* ============================================= */
/*                Button Styles                  */
/* ============================================= */
.btn {
  background-color: #e30b25;
  color: #fff !important;
  font-weight: 500;
  text-transform: uppercase;
  border: none;
  font-family: "Open Sans", sans-serif !important;
}
.btn-quote {
	margin-bottom: 0 !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1.428571429 !important;
	letter-spacing: .4px !important;
	text-align: center !important;
	white-space: nowrap !important;
	vertical-align: middle !important;
	cursor: pointer !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	-o-user-select: none !important;
	user-select: none !important;
  padding: 12px 35px 12px 35px;
}
@media ( max-width: 767px ) {
	.btn-quote {
    display: block;
		width: 100%;
		margin: auto;
	}
}
.btn:hover, .btn:focus {
  transform: translateY(-3px);
  box-shadow: 0 6px 6px 0 rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 6px 6px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 6px 6px 0 rgba(0,0,0,0.2);
  -o-box-shadow: 0 6px 6px 0 rgba(0,0,0,0.2);
  background-color: #e30b25;
  color: #fff !important;
}
.arrow-up {
  display: block;
  margin: 0 auto;
  width: 20%;
  z-index: 10;
}
.submit {
  display: block;
  text-decoration: none;
  padding: 15px 30px 15px 30px;
  position: relative;
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
  letter-spacing: .4px;
  font-weight: 400;
  width: 143px;
}
.btn-submit {
  margin: 0 auto;
  border-radius: 2px;
  border: none;
  width: 100%;
}
.btn-submit:hover {
  background-color: #d90b25;
  color: #eee;
}
@media( max-width: 639px) {
  .btn-submit {
    padding: 9px 35px 9px 35px;
    margin: 0 auto;
    border-radius: 2px;
    border: none;
    width: 100%;
  }
}
#add_stop { background-color: gray; }
.add_field_button.cta.stopButton:hover {
   transform: translateY(-3px);
    box-shadow: 0 6px 6px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 6px 6px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 6px 6px 0 rgba(0,0,0,0.2);
    -o-box-shadow: 0 6px 6px 0 rgba(0,0,0,0.2);
}
.prev {
  margin-left: auto;
  margin-right: auto;
  background-color: #7C7D7E !important;
}
@media only screen and (max-width: 640px) {
  .firstNext { width: 100%; }
  #add_stop { color: #fff; }
}
.next {
  margin-right: auto;
  margin-left: auto;
}



/* ============================================= */
/*                Column Styles                  */
/* ============================================= */
@media only screen and (min-width: 1030px) {
	.items-gallery li {
		width: 23.076923%;
		margin-right: 2.56410267%;
		margin-bottom: 0;
	}
}
@media only screen and (min-width: 768px) {
	.items-gallery li {
		width: 20%;
		float: left;
		margin-right: 2%;
		margin-left: 2%;
	}
}
.items-gallery li {
	border-radius: 0.25em;
	background: #fff;
	margin-bottom: 2em;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	height: auto;
}
.item-img {
	height: 0;
	padding-bottom: 56%;
	background: transparent;
}
@media only screen and (max-width: 767px) {
	.item-img { padding-bottom: 48%; } 
} 
.item-img a {
	display: block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.item-img a img {
	border-radius: .25em .25em .25rem .25rem;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	.item-img a img { width: 100%; }
        .item-info { padding: .5em; }
}
@media only screen and (min-width: 1030px) {
	.item-info { padding: .8em 1em; }
}
.item-info {
	padding: 1em;
	border-radius: .25rem .25rem .25em .25em;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.item-info a {
	display: block;
	color: #e30b25;
	letter-spacing: 0.97px;
	font-weight: 400;
}

/* ============================================= */
/*             Contact Page Styles               */
/* ============================================= */
.map-area {
	height: 240px;
	width: 100%;
	margin-bottom: 50px;
}
#location {
	pointer-events: none;
	opacity: 1;
	z-index: 10;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 110%;
}
aside.our-conatact {
    background: rgb(235, 241, 244);
    padding: 25px;
    border-radius: 2px;
}
#contact-list { padding: 0; }
/* ============================================= */
/*                Footer Styles                  */
/* ============================================= */
footer { background-color: #333; }
.list-inline { display: inline-block; }
.social-caption,
.first-caption {
  font-size: 1.2em;
  color: #fff;
  font-weight: 500;
}
.get-info-content p { color: #f9f9fb; }
a.footer-contact { 
	display: inline-block;
	color: #fff;
	letter-spacing: .2px;
	background: transparent;
}
.get-info-content a { 
	color: #E30B25; 
	letter-spacing: 1px;

}
.footer-envelope, .footer-phone { 
	color: #fff; 
	letter-spacing: 1px;
	font-size: 3.4rem;
	padding: 10px;
}   
.second-caption {
  transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
}
.second-caption:hover { 
  color: #e30b25; 
  text-decoration: none; 
}
a.second-caption:visited { color: #fff !important; }
.second-caption { 
  color: #fff;
  letter-spacing: .2px;
  background: transparent;
  display: block; 
}
.footer-logo { margin-top: 10px; }
.img-col2 {
  width: 100%;
  margin: 20px auto;
  display: block;
}
@media (max-width: 639px) {
  footer { 
    margin: 0 auto; 
    text-align: center;
  }
  .get-info{ margin-top: 10px; }
  .first-caption .second-caption { list-style: none outside none; }
  .tooltip-social {
    float: left;
    padding-right: 5px;
    padding-left: 5px;
  }
  .facebook-link,
  .twitter-link,
  .google-plus-link,
  .linkedin-link { display: inline-block; }
  .list-style { 
    display: inline-block; 
    padding-left: 0; 
  }
}
@media (min-width: 640px) {
  footer { margin: 0; display: block; }
  .get-info{ margin-top: 10px; }
  .first-caption .second-caption { list-style: none outside none; }
  .tooltip-social {
    float: left;
    padding-right: 5px;
    padding-left: 5px;
  }
  .facebook-link,
  .twitter-link,
  .google-plus-link,
  .linkedin-link { display: inline-block; }
  .list-style { 
    display: inline-block;
    padding-left: 0;
  }
  .arrow-up { 
    display: inline-block;
    float: right;
  }
}
@media (min-width: 1000px) {
  .social-caption { margin-top: 15%; }
  .list-social-icons { float: left; }
  .list-icons { float: right; }
  .list-style { padding: 0; }
  .list-unstyled { float: left; }
  .list-block { 
    padding-right: 1%;
    padding-left: 35%; 
  }
  .get-info { display: inline-block; }
  li.tooltip-social { display: inline-block; }
}
@media (min-width: 1224px) {
  .list-unstyled { float: left; }
}

/* ============================================= */
/*               Press Page Styles               */
/* ============================================= */
aside.newscast {
  background: rgb(235, 241, 244);
  padding: 30px;
  border-radius: 2px;
}
.post-body a.presshref { 
  display: block;
  line-height: 2;
}
.pressrc {
  display: inline-block;
  width: 48.333333%;
  background: #eee;
  padding: 30px;
  margin-right: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* ============================================= */
/*              Columns Page Styles              */
/* ============================================= */

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 4.6%;
}
.col:first-child { margin-left: 0; }
/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF FIVE  */
.span_5_of_5 { width: 100%; }
.span_4_of_5 { width: 79.68%; }
.span_3_of_5 { width: 59.36%; }
.span_2_of_5 { width: 39.04%; }
.span_1_of_5 { width: 15.72%; }
.col h3 { font-size: 1.6em; text-align: center; }
.col ul.process-list {}
ul.process-list li { margin-bottom: 10px; }
@media (max-width : 639px) {
  .col {  margin: 1% 0 1% 0%; }
  .span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 { width: 100%; }
}


/* ============================================= */
/*              Testimonials Styles              */
/* ============================================= */

.testimonials-container { padding-bottom: 70px; }
.testimonial-list {
  margin-top: 30px;
  text-align: left;
}
.testimonial-list .tab-pane { overflow: hidden; }
.testimonial-list .testimonial-image {
	position: relative;
	float: left;
	width: 17%;
	margin: 10px 0 0 0;
}
.testimonial-list .testimonial-image img {
	max-width: 120px;
	-moz-border-radius: 50%; 
  -webkit-border-radius: 50%; 
  border-radius: 50%;
}
.testimonial-list .testimonial-image .testimonial-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 42px;
	height: 42px;
	padding-top: 3px;
	background: #e30b25;
	-moz-border-radius: 50%; 
  -webkit-border-radius: 50%; 
  border-radius: 50%;
	font-size: 32px;
	color: #fff;
	line-height: 32px;
	text-align: center;
	-o-transition: all .3s; 
  -moz-transition: all .3s; 
  -webkit-transition: all .3s; 
  -ms-transition: all .3s; 
  transition: all .3s;
}
.testimonial-list .testimonial-image:hover .testimonial-icon { opacity: 0; }
.testimonial-list .testimonial-text {
	float: left;
	width: 83%;
}
.testimonial-list .nav-tabs {
  border: 0;
  text-align: right;
}
.testimonial-list .nav-tabs li {
	float: none;
	display: inline-block;
	margin-left: 5px;
  margin-right: 5px;
}
.testimonial-list .nav-tabs li a {
  width: 14px;
  height: 14px;
  padding: 0;
  background: #ddd;
  border: 0;
  -moz-border-radius: 0; 
  -webkit-border-radius: 0; 
  border-radius: 0;
}
.testimonial-list .nav-tabs li a:hover { 
  border: 0; 
  background: #e30b25; 
}
.testimonial-list .nav-tabs li.active a { background: #e30b25; }
.testimonial-list .nav-tabs li.active a:focus { border: 0; }
.tab-content>.tab-pane{ display: none; }
.tab-content>.active { display: block; }



/* ============================================= */
/*                  Misc. Styles                 */
/* ============================================= */
@media (max-width : 639px) {
  .scrctnt {
    visibility: hidden;
    display: none;
    position: absolute;
  }
}
@media (min-width: 640px) {
  .scrctnt {
    visibility: hidden;
    display: none;
    position: absolute;
  }
}
@media (min-width: 768px) {
  .scrctnt { 
    visibility: hidden; 
    display: none; 
  }
}
@media (min-width: 840px) {
  .scrctnt {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    z-index: 15;
    display: block;
    visibility: visible;
    padding: 5px;
  }
}
@media (min-width : 1224px) {
  .scrctnt { margin-bottom: auto; }
}
.features {
	list-style: inherit;
	color: #444;
}
.trustpilot-widget { margin-top: 10px; }
.state-dropdown {
    position: relative;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    padding: 13px 15px;
    background-color: #444;
    cursor: pointer;
}
#US-Label,
#Canada-Label {
    color: #fff;
    font-size: 1.3em;
    letter-spacing: 0.3px;
    font-weight: 500;
}

/* ============================================= */
/*          Google Custom Search Styles          */
/* ============================================= */
.cse input.gsc-search-button, input.gsc-search-button {
	border: none;
	height:35px;
	width: 75px;
}
.cse .gsc-control-cse, .gsc-control-cse { padding: 0em; }
.cse form.gsc-search-box, form.gsc-search-box {
	margin-bottom: 0;
	padding: 0;
	display: table-header-group;
}
table.gsc-search-box { width: auto !important; }
input#gsc-i-id1 {
	background: none;
	border-radius: 2px;
	margin-bottom: 0px;
	width: 160px;
}
@media only screen and (max-width: 767px) {
	input#gsc-i-id1 {
		float: none !important;
		width: 300px !important;
	}
	td.gsc-search-button {
		width: 100%;
		display: block;
		margin-top: 10px;
	}
	.cse input.gsc-search-button, input.gsc-search-button {
		width: 100%;
		margin-top: 10px;
	}
	.cse table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input {
		width: 100%;
		padding-right: 0;
		display: block;
	}
	.cse .gsc-control-cse, .gsc-control-cse {
		padding: 0;
		width: auto;
	}
	.cse form.gsc-search-box, form.gsc-search-box { padding: 0; }
}
@media only screen and (min-width: 768px) {
	input#gsc-i-id1 {
		float: right !important;
		display: table !important;
	}
	.cse table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input {
		padding-right: 12px;
		padding-left: 12px;
	}
}
@media only screen and (min-width: 992px) {
	input#gsc-i-id1 { width: 170px; }
}



/* ================  Responsive Styles ================  */
/* Phone & Mini devices*/
@media (max-width : 639px) {

/* ============================================= */
/*              Checkout Page Styles             */
/* ============================================= */
  div#merchantLogoBox {
    display: block;
    margin-left: 15px;
    margin-right: 15px;
  }
  div#formHeader {
    font-size: 1.5em;
    font-weight: 600;
    text-align: center;
  }
  div#paymentForm {
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
  }
  div#formSectionHeader { margin-bottom: 10px; }
  .fieldLabel { display: inline-block; font-size: 1.2em; }
  .fieldData { margin-bottom: 15px; font-size: 1.2em; }
  .fieldData input.formField {
    border-radius: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .formSectionTitle { font-size: 1.5em; font-weight: 600; }
  div#formContent { margin-bottom: 10px; }
  div#billingExplaination { font-size: 1.2em; margin-bottom: 10px; }
  div#submitBtn { display: inline-block; padding-right: 15px; }
  div#cancelBtn { display: inline-block;}
  /* =============== Navigation Styles =============== */
  .navbar-brand { padding: 0; }

  input#search-input  { 
    width: 80%;
    float: left;
    margin-right: 10px;
    height: 36px;
  }
  /* Form Styles */
  .form-border,
  .form-cc-border { width: 100%; }
  .main-form {
    margin: 0 auto;
    display: none;
    padding-bottom: 5px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .form-toggle,
  .form-action { padding-right: 10px; padding-left: 10px; }
  input[type="text"],
  input[type="email"] {
    width: 100%;
    margin-bottom: 10px;
  }

  /* ================ Section Styles ================ */
  .banner-content { padding-bottom: 30px; }
  .btn-sm {
    width: 100%;
    padding:6px 12px;
    font-size: 1em;
  }
  .col-service-page { padding-bottom: 20px; padding-top: 20px; }  
}
aside.form-aside {
  background: rgb(235, 241, 244);
  padding: 10px;
  border-radius: 2px;
}
/* =================== Mini to Tablet Devices =================== */
@media (min-width: 640px) {
  #scrllTop {
    position: fixed;
    text-align: center;
    z-index: 99999999;
    background-color: #e30b25;
    cursor: pointer;
    color: #fff;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  #scrllTop:hover { background-color: #d90b25; color: #eee; }
  #scrllTop i.fa { line-height: inherit; }
  /* Form Styles */
  .form-border { width: 100%; }
  .panel-group .panel {
    padding-right: 15px;
    padding-left: 15px;
  }
  .main-form {
    margin: 0 auto;
    display: block;
    padding-bottom: 5px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .form-toggle,
  .form-action { padding-right: 10px; padding-left: 10px; }
  input[type="text"],
  input[type="email"] { width: 100%; margin-bottom: 10px; }
  .btn-submit {
    padding: 9px 35px 9px 35px;
    margin: 0 auto;
    border-radius: 2px;
    border: none;
    width: 100%;
  }
  .submitForm { margin-bottom: 0px;margin-top: 25px; }
/* Page Sections */
  .title { width: 50%; }
  .banner-content { padding-bottom: 30px; }
}
/* Tablets to Desktop */
@media (min-width: 768px) {
  .intro-indicators .active { margin-bottom: -30px; }
  /* Navigation styles */
.navbar { margin-bottom: 0; }
.navbar-form .form-group { 
  margin-bottom: -12px;
  margin-left: 20px;
}
.menu-item { display: inline-flex; position: relative; float: right; }
  /* Page Sections */
  .bus-helper { float: right; width: 30%; }
  .video-content { width: 58.333333333%; }
  .gradient-container { margin-bottom: -2px; }
  .image-style-her-banner { 
	width: 100%;
	line-height: 150px;
	margin: 0 auto;
	display: block;
	margin-bottom: 20px;
}
  .img-col1 {
    width: 100%;
    border: 0;
    vertical-align: baseline;
  }
  .img-col2 { width: 48.33333333%; border: 0; vertical-align: baseline; }
  .img-col2:nth-child(3) { clear: left; }
@media (min-width: 1000px) { .img-col2:nth-child(3) { clear: none;} }
  .banner-content {
    position: relative;
    z-index: 2;
    display: block;
    outline: medium;
    width: 500px;
    padding: 0;
  }
  .op-nom {
    position: absolute;
    bottom: 170px;
    top: auto;
    left: 8%;
    right: auto;
    background-color: rgba(255, 255, 255,0.7);
    border-radius: 4px;
    padding-bottom: 15px;
    padding-left: 6px;
    z-index: 999999;
    width: 100%;
  }
  .op-nom-2 {
    position: absolute;
    bottom: 23px;
    top: auto;
    left: 8%;
    right: auto;
    background-color: rgba(255, 255, 255,0.9);
    border-radius: 4px;
    padding-bottom: 15px;
    padding-left: 6px;
    z-index: 999999;
    width: 100%;
  }
  .col-sm-6 { width: 33%; }
  .col-tm-8 { padding-bottom: 15px; }
  .title { width: 80%; }
  	.btn-sm { 
		width: 100%;
		margin-bottom: 10px;
		margin-top: 10px;
	}
}

@media (min-width: 840px) {
  .form-noise { position: none; }
  .label_user,
  .second_user,
  .third_user { display: block; }
  input[type="text"],
  input[type="email"],
  input[type="date"] { display: inline-block; }
  input[type="date"] { height: 30px; }
  .Depart { padding-left: 10px; }
  .depart_user { margin-left: 15px; }
}
@media (min-width: 998px) {
 /*Carousel Styles */
  .intro-header { position: relative; bottom: 237px; width: auto; }
 /* Form Styles */
  .form-noise { padding: 0; }
  .main-form {
    border: none;
    position: absolute;
    bottom: 30px;
    left: 0px;
    right: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    content: " ";
    clear: both;
    width: 720px;
  }
  .user { display: inline-block; }
  .fourth_user { float: left; display: inline-block; width: 75%; }
  .submitForm { float: right; margin-right: 0px; }
  span.label_user,
  span.second_user { display: block; }
  input.user_input { width: 167px; height: 30px; }
  input[type="text"],
  input[type="email"],
  input[type="date"] { display: inline-block; padding-left: 5px; }
  input[type="date"] { height: 30px; }
  .Depart { padding-left: 25px; }
  .btn-submit {
    padding: 10px 35px 10px 35px;
    border-radius: 2px;
    border: none;
    width: auto;
  }

/* Page Sections */
  .bus-helper { float: right; }
  .img-col1 { width: 33%; margin-left: 3px; }
  .img-col2 { width: 24.3333333%; margin-left: 3px; }
  .op-nom-2 { bottom: 70px; }
}
@media (min-width : 1024px) {
  .main-form { bottom: 40px; top: auto; }
}
/* Large Devices */
@media (min-width : 1224px) {
/* Form Styles */
  .main-form {
    bottom: 75px;
    top: auto;
    bottom: -moz-calc(152px);
    bottom: -ms-calc(152px);
    width: 720px;
  }
  .scrctnt { margin-bottom: auto; }
/* Page Sections */
  .bus-helper { float: right; }
  .banner-content { z-index: 2; outline: medium; }
  .op-nom { bottom: 250px; }
  .op-nom-2 { bottom: 100px; }
}


/* ============================================= */
/*              Uranium Page Styles              */
/* ============================================= */
body.home-blog{margin:0 auto; display: block; font-family: montserrat, arial, verdana sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%; background: #fff; font-size: 1.6rem; line-height: 2;}
.nav-secondary {
  position: fixed;
  right: 0;
  left: 0;
  margin: 0;
  min-height: 50px;
  padding: 1px;
  background-color: none;
  transition: 0.5s ease-in;
  z-index: 10000;
}
.nav-secondary.scrolling {background-color: #CDE0EE;}
img {height: auto;}
img.full { display: block; position: relative; margin: 70px auto; }
.h3, h3 { font-weight: 300; }
.h2, h2 { font-weight: 300; }

h1.hrTitle, h2.title, h3.title { font-family: "Open Sans", sans-serif !important; font-weight: 300 !important; }
h1.hrTitle {
  text-align: center;
  font-size: 3.6rem;
  margin-bottom: 20px;
}
h2.h2Title { font-size: 3rem; text-align: center; }
.submit-entry h1.hrTitle span:before,
.submit-entry h1.hrTitle span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #fff;
  top: 9px;
  width: 35px;
}
.submit-entry h1.hrTitle {color: #fff;}
h3.title {
  color: #333333;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.icon-sprite, .icon-facebook, .icon-rss, .icon-twitter {background-repeat: no-repeat;}
.icon-facebook { background-position: 0 0; height: 16px; width: 16px; }
.icon-rss { background-position: 0 -16px; height: 16px; width: 16px; }
.icon-twitter { background-position: 0 -32px; height: 14px; width: 16px; }


/* ============================================= */
/*                Blog Post Styles               */
/* ============================================= */
.blogShare {
  display: inline-block;
  clear: both;
  position: relative;
}
.blogShare span,
.blogShare a {
   float: left;
   display: inline-block;
}
.container-fluid { 
   padding-left: 0px; 
   padding-right: 0px;
}
.container-fluid .col-md-7 { padding-right: 0px; }
.blog-page-body {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .blog-page-body {
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .blog-page-body {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.post-body {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 868px;
  max-width: 748px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .post-wyswyg {
    position: relative;
    border: 0;
    margin-top: 0;
    padding-top: 0;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .post-wyswyg {
    position: relative;
    border: 0;
    margin-top: 0;
    padding-top: 0;
    margin: 0;
    min-height: 230px;
  }
}
.post-wyswyg .post-title {
  font-size: 2em;
  font-weight: 300;
  color: #444;
  display: inline-block;
}
.post p { -webkit-font-smoothing: antialiased; }
@media (max-width: 767px) {
  .post-img-link {
    position: relative;
  }
}
@media (min-width: 768px) {
  .post-img-link {
    position: relative;
    display: block;
  }
}
.submit-entry { background: #C57865; color: white; }
@media (max-width: 1495px) {.post-body {width: 640px;}}
@media (max-width: 1240px) {
  .post-body { width: 70%; margin: 0 auto; padding-right: 5%; }
}
@media (max-width: 1092px) {
 .post-body {
    width: 70%;
    margin: 0 auto;
    padding-right: 5%;
  }
}
@media (max-width: 568px) {
 .post-body {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
  }
}
.trending-cate ul { display: inline; }
@media (max-width: 768px ) {
	.trending-cate { display: none; }
}
.cate-img { margin: 0; display: block; }
@media (min-width: 600px) { 
  .social { margin-left: 15px; }
}
.main-entry .wrapper {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  margin-bottom: 40px;
}
@media (max-width: 568px) {
  .main-entry {height: auto;}
  .main-entry .wrapper {padding-top: 50px;}
}
.wrapper {height: 35%;}
.post-wrapper { height: 80%; }
input { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
input.required {color: #333333;}
input[type="submit"], button {
  cursor: pointer;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.float--left {float: left;}
.float--right {float: right;}
.left {float:left;}
.right {float: right;}
.nav-logo {
  display: inline-block;
  height: 50px;
  width: 200px;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.nav-logo:hover {
  opacity: 0.7;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.page .nav-logo path {fill: #222;}
@media (max-width: 568px) { 
  .nav-logo { height: 34px; width: 160px; }
}
.nav-links { position: absolute; right: 20px; top: 20px; }
@media (max-width: 568px) {
  .nav-links {
    display: none;
    top: 53px;
    padding: 10px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.25);
  }
  .nav-links:after {
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border-bottom: 6px solid rgba(0, 0, 0, 0.25);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    top: -6px;
    right: 7px;
  }
  .nav--dark .nav-links {background-color: rgba(51, 51, 51, 0.8);}
  .nav--dark .nav-links:after {
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border-bottom: 6px solid rgba(51, 51, 51, 0.8);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
  }
}
.nav-links.is-showing {display: block;}
.nav-link {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  color: #ffffff;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
.nav-link:last-of-type {margin-right: 0;}
.nav-link:hover {color: rgba(255, 255, 255, 0.8);}
.nav-link path {fill: #ffffff;}
@media (max-width: 568px) {
  .nav-link { font-family: "Open Sans", sans-serif; font-size: 16px; font-size: 1rem; }
}
.nav--dark .nav-link {color: #333333;}
.nav--dark .nav-link path {fill: #333333;}
.nav--dark .nav-link:hover {color: #424242;}
@media (max-width: 568px) {
  .nav--dark .nav-link {color: #ffffff;}
  .nav--dark .nav-link path {fill: #ffffff;}
}
.nav-btn { padding: 7px; border: solid 1px #ffffff; }
@media (max-width: 568px) {
  .nav-btn { padding: 0; border: none; }
}
.nav--dark .nav-btn {border-color: #333333;}
@media (max-width: 568px) {
  .nav--dark .nav-btn {border-color: #ffffff;}
  .nav--dark .nav-btn path {fill: #ffffff;}
}
.nav-btn:hover {border-color: #424242;}
.nav-link--twitter { width: 26px; height: 20px; }
.nav-link--twitter:hover {opacity: .7;}
.nav-link--facebook { height: 20px; width: 10px; }
.nav-link--facebook:hover {opacity: .7;}
.nav-mobileButton {
  display: none;
  position: absolute;
  top: 23px;
  right: 20px;
  width: 25px;
  height: 12px;
  border: none;
  border-top: 2px solid #ffffff;
  background: transparent;
  border-radius: 0;
}
.nav-mobileButton:before, .nav-mobileButton:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
}
.nav-mobileButton:before {top: 4px;}
.nav-mobileButton:after {top: 10px;}
.nav--dark .nav-mobileButton {border-color: #333333;}
.nav--dark .nav-mobileButton:before, .nav--dark .nav-mobileButton:after {background-color: #333333;}
@media (max-width: 568px) { .nav-mobileButton { display: inline-block;} }
@media (max-width: 568px) { h1.hrTitle span {display: inline;} }
/* ================ Footer Styles ================ */
.site-footer {
   background: #444;
   color: #eee;
   font-weight: thinner;
}
.site-footer .footer-title {
   font-weight: 500;
   color: #CDE0EE;
   font-size: 2rem;
}
@media (max-width: 568px) {
  .site-footer .widgets .widget { float: none; width: 100%; }
}
#msform {
  margin: 0px auto;
  text-align: center;
  position: relative;
}
#msform fieldset {
  border: 0 none;
  box-sizing: border-box;
  margin: 0;
  /*stacking fieldsets above each other*/
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {display: none;}
/*inputs*/
#msform input, #msform textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  color: #2C3E50;
  font-size: 13px;
}
/*buttons*/
#msform .action-button, #msform .action-button input[type="button"] {
  width: 100px;
  background: #C57865;
  font-weight: bold;
  border: 1px solid #fff;
  color: white;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
  width: 100%;
  border-radius: none!important;
}
#msform .action-button:hover, #msform .action-button:focus {
  box-shadow: 0 0 0 1px #485E71, 0 0 0 1px #485E71;
  border: 1px solid #485E71;
  transition: all ease-in 0.1s;
}
/*headings*/
.fs-title {
  font-size: 15px;
  text-transform: uppercase;
  color: #2C3E50;
  margin-bottom: 10px;
}
.fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}
@media (max-width: 568px) { .home .main-entry { height: auto; } }
@media (max-width: 1092px) {
  .home .wrapper, 
  .home .wrapper .post-body,
  .home .wrapper .subscribe,
  .home .wrapper .header-info {
    margin-left: auto;
    margin-right: auto;
  }
  .home .wrapper .subscribe { width: 90%; padding-right: 20px; }
}
.wrapper { background: #CDE0EE;}
.post-wrapper { background: #E30B25;}
.post-wrapper h1 {
	font-size: 7.3rem;
	text-align: center;
	color: #FFF;
	padding-top: 50px;
	text-transform: uppercase;
	font-weight: 300;
	margin: 0 auto;
}
.post-wrapper p {
	color: #FFF;
	text-align: center;
	font-size: 2rem;
	text-transform: uppercase;
	font-weight: 500;
	font-style: oblique;
}
.main-entry .wrapper {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  margin-bottom: 40px;
}
.main-entry .featured-image {
  position: absolute;
  top: 0;
  bottom: 20px;
  left: 0;
  right: 0;
  background: no-repeat center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.main-entry .featured-image:before, .main-entry .featured-image:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 40%;
}
@media (max-width: 568px) {
  .wrapper { height: 35%; }
  .main-entry .featured-image:after { height: 60%; }
}
.main-entry .table-row { display: table-row; height: 100%; }
.main-entry .table-cell { display: table-cell; }
.main-entry .table-cell.align-bottom { vertical-align: bottom; }
.main-entry .header-info { margin-top: 120px; padding-bottom: 60px; }
@media (max-width: 568px) {
  .main-entry { height: auto; }
  .main-entry .wrapper { padding-top: 50px; }
}
#right-field {
  width: 20% !important;
  background: #eee;
  display: inline-block;
  height: 35px;
  color: #485E71;
}
 #msform #left-field {
  width: 78% !important;
  background: #eee;
  padding: 12px;
  color: #485E71;
  height: 35px;
}
 #msform select#left-field {
  width: 78% !important;
  background: #eee;
  padding: 12px;
  color: #485E71;
  height: 43px;
}
.list-links { padding: 2px; }

/* ============================================= */
/*                 Alert Styles                  */
/* ============================================= */
.alert-close {
  background: rgba(255,255,255,0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #555;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  height: 22px;
  line-height: 21px;
  text-align: center;
  -webkit-transition: color 0.5s ease-in-out;
  -moz-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
  width: 22px;
  margin-left: auto;
  position: relative;
}
.alert-close:hover {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4),inset 0 -1px 2px rgba(255,255,255,0.25);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4),inset 0 -1px 2px rgba(255,255,255,0.25);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4),inset 0 -1px 2px rgba(255,255,255,0.25);
}
.no-success {
  padding: 30px 25px;
  background: #fff;
  width: 300px;
  border-radius: 2px;
  color: #222;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 1.25);
  -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 1.25);
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 1.25);
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .no-success {  width: 500px; }
}
.no-success li {
  line-height: 17px;
  letter-spacing: 0.5px;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.03px;
  list-style-type: none;
}
#header {
  zoom:1;
  position: relative;
  height: 551px;
}
#hand {
  position: absolute;
  display: block;
  width: 100%;
  height: 507px;
  bottom: 0;
  left: 0;
}
#hand .img {
  position: absolute;
  display: block;
  width: 100%;
  height: 507px;
  z-index: 0;
  top: 0;
  left: 0;
}
#hand .behind-img {
  clear: both;
  background-color: rgba(240, 240, 240, .7);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 20px 15px 15px;
}
@media only screen and (max-width: 767px) {
  #hand .behind-img {
    top: 40px;
    height: auto;
    width: 70.333333%;
  }
}
@media only screen and (min-width: 768px) {
  #hand .behind-img {
    height: auto;
    top: 200px;
    border-radius: 2px;
    width: 70.333333%;
  }
}
@media only screen and (min-width: 998px) {
  #hand .behind-img { width: 76.333333%; }
}
@media only screen and (min-width: 1024px) {
  #hand .behind-img { width: 72.333333%; }
}
#frmGroup {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#frmGroup .room {
	width: 30%; 
	padding: 4px 3px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border: 1px solid #98abab;
}
.form-label { 
  display: block;
  padding-left: 10px;
}

@media only screen and (max-width: 767px) {
  #CheckInDate1_disp,
  #OutDate_disp {  width: 100%; }
  .form-field { 
    display: block; 
    margin: 5px 0;
  }
  .form-button { display: block; }
  #frmGroup input,
  #frmGroup select {
    display: block;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  #CheckInDate1_disp,
  #OutDate_disp { width: 115px; }
  .form-field { 
  	display: inline-block; 
  	position: relative;
  }
  .form-button { margin: 10px 0px; }
  #frmGroup input,
  #frmGroup select {
    display: block;
    margin: 0 8px;
  }
}
.DestinationSearchString {
  width: 120px;
  padding-left: 5px;
}
#hand .bx-wrapper {
  top: 68px;
  left: 210px;
}
.bx-clone {
  list-style: none;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .bx-clone { padding: 0; }
}
@media only screen and (min-width: 768px) {
  .bx-clone {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}
#hand .bx-wrapper .bx-loading { display: none; }
#hand .bxslider {
  position: relative;
  z-index: 2;
  width: 163px;
  height: 247px;
}
#hand li { display: block; }
#information {
  margin: 100px 0 0 0;
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
#information h1,#information h2 {
  color: #fff;
  -webkit-text-shadow: 0 2px 1px rgba(0,0,0,.75);
  -moz-text-shadow: 0 2px 1px rgba(0,0,0,.75);
  text-shadow: 0 2px 1px rgba(0,0,0,.75);
}
#information h1 {
  font-size: 60px;
  margin: 0 0 30px 0;
}
#information h2 {
  font-size: 24px;
  margin: 0 0 45px 0;
}
.features-slider-container {
  position: relative;
  z-index: 5;
  margin-top: -80px;
  min-height: 200px;
  zoom:1;
}
.features-slider-container li {
  background-color: #ebf1f4;
  border-radius: 2px;
}
@media only screen and (max-width: 767px) {
  .features-slider-container li {
    display: block;
    padding: 54px 24px 19px 24px;
    margin: 10px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .features-slider-container li {
    display: inline-block;
    padding: 14px 24px 19px 24px;
    width: 300px!important;
    margin-right: 3px;
    margin-left: 4px;
    vertical-align: top;
    margin-top: 15px;
  }
}

.features-slider-container li img,.features-slider-container li h3,.features-slider-container li p {
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.features-slider-container li img {
  position: relative;
  display: block;
  margin-bottom: 12px;
  opacity: 50%;
  -moz-opacity: .5;
  -khtml-opacity: .5;
  -webkit-opacity: .5;
  opacity: .5;
  -ms-filter: alpha(opacity=50);
  filter: alpha(opacity=50);
  width: 182px;
  height: 105px;
}
.features-slider-container li h3 {
  font-size: 16px;
  color: #c6c6c6;
  padding-bottom: 11px;
  margin-bottom: 12px;
  border-bottom: 2px solid #c6c6c6;
}
.features-slider-container li p {
  color: #8e8e8e;
  font-size: 12px;
  line-height: 18px;
}
.features-slider-container li:hover img,.features-slider-container li.hover img,.features-slider-container li:hover h3,.features-slider-container li.hover h3,.features-slider-container li:hover p,.features-slider-container li.hover p {
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.features-slider-container li:hover img,.features-slider-container li.hover img {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
}
.features-slider-container li:hover h3,.features-slider-container li.hover h3 { color: #171717;}
.features-slider-container li:hover p,.features-slider-container li.hover p { color: #5f5f5f; }
.features-slider-container .bx-prev,.features-slider-container .bx-next {
  background: #f5227d url('../img/arrows.png') no-repeat left top;
  display: block;
  width: 37px;
  height: 59px;
  position: absolute;
  top: 50%;
  margin-top: -29px;
  outline: 0;
  text-indent: -9999px;
  z-index: 9999;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.features-slider-container .bx-prev:hover,.features-slider-container .bx-next:hover {
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.features-slider-container.no-features .bx-prev,
.features-slider-container.no-features .bx-next { display: none; }
.features-slider-container .bx-prev {
  background-position: left top;
  left: -88px;
}
.features-slider-container .bx-next {
  background-position: right top;
  right: -88px;
}
@media only screen and (min-width: 992px) {
  .features-slider {
    text-align: center;
    width: 100%;
    display: inline-block;
    margin: 0 auto;
  }
}
.get-it {
  text-align: center;
  margin: 25px auto 30px auto;
}
.get-it p {
  font-size: 24px;
  color: #1e1f22;
}
.get-it p .app-price,.get-it p .download,.get-it p .app-name { vertical-align: middle; }
.get-it p .app-price { font-weight: 700; }
.get-it p .download {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 12px 28px 10px 28px;
}
.get-it p .app-name { font-size: 36px; }
#content p {
  color: #5e5e5e;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 29px;
}
#content ul,#content ol {
  margin-left: 37px;
  margin-bottom: 29px;
}
#content p+ul,#content p+ol { margin-top: -8px; }
#content h1,#content h2,#content h3,#content h4 {
  font-size: 24px;
  color: #2e2e2e;
  margin-bottom: 19px;
}
#content strong { font-weight: 700; }
#content em { font-style: italic; }
#content blockquote {
  font-size: 18px;
  font-style: italic;
  margin: 20px 40px;
  padding: 6px 40px;
  line-height: 1.45;
  position: relative;
  color: #383838;
}
#content blockquote:before {
  display: block;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: -20px;
  top: -20px;
  color: #7a7a7a;
}
#content blockquote cite {
  color: #999;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
#content blockquote cite:before { content: "\2014 \2009"; }
.hasDatepicker {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  height: 250px;
  color: #262626;
  font-weight: 400;
  border: 1px solid #eee;
  border-radius: 2px;
  padding: 5px;
}
.hasDatepicker a {
  letter-spacing: -0.03px
  color: #e30b25 !important;
}
.ui-datepicker-next,
.closeDatepicker {
  cursor: pointer;
  color: #e30b25;
  letter-spacing: -0.03px;
}
.room-label {
	display: inline-block;
	padding-left: 10px;
	width: 20%;
}
.ui-datepicker-calendar th span { margin: 0px 5px; }
@media only screen and (max-width: 767px) {
  .hasDatepicker { top: 306px; }
}
@media only screen and (min-width: 768px) {
  .hasDatepicker {
    top: 255px !important;
    z-index: 100;
  }
}
a.ui-state-default { 
  margin: 0px 5px; 
  color: #e30b25;
}
.hasDatepicker:after { display: inline-block !important; }
.ui-datepicker-group.ui-datepicker-group-first,
.ui-datepicker-group.ui-datepicker-group-last {
  width: 48.333333%;
  float: left;
}
div#ui-datepicker-div {
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker-inline {
    margin: 0 auto;
    width: 34em !important;
  }
}
@media only screen and (min-width: 768px) {
  .ui-datepicker-inline {
    margin: 0px 40px;
    position: relative;
    padding: 20px;
    width: 43em !important;
    background: rgb(255, 255, 255);
  }
  .room-field { 
  	width: 20%;
  	display: inline-block;
  	padding-left: 10px;
  	position: relative;
  }
}
header { border-top: none !important; }
h1, .PageHeader { font-weight: 400; }
section#content { padding: 20px; }




/* ============================================= */
/*                Carousel Styles                */
/* ============================================= */
.buswrapper { display: inline-block; }
.bs-example { margin: 150px 50px; }
.popover-demo{ margin-bottom: 20px; }
.carousel {
	width: 100%;
   	background-attachment: scroll;
   	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	margin: 0 auto;
	height: auto;
	position: relative;
}
.buswrap-inner { 
	height: auto;
	margin-bottom: 20px;
}
@media only screen and ( max-width: 768px ) {
   .carousel-caption {
	left: 5%;
	right: 5%;
    }
    .carousel-header { font-size: 1.5em; font-weight: 400;}
}
.carousel-caption { bottom: 0;}
.carousel-indicators .active {
  width: 10px;
  height: 10px;
  margin-bottom: -15px;
}
.carousel-indicators { bottom: 20px; }
@media only screen and (max-width: 767px ) {
	.buswrap-inner > .item > img, .buswrap-inner > .item > a > img { 
		margin: 0 auto;
		max-width: 100%;
	}
}
.carousel-control {
	z-index: 30;
	top: 50%;
	width: 20% !important;
	font-size: 13rem !important;
	color: #fff;
	font-weight: 100;
	font-family: 'Helvetica Neue', Arial, sans-serif;
}
.carousel-control.right,
.carousel-control.left {
    background-image: none;
}
.buswrap-control {
	z-index: 30;
	position: absolute;
	top: 50%;
	width: 5% !important;
	font-size: 13rem !important;
	color: #fff;
	font-weight: 100;
	font-family: 'Helvetica Neue', Arial, sans-serif;
}
.buswrap-control.right,
.buswrap-control.left {
    background-image: none;
}
.carousel .item {
    height: auto;
    width:100%; 
}
.carousel-caption h3,
.carousel .icon-container,
.carousel-caption button { background-color: #09c; }
.carousel-caption h3 { padding: .5em; }
.carousel .icon-container {
    display: inline-block;
    font-size: 25px;
    line-height: 25px;
    padding: 1em;
    text-align: center;
    border-radius: 50%;
}
.carousel-caption button {
    border-color: #00bfff;
    margin-top: 1em; 
}
.carousel-caption h3:first-child { animation-delay: 1s; }
.carousel-caption h3:nth-child(2) { animation-delay: 2s; }
.carousel-caption button { animation-delay: 3s; }

/* -------------------------------------------------------------- */
/*                         Animation                              */
/* -------------------------------------------------------------- */
.fa-spinner {
  opacity: 1;
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);