/********* Parallax 2******************/
.before, .after{
  height: 50px;
  background: #ffffff;
  z-index: 2;
}

.container{
  width: 100%; 
  height: 650px;
  overflow: hidden;
  background: #ffffff;
  position: relative;
  

}

.container .mobile-pralax-container{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 2;
  left: 0;
  bottom: 0;
  clip: rect(0,auto,auto,0);
}

.container .mobile-pralax-container .img{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    transform: translate3d(0px,0,0);
	
	
}
.container .mobile-pralax-container .text-cont{
    z-index: 5;
    transform: translate3d(0px,0,0);
	padding:5px;
	background-color: rgba(0, 0, 0, 0.4); 
	color: rgba(0, 0, 0, 0.4);
	width: 50%;
	margin: 0 50% 0 0;
	height: 100%;
	position:relative;
	display:block;
	clear:both;
	
	box-sizing: border-box;
	
}
.text-cont{
    z-index: 5;
    transform: translate3d(0px,0,0);
	padding:5px;
	background-color: rgba(0, 0, 0, 0.4); 
	color: rgba(0, 0, 0, 0.4);
	width: 50%;
	margin: 0 50% 0 0;
	height: 100%;
	position:absolute;
	display:block;
	clear:both;
	
	box-sizing: border-box;
	top:0;
	bottom:0;
	
}
.text-cont-detail{
    z-index: 5;
    transform: translate3d(0px,0,0);
	padding:.75em;
	background-color: rgba(255, 255, 255, 0.8); 
	color: rgba(255, 255, 255, 0.8);
	width: 60%;
	margin: 0 40% 0 0;
	height: 100%;
	position:absolute;
	display:block;
	clear:both;
	padding-top:80px;
	box-sizing: border-box;
	top:0;
	bottom:0;
	
}
.container .mobile-pralax-container .text-cont2{
    z-index: 5;
    transform: translate3d(0px,0,0);
	padding:5px;
	background-color: rgba(255, 255, 255, 0.4); 
	color: rgba(255, 255, 255, 0.4);
	width: 50%;
	margin: 0 50% 0 0;
	height: 100%;
	position:relative;
	display:block;
	clear:both;
	
	box-sizing: border-box;
	
}
.text-cont2{
    z-index: 5;
    transform: translate3d(0px,0,0);
	padding:5px;
	background-color: rgba(255, 255, 255, 0.4); 
	color: rgba(255, 255, 255, 0.4);
	width: 50%;
	margin: 0 50% 0 0;
	height: 100%;
	position:relative;
	display:block;
	clear:both;
	
	box-sizing: border-box;
	
}
img {
    object-fit: cover;
    width: 100%;
    height: 100%;
	display: block;
	
}

   #floater {
    float: left;
    height: 30%;
    width: 100%;
    margin-bottom: -50px;
}
.text {
	width: 100%;
	color: #ffffff;
	transform: translate3d(0px,0,0);
}


/**********Parallax 2******/
/*
parallax
*/
body, html {
  height: 100%;
  margin: 0;
}

