html {
	margin-left: calc(100vw - 100%);
    margin-right: 0;
	overflow-y: scroll;
	}
body {
 font-family: 'DIN Next LT W01 Light', Helvetica, Arial, sans-serif;
}
#header {
	width:100%;
	max-width: 1010px;
	margin: 30px auto 0px auto;
	padding: 0px 20px;
}
#footer {
	width:100%;
	max-width: 1020px;
	margin: 0px auto 0px auto;
	padding: 50px 20px 20px 20px;
}
#homepageheader {
	width:100%;
	max-width: 1640px;
	margin: 30px auto 0px auto;
	padding: 0px 20px;
}
#homepagefooter {
	width:100%;
	max-width: 1640px;
	margin: 0px auto 0px auto;
	padding: 50px 20px 20px 20px;
}
#content-index {
	width:100%;
	max-width: 1630px;
	/*min-height: 640px;*/
	margin: 0px auto 0px auto;
}
#content-projects {
	width:100%;
	max-width: 1000px;
	margin: 0px auto 0px auto;
}
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%!important;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
	padding-left: 16px;
	padding-right: 16px;
}
.soc{
	padding:8px 8px!important;
}
.socfirst{
	padding:8px 0px!important;
}
.ftnewsletter {
	margin-top: 5px;
    margin-left: 50px;
	font-size: 12px;
	letter-spacing: 4px;
	color:#888;
}
#content-portfolio {
	width:100%;
	max-width: 1200px;
	min-height: 800px;
	margin: 0px auto 0px auto;
}
#translate a { 
    font-family: 'DIN Next LT W01 Light', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    text-decoration: none;
    color: #000;
	letter-spacing: 4px;
}
#translate > div > a.active { 
    -webkit-text-stroke: 0.5px black;
} 
#menu a {
    font-family: 'DIN Next LT W01 Light', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    text-decoration: none;
    color: #888;
	/*opacity: .75;*/
	letter-spacing: 6px;
}  
#menu a.active {
	color: #000;
}
#menu-small a {
    font-family: 'DIN Next LT W01 Regular', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
    color: #000;
	letter-spacing: 4px;
}  
#footer a {
    font-family: 'DIN Next LT W01 Light', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
    color: #000;
	opacity: .75;
	letter-spacing: 4px;
} 
#footer-mobile a {
    font-family: 'DIN Next LT W01 Light', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
    color: #000;
	opacity: .75;
	letter-spacing: 4px;
} 
#footer-mobile img {
	max-height:60px;
}
img {
  width: 100%;
  height: auto;
}
img.hr {
	width: 134px;
}
img.ftlogo{
	width: 400px;
	opacity: 70%;
	padding-top:10px;
	margin-right:-10px;
}
img.ftnews{
	width: 160px;
	opacity: 70%;
	padding-top:10px;
}
img.ftsoc{
	height:30px;
}
H1 {
    font-family: 'DIN Next LT W01 Light', Helvetica, Arial, sans-serif;
	-webkit-text-stroke: 0.5px black;
	text-transform: normal;
	font-size: 58px;
    color: #000;
	letter-spacing:26px !important;
	margin-bottom: 0px;
	text-transform:uppercase;
} 
H2 {
    font-family: 'DIN Next LT W01 Light', Helvetica, Arial, sans-serif;
    font-size: 22px;
    color: #000;
    margin-top: 20px;
    letter-spacing: 4;
    line-height: 1.8;
} 
H4 {
    font-family: 'DIN Next LT W01 Light', Helvetica, Arial, sans-serif;
	font-size: 18px;
    text-decoration: none;
	margin: 0px;
	letter-spacing: 1px;
	margin-bottom:10px;
} 
h4.headtitle{
	margin: 14px 0px -20px 0px;
}
p {
    font-family: 'DIN Next LT W01 Light', Helvetica, Arial, sans-serif;
    color: #4d4d4f;
	font-size: 16px;
	line-height: 1.8;
	/*text-align: justify;*/
}
.text-regular p {
	text-align: left;
	margin-top: 0px;
	padding-left: 18px !important;
}
.text-services p {
	text-align: justify;
	margin-top: 0px;
}
img.services-img {
	padding: 0.01em 0px 30px 0px;
}
.text-profile p {
	text-align: left;
	margin-top: 0px;
}
.text-news {padding:16px 0px;}
.text-news p {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.4;
	font-size: 14px;
}
.text-news > .w3-cell {padding-bottom:10px;}
a {
    font-family: 'DIN Next LT W01 Ultra Light', Helvetica, Arial, sans-serif;
	text-decoration: none;
}  
.features {
    font-family: 'DIN Next LT W01 Regular', Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 1.5px;
	color: #999;
	text-align:center;
} 
.features > span {
padding-right: 15px;
}
.footer-items {
	padding:0px 20px;
	text-align:center;
} 
.no-lr-padding {
	padding-left: 0px;
	padding-right: 0px;
}
.pad-20 {
	padding:8px 20px !important;
}
.pad-8 {
	padding:8px 8px 0px 20px !important;
}
.pad-50 {
	padding-top:50px;
}
.headline {
	margin: 0px 60px;
}
.w3-row-padding>.w3-third {
	padding: 0 16px !important;
}
.w3-section {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.w3-row-padding>.news-col {
    padding: 0 16px !important;
}
p.profile-awards a {
	font-family: 'DIN Next LT W01 Light', Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #999;
	text-transform: none;
}
p.profile-awards {
	font-size: 14px;
	text-transform: none;
}
.italic {
	font-family: 'DIN Next LT W01 Light', Helvetica, Arial, sans-serif;
	color: #999;
	font-size: 14px; 
	text-transform: none;
}
.news-date {
	color: #999;
	font-size: 12px; 
	text-transform: none;
	letter-spacing: 6px;
	margin-bottom: 0px; 
}.iframe-container{  position: relative;  width: 100%;  padding-bottom: 56.25%;   height: 0;}.iframe-container iframe{  position: absolute;  top:0;  left: 0;  width: 100%;  height: 100%;}
a.pink {
    font-family: 'DIN Next LT W01 Light', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 4px;
    color: #EF2D90;
	padding-left: 8px;
}   
#content-index img {
vertical-align: bottom;
}
 @keyframes cf3FadeInOut {
  0% {
  opacity:1;
}
45% {
opacity:1;
}
55% {
opacity:0;
}
100% {
opacity:0;
}
}

