/*!
 * Start Bootstrap - New Age v5.0.6 (https://startbootstrap.com/template-overviews/new-age)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-new-age/blob/master/LICENSE)
 */
/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "FrutigerLT-Light";

  src: url("../fonts/FrutigerLT45Light.otf") format("opentype"), /* Open Type Font */
    url("../fonts/fonts-FrutigerLT45Light.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/fonts-FrutigerLT45Light.woff") format("woff"), /* Modern Browsers */
    url("../fonts/fonts-FrutigerLT45Light.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "FrutigerLT-Italic";
  src:url("../fonts/fonts-FrutigerCE46LightItalic.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/fonts-FrutigerCE46LightItalic.woff") format("woff"), /* Modern Browsers */
    url("../fonts/fonts-FrutigerCE46LightItalic.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FrutigerLT-Bold";
  src: url("../fonts/fonts-FrutigerLT65Bold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/fonts-FrutigerLT65Bold.woff") format("woff"), /* Modern Browsers */
    url("../fonts/fonts-FrutigerLT65Bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
 

html,
body {
  width: 100%;
  height: 100%;
  color:#000000; 
}

body {
   font-family: "FrutigerLT-Light", Helvetica, Arial, sans-serif;
}

a {
  color: #fdcc52;
  -webkit-transition: all .35s;
  transition: all .35s;
}

a:hover, a:focus {
  color: #fcbd20;
}

hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
  border-color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "FrutigerLT-Bold", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;  
}
.golden{color:#8b6c65;}

p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

section {
  padding: 100px 0;
}

/***** Animation ******/

.fade-in {
  animation: fadeIn ease 2s;
  -webkit-animation: fadeIn ease 2s;
  -moz-animation: fadeIn ease 2s;
  -o-animation: fadeIn ease 2s;
  -ms-animation: fadeIn ease 2s;
}


@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

/* The style below is just for the appearance of the example div */


header video {
  position: absolute;
  top: 50%;
  left: 50%;
min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.shd{background: url("../images/img-shadow.png") no-repeat; width: 480px;
height: 80px;
position: absolute;
bottom: -30px;
z-index: 0;
right: -75px; }


header.masthead {
  position: relative;
  width: 100%; min-height: 100%;
  padding-top: 150px;
  padding-bottom: 100px; overflow: hidden
}

header.masthead .header-content {
  max-width: 600px;
  margin-bottom: 100px;
  text-align: center; 
}
header.masthead .header-content .logo{background: url("../images/img-AL_logo.png") no-repeat; width: 500px; height :50px; float: right; margin-bottom: 30px;}
header.masthead .header-content .logo{background-size:100%}

header.masthead .header-content .Applogo{background: url("../images/img-K11_applogo.png") no-repeat; width: 111px; height :111px; float: right; margin-bottom: 50px; display: block; 
-webkit-box-shadow: 9px 12px 28px -5px rgba(0,0,0,0.3);
-moz-box-shadow: 9px 12px 28px -5px rgba(0,0,0,0.3);
box-shadow: 9px 12px 28px -5px rgba(0,0,0,0.3);border-radius: 26px}
header.masthead .header-content .Applogo{background-size:100%; }
header.masthead .header-content h1 {
  font-size: 26px; padding-bottom: 10px; clear: both;
}
header.masthead .header-content .headpad{/*padding-top: 110px;*/ }
header.masthead .header-content .appstore_logo{background: url("../images/img-AppStore.png") no-repeat; width: 150px; height :48px; float: right; margin-right:10px; }
header.masthead .header-content .appstore_logo{background-size:100%}

header.masthead .header-content .googlepaly_logo{background: url("../images/img-GooglePlay.png") no-repeat; width: 150px; height :48px; float: right; margin-right:10px;} 
header.masthead .header-content .googlepaly_logo{background-size:100%}

header.masthead .header-content .apk_logo{background: url("../images/img-androidAPK_button.png") no-repeat; width: 150px; height :48px; float: right; margin-right:10px;} 
header.masthead .header-content .apk_logo{background-size:100%}

header.masthead .device-container {
  max-width: 325px;
  margin-right: auto;
  margin-left: auto; position: relative; z-index: 1
}

header.masthead .device-container .screen img {
  border-radius: 3px;
}

@media (min-width: 991px) {
  header.masthead {
    height: 100vh;
    min-height: 775px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead .header-content {
    margin-bottom: 0;
    text-align: right;
  }
  header.masthead .header-content h1 {
    font-size: 30px;
  }
  header.masthead .header-content .dics {
    font-size: 22 px; margin-bottom: 80px;
  }
	
  header.masthead .device-container {
    max-width: 325px;
  }
}


@media (min-width: 1240px) {
  header.masthead {
    height: 100vh;
    min-height: 775px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead .header-content {
    margin-bottom: 0;
    text-align: right;
  }
  header.masthead .header-content h1 {
    font-size: 30px;
  }
  header.masthead .header-content .dics {
    font-size: 22px; margin-bottom: 80px;
  }
	
  header.masthead .device-container {
    max-width: 325px;
  }
}

@media (max-width: 991px) {
header.masthead { position: relative; width: 100%;padding-top: 50px;padding-bottom: 50px;}
header.masthead .header-content h1 {font-size: 28px; text-align: center; float: none; margin:  0 auto 10px; padding: 0;}
header.masthead .header-content .dics {font-size: 22px; margin-bottom: 0px; text-align: center; float: none; width: 100%}
	
header.masthead .header-content .headpad{/*padding-top: 110px;*/ }
header.masthead .header-content .logo{width: 400px; height :50px; float: none; margin:  0 auto 20px;}
header.masthead .header-content .logo{background-size:100%}
.desktop_view{ display: none;}
.mobile_view{display:block;}
	
header.masthead .mobile_view .Applogo{background: url("../images/img-K11_applogo.png") no-repeat; width: 111px; height :111px; float:none; margin-bottom:0px;clear: none; display: inline-block;
-webkit-box-shadow: 9px 12px 28px -5px rgba(0,0,0,0.3);
-moz-box-shadow: 9px 12px 28px -5px rgba(0,0,0,0.3);
box-shadow: 9px 12px 28px -5px rgba(0,0,0,0.3);border-radius: 26px}
header.masthead .mobile_view .Applogo{background-size:100%; }	
	
header.masthead .mobile_view .appstore_logo{background: url("../images/img-AppStore.png") no-repeat; width: 171px; height :51px; float: none; margin-right:50px; display: inline-block; }
header.masthead .mobile_view .appstore_logo{background-size:100%}

header.masthead .mobile_view .googlepaly_logo{background: url("../images/img-GooglePlay.png") no-repeat; width: 171px; height :51px; float: none; clear:none; display: inline-block;} 
header.masthead .mobile_view .googlepaly_logo{background-size:100%}

header.masthead .mobile_view .apk_logo{background: url("../images/img-androidAPK_button.png") no-repeat; width: 171px; height :51px; float: none; clear:none; display: inline-block;} 
header.masthead .mobile_view .apk_logo{background-size:100%}

header.masthead .header-content { text-align: center; margin-bottom: 40px;}	
.mobile_view { display: block;width: 400px; margin: 0px auto 0;}	
header.masthead .mobile_view .Applogo {	width: 90px; height: 90px; border-radius: 20px; margin-right:15px;}
header.masthead .mobile_view .googlepaly_logo{width: 120px; height: 36px;margin:30px 4px;}	
header.masthead .mobile_view .appstore_logo	{width: 120px; height: 36px; margin:30px 4px;}	
header.masthead .mobile_view .apk_logo {width: 120px; height: 36px; margin:30px 4px;}
    
}


@media (max-width: 768px) {
header.masthead {
    position: relative;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 30px; ;}
header.masthead .header-content h1 {font-size: 24px; padding:0; margin: 10; text-align: center;}
header.masthead .header-content .logo{background: url("../images/img-AL_logo.png") no-repeat; width: 500px; height :50px; float: none; margin:  0 auto 15px;  text-align: center;}
header.masthead .header-content .logo{background-size:100%}	
header.masthead .header-content h1{padding-bottom: 0px; }	
header.masthead .header-content .dics {font-size: 18px; width: 80%; margin: 0 auto;  text-align: center; float: none;}	
header.masthead .header-content {margin-bottom: 0px;}	
header.masthead .device-container {max-width: 280px; margin-top: 20px;}	


.shd{background: url("../images/img-shadow.png") no-repeat center;width: 440px;height: 80px;}
.shd{background-size:90%; }
	
header.masthead .mobile_view .Applogo_wrapper {	width: 63px; height: 63px; border-radius: 16px; margin-right:10px; -webkit-box-shadow: none; z-index: 1;  position: absolute;
-moz-box-shadow: none; 
box-shadow:none; }	
header.masthead .mobile_view .Applogo {	width: 70px; height:70px; border-radius: 16px; margin-right:20px; -webkit-box-shadow: none; z-index: 1;  position: absolute;
-moz-box-shadow: none; 
box-shadow:none; }
header.masthead .mobile_view .appshd{background: url("../images/img-AppOval.png") no-repeat center;width: 104px;height: 25px; left: -18px; position: absolute; bottom:-20px; z-index:0;}	
header.masthead .mobile_view .googlepaly_logo{width: 96px; height: 30px;margin: 20px 12px;}	
header.masthead .mobile_view .appstore_logo	{width: 96px; height: 30px; margin: 20px 12px;}
header.masthead .mobile_view .apk_logo {width: 96px; height: 30px; margin: 20px 12px;}
}


@media (min-width: 768px) {

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
}
@media (max-width: 767px) {
header.masthead {
    position: relative;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 30px; }
header.masthead .header-content .logo { width: 300px; height: 30px; margin: 0 auto 10px;}	
header.masthead .header-content .logo{background-size:100%}		
header.masthead .header-content h1 {font-size: 16px; padding:0; margin-bottom: 5px; padding-bottom: 0px; text-align: center; float: none;}
header.masthead .header-content .dics {font-size: 13px; width: 90%; margin: 0 auto; text-align: center; float: none; padding:0; line-height: 1.2em;}	
header.masthead .header-content {margin-bottom: 0px;}	
header.masthead .device-container {max-width: 200px; margin-top: 10px;}	
	
.shd{background: url("../images/img-shadow.png") no-repeat center;width: 300px;height: 80px; right: -45px;}
.shd{background-size:90%; }

.mobile_view { display: block;width: 280px; margin: 5px auto 0;}	
header.masthead .mobile_view .Applogo {	width: 63px; height: 63px; border-radius: 18px; margin-right:15px;}
header.masthead .mobile_view .googlepaly_logo{width: 86px; height: 26px;margin:18px 2px;}	
header.masthead .mobile_view .appstore_logo	{width: 86px; height: 26px; margin:18px 2px;}	
header.masthead .mobile_view .apk_logo{width: 86px; height: 26px;margin:18px 2px;} 
}