/***** BASE CSS *****/


/* Site Name */

#divSiteTitle {
  text-decoration: none;
}

#divTagLine {
  text-decoration: none;
}

/* Headline Text */

#divHeaderLine1 {
  display: inline-block
}

#divHeaderLine2 {
  display: inline-block
}

#divHeaderLine3 {
  display: inline-block
}

#divHeaderLine4 {
  display: inline-block
}

/* Headings */

h3,
h4,
h5,
h6 {
  line-height: 1.4 !important;
}

.lead {
  text-align: center;
}

.lead h2 {
  font-size: 33px;
  line-height: 45px;
}

.lead h3 {
  font-size: 17px;
}

.lead h3 a {
  font-size: inherit !important;
}

/* Contact */

ul#contact-info .icon {
  font-size: 18px;
  float: left;
  line-height: 25px;
  margin-right: 10px;
}

ul#contact-info .field {
  font-weight: 200;
  font-family: 'Montserrat', san-serif;
}

ul#contact-info {
  list-style: none;
  font-weight: 200;
  font-family: 'Montserrat', san-serif;
}

/* Grid */

#tiles li {
  width: 240px !important;
  background-color: #ffffff;
  border: 1px solid #dedede;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 10px !important;
  margin-right: 7px;
  margin-bottom: 7px;
  float: left;
}

#tiles li img {
  margin-bottom: 10px;
}

#tiles li div.meta {
  color: #999;
  text-transform: uppercase;
  font-size: 10px;
  margin: 0;
}

#tiles li h4 {
  line-height: 1.5;
  margin: 0 0 5px 0;
}

#tiles li h4 a {
  line-height: inherit;
  margin: 0;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}

#tiles li p {
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}

#tiles li a {
  font-size: 12px;
}

#tiles li .more_link {
  font-size: smaller;
  line-height: 2;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
  display: block;
  margin: 5px 0 0 0;
}

#tiles li blockquote {
  line-height: 1.5;
  margin: 0;
  padding: 0;
  color: #999;
  border: none;
  font-size: 150%;
  font-style: italic;
  font-family: Georgia, Times, serif;
}

#tiles li blockquote small {
  font-size: 11px;
  font-style: normal;
}

/* Icons */

[class*="social foundicon-"]:before {
  font-family: "SocialFoundicons";
}

[class*="general foundicon-"]:before {
  font-family: "GeneralFoundicons";
}

/* Menu Side */

.menu_menu_simple ul {
  margin-top: 0px;
  margin-bottom: 0px;
}

.menu_menu_simple ul li {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* Header Area */

#decorative1 {
  margin-top: 0px;
  padding-top: 0px;
  height: 75vh;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .2));
}

#decorative1b {
  margin-top: 0px;
  padding-top: 0px;
  height: 75vh;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .2));
}

/* Menu Centered */

.centered_menu {
  text-align: center
}

.centered_menu>div {
  display: inline-block;
}

.centered_menu div {
  text-align: left
}


/* Footer elements */

.social_bookmarks a {
  font-size: smaller !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  margin-right: 20px;
}

.copyright {
  font-size: smaller;
  letter-spacing: 1px;
}


/* Responsive Image */

img {
  width: 100%;
  height: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Responsive Video from Zurb Foundation. Copyright (c) 2011 ZURB, http://www.zurb.com/ License: MIT */

.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}

.flex-video.widescreen {
  padding-bottom: 57.25%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media only screen and (max-device-width : 800px),
only screen and (device-width : 1024px) and (device-height : 600px),
only screen and (width : 1280px) and (orientation : landscape),
only screen and (device-width : 800px),
only screen and (max-width : 1190px) {
  .flex-video {
    padding-top: 0;
  }
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videoWrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Additional */

#divBoxed {
  position: relative
}

.nav-links>a {
  margin-right: 20px;
}

.btn-secondary,
.btn-secondary:hover {
  text-shadow: none;
}

#divHeaderLine1 a,
#divHeaderLine2 a,
#divHeaderLine3 a {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-family: inherit;
  text-shadow: inherit;
  font-weight: inherit;
  font-style: inherit;
}