.fixed-image, .fixed-image-home,.fixed-image-home-mobile {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.fixed-image-home {
  min-height: 100%;
  width: 100%;
  margin:0 auto;
  border-top: 5px solid #ffffff;
  border-bottom: 5px solid #ffffff;
  box-sizing:border-box;
   border-left: 3px solid #ffffff;
   border-right: 3px solid #ffffff;
   display: block;
}
.fixed-image-home-mobile {
	 min-height: 100%;
  width: 100%;
  margin:0 auto;
  border-top: 5px solid #ffffff;
  border-bottom: 5px solid #ffffff;
  box-sizing:border-box;
   border-left: 3px solid #ffffff;
   border-right: 3px solid #ffffff;
 display:none;
}


.fixed-image {
opacity:1;
  min-height: 400px;
}


.caption {
  position: absolute;
  top: 75%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 1.25em;
  letter-spacing: 1px;
  width: 100%;
  display:block;
  box-sizing:border-box;
}


.home-text {
	color:#ddd;
	background-color:#282E34;
	padding:2em 30%;
	text-align: justify;
}
.circle-mask {
/*background-image: url(http://www.studiomn.com/2017-images/circle-mask.png); 
background-repeat:no-repeat;
background-position: center; 
background-size:cover;
-webkit-transform-style: preserve-3d; 
-moz-transform-style: preserve-3d;  
transform-style: preserve-3d; 
position: absolute; 
top:0;
bottom:0;
right: 0; 
left:0;*/

}
.circle-mask-2 {
/*background-image: url(http://www.studiomn.com/2017-images/circle-mask-2.png); 
background-repeat:no-repeat;
background-position: center; 
background-size:cover;
-webkit-transform-style: preserve-3d; 
-moz-transform-style: preserve-3d;  
transform-style: preserve-3d; 
position: absolute; 
top:0;
bottom:0;
right: 0; 
left:0;*/

}
.circle-mask-inner {
  width:100%; position: absolute;  top: 50%; transform: translateY(-50%); text-align:center;
   padding:2em 20%;
   background-color: rgba(255, 255, 255, 0.6); 
color: rgba(255, 255, 255, 0.85);
}
.circle-mask-inner-home {
  width:100%; position: absolute;  top: 50%; transform: translateY(-50%); text-align:center;
   padding:2em 20%;
   background-color: rgba(0, 0, 0, 0.4); 
color: rgba(0, 0, 0, 0.4);
}
.intro-text-cont{
	width:100%; padding:2em 25%; background: #a3a60f;
}
#hide {display: none;}
#show {display:block !important}
#slimnav {
	padding-bottom:0px;
}
.fixed-div {
	position:fixed;
            top:0px;
			width: 100%;
			float:left;
			display:block !important;

}
#header {
	z-index:2900;
	width: 100%;
	display: none;
}
#header-detail {
	z-index:2900;
	width: 100%;
	display: block;
}
.title-block {
	width: 100%; max-width: 1000px; box-sizing:border-box; padding: 10px 5px; text-align:left; background-color: rgba(0, 0, 0, 0.6); 
color: rgba(0, 0, 0, 0.6); display: block;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
.fixed-image, .fixed-image-home,.fixed-image-home-mobile {
background-attachment: scroll !important;
}
.fixed-image-home-mobile {
    display: block !important;
}
.fixed-image-home {
 display:none !Important;
}

.home-text {
padding:1em .5em !important;
}
.intro-text-cont{
	padding-left:2em !important;
	padding-right:2em !important;
}
#header-detail {
	z-index:2900;
	width: 100%;
	display: none !important;
}
/*.circle-mask {
background-image:none !important; 
  
}*/
.title-block
{display: none !important;}
.text-cont-detail{
    z-index: 5;
    transform: translate3d(0px,0,0);
	padding:.75em;
	background-color: rgba(255, 255, 255, 0.8); 
	color: rgba(255, 255, 255, 0.8);
	width: 60%;
	margin: 0 40% 0 0%;
	height: 100%;
	position:relative !important;
	display:block;
	clear:both;
	
	box-sizing: border-box;
	
}


}
/*
*/
div { box-sizing: border-box;}
/* -------------------------------------------------*/
/* -------------------------------------------------*/
/* -------------------------------------------------*/
/* -------------------------------------------------*/
/* -------------------------------------------------*/
/* -------------------------------------------------*/

/* NAVIGATION --------------------------------------*/

/* -------------------------------------------------*/
/* -------------------------------------------------*/
/* -------------------------------------------------*/
/* -------------------------------------------------*/
/* -------------------------------------------------*/
/* -------------------------------------------------*/
/* -------------------------------------------------*/
! responsive-nav.js 1.0.39 by @viljamis 


.nav-collapse ul {
margin: 0;
width: 100%;
display: block;
list-style: none;
padding:5px;
}

.nav-collapse li {
width: 100%;
display: block;
list-style:none;
width:100%;
padding:10px;
margin: 0;
font-size:.7em !important;


}


.js .nav-collapse {
clip: rect(0 0 0 0);
max-height: 0;
position: absolute;
display: block;
color: #666;
zoom: 1;
}


.nav-collapse.opened {
max-height: 9999px;
background:#ffffff;
padding:5px 0 5px 20px;
margin:0px;
border-top: solid 1px #e1e1e1;
border-bottom: solid 5px #e1e1e1;
box-sizing:border-box;

}

.nav-toggle {
background:#666;
width: 100%;
display: block;
list-style:none;
padding:10px;
margin: 0;
box-sizing:border-box;

/**/
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
  font-size: 20px; }
body {
  font-size: 1em;
   line-height: 130%;
  font-weight: normal;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222;
  background: #ffffff;
 
   }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }
