﻿@charset "UTF-8";
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Playfair+Display|Raleway:400,500);
/*=========================================================
						MAIN STYLES
=========================================================*/
html {
  font-size: 70px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 80px;
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 90px;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 100px;
  }
}

body {
  font-family: "Raleway", sans-serif;
  line-height: 1;
  font-weight: 400;
  color:#000000;
  background: #fff;
  -webkit-text-size-adjust: none;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  body {
    font-size: 14px;
  }
}

h1, h2, h3, h4, h5, h6, .heading-3 {
  color:#AA0000;
  font-family: "Playfair Display", serif;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .heading-3 a:hover {
  color: #AA0000;
}

h1 {
  font-size: 0.5rem;
  font-weight: 300;
}

h2 {
  font-size: 0.4rem;
}

h3, .heading-3 {
  font-size: 0.25rem;
  line-height: 37/25;
}

h4 {
  font-size: 0.25rem;
  margin-top: 20px;
  margin-bottom: 20px;
}

h7 {
  font-size: 0.4rem;
  line-height: 37/25;
  padding-top: 20px;
  padding-bottom: 20px;
}

p {
  font-size: 16px;
  line-height: 28px;
}
p a:hover {
  text-decoration: underline;
}
p a {
  color: #AA0000;
  text-decoration: none;
}
p .fa {
  text-decoration: none;
}

ul .dsg {
  font-size: 16px;
  line-height: 28px;
}

.red {
	color: #AA0000;
}

a {
  font: inherit;
  color: #AA0000;
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"],
a[href^="mailto:"] {
  color: #AA0000;
  text-decoration: none;
}

a[href^="mailto:"]:hover {
    color: #AA0000;
}

img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  img {
    width: 100%;
  }
}

hr {
  display: inline-block;
  width: 62px;
  height: 2px;
  margin-top: 30px;
  background: #AA0000;
  border: none;
}

.well-1 > blockquote p {
	color: #AA0000;
	font-style: italic;
    font-size: 20px;
    margin-top: 20px;
}

.bold, strong {
  font-weight: 700;
}

[class*='fa-'] {
  line-height: inherit;
}
[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

.top1 {
    margin-top: 30px;
}

/*=========================================================
						HELP CLASSES
=========================================================*/
.circle {
  border-radius: 50%;
  max-width: 72px;
}

.round {
  border-radius: 5%;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

/*==================     Colors    ======================*/
.bg-primary {
  background: #848484;
}

.bg-secondary {
  background: #000000;
}

.bg-color-1 {
  background: #fff;
  color: #000;
}

.bg-primary, .bg-secondary {
  color: #fff;
}
.bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6, .bg-secondary h1, .bg-secondary h2, .bg-secondary h3, .bg-secondary h4, .bg-secondary h5, .bg-secondary h6, .bg-color-1 h1, .bg-color-1 h2, .bg-color-1 h3, .bg-color-1 h4, .bg-color-1 h5, .bg-color-1 h6 {
  color: inherit;
}
.bg-primary hr, .bg-secondary hr, .bg-color-1 hr {
  background: #fff;
}

.primary {
  color: #AA0000;
}

.secondary {
  color:#000000;
}

.color-1 {
  color: #8484848;
}

.camera_container .scroll-icon,
.bg-primary .scroll-icon {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}
.camera_container .scroll-icon:hover,
.bg-primary .scroll-icon:hover {
  background: #fff;
  border-color: #fff;
  color: #AA0000;
}

/*=========================================================
						MAIN LAYOUT
=========================================================*/
* + .btn {
  margin-top: 50px;
}

* + .gallery {
  margin-top: 45px;
}

* + .scroll-icon {
  margin-top: 40px;
}

* + .contact-info {
  margin-top: 70px;
}

* + .rd-mailform {
  margin-top: 45px;
}

* + .offset-1 {
  margin-top: 10px;
}
* + .offset-2 {
  margin-top: 0px;
}
* + .offset-3 {
  margin-top: 30px;
}
* + .offset-4 {
  margin-top: 50px;
}

* + dl {
  margin-top: 45px;
}

* + .heading-3 {
  margin-top: 30px;
}

dl + a[href^="mailto:"] {
  display: inline-block;
  margin-top: 30px;
  color: #AA0000;
}
dl + a[href^="mailto:"]:hover {
  text-decoration: underline;
}

.heading-3 + * {
  margin-top: 20px;
  line-height: 1.7;
}

.inset-1 {
  padding: 0 24px;
}

@media (min-width: 980px) {
  .col-md-clear {
    clear: left;
  }
}

.camera_caption * + hr {
  margin-top: 34px;
}
.camera_caption hr + * {
  margin-top: 20px;
}

.gallery + .scroll-icon {
  margin-top: 50px;
}

h2 + hr {
  margin-top: 28px;
}

hr + p {
  margin-top: 20px;
}

hr + h2 {
  margin-top: 52px;
}

.block-link + p {
  margin-top: 21px;
}

/*=========================================================
						COMPONENTS
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  margin-top: 25px;
  display: inline-block;
  text-align: center;
}
.brand_name {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #AA0000;
}
.brand_slogan {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #AA0000;
}
.brand a:hover {
  color: inherit;
}

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  color: #fff;
  background: #AA0000;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  min-width: 8.46154em;
  height: 3.07692em;
  line-height: 1.2;
  padding: 0.92308em 0.92308em 1em;
  text-align: center;
  font-size: 0.18018rem;
  transition: .3s all ease;
}
@media screen and (min-width: 768px) {
  .btn {
    font-size: 0.15015rem;
  }
}
@media screen and (min-width: 992px) {
  .btn {
    font-size: 0.1365rem;
  }
}
@media screen and (min-width: 1200px) {
  .btn {
    font-size: 0.13rem;
  }
}
.btn:hover {
  background: #848484;
}
.btn:active {
  background: #AA0000;
}

/*==================     Icons     ======================*/
.icon {
  color: #848484;
  font-size: 20px;
}
.icon:hover {
  color: #AA0000;
}

.scroll-icon {
  display: inline-block;
  width: 72px;
  height: 72px;
  line-height: 72px;
  font-size: 30px;
  text-align: center;
  color: #AA0000;
  border: 2px solid #c5c5c5;
  border-radius: 50%;
}
.scroll-icon:hover {
  color: #fff;
  background: #AA0000;
  border-color: #AA0000;
}
.scroll-icon.fa-angle-double-up {
  line-height: 68px;
}

/*==================     Media     ======================*/
.media_aside {
  display: table-cell;
  vertical-align: top;
}
.media_body {
  display: table-cell;
  vertical-align: middle;
  padding-left: 18px;
}
@media (max-width: 767px) {
  .media_aside, .media_body {
    display: block;
    padding-left: 0;
    margin-bottom: 50px;
  }
  .media_aside {
    margin-bottom: 10px;
  }
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 16px;
}

/*==================   Block link   =====================*/
.block-link {
  display: inline-block;
  position: relative;
}
.block-link img {
  width: 100%;
}
.block-link h3 {
  position: absolute;
  top: 50%;
  left: 50px;
  right: 50px;
  color: #fff;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: .3s all ease;
  line-height: 37px;
}
.block-link:hover h3 {
  color: #fff;
}

.trans:hover {
  border-radius:50%;
}
.trans {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}


/*==================      Post     ======================*/
/*==================     Quote     ======================*/
.blockquote_cnt {
  position: relative;
  padding: 32px 27px 25px;
  border: 2px solid #ddd;
  border-radius: 18px;
  margin-bottom: 23px;
  background: #E6E6E6;
}
.blockquote_cnt:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 17px 0 0;
  border-color: #ddd transparent transparent transparent;
  content: "";
  position: absolute;
  top: 100%;
  left: 38px;
}
.blockquote_cnt:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 0;
  border-color: #ddd transparent transparent transparent;
  content: "";
  position: absolute;
  top: 100%;
  left: 40px;
}
.blockquote cite {
  font-size: 18px;
  font-family: "Playfair Display", serif;
}

.blockquote small {
  margin-top: 6px;
  display: block;
  font-size: 12px;
  color: #000000;
}
.blockquote p {
  position: relative;
  text-indent: 50px;
}
.blockquote p:after {
  content: "“";
  position: absolute;
  top: 16px;
  left: -58px;
  font-size: 120px;
  font-family: "Playfair Display", serif;
}
.blockquote + .blockquote {
  margin-top: 30px;
}

/*==================    Privacy    ======================*/
.privacy dt + dd {
  margin-top: 20px;
}
.privacy dd + dt {
  margin-top: 30px;
}
.privacy + a {
  display: inline-block;
  color: #AA0000;
  text-decoration: underline;
}
.privacy + a:hover {
  color: #AA0000;
  text-decoration: none;
}

/*========================   Menu   ==========================*/
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
	float: left;
	margin-bottom: 1em;
}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	padding: .75em 1em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}