#cf {
  position:relative;
}

#cf img {
position: absolute;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#cf img.top{
  animation-name: cf3FadeInOut;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 10s;
animation-direction: alternate;
}
#cf2 {
  position:relative;
}

#cf2 img {
position: absolute;
left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#cf2 img.top:hover{
  opacity: 0;
}

.grayscale {
   -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   filter: grayscale(100%);
   transition: all 0.1s ease;
}
.grayscale:hover {
   -webkit-filter: grayscale(0%);
   -moz-filter: grayscale(0%);
   filter: grayscale(0%);
}
/*news greyscale hovers*/
.greyscale {
   -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   filter: grayscale(100%);
   transition: all 1s ease;
}
.greyscale:hover {
   -webkit-filter: grayscale(0%);
   -moz-filter: grayscale(0%);
   filter: grayscale(0%);
}
.small {
max-height: 90px;
  transition-property: max-height;
  transition-duration:  1s;
transition-delay: 0s;
      -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
    -webkit-transition: 2s;
  overflow-y: hidden;
  position: relative;
  margin-bottom:14px;
}
.small:hover { 
max-height: 465px;
transition: 2s ease-in; 
}
.large {
 max-height: 500px;
  transition-property: max-height;
  transition-duration:  1s;
transition-delay: 0s;
      -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
    -webkit-transition: 2s;
  overflow-y: hidden;
  position: relative;
  margin-bottom:14px;
}
.large:hover {
max-height:750px;
transition: 2s ease-in; 
}

.over1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: 2s ease-in-out;
}

.small:hover .over1, .small:active .over1, .small:focus .over1 {
  opacity: 1;
}
.large:hover .over1, .large:active .over1, .large:focus .over1 {
  opacity: 1;
}
.over2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  transition: 2s ease-in-out;
  background-image: url("../images/home/05-vm-resort.jpg");
  background-size: cover;
}
.pinksolid:hover .over2, .pinksolid:active .over2, .pinksolid:focus .over2 {
  opacity: 1;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
.small {
max-height: 465px;
}
.large {
max-height:750px;
}
}
.texthome {
  font-size: 13px;
  font-family: 'DIN Next LT W01 Light', Helvetica, Arial, sans-serif;
  letter-spacing: 7px;
  line-height: 13px;
  position: relative;
  top: 30px;
  text-align: center;
  padding-left:10%;
  padding-right:10%;
}
.text-white {
	color: #ffffff;
}
.text-black {
	color: #000000;
}

.clr{
	clear: both;
}


*,
*:before,
*:after {
    box-sizing: border-box;
}

/* Controls */
---------------------------------------------------------------------- 

.controls {
    padding: 1rem;
	text-align: center;
	background: #eaeaea;
}

.control {
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition: background 150ms;
	font-family: 'DIN Next LT W01 Light', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    text-decoration: none;
    color: #000;
	letter-spacing: 6px;
	text-align: center;
}

