﻿html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  overflow-y: scroll;
  background-color: #fbfbfb;
}
#wrapper {
  min-height: 100%;
  position: relative;
}
#content {
  padding: 20px 20px 250px 20px;
}
.buffer-top {
  margin-top: 20px;
}
.buffer-bottom {
  margin-bottom: 20px;
}
.landing-video {
  padding-bottom: 20px;
}
.logos {
  padding-bottom: 30px;
}
.zero-top {
  margin-top: 0;
  padding-top: 0;
}
.zero-bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.table th.text-right,
.table td.text-right {
  text-align: right;
}
.table th.text-center,
.table td.text-center {
  text-align: center;
}
.borderless th,
.borderless td {
  border: none;
}
h1 {
  line-height: 48px;
}
h2 {
  line-height: 36px;
}
h3 {
  line-height: 30px;
}
h1,
h2,
h3,
h4 {
  color: #2A5669;
  text-shadow: 0 2px 2px #c1d5dd;
}
h4,
h5,
h6 {
  margin: 12px 0 5px 0;
}
.pizazz {
  position: relative;
  background: url(//dp5o5sjmc8xim.cloudfront.net/pizazz.png) no-repeat center bottom;
  border-bottom: 1px solid #DDDDDD;
  background-size: contain;
  padding-bottom: 5px;
  text-align: center;
}
.text-small {
  font-size: .66em;
}
.news ul li h4 {
  margin-bottom: 3px;
}
.quote {
  font-style: italic;
  color: #aaaaaa;
  font-family: 'Open Sans', sans-serif;
  line-height: 30px;
  text-shadow: none;
}
.label-primary {
  background-color: #BF3604;
}
.newversion h2 {
  font-size: 30px;
  padding-top: 10px;
}
.navbar-static-top ul.nav li {
  padding-left: 15px;
  padding-right: 15px;
}
.navbar-static-top .navbar-inner {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border-bottom: 1px solid #f2f2f2;
  border-top: 5px solid #2a5669;
}
.navbar-static-top .navbar-inner .brand img {
  width: 156px;
}
.navbar .nav {
  margin-top: 15px;
}
#pageheader {
  background: #2A5669;
  background: -moz-radial-gradient(center, ellipse cover, #2a5669 20%, #12252e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(20%, #2a5669), color-stop(100%, #12252e));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #2a5669 20%, #12252e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #2a5669 20%, #12252e 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #2a5669 20%, #12252e 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #2a5669 20%, #12252e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a5669', endColorstr='#12252e', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  padding: 20px 20px;
  box-shadow: inset 0 3px 15px rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
  position: relative;
}
#pageheader:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(//dp5o5sjmc8xim.cloudfront.net/pattern6.png) no-repeat center center;
  background-size: cover;
  opacity: 0.02;
}
#pageheader .container {
  position: relative;
  z-index: 2;
}
#pageheader h1 {
  color: #C1D5DD;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
}
#pageheader h2 {
  font-size: 16px;
  font-weight: normal;
  line-height: 14px;
}
#pageheader h2,
#pageheader h3,
#pageheader h4,
#pageheader h5,
#pageheader h6,
#pageheader p {
  color: #ffffff;
  text-decoration: none;
  text-shadow: none;
}
h1.hero {
  font-size: 40px;
  line-height: 45px;
}
.va_row {
  display: table-row;
}
.va_row .va_text,
.va_row .va_img {
  display: table-cell;
  vertical-align: middle;
  float: none;
  padding-left: 20px;
}
.eo_row {
  display: table-row;
}
.eo_row .eo_text,
.eo_row .eo_img {
  display: table-cell;
  vertical-align: middle;
  float: none;
  padding-left: 20px;
  padding-bottom: 50px;
}
.eo_row .eo_text h3,
.eo_row .eo_img h3,
.eo_row .eo_text p,
.eo_row .eo_img p {
  margin: 10px 40px;
}
.eo_row .offset1 {
  padding-left: 60px;
}
.tour-row {
  padding-bottom: 40px;
}
.tour-row .well {
  padding-top: 32px;
  overflow: hidden;
}
.modal.fade {
  -webkit-transition: opacity 0.5s linear, top 0.5s ease-out;
  -moz-transition: opacity 0.5s linear, top 0.5s ease-out;
  -o-transition: opacity 0.5s linear, top 0.5s ease-out;
  transition: opacity 0.5s linear, top 0.5s ease-out;
  top: -80%;
}
.eo_img .imgModal img {
  border: 2px solid #2A5669;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.25);
  display: block;
  margin: 0 auto;
}
.imgmodalup {
  width: 1200px;
  margin-left: -600px;
}
.imgmodalup .modal-body {
  overflow-y: visible;
  max-height: none;
  padding: 0 0;
}
@media (max-width: 1199px) {
  .imgmodalup {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
}
.pricing-table .plan {
  margin-bottom: 20px;
}
.pricing-table .plan .input-small {
  width: 80%;
}
.pricing-table .plan .users {
  font-size: 14px;
  color: #999999;
}
.pricing-table .plan .price {
  font-size: 30px;
  color: #20414F;
  text-shadow: 0 -1px 0 #c1d5dd;
}
.pricing-table .plan .productcode {
  color: #999999;
  font-size: 14px;
  line-height: 16px;
}
.pricing-table .plan .action {
  height: 80px;
}
.thumbnails li .empty {
  background-color: #2A5669;
  height: 106px;
  opacity: 0.2;
}
.sidebar.affix {
  width: 231px;
  top: 20px;
}
.about-pic {
  border: 1px solid #2a5669;
  padding: 5px;
  width: 75px;
  margin-bottom: 20px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
}
.about-image {
  position: relative;
  width: 100%;
  padding-bottom: 20px;
}
.about-image p {
  position: absolute;
  color: white;
  left: 50px;
  top: 50px;
}
img.stayput {
  width: 271px;
}
ul.thumbnails {
  margin-bottom: 0;
}
ul.thumbnails li {
  margin-bottom: 0;
}
ul.thumbnails li blockquote img {
  width: 100px;
}
/*disable bootstrap styles for invalid field when nothing has been entered yet. Needed for Bootstrap 2*/
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  color: #555;
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input.ng-touched:focus:invalid:focus,
textarea.ng-touched:focus:invalid:focus,
select.ng-touched:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
#footer {
  position: absolute;
  bottom: 0;
  border: none;
  right: 0;
  left: 0;
  color: #c1d5dd;
  background: #2A5669;
  box-shadow: 0 -3px 15px rgba(0, 0, 0, 0.25);
}
#footer a {
  color: #c1d5dd;
  text-shadow: none;
}
#footer a:hover {
  color: #fff;
  background-color: inherit;
}
#footer .copyright {
  color: #c1d5dd;
  text-shadow: 1px 1px 0 #12252e;
  text-align: right;
  margin-right: 10px;
  opacity: .4;
}
#footer .nav {
  margin-top: 20px;
  margin-bottom: 0;
}
#footer .nav li h4 {
  color: #c1d5dd;
  text-shadow: none;
}
[class^="social-"] {
  display: block;
  width: 34px;
  height: 34px;
  background-image: url('//dp5o5sjmc8xim.cloudfront.net/social_imgs.png');
  background-repeat: no-repeat;
  background-size: 34px;
  margin-bottom: 10px;
}
[class^="social-"]:hover {
  opacity: 0.6;
}
.social-twitter {
  background-position: 0 0;
}
.social-linkedin {
  background-position: 0 -34px;
}
.social-facebook {
  background-position: 0 -68px;
}
@media (min-width: 960px) {
  .pricing-table .plan {
    margin-left: 15px;
  }
  /*  REMOVE SINCE IMAGES HAVE BEEN SAVED TO THIS EXACT DIMENSIONS  
    .tour-screenshot
    {
        width: 845px;
        height: 477px;
    }*/
}
@media (min-width: 700px) and (max-width: 960px) {
  .container {
    width: auto;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: auto;
    margin-left: 20px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  ul {
    margin: 0;
  }
  a img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  #pageheader .btn {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .pricing-table .plan {
    float: left;
    /*height: 310px; //SO LAYOUT OF COLUMNS DOES NOT CHANGES WHEN SELECTING 'Get a Quote'*/
    width: 30%;
  }
  .pricing-table .plan ul li:nth-child(3) {
    height: 30px;
  }
  .all_videos {
    margin-left: 11%;
  }
  .thumbnails .empty {
    display: none;
  }
  .related-videos li {
    width: 30%;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    text-align: center;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: 0;
    margin-right: 0;
  }
  .nav-collapse .nav > li {
    border-top: 1px #eeeeee solid;
    /*---ADDED border to help visually separate navigation items when at lower resolutions---*/
  }
  .eo_row .eo_text,
  .eo_row .eo_img img {
    text-align: center;
    margin: auto auto;
    padding-left: 0;
  }
  #content {
    padding-bottom: 250px;
  }
  #footer .container {
    width: auto;
    padding-left: 20px;
  }
  #footer .container #sneak_peek {
    float: left;
    width: 20%;
    margin-left: 50px;
  }
  #footer .container #sneak_peek a.thumbnail {
    display: inline-block;
  }
  #footer .container .span2 {
    float: left;
  }
  #footer .container .span2 ul {
    text-align: left;
  }
  #footer .container .span1 {
    margin-right: 20px;
  }
}
@media (max-width: 699px) {
  #content {
    padding-bottom: 320px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: 0;
    margin-right: 0;
  }
  #pageheader .btn {
    margin-bottom: 10px;
  }
  .va-row {
    display: block;
  }
  .va-row .va-img {
    display: none;
  }
  #footer .container {
    width: auto;
    padding-left: 20px;
  }
  #footer .container .span2 {
    float: left;
    width: 125px;
  }
  #footer .container .span1 {
    width: 52px;
    float: right;
  }
  .about-image p {
    left: 20px;
    bottom: 20px;
    top: auto;
  }
}
.spacer5 {
  height: 5px;
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
}
.spacer10 {
  height: 10px;
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
}
.spacer15 {
  height: 15px;
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
}
.spacer20 {
  height: 20px;
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
}
.spacer25 {
  height: 25px;
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
}
.spacer30 {
  height: 30px;
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
}
.spacer35 {
  height: 35px;
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
}
.spacer40 {
  height: 40px;
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
}
.spacer45 {
  height: 45px;
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
}
.spacer50 {
  height: 50px;
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
}
.spacer100 {
  height: 100px;
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
}
.spacer200 {
  height: 200px;
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
}