.sf-menu > li > a {
    padding: 52px 12px 28px;
}

.sf-menu a {
	color: #000;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase; 
}
.sf-menu li {
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */ 
}


.sf-menu > li > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 100%;
  background: #AA0000;
  transition: .5s all ease;
  z-index: -1;
  color: #fff;
}
.sf-menu > li.sfHover > a:before, .sf-menu > li > a:hover:before {
  bottom: 0;
  color: #fff;
}

.sf-menu li.active {
    background: #AA0000;
}

.sf-menu li.active a {
    color: #fff;
}

.sf-menu ul li {
	background: #5B5B5B;
}

.sf-menu ul li:hover {
	background: #6C6C6C;
}

.sf-menu ul ul li {
	background: #9AAEDB;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	
	/* only transition out, not in */
}

.sf-menu li:hover a,
.sf-menu li.sfHover a {
    color: #fff;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 64%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: #000;
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after,
.sf-arrows > li.active > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}



/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}


@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -ms-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #AA0000;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #000;
  color: #fff;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #fff;
  font-size: 20px;
  line-height: 45px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Raleway";
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
  color: #fff;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #fff;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -ms-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
  padding-bottom: 18px;

  background: url(../images/page-2_img01.jpg) center no-repeat;
  background-size: cover;
}
.stuck_container:before, .stuck_container:after {
  display: table;
  content: "";
  line-height: 0;
}
.stuck_container:after {
  clear: both;
}