#divHeaderLine1,
#divHeaderLine2,
#divHeaderLine3 {}

#decorative2 {
  /*opacity:0.95;*/

  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.03);
}

#decorative3 {
  /*opacity:0.95;*/

  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.03);
}

.showcase-tabs>li>a {
  font-size: 14px;
  letter-spacing: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

.cap1 div,
.cap2 div,
.cap3 div,
.cap4 div,
.cap5 div {
  margin: 0 -1px;
}

.camera_wrap .camera_pag .camera_pag_ul li {
  margin: 20px 5px 0px !important;
}

/* Adjustments */

.search.adjust {
  margin-bottom: 15px
}

.divPanel {}

.divPanel.notop {
  padding-top: 0px
}

.divPanel.nobottom {
  padding-bottom: 0px
}

/***** BOOTSTRAP CSS BASE OVERRIDE *****/

.navbar .nav-pills>li>a {
  text-shadow: none;
  font-weight: 600;
}

.navbar .nav-pills2>li>a {
  text-shadow: none;
  font-weight: 600;
}

.navbar .dropdown-menu li>a {
  text-shadow: none;
  font-weight: 600;
}

.navbar .nav-pills>li>.dropdown-menu:before {
  border: none;
}

.navbar .nav-pills2>li>.dropdown-menu:before {
  border: none;
}

.navbar .nav-pills>li>.dropdown-menu:after {
  border: none;
}

.navbar .nav-pills2>li>.dropdown-menu:after {
  border: none;
}

.navbar .nav-pills>.active>a,
.navbar .nav-pills>.active>a:hover,
.navbar .nav-pills>.active>a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar .nav-pills2>.active>a,
.navbar .nav-pills2>.active>a:hover,
.navbar .nav-pills2>.active>a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar .nav-pills>li>a:hover,
.navbar .nav-pills li.dropdown.open.active>.dropdown-toggle {
  -webkit-transition: ease-in-out .2s;
  -moz-transition: ease-in-out .2s;
  -o-transition: ease-in-out .2s;
  -ms-transition: ease-in-out .2s;
  transition: ease-in-out .2s;
}

.navbar .nav-pills2>li>a:hover,
.navbar .nav-pills2 li.dropdown.open.active>.dropdown-toggle {
  -webkit-transition: ease-in-out .2s;
  -moz-transition: ease-in-out .2s;
  -o-transition: ease-in-out .2s;
  -ms-transition: ease-in-out .2s;
  transition: ease-in-out .2s;
}

.navbar .nav-pills .open .dropdown-toggle {
  background-color: transparent;
}

.navbar .nav-pills2 .open .dropdown-toggle {
  background-color: transparent;
}

.btn .caret {
  margin-top: 8px !important;
}

body {
  background-image: none;
  background-position: initial initial;
  background-repeat: initial initial;
}

#divLogo {
  margin-top: 15px;
  margin-bottom: 15px;
}

#divSiteTitle {
  font-family: 'Montserrat', sans-serif;
  padding-left: 0px;
  padding-right: 0px;
}

#divTagLine {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 22px;
  color: rgb(255, 255, 255);
  text-shadow: none;
  padding-left: 3px;
  padding-right: 3px;
  font-weight: normal;
  font-style: normal;
}

.navContainer {
  margin-top: 0px;
}

.navContainer .navMenu {}

