/*------VARIABLES-----*/
:root {
	--line_hover_color: #707932;
	--line_normal_color: rgba(0, 0, 0, 0.2);
	--shadow: rgba(0, 0, 0, 0.4);
	--section_bg_color: #282725;
	/*  --slide-in-top-timing: cubic-bezier(0.160, 1.000, 0.300, 1.000);
	--slide-in-bottom-delay: 1.25s;
	--slide-in-bottom-dur: .75s;
	--slide-in-bottom-timing: cubic-bezier(0.160, 1.000, 0.300, 1.000);
	--scale-in-hor-center-delay: 1.75s;
	--scale-in-hor-center-dur: .5s;  */
}
/*---How to use :root variables---->  var(--line_hover_color) #0072ff, var(--line_normal_color)  */

@font-face {
  font-family: "KaushanScript-Regular";
  src: url("../fonts/KaushanScript-Regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/KaushanScript-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/KaushanScript-Regular.otf") format("opentype"), /* Open Type Font */
    url("../fonts/KaushanScript-Regular.svg") format("svg"), /* Legacy iOS */
    url("../fonts/KaushanScript-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/KaushanScript-Regular.woff") format("woff"), /* Modern Browsers */
    url("../fonts/KaushanScript-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Regular";
  src: url("./fonts/Roboto-Regular.eot"); /* IE9 Compat Modes */
  src: url("./fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/Roboto-Regular.otf") format("opentype"), /* Open Type Font */
    url("./fonts/Roboto-Regular.svg") format("svg"), /* Legacy iOS */
    url("./fonts/Roboto-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/Roboto-Regular.woff") format("woff"), /* Modern Browsers */
    url("./fonts/Roboto-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

/*START STANDARD HTML --------------------------------------------*/

html, body {
	margin:0 auto;
	height: 100%;
	font-size: 1em;
	background-color: var(--section_bg_color);
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

/*END STANDARD HTML --------------------------------------------*/



/*START PRELOADER --------------------------------------------*/

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #181716;
}

.center_preloader {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.sk-cube-grid {
  width: 50px;
  height: 50px;  
  margin: 100px auto;
}

.sk-cube-grid .sk-cube {
  width: 25%;
  height: 25%;
  border-radius: 30px;
  border: solid 2px rgba(255,255,255,0.4);
  background-color: #403e3b;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}



/*END PRELOADER --------------------------------------------*/



/*START SECTIONS -----------------------------*/

.journeys-section {
	display: none;
	height: 100%;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: var(--section_bg_color);
	/*background-image: linear-gradient(#282828, #4a4a4a);*/
	overflow: visible;
}
.about-section_1 {
	height: 100%;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: var(--section_bg_color);
	/*background-image: linear-gradient(#282828, #4a4a4a);*/
}
.about-section_2 {
	display: none;
	height: 100%;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: var(--section_bg_color);
	/*background-image: linear-gradient(#282828, #4a4a4a);*/
}
.contact-section {
	height: 100%;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: var(--section_bg_color);
	/*background-image: linear-gradient(#282828, #4a4a4a);*/
}

.hero-section {
	height: 100%;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
}

/*END SECTIONS -----------------------------*/

/*START HERO TITLE ITEMS -----------------------------*/
/*Title Animation Variables (see main.js line 18 for animation setups)----*/
:root {
	--slide-in-top-delay: 1.25s;
	--slide-in-top-dur: .75s;
	--slide-in-top-timing: cubic-bezier(0.160, 1.000, 0.300, 1.000);
	--slide-in-bottom-delay: 1.25s;
	--slide-in-bottom-dur: .75s;
	--slide-in-bottom-timing: cubic-bezier(0.160, 1.000, 0.300, 1.000);
	--scale-in-hor-center-delay: 1.75s;
	--scale-in-hor-center-dur: .5s;
	--scale-in-hor-center-timing: cubic-bezier(0.165, 0.840, 0.440, 1.000);
	--scale-in-button-delay: 2.2s;
	--scale-in-button-dur: .75s;
	--scale-in-button-timing: cubic-bezier(0.160, 1.000, 0.300, 1.000);
	--scale-in-journeybutton-delay: .75s;
	--scale-in-journeybutton-dur: .75s;
	--scale-in-journeybutton-timing: cubic-bezier(0.160, 1.000, 0.300, 1.000);
	--slide-in-comment-delay: 0s;
	--slide-in-comment-dur: 1.2s;
	--slide-in-comment-timing: cubic-bezier(0.160, 1.000, 0.300, 1.000);
}
/* 	Easing Functions

	easeInSine = cubic-bezier(0.12, 0, 0.39, 0)
	easeInCubic = cubic-bezier(0.32, 0, 0.67, 0)
	easeInQuint = cubic-bezier(0.64, 0, 0.78, 0)
	easeInCirc = cubic-bezier(0.55, 0, 1, 0.45)
	easeInQuad = cubic-bezier(0.11, 0, 0.5, 0)
	easeInQuart = cubic-bezier(0.5, 0, 0.75, 0)
	easeInExpo = cubic-bezier(0.7, 0, 0.84, 0)
	easeInBack = cubic-bezier(0.360, 0.000, 0.660, -0.560)

	easeOutSine = cubic-bezier(0.61, 1, 0.88, 1)
	easeOutCubic = cubic-bezier(0.33, 1, 0.68, 1)
	easeOutQuint = cubic-bezier(0.22, 1, 0.36, 1)
	easeOutCirc = cubic-bezier(0, 0.55, 0.45, 1)
	easeOutQuad = cubic-bezier(0.5, 1, 0.89, 1)
	easeOutQuart = cubic-bezier(0.250, 1.000, 0.500, 1.000)
	easeOutExpo = cubic-bezier(0.160, 1.000, 0.300, 1.000)
	easeOutBack = cubic-bezier(0.34, 1.56, 0.64, 1)

	easeInOutSine = cubic-bezier(0.37, 0, 0.63, 1)
	easeInOutCubic = cubic-bezier(0.65, 0, 0.35, 1)
	easeInOutQuint = cubic-bezier(0.83, 0, 0.17, 1)
	easeInOutCirc = cubic-bezier(0.85, 0, 0.15, 1)
	easeInOutQuad = cubic-bezier(0.45, 0, 0.55, 1)
	easeInOutQuart = cubic-bezier(0.76, 0, 0.24, 1)
	easeInOutExpo = cubic-bezier(0.87, 0, 0.13, 1)
	easeInOutBack = cubic-bezier(0.68, -0.6, 0.32, 1.6)

*/

/*Title Animations----*/
.slide-in-top {
	-webkit-animation: slide-in-top var(--slide-in-top-dur) var(--slide-in-top-timing) var(--slide-in-top-delay) both;
	        animation: slide-in-top var(--slide-in-top-dur) var(--slide-in-top-timing) var(--slide-in-top-delay) both;
}
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.slide-in-bottom {
	-webkit-animation: slide-in-bottom var(--slide-in-bottom-dur) var(--slide-in-bottom-timing) var(--slide-in-bottom-delay) both;
	        animation: slide-in-bottom var(--slide-in-bottom-dur) var(--slide-in-bottom-timing) var(--slide-in-bottom-delay) both;
}
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.scale-in-hor-center1 {
	-webkit-animation: scale-in-hor-center1 var(--scale-in-hor-center-dur) var(--scale-in-hor-center-timing) var(--scale-in-hor-center-delay) both;
	        animation: scale-in-hor-center1 var(--scale-in-hor-center-dur) var(--scale-in-hor-center-timing) var(--scale-in-hor-center-delay) both;
}
@-webkit-keyframes scale-in-hor-center1 {
  0% {
    width: 0px;
    opacity: 1;
  }
  100% {
    width: 817px;
    opacity: 1;
  }
}
@keyframes scale-in-hor-center1 {
  0% {
    width: 0px;
    opacity: 1;
  }
  100% {
    width: 817px;
    opacity: 1;
  }
}

.scale-in-hor-center2 {
	-webkit-animation: scale-in-hor-center2 var(--scale-in-hor-center-dur) var(--scale-in-hor-center-timing) var(--scale-in-hor-center-delay) both;
	        animation: scale-in-hor-center2 var(--scale-in-hor-center-dur) var(--scale-in-hor-center-timing) var(--scale-in-hor-center-delay) both;
}
@-webkit-keyframes scale-in-hor-center2 {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 557px;
    opacity: 1;
  }
}
@keyframes scale-in-hor-center2 {
  0% {
    width: 0px;
    opacity: 0;
  }
  100% {
    width: 557px;
    opacity: 1;
  }
}

.scale-in-hor-center3 {
	-webkit-animation: scale-in-hor-center3 var(--scale-in-hor-center-dur) var(--scale-in-hor-center-timing) var(--scale-in-hor-center-delay) both;
	        animation: scale-in-hor-center3 var(--scale-in-hor-center-dur) var(--scale-in-hor-center-timing) var(--scale-in-hor-center-delay) both;
}
@-webkit-keyframes scale-in-hor-center3 {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 354px;
    opacity: 1;
  }
}
@keyframes scale-in-hor-center3 {
  0% {
    width: 0px;
    opacity: 0;
  }
  100% {
    width: 354px;
    opacity: 1;
  }
}

.scale-in-button {
	-webkit-animation: scale-in-button var(--scale-in-button-dur) var(--scale-in-button-timing) var(--scale-in-button-delay) both;
	        animation: scale-in-button var(--scale-in-button-dur) var(--scale-in-button-timing) var(--scale-in-button-delay) both;
}
@-webkit-keyframes scale-in-button {
  0% {
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); 
    opacity: 1;
  }
}
@keyframes scale-in-button {
  0% {
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}

.scale-in-journeybutton {
	-webkit-animation: scale-in-journeybutton var(--scale-in-journeybutton-dur) var(--scale-in-journeybutton-timing) var(--scale-in-journeybutton-delay) both;
	        animation: scale-in-journeybutton var(--scale-in-journeybutton-dur) var(--scale-in-journeybutton-timing) var(--scale-in-journeybutton-delay) both;
}
@-webkit-keyframes scale-in-journeybutton {
  0% {
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); 
    opacity: 1;
  }
}
@keyframes scale-in-journeybutton {
  0% {
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); 
    opacity: 1;
  }
}

.slide-in-comment {
	-webkit-animation: slide-in-comment var(--slide-in-comment-dur) var(--slide-in-comment-timing) var(--slide-in-comment-delay) both;
	        animation: slide-in-comment var(--slide-in-comment-dur) var(--slide-in-comment-timing) var(--slide-in-comment-delay) both;
}
@-webkit-keyframes slide-in-comment {
  0% {
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-comment {
  0% {
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


.hero-outer {
	display: table;
	position: relative;
	z-index: 5;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.hero-middle {
	display: table-cell;
	vertical-align: middle;
}

.hero-inner {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center
	/*whatever width you want*/
}

.hero-title {
	display: inline-block;
}

.hero-maintitle-1 {
	font-family: 'KaushanScript-Regular', cursive;
	/*font-family: 'Kaushan Script', cursive;*/
	font-size: 8em;
	color: #fff;
	letter-spacing: -0.04em;
	/*text-shadow: 4px 4px 10px rgba(0,0,0,0.8);*/
	/*text-shadow: 0 0 10px black, 0 0 25px black, 0 0 5px black;*/
	text-shadow: 0 0 25px rgba(0,0,0,0.8), 0 0 5px rgba(0,0,0,0.8);
	height: 120px;
	display: block;
	opacity: 0;
	vertical-align: bottom;
	line-height: 0.45;
}

.hero-maintitle-2 {
	font-family: 'KaushanScript-Regular', cursive;
	/*font-family: 'Kaushan Script', cursive;*/
	font-size: 8em;
	color: #fff;
	letter-spacing: -0.04em;
	/*text-shadow: 4px 4px 10px rgba(0,0,0,0.8);*/
	/*text-shadow: 0 0 10px black, 0 0 25px black, 0 0 5px black;*/
	text-shadow: 0 0 25px rgba(0,0,0,0.8), 0 0 5px rgba(0,0,0,0.8);
	height: 120px;
	opacity: 0;
	display: none;
	vertical-align: bottom;
	line-height: 80%;
}

.hero-arrow-1 {	
	margin: 0 auto;
	width: 817px;
	height: 24px;
	overflow: hidden;
	position: relative;
	opacity: 0%;
	/*display: none;*/
	/*transition: all .5s;*/
}

.hero-arrow-1 img {	
	position: relative;
	left: 50%;	
	transform: translateX(-50%);
}

.hero-arrow-2 {
	margin: 0 auto;
	width: 557px;
	height: 24px;
	overflow: hidden;
	position: relative;
	opacity: 0%;
	display: none;
}

.hero-arrow-2 img {	
	position: relative;
	left: 50%;	
	transform: translateX(-50%);
}

.hero-arrow-3 {
	margin: 0 auto;
	width: 354px;
	height: 24px;
	overflow: hidden;
	position: relative;
	opacity: 0%;
	display: none;
}

.hero-arrow-3 img {	
	position: relative;
	left: 50%;	
	transform: translateX(-50%);
}

.hero-subtitle-1, .hero-subtitle-2 {
	font-family: 'Roboto-Regular', sans-serif;
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight: 400;
	font-size: 1.5em;
	color: #fff;
	text-shadow: 0 0 10px black, 0 0 25px black, 0 0 5px black;
	padding-bottom: 25px;
}

.hero-subtitle-2 {
	display: none;
}

hr.hero-inner {
	padding-bottom: 20px;
	border-top: 5px dotted white;
	width: 100%;
}

.hero-inner-comment {
	display: none;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
	/*whatever width you want*/
}
.hero-comment {
	display: inline-block;
}
.hero-comment-info {
	background-color: #000;
	opacity: 0.75;
	width: 1160px;
		/*height: 350px;*/
	position: relative;
  	top: 45%;
  	/*transform: translateY(-45%);*/	
	margin: 10px 20px 20px 20px;
	outline: solid 2px rgba(255,255,255,0.2);
	border-radius: 0px;
	/*overflow: auto;*/
}
.hero-comment-info-text {
	font-family: 'Roboto-Regular', sans-serif;
	font-size: 1em;
	text-align: left;
	line-height: 1.4em;
	margin-bottom: 0;
	width: 100%;
  	color: white;
  	padding: 20px 20px 12px 20px;
  	display: table-cell;
  	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.hero-comment-info-text p {
	margin-bottom: 0.6em;
	margin-top: 0;
}
/*START HERO BUTTON -----------------------------*/
.hero-btn1 {
	display: inline-block;
	padding-bottom: 100px;
}
.hero-btn2 {
	display: none;
	margin: 0 auto;
	padding-bottom: 100px;
}

.hero-comment-btn1 {
	display: block;
}
.hero-comment-btn2 {
	display: none;
}

.hero-comment-btn {
	position: relative;
	width: 250px;
	height: 40px;
	margin: 0px;
	font-family: 'Roboto-Regular', sans-serif;
	font-weight: normal;
	text-align: center;
	text-shadow: 0 0 10px black, 0 0 25px black, 0 0 5px black;
	vertical-align: middle;
	color: #fff;
  	background-color: rgba(0,0,0,0.7);
	border: solid 2px rgba(255,255,255,0.2);
	touch-action: manipulation;
	cursor: pointer;
	/*border: 1px solid transparent;*/
	white-space: nowrap;
	padding: 10px 16px;
	font-size: 1em;
	line-height: 90%;
	border-radius: 0px;
	-webkit-box-shadow: 3px 3px 15px 0px var(--shadow);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow:    3px 3px 15px 0px var(--shadow);  /* Firefox 3.5 - 3.6 */
	box-shadow:         3px 3px 15px 0px var(--shadow);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: border 1.0s ease;
	-webkit-animation: glowing 1700ms infinite;
	-moz-animation: glowing 1700ms infinite;
	-o-animation: glowing 1700ms infinite;
	animation: glowing 1700ms infinite;
}
@-webkit-keyframes glowing {
        0% {
          border: solid 2px rgba(255,255,255,0.2);
        }
        50% {
          border: solid 2px rgba(255,255,255,0.8);
        }
        100% {
          border: solid 2px rgba(255,255,255,0.2);
        }
      }
      @keyframes glowing {
        0% {
          border: solid 2px rgba(255,255,255,0.2);
        }
        50% {
          border: solid 2px rgba(255,255,255,0.8);
        }
        100% {
          border: solid 2px rgba(255,255,255,0.2);
        }
      }
.hero-comment-btn:before{
	position: absolute;
	content: '';
	height: 0;
	width: 0;
	border: 2px solid transparent;
	bottom: -2px;
	left: -2px;
	border-radius: 0px;
	box-sizing: border-box;
	border-right: none;
	border-bottom: none;
	transition: border-color 0.25s linear 0.58s,
				width 0.58s linear,
				height 0.25s linear 0.58s;
}
.hero-comment-btn:after{
	position: absolute;
	content: '';
	height: 0;
	width: 0;
	border: 2px solid transparent;
	top: -2px;
	right: -2px;
	border-radius: 0px;
	box-sizing: border-box;
	border-left: none;
	border-top: none;
	transition: border-color 0.25s linear 0.58s,
				width 0.58s linear,
				height 0.25s linear 0.58s;
}
.hero-comment-btn:hover:before{
	width: 250px;
	height: 40px;
	border: 2px solid white;
	border-right: none;
	border-bottom: none;
	transition: border-color 0.25s linear,
				height 0.25s linear,
				width 0.58s linear 0.25s;
}
.hero-comment-btn:hover:after{
	width: 250px;
	height: 40px;
	border: 2px solid white;
	border-left: none;
	border-top: none;
	transition: border-color 0.25s linear,
				height 0.25s linear,
				width 0.58s linear 0.25s;
}

/*END HERO BUTTON -----------------------------*/

.hero-slider {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	
}
.hero-slider.owl-carousel.owl-loaded.owl-stage-outer.owl-stage {
	transition-duration: 5000;
}
.hero-slider.owl-carousel .owl-dots {
	position: absolute;
	left: 0;
	bottom: 23px;
	width: 100%;
	text-align: center;
	display: none;
}
.hero-slider.owl-carousel .owl-dots button {
	height: 10px;
	width: 10px;
	background: #ffffff;
	opacity: 0.5;
	border-radius: 50%;
	margin-right: 10px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.hero-slider.owl-carousel .owl-dots button.active {
	width: 30px;
	border-radius: 50px;
	opacity: 1;
}
.hero-slider.owl-carousel .owl-dots button:last-child {
	margin-right: 0;
}
.hero-slider .owl-stage-outer, .hero-slider .owl-stage, .hero-slider .owl-item, .hero-slider .hs-item {
	height: 100%;
}

/*END HERO TITLE ITEMS -----------------------------*/

/*START JOURNEYS ITEMS -----------------------------*/

.btn {
	position: relative;
	display: inline-block;
	width: 350px;
	height: 150px;
	margin: 25px;
	/*font-family: 'Kaushan Script', cursive;*/
	font-family: 'KaushanScript-Regular', cursive;
	font-weight: normal;
	text-align: center;
	text-shadow: 0 0 10px black, 0 0 25px black, 0 0 5px black;
	vertical-align: middle;
	color: #fff;
  	background-color: rgba(0,0,0,0.7);
	border: solid 2px rgba(255,255,255,0.2);
	touch-action: manipulation;
	cursor: pointer;
	/*border: 1px solid transparent;*/
	white-space: nowrap;
	padding: 10px 16px;
	font-size: 2em;
	line-height: 90%;
	border-radius: 0px;
	-webkit-box-shadow: 3px 3px 15px 0px var(--shadow);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow:    3px 3px 15px 0px var(--shadow);  /* Firefox 3.5 - 3.6 */
	box-shadow:         3px 3px 15px 0px var(--shadow);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: border 1.0s ease;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  /*outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;*/
}
/*.btn:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #000;
	transition: border-color 1.0s ease;
}*/
.btn:focus,
.btn.focus {
	border: solid 2px rgba(0,0,0,1);
  /*color: #333;
	border: 5px #FFFFFF;
  text-decoration: none;*/
}
.btn_cover{
	
}
.btn:before{
	position: absolute;
	content: '';
	height: 0;
	width: 0;
	border: 2px solid transparent;
	bottom: -2px;
	left: -2px;
	border-radius: 0px;
	box-sizing: border-box;
	border-right: none;
	border-bottom: none;
	transition: border-color 0.25s linear 0.58s,
				width 0.58s linear,
				height 0.25s linear 0.58s;
}
.btn:after{
	position: absolute;
	content: '';
	height: 0;
	width: 0;
	border: 2px solid transparent;
	top: -2px;
	right: -2px;
	border-radius: 0px;
	box-sizing: border-box;
	border-left: none;
	border-top: none;
	transition: border-color 0.25s linear 0.58s,
				width 0.58s linear,
				height 0.25s linear 0.58s;
}
.btn:hover:before{
	width: 350px;
	height: 150px;
	border: 2px solid white;
	border-right: none;
	border-bottom: none;
	transition: border-color 0.25s linear,
				height 0.25s linear,
				width 0.58s linear 0.25s;
}
.btn:hover:after{
	width: 350px;
	height: 150px;
	border: 2px solid white;
	border-left: none;
	border-top: none;
	transition: border-color 0.25s linear,
				height 0.25s linear,
				width 0.58s linear 0.25s;
}
.btn_new {
	width: 350px;
	position: absolute;
	top: 0;
	left: 0;
}

.music-player-section {
	display: block;
}

.music-player-all {
	/*display: none;*/
}

.music-comment-all {
	/*-webkit-box-shadow: 3px 3px 15px 0px var(--shadow);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	/*-moz-box-shadow:    3px 3px 15px 0px var(--shadow);  /* Firefox 3.5 - 3.6 */
	/*box-shadow:         3px 3px 15px 0px var(--shadow);*/
	
}
.music-comment-text {
	font-family: 'Roboto-Regular', sans-serif;
	font-size: 1em;
	
	color: white;
	/*outline: solid 2px rgba(255,255,255,0.2);*/
	display: table-cell;
	padding: 10px 20px 10px 20px;
	
	/*border-bottom: 2px solid #5a5a5a;*/
	
}

.music-comment {
	width: 238px;
	margin: 0 auto;
	margin-bottom: 0px;
}
.music-player {
	background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../img/gallery/music_question_bg.jpg");
	border: solid 2px rgba(255,255,255,0.1);
	margin: 0;
	position: absolute;
	display: block;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 0px 0px 0px 0px;
	-webkit-box-shadow: 3px 3px 15px 0px var(--shadow);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow:    3px 3px 15px 0px var(--shadow);  /* Firefox 3.5 - 3.6 */
	box-shadow:         3px 3px 15px 0px var(--shadow);
}
.music-button {
	margin: 0 auto;
	display: block;
	text-align: center;
	margin-top: 10px;
}
.music-topper {
	height: 75px;
	position: relative;
}
.music-close-btn {
	position: relative;
	width: 150px;
	height: 40px;
	margin: 0px;
	font-family: 'Roboto-Regular', sans-serif;
	font-weight: normal;
	text-align: center;
	text-shadow: 0 0 10px black, 0 0 25px black, 0 0 5px black;
	vertical-align: middle;
	color: #fff;
  	background-color: rgba(0,0,0,0.7);
	border: solid 2px rgba(255,255,255,0.2);
	touch-action: manipulation;
	cursor: pointer;
	/*border: 1px solid transparent;*/
	white-space: nowrap;
	padding: 10px 16px;
	font-size: 1em;
	line-height: 90%;
	border-radius: 0px;
	/*-webkit-box-shadow: 3px 3px 15px 0px var(--shadow);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	/*-moz-box-shadow:    3px 3px 15px 0px var(--shadow);  /* Firefox 3.5 - 3.6 */
	/*box-shadow:         3px 3px 15px 0px var(--shadow); */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: border 1.0s ease;
	-webkit-animation: glowing 1700ms infinite;
	-moz-animation: glowing 1700ms infinite;
	-o-animation: glowing 1700ms infinite;
	animation: glowing 1700ms infinite;
}
@-webkit-keyframes glowing {
        0% {
          border: solid 2px rgba(255,255,255,0.2);
        }
        50% {
          border: solid 2px rgba(255,255,255,0.8);
        }
        100% {
          border: solid 2px rgba(255,255,255,0.2);
        }
      }
      @keyframes glowing {
        0% {
          border: solid 2px rgba(255,255,255,0.2);
        }
        50% {
          border: solid 2px rgba(255,255,255,0.8);
        }
        100% {
          border: solid 2px rgba(255,255,255,0.2);
        }
      }
.music-close-btn:before{
	position: absolute;
	content: '';
	height: 0;
	width: 0;
	border: 2px solid transparent;
	bottom: -2px;
	left: -2px;
	border-radius: 0px;
	box-sizing: border-box;
	border-right: none;
	border-bottom: none;
	transition: border-color 0.25s linear 0.58s,
				width 0.58s linear,
				height 0.25s linear 0.58s;
}
.music-close-btn:after{
	position: absolute;
	content: '';
	height: 0;
	width: 0;
	border: 2px solid transparent;
	top: -2px;
	right: -2px;
	border-radius: 0px;
	box-sizing: border-box;
	border-left: none;
	border-top: none;
	transition: border-color 0.25s linear 0.58s,
				width 0.58s linear,
				height 0.25s linear 0.58s;
}
.music-close-btn:hover:before{
	width: 150px;
	height: 40px;
	border: 2px solid white;
	border-right: none;
	border-bottom: none;
	transition: border-color 0.25s linear,
				height 0.25s linear,
				width 0.58s linear 0.25s;
}
.music-close-btn:hover:after{
	width: 150px;
	height: 40px;
	border: 2px solid white;
	border-left: none;
	border-top: none;
	transition: border-color 0.25s linear,
				height 0.25s linear,
				width 0.58s linear 0.25s;
}



/*END JOURNEYS ITEMS -----------------------------*/

/*START GALLERY ITEMS -----------------------------*/

.gallery-section {
	/*height: auto;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow: visible;
	/*background-color: #a0a0a0;*/
	/*background-image: linear-gradient(#282828, #4a4a4a);*/
}
.gallery-more-section {
	height: auto;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	/*background-color: #a0a0a0;*/
	background-image: linear-gradient(#282828, #4a4a4a);
}
.journeys-section {
	/*height: 100%;*/
	height: 100%;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow: visible;
	/*background-color: #a0a0a0;*/
	/*background-image: linear-gradient(#282828, #4a4a4a);*/
}

.gallery_topper {
	/*background-color: #b0b0b0;*/
	width: 100%;
	height: 45px;
	position: relative;
}
.gallery_music_player {
	/*background-color: #b0b0b0;*/
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
}
.music_player_btn {
	position: relative;
	display: inline-block;
	width: 350px;
	height: 50px;
	margin: 25px;
	/*font-family: 'Kaushan Script', cursive;*/
	font-family: 'KaushanScript-Regular', cursive;
	font-weight: normal;
	text-align: center;
	text-shadow: 0 0 10px black, 0 0 25px black, 0 0 5px black;
	vertical-align: middle;
	color: #fff;
  	background-color: rgba(0,0,0,0.7);
	border: solid 2px rgba(255,255,255,0.2);
	touch-action: manipulation;
	cursor: pointer;
	/*border: 1px solid transparent;*/
	white-space: nowrap;
	padding: 10px 16px;
	font-size: 1.25em;
	line-height: 90%;
	border-radius: 0px;
	-webkit-box-shadow: 3px 3px 15px 0px var(--shadow);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow:    3px 3px 15px 0px var(--shadow);  /* Firefox 3.5 - 3.6 */
	box-shadow:         3px 3px 15px 0px var(--shadow);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: border 1.0s ease;
}
.music_player_btn:before{
	position: absolute;
	content: '';
	height: 0;
	width: 0;
	border: 2px solid transparent;
	bottom: -2px;
	left: -2px;
	border-radius: 0px;
	box-sizing: border-box;
	border-right: none;
	border-bottom: none;
	transition: border-color 0.25s linear 0.58s,
				width 0.58s linear,
				height 0.25s linear 0.58s;
}
.music_player_btn:after{
	position: absolute;
	content: '';
	height: 0;
	width: 0;
	border: 2px solid transparent;
	top: -2px;
	right: -2px;
	border-radius: 0px;
	box-sizing: border-box;
	border-left: none;
	border-top: none;
	transition: border-color 0.25s linear 0.58s,
				width 0.58s linear,
				height 0.25s linear 0.58s;
}
.music_player_btn:hover:before{
	width: 350px;
	height: 50px;
	border: 2px solid white;
	border-right: none;
	border-bottom: none;
	transition: border-color 0.25s linear,
				height 0.25s linear,
				width 0.58s linear 0.25s;
}
.music_player_btn:hover:after{
	width: 350px;
	height: 50px;
	border: 2px solid white;
	border-left: none;
	border-top: none;
	transition: border-color 0.25s linear,
				height 0.25s linear,
				width 0.58s linear 0.25s;
}
.music_player_btn_bg {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/music_button_background.jpg"); 
	background-position: center; 
	background-size: 100%; 
	transition: all 0.2s ease;
}
.music_player_btn_bg:hover {
	background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url("../img/music_button_background.jpg"); 
	background-position: center; 
	background-size: 115%; 
	transition: all 0.2s ease;
}
.gallery_bottom {
	/*background-color: #b0b0b0;*/
	width: 100%;
	height: 45px;
	position: relative;
}
.gallery_feature {
	/*background-color: #b5b5b5;*/
	height: 100%;
	position: relative;
	text-align: center;
	padding-bottom: 25px;
}
.gallery_feature_main {
	position: relative;
	display: inline-block;
	width: 800px;
	padding: 0px;
	text-align: center;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	overflow: hidden;
}

.gallery_title_above {
	background-color: #fff;
	position: absolute; 
	width: 800px;
	height: 95%;
	text-align: center;
	z-index: 2000;
}

.gallery_feature_main_photo {
	/*background-color: #b0b0b0;*/
	position: relative;
	display: inline;
	width: 800px;
	
}
.gallery_feature_main_copy {
	/*background-color: #c9c9c9;*/
	position: relative;
	display: inline;
	width: 800px;
	border: 2px;
}
.gallery_feature_main_copy_title {
	/*font-family: 'Kaushan Script', cursive;*/
	font-family: 'KaushanScript-Regular', cursive;
	font-weight: 500;
	font-size: 1.5em;
	color: #c0c0c0;
	background-color: #1b1b1b;
	position: relative;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}
.gallery_feature_main_copy_description {
	font-family: 'Roboto-Regular', sans-serif;
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight: 500;
	font-size: 0.9em;
	color: #000;
	background-color: #B1B1B1;
	position: relative;
	text-align: left;
	padding: 10px 20px 10px 20px;
}
.gallery_more_items {
	/*background-color: #b5b5b5;*/
	width: 100%;
	height: auto;
	overflow: visible;
	text-align: center;
	padding-bottom: 25px;
	
}
.gallery_more_items_holder {
	width: 1230px;	
	margin: 0 auto;
}
.gallery_single_item {
	width: 300px;
	margin: 10px;
	border: 2px solid rgba(0, 0, 0, 0.0);
	display: inline-block;
	vertical-align: top;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	overflow: hidden;
	transition: border .75s ease;
}
.gallery_single_item_pic {
	width: 300px;
	height: 225px;
	overflow: hidden;
	/*transition: border .75s ease;*/
}
.gallery_single_item_info {
	height: 65px;
	padding-top: 10px;
	background-color: #000;	
}
.gallery_single_item_title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 1.1em;
	color: #c0c0c0;	
}
.gallery_single_item .gallery_single_item_pic img {
	transition: transform .75s ease;
}
.gallery_single_item:hover {
	border: 2px solid #b2b2b2;
	transition: border .75s ease;
}
.gallery_single_item:hover .gallery_single_item_pic img {
	transform: scale(1.08);
    -moz-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -o-transform: scale(1.08);
	transition: transform .75s ease;
}
.gallery_item_responsive {
	display: table;
	width: 20%;	
}
.gallery_item {

  border: 1px solid #ccc;
}
.gallery_item:hover {
  border: 1px solid #777;
}
.gallery_item img {
  width: 100%;
  height: auto;
}
.gallery_item_title {
	padding: 5px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 1.1em;
	color: #c0c0c0;
	background-color: #000;
	text-align: center;
}
/*.gallery {
	width: 30%;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
}*/
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*END GALLERY ITEMS -----------------------------*/

.about_topper {
	/*background-color: #b0b0b0;*/
	height: 75px;
	position: relative;
}
.about_bottom {
	/*background-color: #b0b0b0;*/
	height: 75px;
	position: relative;
}
.about_outer_1 {
	background-color: #FFFFFF;
	background-image: url("../img/about_background_1.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	/*width: 400px;*/
	width: 1160px;
	height: 500px;
	margin: auto;
	padding: 0px;
	outline: solid 2px rgba(255,255,255,0.2);
	outline-offset: -2px;
	/*border: solid 2px var(--line_hover_color);*/
	/*border-style: hidden;
	border-color: #B5B5B5;*/
	border-radius: 0px;
	overflow: auto;
	-webkit-box-shadow: 3px 3px 15px 0px var(--shadow);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow:    3px 3px 15px 0px var(--shadow);  /* Firefox 3.5 - 3.6 */
	box-shadow:         3px 3px 15px 0px var(--shadow);
}
.about_info_1 {
	background-color: rgba(0,0,0,0.65);
	width: 840px;
		/*height: 350px;*/
	position: relative;
  	top: 45%;
  	transform: translateY(-45%);	
	margin: 10px 20px 20px 300px;
	border-radius: 10px;
	/*overflow: auto;*/
}
.about_info_text_1 {
	font-family: 'Roboto-Regular', sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: 0;
	width: 100%;
  	color: white;
  	padding: 8px 20px 12px 20px;
  	display: table-cell;
  	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.about_outer_2 {
	background-color: rgba(255,255,255,0.15);
	width: 290px;
	height: auto;
	margin: auto;
	padding: 15px;
	outline: solid 2px rgba(255,255,255,0.2);
	outline-offset: -2px;
	font-family: 'Roboto-Regular', sans-serif;
	font-size: .85em;
	line-height: 1.4em;
	color: white;
	/*border: solid 2px var(--line_hover_color);*/
	/*border-style: hidden;
	border-color: #B5B5B5;*/
	border-radius: 0px;
	overflow: auto;
	-webkit-box-shadow: 3px 3px 15px 0px var(--shadow);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow:    3px 3px 15px 0px var(--shadow);  /* Firefox 3.5 - 3.6 */
	box-shadow:         3px 3px 15px 0px var(--shadow);
}
.about_outer_2 img{
	padding: 5px 0px 5px 15px;
}
.about_info_2 {
	background-color: rgba(0,0,0,0.65);
	width: 100%;
		/*height: 350px;*/
	position: relative;
  	top: 45%;
  	transform: translateY(-45%);	
	margin: 10px 20px 20px 300px;
	/*overflow: auto;*/
}
.about_info_text_2 {
	font-family: 'Roboto-Regular', sans-serif;
	font-size: .85em;
	line-height: 1.4em;
	margin-bottom: 0;
	width: 100%;
  	color: white;
  	padding: 8px 20px 12px 20px;
  	display: table-cell;
  	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.signature {
	font-family: 'KaushanScript-Regular', cursive;
	color: #00bbb9;
	font-size: 1.2em;
	padding-right: 15px;
}
.about_info_text p {
	margin-bottom: 0.6em;
	margin-top: 0;
}


/*START CONTACT FORM -----------------------------*/

.contact_topper, .contact_bottom {
	/*background-color: #b0b0b0;*/
	height: 75px;
	position: relative;
}

/*END CONTACT FORM -----------------------------*/

/*START NAVIGATION FOR TABLET SCREENS -----------------------------*/

@media only screen and (max-width : 1236px) {
	
.about_outer_1 {
	background-image: url("../img/about_background_2.jpg");
	width: 760px;
}
.about_info_1 {
	width: 440px;
	transform: translateY(-50%);	
	margin: 20px 20px 20px 300px;
}
.about_info_text_1 {
	font-size: .9em;
}
.hero-comment-info {
	width: 760px;
}
}

@media only screen and (max-width : 1100px) {
	
.hero-maintitle-1 {
	font-size: 5em;
	line-height: 1.65;
	/*padding-bottom: 0.27em;*/
}
	
.hero-title-1 {
	width: 90%;		
}

.hero-subtitle-1, .hero-subtitle-2 {
	font-size: 1.2em;
}
.hero-arrow-1 {
	display: none;
}
.hero-arrow-2 {
	display: block;
	padding-bottom: 7px;
}
.hero-arrow-3 {
	display: none;
}
}

@media only screen and (max-width : 1236px) {
	
.gallery_more_items_holder {
	width: 808px;	
	margin: 0 auto;
}
.journeys-section {
	height: auto;
}
}

/*END NAVIGATION FOR TABLET SCREENS -------------------------------*/

/*START NAVIGATION FOR MOBILE SCREENS -----------------------------*/

@media only screen and (max-width : 550px) {
	
.hero-maintitle-1 {
	display: none;
}	
	
.hero-maintitle-2 {
	font-size: 4.5em;
	line-height: 80%;
	padding-bottom: 25px;
	display: block;
}
	
.hero-subtitle-1 {
	display: none;
}
.hero-subtitle-2 {
	display: block;
}
.hero-arrow-1 {
	display: none;
}
.hero-arrow-2 {
	display: none;
}
.hero-arrow-3 {
	display: block;
}
.hero-btn1 {
	display: none;
}

.hero-btn2 {
	display: inline-block;
	padding-bottom: 0px;
}
.hero-comment-btn1 {
	display: none;
}
.hero-comment-btn2 {
	display: block;
}
.contact_form {
	max-width: 380px;
}
}

@media only screen and (max-width : 830px) {
	
.gallery_more_items_holder {
	width: 310px;	
	margin: 0 auto;
}
}

@media only screen and (max-width : 830px) {

.about-section_1 {
	display: none;
	/*display: inline-block;*/
}
.about-section_2 {
	display: block;
}
.about_outer {
	background-image: url("../img/about_background_3.jpg");
	width: 310px;
	height: 710px;
}
.about_info {
	width: 250px;
	height: auto;
	margin: 150px 20px 20px 20px;
}
.about_info_text {
  	padding: 10px 20px 15px 20px;
	line-height: 1.3em;
	font-size: .85em;
}
.hero-comment-info {
	width: 310px;
}
.hero-comment-info-text {
	font-size: .85em;
}
.gallery_topper {
	height: 60px;
}
.btn {
	width: 310px;
	height: 134px;
	margin: 0px 0px 25px 0px;
	padding: 0px 0px;
}
.btn:hover:before{
	width: 310px;
	height: 134px;
}
.btn:hover:after{
	width: 310px;
	height: 134px;
}

}

/*END NAVIGATION FOR MOBILE SCREENS -------------------------------*/


