@import "animate.css";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap')

@import url('https://fonts.googleapis.com/css2?family=Kristi&display=swap')
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap')


/* ########### DOKU
      04.04.2024
      *font-family: 'Garamond','Times New Roman', serif, MS Serif;
      geändert in
      font-family: 'Open Sans', sans-serif;
      
      FuturaWebLight, Arial, Geosans, Geneva, sans-serif
/*     

/* DEBUG klappt leider nicht mehr*/
/* 
div {
  border: 5px solid orange;
} 
*/

/*===========MERKEN =========================================================
Klassen werden mit einem Punkt + Klassenname (. klassenname) ausgewählt, IDs mit einer Raute + ID-Name (#idname).
IDs werden im CSS höher gewertet als Klassen.
======================================================================*/

/*========================================================
                      Main Styles
=========================================================*/
body
{
	background: #000000;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 130%;
}
 
/*ursprünglich 
font-family: 'Open Sans', sans-serif;  font-size: 14px;*/

  line-height: 20px;
  font-weight: 400px;
  -webkit-text-size-adjust: none;
  color: #5f5e4e;
  
  
/*========================================================
                      schriften
=========================================================*/
 /* in fontshop gekaufte handschrift Justlefthand */
/* als erstes aber */
/* erst für den Internet Explorer */

@font-face {
font-family: Justlefthand;
src: url(../fonts/Justlefthand/JustlefthandWeb.eot);
}
/* dann für Firefox */

@font-face {
				font-family: 'Justlefthand';
				src: url("../fonts/Justlefthand/JustlefthandWeb.woff") format("woff");
			}

/* nun kann die typo wie eine ganz normale schrift angesprochen werden ;_)) */



.Justlefthand 	{	font-family: 'Justlefthand'; }
#Justlefthand 	{	font-family: 'Justlefthand'; } 



/* KRISTI Handschrift - klappt noch nicht ;_)) */
/* */ @font-face {
				font-family: 'Kristi';
				src: url("../fonts/Kristi/Kristi-Regular.ttf") format("ttf");
			}

.Kristi 	{	font-family: 'Kristi'; }
#Kristi 	{	font-family: 'Kristi'; } 

.bogel {
  font-family: "Kristi"
  font-weight: 400;
  font-style: normal;
}

/* Cinzel LOGO Schrift  als Kapitälchen --------------------------------------------------------------*/ 
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 400 to 900