.navContainer .navMenu li {
  background-color: rgb(245, 245, 245);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.navContainer .navMenu li a {}

.navContainer .navMenu li.current {
  background-color: rgb(174, 0, 0);
}

.navContainer .navMenu li.current a {}

.camera_caption>div {
  opacity: 0.85;
  filter: alpha(opacity=85);
  opacity: 0.85;
  filter: alpha(opacity=85);
}

.camera_prevThumbs,
.camera_nextThumbs,
.camera_prev,
.camera_next,
.camera_commands,
.camera_thumbs_cont {
  opacity: 0.85;
  filter: alpha(opacity=85);
  opacity: 0.85;
  filter: alpha(opacity=85);
}

.camera_wrap .camera_pag .camera_pag_ul li,
.camera_wrap .camera_pag .camera_pag_ul li,
.camera_wrap .camera_pag .camera_pag_ul li:hover>span {
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent>span {}

.camera_wrap {
  display: block;
  margin-bottom: 15px;
  height: 410px;
  border: 5px solid rgb(255, 255, 255);
  margin-left: -5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.294118) 0px 1px 4px;
  box-shadow: rgba(0, 0, 0, 0.294118) 0px 1px 4px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-top: 44px;
}

.cap1>div {
  opacity: 0.85;
  filter: alpha(opacity=85);
  opacity: 0.85;
  background-color: rgb(212, 173, 0);
}

.cap2>div {
  opacity: 0.85;
  filter: alpha(opacity=85);
  opacity: 0.85;
  background-color: rgb(212, 173, 0);
}

.cap3>div {
  opacity: 0.85;
  filter: alpha(opacity=85);
  opacity: 0.85;
  filter: alpha(opacity=85);
}

.cap4>div {
  opacity: 0.85;
  filter: alpha(opacity=85);
  opacity: 0.85;
  filter: alpha(opacity=85);
}

.cap5>div {
  opacity: 0.85;
  filter: alpha(opacity=85);
  opacity: 0.85;
  filter: alpha(opacity=85);
}

h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 42px;
  line-height: 45px;
  margin-top: 15px;
  color: #697636;
  margin-bottom: 30px;
}

.page-content {
  line-height: 25px;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
  font-weight: 400;
}

.page-content a {
  color: #697636;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.sidebox {
  -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 3px;
  background-color: rgb(250, 250, 250);
  color: rgb(51, 51, 51);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-radius: 3px;
  padding: 18px;
  margin-top: 28px;
}

.sidebox-title {
  line-height: 40px;
  font-weight: normal;
  font-style: normal;
  font-family: 'Montserrat', sans-serif;
  color: rgb(51, 51, 51);
}

.sidebox a {
  color: #E5412C;
}

#decorative1 {
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat no-repeat;
}

#decorative1b {
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat no-repeat;
}

#decorative2 {
  background-color: #292929;
  height: 90px;
}

#decorative3 {
  background-color: #ffffff;
  height: 85px;
  border-bottom: solid thin #eeeeee;
}

#divFooter {
  font-family: 'Montserrat', sans-serif;
  background-color: #292929;
  color: #ffffff;
  padding-top: 32px;
  line-height: 23px;
  font-size: 14px;
  text-transform: none;
  background-image: none;
  background-repeat: repeat repeat;
  letter-spacing: .25pt;
}

#divFooter a {
  color: #ffffff;
}

#divFooter h3 {
  color: #ffffff;
  font-family: 'Montserrat', san-serif;
  font-weight: 800;
}

#divFooter2 {
  font-family: 'Montserrat', sans-serif;
  background-color: #3d3428;
  color: #ffffff;
  padding-top: 32px;
  line-height: 23px;
  font-size: 14px;
  text-transform: none;
  background-image: none;
  background-repeat: repeat repeat;
  letter-spacing: .25pt;
}

#divFooter2 a {
  color: #ffe975;
  font-weight: 600;
}

#divFooter2 h3 {
  color: #a6be4b;
  font-family: 'Montserrat', san-serif;
  font-weight: 800;
}

h2 {
  font-weight: 800;
  font-style: normal;
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  line-height: 45px;
}

.breadcrumbs {
  line-height: 80px;
  font-family: 'Montserrat', sans-serif;
}

.breadcrumbs a {
  color: rgb(164, 39, 143);
  font-family: 'Montserrat', sans-serif;
}

#divHeaderLine1 {
  letter-spacing: -0.25pt;
  word-spacing: 0px;
  margin-top: 0px;
  color: rgba(0, 83, 161, 1.00);
  font-size: 38px;
  line-height: 42px;
  font-family: 'Montserrat', sans-serif;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  background-color: #FFFFFF;
  opacity: 0.9;
  padding-top: 5px;
  padding-right: 18px;
  padding-left: 15px;
  border-radius: 5px;
  padding-bottom: 5px;
}