h1 { font-size: 4.0em; }
h2 { font-size: 3.6em; }
h3 { font-size: 3.0em; letter-spacing: 1px; text-transform: uppercase;}
h4 { font-size: 1.25em; line-height: 130% !important; letter-spacing:1px !important; text-align:left; margin:0px; color: #222; }
h5 { font-size: 1.25em; line-height: 130% !important; letter-spacing:2px !important; text-align:left; margin:0px; text-shadow: 4px 4px 2px rgba(0, 0, 0, 1); color: #ffffff;padding-bottom: 5px !important;  font-weight:400 !important; }
h6 { font-size: 1em;  text-align:left; margin:0px; line-height:140%; text-shadow: 4px 4px 2px rgba(0, 0, 0, 1); color: #ffffff; letter-spacing:.25em;  font-weight:200 !important;}
p {font-size:.8em; margin: 0; text-align:left;  color:#000000;  }
@media (min-width: 800px) {
h5 { font-size: 1.5em !important; letter-spacing: 1px!important; padding-bottom: 5px !important; font-weight:400 !important;}
h6 { font-size: 1.5em !important;letter-spacing:2px;  font-weight:200 !important;  }
p {font-size:.8em; margin: 0; text-align:left; color:#000000; }
.container .mobile-pralax-container .text-cont{
    z-index: 5;
    transform: translate3d(0px,0,0);
	padding:20px !important;
	background-color: rgba(0, 0, 0, 0.4); 
	color: rgba(0, 0, 0, 0.4);
	width: 30% !important;
	margin: 0 50% 0 20% !important;
	height: 100%;
	position:relative;
	display:block;
	clear:both;
	border-left: 1px solid #ffffff !important;
	border-right: 1px solid #ffffff !important;
}
.text-cont{
    z-index: 5;
    transform: translate3d(0px,0,0);
	padding:20px !important;
	background-color: rgba(0, 0, 0, 0.4); 
	color: rgba(0, 0, 0, 0.4);
	width: 30% !important;
	margin: 0 50% 0 20% !important;
	height: 100%;
	position:absolute;
	display:block;
	clear:both;
	border-left: 1px solid #ffffff !important;
	border-right: 1px solid #ffffff !important;
	top:0;
	bottom:0;
}
.container .mobile-pralax-container .text-cont2{
    z-index: 5;
    transform: translate3d(0px,0,0);
	padding:20px !important;
	background-color: rgba(255, 255, 255, 0.4); 
	color: rgba(255, 255, 255, 0.4);
	width: 30% !important;
	margin: 0 50% 0 20% !important;
	height: 100%;
	position:relative;
	display:block;
	clear:both;
	border-left: 1px solid #ffffff !important;
	border-right: 1px solid #ffffff !important;
}
body {	padding:0 3em;}

#hide {display:block !important}
#show {display: none !important}

/*.fixed-div {
	position:relative !important;

}*/	
#slimnav {
	padding-bottom:none !important;
}
.navigation {
	background: #ffffff;
	width: 100%;
	padding: 5px 10px;
	}
}


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  margin:0 auto;
  padding:0;
  box-sizing: border-box;
  background: #ffffff;
 
  }
.column,
.columns,
.column-fixed {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding-left:.5em;
	padding-right: .5em;
     }

.row {
	padding-left:.5em;
	padding-right: .5em;
	box-sizing:border-box !important;
	width:100%;
}
.footer-row {
	padding-left:.5em;
	padding-right: .5em;
	box-sizing:border-box !important;
	width:100%;
}
#logo { 
	display:none;
	}
#mobile-hide { 
	display:none;
	}	

/*–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* For LARGER DEVICES */
@media (min-width: 800px) {

.container {
    padding: 0 !important;
	margin: 0 auto !important;
	background:#ffffff; 
	box-sizing:border-box !important;
	max-width:1000px !important;
	 }
.row {
	box-sizing:border-box !important;
	}
.footer-row {
	position: fixed !important; bottom: 0 !important;
	}
.column-fixed {
 
	position:fixed !important;
     }
 #logo{display:block !important;}
 #mobile-hide { 
	display:block;
	}
	/* -------------------------------------------------*/
/* -------------------------------------------------*/

/* NAVIGATION --------------------------------------*/

/* -------------------------------------------------*/
/* -------------------------------------------------*/

.js .nav-collapse {
position: relative;

}
.js .nav-collapse.closed {
max-height: none;
}
.nav-toggle {
display: none;
}

#nav   {
list-style:none;
width:100%;
margin:0px;
padding:0;
content: "";
display: table;
clear: both;
}


.nav-collapse li {
font-size:.6em!important;
letter-spacing:1px;
/*float:left !important;*/
display: block;
text-align:center!important;
position:relative!important;
margin:0px!important;
box-sizing:border-box!important;
width:auto !important;
padding: 5px 10px !important;

}

.nav-collapse li:hover {
color: #a3a60f !important;}

/*.nav-collapse li:last-child {
float: right !important;

}
.nav-collapse li:last-child:hover {
float: right !important;

}
*/

.nav-collapse li a {
color: #666;
outline:0;
text-decoration:none;
padding: 0 10px !important;
}

.nav-collapse li:hover a {
color:#666;
}
.nav-collapse li .drop {
padding-right:0px;
/*background:url("img/drop.png") no-repeat right 8px;*/
}
.nav-collapse li:hover .drop {
/*background:url("img/drop.png") no-repeat right 7px;*/
}


  .container {
    width: 100%; }
  .column,
  .columns {
     }
  .column:first-child,
  .columns:first-child {
    }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-eight.column                { width: 12.5%; }
  .seven-eight.column                { width: 87%; }
  .one-quarter.column                { width: 25%; }
   .one-quarter.column-fixed                { width: 25%; }
   .one-half.column                { width: 50%; }
    .three-quarter.column                { width: 75%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}

/*–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*–––––––––––––––––––––––––––––––––––––––––––––––––– */



/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1EAEDB; }
a:hover {
  color: #0FA0CE; }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }
.clearfloat { 
	clear:both;
	content: "";
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* Sticky Nav Scroll*******************************/





/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}