.camera_container + .stuck_container {
  background: transparent;
}

.isStuck {
  z-index: 999;
  width: auto !important;
  transition: .3s all ease;
  padding-bottom: 0;
  border-bottom: none;
  position: fixed;
  right: 0;
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  left: auto;
  top: 80px !important;
  background: transparent;
}
.isStuck .brand {
  display: none;
}
.isStuck.scrolled {
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.isStuck .container {
  width: auto;
  min-width: auto;
  padding: 0;
  margin: 0;
  text-align: left;
}
.isStuck .nav {
  display: inline-block;
}
.isStuck .sf-menu {
  width: 240px;
}
.isStuck .sf-menu li {
  display: block;
  float: right;
  width: 200px;
  background:#000000;
  color: #fff;
  transition: .3s;
  opacity:.9;
}
.isStuck .sf-menu .active {
  width: 240px;
  background: #AA0000;
  color: #fff;
}
.isStuck .sf-menu li a {
  padding: 12px;
  padding-left: 40px;
  color: #fff;
}

.isStuck .sf-menu li a:hover {
  padding: 12px;
  padding-left: 40px;
  color: #fff;
  background: #AA0000;
}

.isStuck .sf-menu li a:before {
  top: 0;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #AA0000;
  color: #fff;
}
.isStuck .sf-menu li.sfHover > a:before, .isStuck .sf-menu li > a:hover:before {
  background: #AA0000;
  color: #fff;  
  left: 0;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 36px;
  height: 36px;
  font-size: 36px;
  line-height: 36px;
  color: #AA0000;
  position: fixed;
  right: 10px;
  bottom: 30px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #7F0000;
  text-decoration: none;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: visible !important;
  }
}
/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #fff;
  background: transparent;
}
.thumb_overlay:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 33px "FontAwesome";
  line-height: 33px;
  margin-top: -16.5px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(110, 110, 110, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*==================  YouTube Btn    ======================*/

.youtube-btn {
    position: absolute;
    z-index: 1000;
    display: block;
    bottom: 15px;
    left: 50%;

    margin-left: -25px;
    width: 50px;
    height: 50px;
    background: url('../images/youtube.png');
}

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}
.parallax h2,
.parallax h4,
.parallax p {
  color: #fff;
}