#divHeaderLine2 {
  font-size: 23px;
  line-height: 32px;
  font-family: 'Montserrat', sans-serif;
  color: rgba(0, 76, 147, 1.00);
  text-shadow: none;
  text-align: left;
  font-weight: normal;
  padding-top: 3px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 3px;
  background-position: initial initial;
  border-radius: 5px;
  background-repeat: initial initial;
  letter-spacing: .15pt;
}

#divHeaderLine3 {
  margin-top: 20px;
  color: rgb(0, 0, 0);
  text-align: left;
  line-height: 16px;
  text-transform: none;
  font-size: 15px;
}

#divHeaderLine4 {
  font-size: 23px;
  line-height: 32px;
  margin-top: 13px;
  font-family: 'Montserrat', sans-serif;
  color: rgba(0, 76, 147, 1.00);
  text-shadow: none;
  text-align: left;
  font-weight: normal;
  background-color: #FFFFFF;
  padding-top: 3px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 3px;
  background-position: initial initial;
  border-radius: 5px;
  background-repeat: initial initial;
  letter-spacing: .15pt;
}

a.btn,
a.btn-large,
a.btn-small,
a.btn-mini {
  color: #333
}

a.btn-info,
a.btn-success,
a.btn-warning,
a.btn-danger,
a.btn-inverse {
  color: #ffffff
}

.btn-secondary,
.btn-secondary:hover,
a.btn-secondary,
a.btn-secondary:hover {
  color: #323232;
}