.control:hover {
    color: #888;
}
.mixitup-control-active {
	    color: #888;
}

.mixitup-control-active[data-filter]:after {
    background: transparent;
}

.control:first-of-type {
    border-radius: 3px 0 0 3px;
}

.control:last-of-type {
    border-radius: 0 3px 3px 0;
}

.control[data-filter] + .control[data-sort] {
    margin-left: .75rem;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 2s ease;
  background-color: #000000;
}

.mix:hover .overlay {
  opacity: .75;
}
.translate {margin-top:0px !important;}
.text {
  color: white;
  font-size: 11px;
  font-family: 'DIN Next LT W01 Light', Helvetica, Arial, sans-serif;
  letter-spacing: 7px;
  line-height: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

/* Container
---------------------------------------------------------------------- */

.mixitcontainer {
    text-align: justify;
}

.mixitcontainer:after {
    content: '';
    display: inline-block;
    width: 100%;
}
.mixitcontainer > a > .mix > img {
    vertical-align: top;
}
/* Target Elements
---------------------------------------------------------------------- */

.mix,
.gap {
    display: inline-block;
    vertical-align: top;
}

.mix {
    margin-bottom: 1rem;
    position: relative;
}

.mix:before {
    content: '';
    display: inline-block;
    padding-top: 56.25%;
}

/* Grid Breakpoints
---------------------------------------------------------------------- */

/* 2 Columns */

.mix,
.gap {
    width: calc(100%/2 - (((2 - 1) * 1rem) / 2));
}

/* 3 Columns */

@media screen and (min-width: 841px) {
    .mix,
    .gap {
        width: calc(100%/3 - (((3 - 1) * 1rem) / 3));
    }
	
	
	
	.over1 {
  opacity: 0;
}
	
}

/* 4 Columns 

@media screen and (min-width: 961px) {
    .mix,
    .gap {
        width: calc(100%/4 - (((4 - 1) * 1rem) / 4));
    }
}

/* 5 Columns 

@media screen and (min-width: 1281px) {
    .mix,
    .gap {
        width: calc(100%/5 - (((5 - 1) * 1rem) / 5));
    }
}*/

/*Mobile Menu*/
.mobile-menu-overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
  color:#000000;
}

.mobile-menu-overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: -50px;
}

.mobile-menu-overlay a {
  font-family: 'DIN Next LT W01 Regular', Helvetica, Arial, sans-serif;
  text-transform:uppercase;
  padding: 8px;
  text-decoration: none;
  font-size: 22px;
  letter-spacing: 10px;
  color: #000000;
  display: block;
  transition: 0.3s;
}
.mobile-menu-overlay p.ama-footer {
  font-family: 'DIN Next LT W01 Regular', Helvetica, Arial, sans-serif;
  padding: 8px;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 5px;
  color: #000000;
  display: block;
  transition: 0.3s;
}

.mobile-menu-overlay a:hover, .mobile-menu-overlay a:focus {
  color: #EF2D90;
}

.mobile-menu-overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}
.mobile-menu-overlay a.mobile-footer{
	color:#909090; 
	font-size: 12px;
	letter-spacing: 7px;
	font-family: 'DIN Next LT W01 Light', Helvetica, Arial, sans-serif;
} 
.mobile-menu-overlay a.mobile-address {
font-family: 'DIN Next LT W01 Ultra Light', Helvetica, Arial, sans-serif;
  text-decoration: none;
  font-size: 12px;
  color: #909090;
  letter-spacing:2px;
  display: inline;
  padding: 0px !important;
}
   .mobile-menu-overlay .mobile-logo {
  position: absolute;
   top: 35px;
  left: 35px;
  width:30%;
  }
.ama-footer-address p {
margin: 0px !important;
padding: 0px !important;
font-family: 'DIN Next LT W01 Ultra Light', Helvetica, Arial, sans-serif;
  text-decoration: none;
  font-size: 12px;
  color: #909090;
  letter-spacing:2px;
}
@media screen and (max-height: 450px) {
  .mobile-menu-overlay a {font-size: 20px}
  .mobile-menu-overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 15px;
  }
   .mobile-menu-overlay .mobile-logo {
  position: absolute;
   top: 35px;
  left: 35px;
  width:30%;
}
.w3-display-left {
    transform: translate(-75%,-50%) !important;
	}
.w3-display-right {
    transform: translate(75%,-50%) !important;
	}
.w3-button {
    font-size: 35px;
    opacity: 0.3;
}
.w3-button:hover {background-color:#ffffff !important;}
	
.mySlides {display:none;}
:focus {outline: none !important;}

/* Popup box BEGIN */

/* Popup box BEGIN */