.cinzel-KUS {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.KUS,
#KUS
{
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Cinzel';
	font-size: 1.5em;

	/*font-variant: small-caps;*/
	text-decoration: none;
	/*color: inherit;*/
	color: purple;
	font-weight: 400;
	font-style: normal;
}


/*===========MERKEN =========================================================
Klassen werden mit einem Punkt + Klassenname (. klassenname) ausgewählt, IDs mit einer Raute + ID-Name (#idname).
IDs werden im CSS höher gewertet als Klassen.
======================================================================*/


/* VILLAGE als Kapitälchen --------------GELÖSCHT------------------------------------------------*/



/************** FARBEN ***************/

.grau, #grau 	{	color: grey; }

.rot, .red	{	color: #DC241F;	}

#rot, #red	{	color: #DC241F;	}
.orange {   color: #ff9900;	}
#orange {   color: #ff9900;	}

.black  { color: black; }
 #black { color: black; }
 
.white  { color: white; }
 #white { color: white; } 
 
 .purple, #purple  { color: purple; }
 
  
   #opacity
   {
   	color: black;
   	/*background: rgb(0, 0, 0);
      	background: rgba(0, 0, 0, 0.6);*/
   	background-color: rgba(255, 255, 255, 0.6);
   	padding: 3em;
   } 

 

/* ##########  kb diverse */

.einruecken, #einruecken,
.einzug, #einzug
{
	/*text-indent: 3em;*/
	text-align: left;
	
	
	margin-left: 10px;
}

.einzug_rechts, #einzug_rechts
{
	padding-right: 5em;
	/*text-align: right;*/
}
  

#liste, .liste
{
	list-style-type: square;
	margin-left: 3em;
}

#listezahlen, .listezahlen
{
	list-style-type: decimal;
	margin-left: 3em;
}


table, td, tr 
	{ 
	border-spacing: 0.5rem;
	border: 1px solid black;
		border-collapse: collapse;
		padding: 15px;
	}
small { font-size: smaller; }



/* ###############################################################*/  

img {
  max-width: 100%;
  height: auto;
}


b
{
	color: inherit;
	font-family: 'Open Sans', sans-serif;
	font-size: inherit;
	font-weight: bold;
}


p
/*{
	font-family: Arial;
	font-variant: small-caps;
	text-decoration: none;
	color: purple;
	font-weight: 100;
	font-style: normal;
}*/
{
	font-family: 'Open Sans', sans-serif;
	*/font-variant: small-caps;
	*/ text-decoration: none;
	color: grey;
	font-weight: 100;
	font-style: normal;
	line-height: 2.0em;
	
	/* TEST */
	/*border: 1px #9437FF solid;*/
	
	margin-bottom: -20px;
	margin-top:-10px;
	
	/*padding-top: -10px;
	padding-bottom: -10px;*/
}

	


/* ################### H1  ############################################*/  	

h1
{
	text-align: center;
	font-family: 'Justlefthand', 'Garamond','Times New Roman', serif, MS Serif;
	/*font-family: 'Open Sans', sans-serif;*/
   font-size: 3.0EM;
	font-weight: 300;
	color: purple;
	font-variant: small-caps;
	line-height: 1.5em;
}




@media (max-width: 767px) {
  h1
  {
  	font-size: 3em;
  	line-height: 100%;
  }
}
h1 em
{
	display: block;
	/*font-family: 'Yesteryear', cursive;*/
	font-family: 'Justlefthand';
	color: purple;
	font-size: 3em;
	line-height: 100%;
	font-weight: 400;
	/*margin-top: 2em;
	margin-bottom: 2em;*/
	/*padding: 1em 0em 0em 0em;*/
}
@media (max-width: 767px) {
  h1 em
  {
  	font-size: 5em;
  	line-height: 5em;
  }
}

/* ################### H2  ############################################*/  	
	/*Padding steht für die Menge an Innenraum, die ein Element einnimmt, 
der Margin ist der Leerraum, der um ein Element herum zur Verfügung steht.*/

h2
{
	text-align: center;
	/* font-family: 'Justlefthand', 'Garamond','Times New Roman', serif, MS Serif;*/
	font-family: 'Open Sans', sans-serif;
	font-size: 1.8em;
	font-weight: 300;
	color: purple;
	font-variant: small-caps;
	line-height: 2.0em;
	
	/*border: 1px #9437FF solid;*/
	
	margin-bottom: 0em;
	padding-top: 0px;
	padding-bottom: 0px;
}

@media (max-width: 767px) {
  h2 {
    font-size: 42px;
    line-height: 56px;
  }
}
h2 em
{
	display: block;
	/*font-family: 'Yesteryear', cursive;*/
	font-family: 'Justlefthand';
	font-size: 62px;
	line-height: 62px;
	font-weight: 400;
	/*margin-top: 2em;
	margin-bottom: 2em;*/
	padding: 0em 0em 0em 0em;
}
@media (max-width: 767px) {
  h2 em {
    font-size: 72px;
    line-height: 56px;
  }
}

/* ################### H3  ############################################*/  	

h3
{
	font-family: 'Times', sans-serif;
	font-size: 25px;
	line-height: 130%;
	font-weight: 400;
	color: orange;
}


/* ################### H4  ############################################*/  	

h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  color: #393328;
}


  


figcaption {
  font-family: 'Justlefthand';
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  color: #393328;
}
.address-1 {
  font-size: 18px;
  line-height: 24px;
}
.address-1 dt {
  display: inline-block;
}
.address-1 dd {
  display: inline-block;
}
.address-1 em {
  font-size: 48px;
  line-height: 56px;
}
.address-1 * + p {
  margin-top: 28px;
}
.address-2 {
  overflow: hidden;
  margin-top: 60px;
}
.address-2 .address_container {
  width: 170px;
  float: left;
}
@media (max-width: 979px) {
  .address-2 .address_container {
    float: none;
    width: 100%;
  }
}
.address-2 dl {
  margin-left: 128px;
  float: left;
}
@media (max-width: 1199px) {
  .address-2 dl {
    margin-left: 50px;
  }
}
@media (max-width: 979px) {
  .address-2 dl {
    margin-left: 0;
    margin-top: 20px;
    float: none;
  }
}
.address-2 dt {
  display: inline-block;
}
.address-2 dd {
  display: inline-block;
}
.address-2 a:hover {
  text-decoration: underline;
}
a
{
	color: green;
	text-decoration: none;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	font-family: inherit;
}



/*==================     LINKS usw    ======================*/
p a:hover {
  text-decoration: underline;
}

a:active {
  background: transparent;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
.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;
}
.center {
  text-align: center;
}
.indents-1 {
  padding: 0 30px;
}
@media (max-width: 1199px) {
  .indents-1 {
    padding: 0;
  }
}
.indents-2 {
  padding: 0 220px;
}
@media (max-width: 1199px) {
  .indents-2 {
    padding: 0;
  }
}
.indents-3, #indents-3 {
  padding: 0 55px 0 0;
}
@media (max-width: 1199px) {
  .indents-3 {
    padding: 0;
  }
}
/*=======================================================
                        Components
=========================================================*/
/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
}
.sf-menu:before,
.sf-menu:after {
  content: " ";
  display: table;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 20px;
}
.sf-menu a {
  display: block;
}
.sf-menu {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
}
.sf-menu > li > a {
  color: #ffffff;
}
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover {
  color: orange;
}
.sf-menu > li.active > a {
  color: orange;
}
.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 235px;
  margin-top: 30px;
  padding: 0;
  background: #e6e6e6;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}