/*==============    Newsletter Popup    ==================*/
.newsletter-popup-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  padding: 68px 20px 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: 10000;
  transition: 0.3s;
}
.newsletter-popup-wrap.active {
  visibility: visible;
  opacity: 1;
}
.newsletter-popup-wrap.active .newsletter-popup {
  top: 0;
}

.newsletter-popup-container {
  width: 100%;
  height: 100%;
  white-space: nowrap;
  text-align: center;
}
.newsletter-popup-container:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -5px;
}

.newsletter-popup {
  position: relative;
  top: -1000px;
  display: inline-block;
  width: 500px;
  max-width: 100%;
  max-height: 100%;
  padding: 30px 50px;
  white-space: normal;
  vertical-align: middle;
  background: #fff;
  box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.2);
  transition: 0.5s all ease .3s;
}
.newsletter-popup__close-btn {
  position: absolute;
  top: 3px;
  right: 7px;
  font-family: "FontAwesome";
  font-size: 24px;
  line-height: 1;
  color:#000000;
  transition: .3s all ease;
  cursor: pointer;
}
.newsletter-popup__close-btn:before {
  content: "\f00d";
}
.newsletter-popup__close-btn:hover {
  color: #AA0000;
}
.newsletter-popup__dont-show {
  display: inline-block;
  margin-top: 20px;
  font-size: 12px;
  transition: .3s all ease;
  cursor: pointer;
}
.newsletter-popup__dont-show:hover {
  color: #AA0000;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .newsletter-popup {
    padding: 20px;
  }
}

.newsletter-popup p {
  line-height: 1.2;
}
.newsletter-popup h3 + p {
  margin-top: 30px;
  padding: 0 20px;
}
.newsletter-popup * + form {
  margin-top: 30px;
}
.newsletter-popup .mfControls {
  margin-top: 20px;
}
.newsletter-popup .mfControls button {
  width: 100%;
}
@media (max-width: 767px) {
  .newsletter-popup h3 + p,
  .newsletter-popup * + form {
    margin-top: 15px;
  }
}

/*========================================================
					 HEADER  Section
=========================================================*/
header {
  background: #fff;
}
header .brand {
  float: left;
}
header .nav {
  float: right;
}
header .camera_container + .stuck_container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand {
    float: none;
    margin-top: 79px;
  }
  header .camera_container p, header .camera_container hr {
    display: none;
  }
}

/*========================================================
					 CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #fff;
}

.contact-info dt, .contact-info dd {
  display: inline-block;
}
.contact-info dl {
  font-size: 25px;
  font-family: "Playfair Display", serif;
}
.contact-info a[href^="callto:"]:hover {
  color: #AA0000;
}
.contact-info * + address {
  margin-top: 14px;
  font-size: 16px;
}
.contact-info address + span {
  display: inline-block;
  margin-top: 14px;
  font-size: 16px;
}

.gallery {
  padding: 0;
  background: #ffffff;
}
.gallery [class^="col-"] {
  padding: 0;
  margin-top: 0;
  margin-left: 0;
}
.gallery [class^="col-"] img {
  max-width: 100%;
}
.gallery .row {
  margin: 0;
}

/*==================      Well     ======================*/
.well-1 {
  padding-top: 0;
  padding-bottom: 60px;
}
.well-2 {
  padding-top: 45px;
  padding-bottom: 65px;
}
.well-inset-1 {
  padding-bottom: 50px;
}

/*========================================================
					 FOOTER  Styles
=========================================================*/
footer {
  background: #fff;
  text-align: center;
}
footer .copyright {
  padding-top: 23px;
  padding-bottom: 35px;
  font-size: 14px;
}

footer .copyright a {
	color: #AA0000;
	text-decoration: none;
}

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


.error-message {
	color: #AA0000;
	margin-top: 30px;
	text-align: left;
	border: 1px solid #AA0000;
	padding: 10px;
	background: #FFE6E6;
}

.success-message {
	color: #0E9015;
	margin-top: 30px;
	text-align: left;
	border: 1px solid #0E9015;
	padding: 10px;
	background: #B8FEB6;
}

#website-input {
	display: none;
}

input[type=text], textarea {
    border: 1px solid #848484;
}

input[type=text]:focus, textarea:focus {
    border: 1px solid #AA0000;
}