.btn-secondary {
  border: 1px solid #dfdfdf;
  border-bottom: 1px solid #afafaf;
  background-color: #fafafa;
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e1e1e1));
  background-image: -webkit-linear-gradient(top, #fafafa, #e1e1e1);
  background-image: -moz-linear-gradient(top, #fafafa, #e1e1e1);
  background-image: -ms-linear-gradient(top, #fafafa, #e1e1e1);
  background-image: -o-linear-gradient(top, #fafafa, #e1e1e1);
  background-image: linear-gradient(top, #fafafa, #e1e1e1);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr=#fafafa, endColorstr=#e1e1e1, GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary.disabled,
.btn-secondary[disabled] {
  background-color: #dfdfdf;
}

.navhighlight,
.navhighlight:hover,
a.navhighlight,
a.navhighlight:hover {
  color: #ffffff;
}

.navhighlight {
  background-color: #A70BAC;
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b02a9a), to(#9e268b));
  background-image: -webkit-linear-gradient(135deg, rgba(167, 11, 172, 1.00) 0%, rgba(255, 157, 79, 1.00) 100%);
  background-image: -moz-linear-gradient(135deg, rgba(167, 11, 172, 1.00) 0%, rgba(255, 157, 79, 1.00) 100%);
  background-image: -ms-linear-gradient(top, #b02a9a, #9e268b);
  background-image: -o-linear-gradient(135deg, rgba(167, 11, 172, 1.00) 0%, rgba(255, 157, 79, 1.00) 100%);
  background-image: linear-gradient(315deg, rgba(167, 11, 172, 1.00) 0%, rgba(255, 157, 79, 1.00) 100.00%);

  filter: progid:dximagetransform.microsoft.gradient(startColorstr=#b02a9a, endColorstr=#9e268b, GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.navhighlight:hover,
.navhighlight:active,
.navhighlight.active,
.navhighlight.disabled,
.navhighlight[disabled] {
  background-color: #8C0991;
}

.btn-primary,
.btn-primary:hover,
a.btn-primary,
a.btn-primary:hover {
  color: #ffffff;
}

.btn-primary {
  background-color: rgba(157, 39, 58, 1.00);
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b02a9a), to(#9e268b));
  background-image: -webkit-linear-gradient(90deg, rgba(157, 39, 58, 1.00) 0%, rgba(228, 65, 49, 1.00) 100%);
  background-image: -moz-linear-gradient(90deg, rgba(157, 39, 58, 1.00) 0%, rgba(228, 65, 49, 1.00) 100%);
  background-image: -ms-linear-gradient(90deg, rgba(157, 39, 58, 1.00) 0%, rgba(228, 65, 49, 1.00) 100%);
  background-image: -o-linear-gradient(90deg, rgba(157, 39, 58, 1.00) 0%, rgba(228, 65, 49, 1.00) 100%);
  background-image: linear-gradient(360deg, rgba(157, 39, 58, 1.00) 0%, rgba(228, 65, 49, 1.00) 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr=#b02a9a, endColorstr=#9e268b, GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: rgba(157, 39, 58, 1.00);
}

.btn-primary,
.btn-primary:hover,
a.btn-primary,
a.btn-primary:hover {
  color: #ffffff;
}

.btn-primary2 {
  background-color: #5c6733;
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5c6733), to(#5c6733));
  background-image: -webkit-linear-gradient(90deg, rgba(92, 103, 51, 1.00) 0%, rgba(166, 190, 75, 1.00) 100%);
  background-image: -moz-linear-gradient(90deg, rgba(92, 103, 51, 1.00) 0%, rgba(166, 190, 75, 1.00) 100%);
  background-image: -ms-linear-gradient(top, #b02a9a, #9e268b);
  background-image: -o-linear-gradient(90deg, rgba(92, 103, 51, 1.00) 0%, rgba(166, 190, 75, 1.00) 100%);
  background-image: linear-gradient(0deg, rgba(92, 103, 51, 1.00) 0%, rgba(166, 190, 75, 1.00) 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr=#b02a9a, endColorstr=#9e268b, GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-primary2:hover,
.btn-primary2:active,
.btn-primary2.active,
.btn-primary2.disabled,
.btn-primary2[disabled] {
  background-color: #5c6733;
}

.btn-primary2,
.btn-primary2:hover,
a.btn-primary2,
a.btn-primary2:hover {
  color: #ffffff;
}

.btn-primary3,
.btn-primary3:hover,
a.btn-primary3,
a.btn-primary3:hover {
  color: #ffffff;
  background-color: undefined;
}

.btn-primary3,
.btn-primary3:hover,
a.btn-primary3,
a.btn-primary3:hover {
  color: #ffffff;
  background-color: undefined;
}

.btn-primary3 {
  background-color: #D27105;
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b02a9a), to(#9e268b));
  background-image: -webkit-linear-gradient(90deg, rgba(210, 113, 5, 1.00) 0%, rgba(250, 168, 77, 1.00) 100%);
  background-image: -moz-linear-gradient(90deg, rgba(210, 113, 5, 1.00) 0%, rgba(250, 168, 77, 1.00) 100%);
  background-image: -ms-linear-gradient(top, #b02a9a, #9e268b);
  background-image: -o-linear-gradient(90deg, rgba(210, 113, 5, 1.00) 0%, rgba(250, 168, 77, 1.00) 100%);
  background-image: linear-gradient(0deg, rgba(210, 113, 5, 1.00) 0%, rgba(250, 168, 77, 1.00) 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr=#b02a9a, endColorstr=#9e268b, GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-primary3:hover,
.btn-primary3:active,
.btn-primary3.active,
.btn-primary3.disabled,
.btn-primary3[disabled] {
  background-color: #D27105;
}

.btn-primary4,
.btn-primary4:hover,
a.btn-primary4,
a.btn-primary4:hover {
  color: #ffffff;
  background-color: undefined;
}

.btn-primary4 {
  background-color: #AE160D;
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b02a9a), to(#9e268b));
  background-image: -webkit-linear-gradient(90deg, rgba(174, 22, 13, 1.00) 0%, rgba(244, 132, 115, 1.00) 100%);
  background-image: -moz-linear-gradient(90deg, rgba(174, 22, 13, 1.00) 0%, rgba(244, 132, 115, 1.00) 100%);
  background-image: -ms-linear-gradient(top, #b02a9a, #9e268b);
  background-image: -o-linear-gradient(90deg, rgba(174, 22, 13, 1.00) 0%, rgba(244, 132, 115, 1.00) 100%);
  background-image: linear-gradient(0deg, rgba(174, 22, 13, 1.00) 0%, rgba(244, 132, 115, 1.00) 100%);

  filter: progid:dximagetransform.microsoft.gradient(startColorstr=#b02a9a, endColorstr=#9e268b, GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-primary4:hover,
.btn-primary4:active,
.btn-primary4.active,
.btn-primary4.disabled,
.btn-primary4[disabled] {
  background-color: #AE160D;
}

.btn-primary5,
.btn-primary5:hover,
a.btn-primary5,
a.btn-primary5:hover {
  color: #ffffff;
  background-color: undefined;
}

.btn-primary5 {
  background-color: #074721;
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b02a9a), to(#9e268b));
  background-image: -webkit-linear-gradient(90deg, rgba(7, 71, 33, 1.00) 0%, rgba(15, 155, 68, 1.00) 100%);
  background-image: -moz-linear-gradient(90deg, rgba(7, 71, 33, 1.00) 0%, rgba(15, 155, 68, 1.00) 100%);
  background-image: -ms-linear-gradient(top, #b02a9a, #9e268b);
  background-image: -o-linear-gradient(90deg, rgba(7, 71, 33, 1.00) 0%, rgba(15, 155, 68, 1.00) 100%);
  background-image: linear-gradient(0deg, rgba(7, 71, 33, 1.00) 0%, rgba(15, 155, 68, 1.00) 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr=#b02a9a, endColorstr=#9e268b, GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-primary5:hover,
.btn-primary5:active,
.btn-primary5.active,
.btn-primary5.disabled,
.btn-primary5[disabled] {
  background-color: #074721;
}

#announcements p {
  font-size: 14px;
  line-height: 1.5;
}

#divHeaderText {
  padding-top: 0px;
  padding-bottom: 0px;
  border-color: rgb(51, 51, 51);
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

#decorative1 {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#decorative1b {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#contentOuterSeparator {
  margin-top: 0px;
  border-top-color: rgb(255, 255, 255);
  border-top-width: 0px;
  border-top-style: solid;
  margin-bottom: 25px;
  height: 0px;
  background-color: transparent;
}

#footerOuterSeparator {
  margin-top: 55px;
  border-top-width: 0px;
  border-top-style: solid;
  border-top-color: rgb(95, 95, 95);
}

#headerSeparator {
  margin-top: 7px;
  border-top-color: rgb(51, 51, 51);
  border-top-width: 0px;
  border-top-style: solid;
}

h3,
.page-content h3 a {
  font-weight: 800;
  font-style: normal;
  font-family: 'Montserrat', sans-serif;
  font-size: 27px;
  line-height: 45px;
  color: #697636;
  padding-top: 5px;
}

h4,
.page-content h4 a {
  font-weight: 800;
  font-style: normal;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  line-height: 45px;
  color: #697636
}

h5,
.page-content h5 a {
  font-weight: 700;
  font-style: normal;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 15px;
  color: #E22E1D;
  margin-top: 17px;
}

h6,
.page-content h6 a {
  font-weight: normal;
  font-style: normal;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 45px;
}

.line-separator {
  border-top-width: 1px;
  border-top-style: solid;
  margin-top: 21px;
  margin-bottom: 21px;
  border-top-color: rgb(234, 234, 234);
  border-bottom-color: rgb(255, 255, 255);
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

#headerSeparator2 {
  margin-top: 45px;
  margin-bottom: 18px;
}

#divVideo {
  border: 7px solid rgb(255, 255, 255);
  margin-left: -5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.498039) 0px 15px 10px -10px, rgba(0, 0, 0, 0.298039) 0px 1px 4px;
  box-shadow: rgba(0, 0, 0, 0.498039) 0px 15px 10px -10px, rgba(0, 0, 0, 0.298039) 0px 1px 4px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-top: 36px;
}

video#bgvideo {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url("images/poster-image.jpg") no-repeat;
  background-size: cover;
}

@media (max-width:1190px) {
  video#bgvideo {
    left: -9999px;
    width: 0;
    height: 0
  }
}

@media (max-width:1190px) {

  #decorative1 {
    background-size: cover;
    background-attachment: scroll;
    background-image: url("../images/poster-image2.jpg");
    height: 45vh;
  }

  #decorative1b {
    background-size: cover;
    background-attachment: scroll;
    background-image: url("../images/poster-image2.jpg");
    height: 45vh;
  }

  #divHeaderLine2 {}

}

@media (max-width:1310px) {
  #divLogo {
    text-align: center;
    width: 100%
  }
}

.nav .dropdown-toggle .caret {
  border-top-color: rgb(0, 0, 0);
  border-bottom-color: rgb(0, 0, 0);
}

.nav .dropdown-toggle:hover .caret {
  border-top-color: rgb(0, 0, 0);
  border-bottom-color: rgb(0, 0, 0);
}

.navbar .dropdown-menu,
.dropdown-menu {
  background-color: #1a1a1a;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.navbar .dropdown-menu li>a,
.dropdown-menu li>a,
.navbar .nav-pills .open .dropdown-toggle {
  color: rgb(255, 255, 255);
}

.navbar .dropdown-menu li>a,
.dropdown-menu li>a,
.navbar .nav-pills2 .open .dropdown-toggle {
  color: rgb(255, 255, 255);
}

.navbar .dropdown-menu li>a:hover,
.navbar .dropdown-menu .active>a,
.navbar .dropdown-menu .active>a:hover,
.dropdown-menu li>a:hover,
.dropdown-menu .active>a,
.dropdown-menu .active>a:hover,
.dropdown-menu li>a:focus,
.dropdown-submenu:hover>a,
.navbar .nav-pills .open a.dropdown-toggle:hover {
  filter: none;
  color: rgb(255, 255, 255);
  background-color: #E22E1D;
  background-image: none
}

.navbar .dropdown-menu li>a:hover,
.navbar .dropdown-menu .active>a,
.navbar .dropdown-menu .active>a:hover,
.dropdown-menu li>a:hover,
.dropdown-menu .active>a,
.dropdown-menu .active>a:hover,
.dropdown-menu li>a:focus,
.dropdown-submenu:hover>a,
.navbar .nav-pills2 .open a.dropdown-toggle:hover {
  filter: none;
  color: rgb(255, 255, 255);
  background-color: #E22E1D;
  background-image: none
}

.navbar .nav-pills>li>a {
  margin-top: 20px;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  border-radius: 4px;
  color: rgb(255, 255, 255);
  border-bottom-style: none;
}

.navbar .nav-pills2>li>a {
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  border-radius: 4px;
  border-bottom-style: none;
  color: #555;
}

.navbar .nav-pills>li>a:hover,
.navbar .nav li.dropdown.open.active>.dropdown-toggle,
.navbar .nav-pills>li>a:focus {
  color: rgb(255, 255, 255);
  background-color: #E22E1D;
  border-bottom-style: none;
}

.navbar .nav-pills2>li>a:hover,
.navbar .nav li.dropdown.open.active>.dropdown-toggle,
.navbar .nav-pills2>li>a:focus {
  color: rgb(255, 255, 255);
  background-color: #E22E1D;
  border-bottom-style: none;
}

.span3 p .btn.btn-primary4 {}

.navbar .nav>.active>a,
.navbar .nav>.active>a:hover,
.navbar .nav li.dropdown.open>.dropdown-toggle,
.navbar .nav li.dropdown.active>.dropdown-toggle {
  background: none
}

.navbar .nav-pills>.active>a,
.navbar .nav-pills>.active>a:hover,
.navbar .nav-pills li.dropdown.open>.dropdown-toggle,
.navbar .nav-pills li.dropdown.active>.dropdown-toggle {
  color: rgb(255, 255, 255);
  background-color: #E22E1D;
  border-bottom-style: none;
}

.navbar .nav-pills2>.active>a,
.navbar .nav-pills2>.active>a:hover,
.navbar .nav-pills2 li.dropdown.open>.dropdown-toggle,
.navbar .nav-pills2 li.dropdown.active>.dropdown-toggle {
  color: rgb(255, 255, 255);
  background-color: #E22E1D;
  border-bottom-style: none;
}

.navbar .ddmenu {
  margin-top: 2px;
  margin-bottom: 0px
}

.navbar .nav-pills li.dropdown>.dropdown-toggle .caret,
.navbar .nav-pills li.dropdown.open>.dropdown-toggle .caret,
.navbar .nav-pills li.dropdown.active>.dropdown-toggle .caret,
.navbar .nav-pills li.dropdown.open.active>.dropdown-toggle .caret {
  border-top-color: rgb(255, 255, 255);
  border-bottom-color: rgb(255, 255, 255);
}

.navbar .nav-pills2 li.dropdown>.dropdown-toggle .caret,
.navbar .nav-pills2 li.dropdown.open>.dropdown-toggle .caret,
.navbar .nav-pills2 li.dropdown.active>.dropdown-toggle .caret,
.navbar .nav-pills2 li.dropdown.open.active>.dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.navbar .nav-pills li.dropdown>.dropdown-toggle:hover .caret {
  border-top-color: rgb(255, 255, 255);
  border-bottom-color: rgb(255, 255, 255);
}

.navbar .nav-pills2 li.dropdown>.dropdown-toggle:hover .caret {
  border-top-color: rgb(255, 255, 255);
  border-bottom-color: rgb(255, 255, 255);
}

.navbar .nav-pills li.dropdown.active>.dropdown-toggle .caret {
  border-top-color: rgb(255, 255, 255);
  border-bottom-color: rgb(255, 255, 255);
}

.navbar .nav-pills2 li.dropdown.active>.dropdown-toggle .caret {
  border-top-color: rgb(255, 255, 255);
  border-bottom-color: rgb(255, 255, 255);
}

.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}

.ddmenu.nav-pills li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
}

.ddmenu.nav-pills2 li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
}

.ddmenu .dropdown-menu li a {
  line-height: 29px;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
}

#decorative2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1032
}

#decorative3 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1032
}

body {
  padding-top: 85px
}

.lead h2 {
  font-size: 37px;
  line-height: 57px;
  font-family: 'Montserrat', sans-serif;
}

.lead h3 {
  font-size: 21px;
  line-height: 31px;
}

.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}

.navbar .btn-navbar-highlight {
  display: none;
  border: none;
  width: 100%
}

#decorative2 {
  z-index: 100 !important
}

#decorative3 {
  z-index: 100 !important
}

#homeimages .span3 {
  width: 25%;
  margin-left: 0%;
}

@media (max-width : 1310px) {

  #homeimages .span3 {
    width: 100%;
    margin-left: 0%;
  }

  .dropdown-menu .sub-menu {
    left: 0%;
    position: relative;
    top: 0;
    visibility: visible;
    margin-top: 3px;
    display: block
  }

  .dropdown-menu,
  .sub-menu {
    border-radius: 5px !important;
  }

  .navbar .ddmenu {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .navbar .btn-navbar-highlight {
    display: inline;
    padding: 9px 14px;
    margin-top: 5px;
    border: none;
    margin-bottom: 5px;
  }

  #decorative2 {
    position: static;
    height: auto;
  }

  #decorative3 {
    position: static;
    height: auto;
  }

  #decorative1 {
    height: auto;
    padding: 15px
  }

  #decorative1b {
    height: auto;
    padding: 15px
  }

  body {
    padding-top: 0px
  }

  #divSiteTitle {
    font-size: 25px;
  }

  #divHeaderText {
    margin: 0px;
    padding: 10px 0px;
  }

  #divHeaderLine1 {
    margin-top: 0px;
    margin-bottom: 5px;
  }

  #divMenuRight {
    width: 100%;
    margin-top: 0px;
    padding-top: 0px;
    float: none
  }

  .ddmenu,
  .navbar .ddmenu {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .navbar {
    width: 100%;
    margin-top: 0px;
    padding-top: 0px
  }

  #divFooter {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  #divBoxed>#divFooter {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }

  #divFooter2 {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  #divBoxed>#divFooter2 {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }

  body>#footerOuterSeparator,
  body>#contentOuterSeparator {
    margin-left: -20px;
    margin-right: -20px;
  }

  .headerArea,
  .topArea {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
  }

  /*only for templates without divBoxed*/

  #camera_wrap {
    margin-top: 20px
  }

  #divVideo {
    margin-top: 20px
  }

  #spacer {
    display: none
  }

}