.sf-menu ul > li > a {
  color: #393328;
  padding: 0 20px;
}
.sf-menu ul > li.sfHover > a,
.sf-menu ul > li > a:hover {
  color: #ffffff;
  background: orange;
}
.sf-menu ul ul {
  position: static;
  top: 100%;
  width: auto;
  margin-top: 0;
  padding: 0;
  z-index: 4;
}
.sf-menu ul ul > li > a {
  color: #393328;
  padding: 0 30px;
}
.sf-menu ul ul > li.sfHover > a,
.sf-menu ul ul > li > a:hover {
  color: #ffffff;
  background: orange;
}
.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -6px;
  content: '\f0d7';
  font: 400 12px/12px 'FontAwesome';
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
.toggle-menu-container .nav {
  margin: 0;
  position: fixed;
  right: -273px;
  top: 0;
  height: 100%;
  width: 273px;
  background: #ffffff;
  border-left: 1px solid #e6e6e6;
  z-index: 998;
}
.toggle-menu-container .nav_title
{
	padding: 20px 0;
	background-color: orange;
}
.toggle-menu-container .sf-menu-toggle {
  position: fixed;
  top: 47px;
  right: 60px;
  width: 75px;
  height: 75px;
  font-size: 60px;
  line-height: 75px;
  color: #fff;
  background: #adabad;
  text-align: center;
}
.toggle-menu-container .sf-menu-toggle:hover {
  text-decoration: none;
  background: #fff;
  color: #000;
}
.toggle-menu-container .sf-menu {
  width: 100%;
}
.toggle-menu-container .sf-menu > li {
  float: none;
}
.toggle-menu-container .sf-menu > li + li {
  margin-left: 0;
}
.toggle-menu-container .sf-menu > li a {
  color: orange;
  background: none;
  padding: 10px 40px;
}
.toggle-menu-container .sf-menu > li.active > a {
  color: #ffffff;
  background: #000000;
}
.toggle-menu-container .sf-menu > li.sfHover > a,
.toggle-menu-container .sf-menu > li a:hover
{
	color: #ffffff;
	background-color: grey;
}
.toggle-menu-container .sf-menu ul {
  position: static;
  padding: 0;
  margin: 0;
  width: 100%;
}
.toggle-menu-container .sf-menu ul li a {
  color: orange;
  background: none;
  padding: 10px 50px;
}
.toggle-menu-container .sf-menu ul li.active > a {
  color: #ffffff;
  background: #000000;
}
.toggle-menu-container .sf-menu ul li.sfHover > a,
.toggle-menu-container .sf-menu ul li a:hover {
  color: #ffffff;
  background: orange;
}
.toggle-menu-container .sf-menu ul ul a {
  padding: 10px 60px;
}
.toggle-menu-container .nav.active {
  right: 0;
}
.toggle-menu-container .nav.active .sf-menu-toggle {
  margin-left: 0;
  top: 6px;
  right: 233px;
  height: 30px;
  width: 30px;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 979px) {
  .toggle-menu-container .sf-menu-toggle {
    top: 10px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .toggle-menu-container .sf-menu {
    display: block;
  }
  .toggle-menu-container .sf-menu a {
    text-align: left;
  }
}
/*==================  Select Menu  ======================*/
.select-menu {
  position: relative;
  display: none;
  margin: 0 auto;
  width: 420px;
  background: #ffffff url('../images/select.png') no-repeat right center;
  overflow: hidden;
}
.select-menu .select {
  width: 440px;
  height: 30px;
  color: #585858;
  background-color: transparent;
  font: 400 15px 'Open Sans', sans-serif;
  line-height: 30px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}
.select-menu .select::-ms-expand {
  display: none;
}
@media (max-width: 767px) {
  .select-menu {
    display: block;
  }
}
@media (max-width: 479px) {
  .select-menu {
    width: 270px;
  }
  .select-menu .select {
    width: 290px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: black;
  z-index: 999;
  border-bottom: 1px solid #333333;
}
.isStuck .nav {
  margin: 24px 0 24px;
}
.isStuck .brand {
  margin: 5px 0 5px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}

/*==================   Parallax    ======================*/
.parallax {
  width: 100%;
  background-position: center 0;
  background-repeat: no-repeat;
}
.mobile .parallax,
.tablet .parallax {
  background-position: 50% 0 !important;
  background-size: cover;
}

/*  BG index  Philosophie */

.parallax1 {
  text-align: center;
  background-color: #FFF;
  background-image: url(../images/parallax01.jpg);
  padding: 132px 0 127px;
}
.parallax2 {
  color: #ffffff;
  background-color: #FFF;
  background-image: url(../images/parallax02.jpg);
  padding: 142px 0 142px;
}
.parallax3 {
  background-color: #FFF;
  background-image: url(../images/parallax03.jpg);
  padding: 117px 0 122px;
}
.parallax4
{
	color: #ffffff;
	background-color: #FFF;
	background-image: url(../images/parallax04.jpg);
	padding: 97px 0 100px;
	float: right;
}
.parallax4 h2 {
  color: #ffffff;
}
/* BLOGG*/
/*parallax_trauring_passt.jpg*/
.parallaxringweite
{
	color: #ffffff;
	background-color: #FFF;
	background-image: url(../images/parallax_trauring_passt.jpg);
	padding: 97px 0 300px;
	/*float: right;*/
}


/* Aktuell */
.parallax5
{
	color: #ffffff;
	background-color: #FFF;
	/*background-image: url(../images/parallax05_255.jpg);*/
	/* aktuelles  motiv aktuell Syltlandschaft
		background-image: url(../images/aktuell/Sylt-XPro2-Landschaft-283.jpg);*/
	/* aktuelles  motiv aktuell Meer
		background-image: url(../images/aktuell/Sylt-XPro2-Landschaft-255.jpg);	*/
		
		
	
	/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	aktuell motiv aktuell Frühstück*/
	background-image: url(../images/aktuell/Village-09-2015-005.jpg); 
	
	
	/*background-image: url(../images/aktuell/Sehnsucht.jpg);*/
	/*background-image: url(../images/parallax05.jpg);*/
	/*background-image: url(../images/aktuell/IMG_0553_new_year_2.jpg);*/
	/*background-image: url(../images/aktuell/bg_boot.jpg);*/
	/*background-image: url(../images/aktuell/bg_xmas.jpg);*/
	padding: 134px 0px 132px;
}
.parallax5 h2 {
  color: #ffffff;
  text-align: left;
  padding-left: 65px;
  position: relative;
}

/* Specials */
.parallax6
{
	color: #ffffff;
	background-color: #FFF;
	background-image: url(../images/parallax06.jpg);
	padding: 97px 0 100px;
	float: right;
}
.parallax6 h2 {
  color: #ffffff;
}

/*

KB auskommentiert weil sonst komisches sonderzeiten vor Headline Aktuell ;_((

.parallax5 h2:before {
  content: '\f000';
  position: absolute;
  left: 0;
  top: 10px;
  font-family: 'FontAwesome';
  font-size: 60px;
  line-height: 60px;
}*/
@media (max-width: 767px) {
  .parallax {
    background-position: center 0 !important;
    background-size: cover;
  }
}
.img__border {
  border: 1px solid #6c6860;
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #000000;
}
header .brand {
  float: left;
  
}
header .nav {
  margin: 38px 0 48px 0;
  float: right;
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand,
  header .nav {
    float: none;
  }
}
/*==================     Brand     ======================*/
.brand
{
	margin: 14px 50px 0 50px;
	float: left;
}
.brand_name {
  padding: 0 0 6px 4px;
  display: inline-block;
  overflow: hidden;
  font-family: 'Justlefthand';
  font-size: 60px;
  line-height: 64px;
  color: #ffffff;

}
/*=======================================================
                     CONTENT  Layout
=========================================================*/
* + p {
  margin-top: 46px;
}
* + h2 {
  margin-top: 138px;
}
* + h3 {
  margin-top: 10px;
}
* + figcaption {
  margin-top: 25px;
}
* + address {
  margin-top: 37px;
}
* + .row {
  margin-top: 80px;
}
* + .row__offset-1 {
  margin-top: 60px;
}
* + .row__offset-2 {
  margin-top: 30px;
}
* + .decoration {
  margin-top: 43px;
}
* + .btn {
  margin-top: 43px;
}
* + .gallery {
  margin-top: 34px;
}
h2 + p {
  margin-top: 55px;
}
h3 + p {
  margin-top: 21px;
}
p + .img {
  margin-top: 46px;
}
.img + h3 {
  margin-top: 46px;
}
/*========================================================
                     CONTENT  Styles
=========================================================*/
main {
  display: block;
  background: #ffffff;
}
/*==================      Well     ======================*/
.well {
  padding: 114px 0 0 0;
}
.well__offset-1 {
  padding: 135px 0 128px 0;
}
.well__offset-2 {
  padding: 141px 0 67px 0;
}
.well__offset-3 {
  padding: 131px 0 129px 0;
}
.well__offset-4 {
  padding: 116px 0 129px 0;
}

.well__offset-kus {
  padding: 116px 0 129px 0;
  border: <##>;
}


/*==================    Buttons    ======================*/
.btn {
  position: relative;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  color: #393328;
}
.btn:before,
.btn:after {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  background: #6c6860;
  height: 1px;
  top: 22px;
  opacity: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.lt-ie9 .btn:before,
.lt-ie9 .btn:after {
  filter: alpha(opacity=0);
}
.btn:hover {
  color: orange;
}
.btn:hover:before {
  left: 0;
  opacity: 1;
}
.lt-ie9 .btn:hover:before {
  filter: alpha(opacity=100);
}
.btn:hover:after {
  right: 0;
  opacity: 1;
}
.lt-ie9 .btn:hover:after {
  filter: alpha(opacity=100);
}
/*================== Decoration ======================*/
.decoration {
  position: relative;
  text-align: center;
}
.decoration:before {
  content: '';
  position: absolute;
  height: 1px;
  top: 10px;
  left: 0;
  right: 50%;
  margin-right: 67px;
  margin-left: 3px;
  background: #6c6860;
}
.decoration:after {
  content: '';
  position: absolute;
  height: 1px;
  top: 10px;
  right: 0;
  left: 50%;
  margin-left: 67px;
  margin-right: 3px;
  background: #6c6860;
}
/*==================   Lazy Img    ======================*/
.lazy-img {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  background: #ffffff url(../images/lazy-loader.gif) no-repeat center center;
}
.lazy-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  opacity: 0;
}
.lt-ie9 .lazy-img img {
  filter: alpha(opacity=0);
}
.lazy-img .lazy-loaded {
  opacity: 1;
}
.lt-ie9 .lazy-img .lazy-loaded {
  filter: alpha(opacity=100);
}
/*================== Gallery ======================*/
.gallery {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .gallery {
    width: 420px;
    margin: 0 auto;
  }
}
@media (max-width: 479px) {
  .gallery {
    width: 300px;
  }
}
.gallery em {
  font-size: 36px;
  line-height: 44px;
  color: orange;
}
.gallery_col-1 {
  float: left;
  width: 30.3347280334728%;
}
@media (max-width: 767px) {
  .gallery_col-1 {
    width: 100%;
  }
}
.gallery_col-2 {
  float: left;
  width: 38.96443514644351%;
}
@media (max-width: 767px) {
  .gallery_col-2 {
    width: 100%;
  }
}
.gallery_col-3 {
  float: left;
  width: 30.70083682008368%;
}
@media (max-width: 767px) {
  .gallery_col-3 {
    width: 100%;
  }
}
.gallery_item {
  display: block;
  position: relative;
}
.gallery_item:hover .gallery_overlay {
  opacity: 1;
}
.lt-ie9 .gallery_item:hover .gallery_overlay {
  filter: alpha(opacity=100);
}
.gallery_overlay {
  position: absolute;
  text-align: center;
  vertical-align: top;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: rgba(255, 255, 255, 0.54);
  z-index: 1;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.lt-ie9 .gallery_overlay {
  filter: alpha(opacity=0);
}
.lt-ie9 .gallery_overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8affffff', endColorstr='#8affffff');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8affffff', endColorstr='#8affffff');
  zoom: 1;
}
.gallery_caption {
  position: absolute;
  background: #ffffff;
  width: 295px;
  padding: 28px 40px 42px;
  top: 50%;
  margin-top: -84px;
  left: 50%;
  margin-left: -188px;
}
@media (max-width: 1199px) {
  .gallery_caption {
    width: 240px;
    margin-left: -150px;
    padding: 20px 30px 30px;
  }
}
@media (max-width: 979px) {
  .gallery_caption {
    width: 200px;
    margin-left: -120px;
    padding: 10px 20px 20px;
    margin-top: -62px;
  }
  .gallery_caption em {
    font-size: 24px;
    line-height: 32px;
  }
  .gallery_caption * + p {
    margin-top: 10px;
  }
}
.gallery img {
  width: 100%;
}
.gallery * + p {
  margin-top: 20px;
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  padding: 78px 0 0 0;
  text-align: center;
}
footer .socials {
  display: inline-block;
  overflow: hidden;
}
footer .socials li {
  float: left;
}
footer .socials li + li {
  margin-left: 100px;
}
@media (max-width: 767px) {
  footer .socials li + li {
    margin-left: 30px;
  }
}
@media (max-width: 479px) {
  footer .socials li + li {
    margin-left: 15px;
  }
}
footer .socials a {
  display: inline-block;
  width: 94px;
  height: 94px;
  line-height: 94px;
  text-align: center;
  background: #ffffff;
  color: #423e3e;
  border-radius: 50%;
  font-size: 60px;
}
@media (max-width: 479px) {
  footer .socials a {
    font-size: 40px;
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}
footer .socials a:hover {
  background: #423e3e;
  color: #ffffff;
}
footer .copyright {
  color: #000000;
}
footer .copyright a:hover {
  text-decoration: underline;
}
* + footer .copyright {
  margin-top: 70px;
}
footer .tm {
  background: #423e3e;
}
* + footer .tm {
  margin-top: 11px;
}
.client {
  font-family: Garamond,Times New Roman, serif, MS Serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #5f5e4e;
}
.client em {
  display: block;
  font-family: 'Justlefthand';
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}
* + .client {
  margin-top: 20px;
}
.bg-1 {
  background: #000000;
  color: #ffffff;
}
.bg-1 h2 {
  color: #ffffff;
}
.bg-1 h3 {
  color: #ffffff;
}
.bg-1 figcaption {
  color: #ffffff;
}
.bg-1 .decoration:before,
.bg-1 .decoration:after {
  background: #563d34;
}
.bg-1 .btn:before,
.bg-1 .btn:after {
  background: #ffffff;
}
.bg-1 .btn:hover {
  color: #ffffff;
}
.box-1 .img {
  margin-top: 4px;
}
* + .box-1 {
  margin-top: 65px;
}
.box-1 * + p {
  margin-top: 1px;
}
.box-1 * + h3 {
  margin-top: 19px;
}
* + .box-2 {
  margin-top: 70px;
}
.box-3 h2 {
  text-align: left;
  font-size: 48px;
  line-height: 58px;
}
* + .box-3 {
  margin-top: 50px;
}
.box-3 h2 + * {
  margin-top: 50px;
}
/*==================  GOOGLE MAP  ======================*/
* + .map {
  margin-top: 72px;
}
.map_model {
  height: 430px;
}
.map_model img {
  max-width: none !important;
}
@media (max-width: 767px) {
  .map_model {
    height: 250px;
  }
}
@media (max-width: 479px) {
  .map_model {
    height: 200px;
  }
}
.map_locations {
  display: none;
}
