
body { margin: 0px auto; padding: 0px; }
#intro-container, #row-two-container, #row-three-container, #row-four-container, #row-five-container, #row-six-container, #row-seven-container, #row-eight-container, #row-nine-container, #row-ten-container, .box-full, .box-half, .box-third, .box-third-2nd, .box-quarter, .box-quarter-2nd, .box-quarter-3rd, .box-fifth, .box-fifth-2nd, .box-fifth-3rd, .box-fifth-4th, .box-sixth, .box-sixth-2nd, .box-sixth-3rd, .box-sixth-4th, .box-sixth-5th, .box-three-quarters, .box-two-thirds, .box-two-thirds-last, .box-three-quarters-last, .box-half-last, .box-third-last, .box-quarter-last, .box-fifth-last, .box-sixth-last, .box-two-fifths, .box-two-fifths-last, .box-three-fifths, .box-three-fifths-last, .box-four-fifths, .box-four-fifths-last, .box-five-sixths, .box-five-sixths-last, #footer-container { box-sizing: border-box; }
#intro-container, #row-two-container, #row-three-container, #row-four-container, #row-five-container, #row-six-container, #row-seven-container, #row-eight-container, #row-nine-container, #row-ten-container, #row-eleven-container, #row-twelve-container, #row-thirteen-container, #row-fourteen-container, #row-fifteen-container, #row-sixteen-container, #footer-container { width: 100%; padding: 40px 7%; }

.box-full { width: 100%; padding: 40px 7%;}


.box-wrapper::after, #intro-container::after, #row-two-container::after, #row-three-container::after, #row-four-container::after, #row-five-container::after, #row-six-container::after, #row-seven-container::after, #row-eight-container::after, #row-nine-container::after, #row-ten-container::after, #row-eleven-container::after, #row-twelve-container::after, #row-thirteen-container::after, #row-fourteen-container::after, #row-fifteen-container::after, #row-sixteen-container::after, .clear-row::after, #footer-container::after { content: ""; display: table; clear: both; }


body { background: none repeat scroll 0% 0% silver;font-family: 'Roboto', sans-serif; font-weight: 100; font-size: 1em; }
.box-wrapper { margin: 0px auto; max-width: 100%; background: none repeat scroll 0% 0% rgb(121, 189, 224); }
p, h1, h2, h3, h4, h5, h6, ul, li, a, blockquote, span, button, input, textarea, b, i { color: rgb(244, 245, 238);font-family: 'Roboto', sans-serif; font-weight: 100; }
h1, h2 { color: rgb(244, 245, 238); font-size: 2em; }
p { line-height: 1.5em; font-size: 1.2em}
a { text-decoration: none; /* border-bottom: 1px solid rgb(255, 255, 255);  */}

#home{
	overflow: hidden;
}
.flex-container{display: flex;}
.flex{flex: 1;margin: 40px 20px 60px 20px;}
.flex p{
	max-width: 740px;
  margin-left: 20px;
}
.blue2 { background: none repeat scroll 0% 0% rgb(41, 53, 64); }
/* #row-two-container{position: relative;background: none repeat scroll 0% 0% rgb(121, 189, 224);} */
/* #row-three-container { background: none repeat scroll 0% 0% rgb(41, 53, 64); } */
/* #row-three-container div{ margin: 40px 20px 60px 20px;} */
.white{background: none repeat scroll 0% 0% rgb(244, 245, 238);}
.white h2, .white p { color: rgb(119, 119, 119); }
#footer-container{
    padding: 0px;
    min-height: 100vh;
    position: relative;
}
.gotoup{
	position: absolute;
    bottom: 40px;
    font-size: 1.4em;
    text-align: center;
    width: 100%;
}
.about-intro { position: absolute; width: 88%; left: 0px; top: 0px; background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.8); padding: 60px 6% 0px; min-height: 640px; z-index: -1; opacity: 0; transition: opacity 1s ease-in-out 0s, z-index 0s ease-in-out 1s; }
.about-expand-btn { width: 40px ! important; height: auto; position: absolute; top: 0px; right: -28px; z-index: 2; transform: rotate(0deg); transition: right 1s ease-in-out 0s, transform 2s ease-in-out 0s; }
.about-expand-btn:hover { cursor: pointer; }
.about-intro h1 { text-align: center; }
.home-intro { background: url('../img/home-bg.jpg') no-repeat fixed 100% 30% / 100% auto rgb(121, 189, 224); background-size: cover;    min-height: 100vh;height: 100vh}
.logo { position: relative; width: 200px; }
.logo img { width: 200px; -webkit-transition-duration: 200ms;
-o-transition-duration: 200ms;
transition-duration: 200ms;}
.logo img:hover { transform: scale(1.05); }
.home-image-1 { background: url('../img/london-1.jpg') no-repeat fixed 0% 0% / 100% auto transparent; min-height: 400px;background-size: cover; }
p.home-intro-text {
	    width: 100%;
    background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.8);
    /* margin: 16px 90px 16px 20px; */
    /* margin-top: 200px; */
    /* margin-left: -45px; */
    display: block;
    text-align: center;
    color: rgb(41, 53, 64);
    font-size: 22px;
    font-family: 'Grenze', serif;
    font-style: italic;
    font-weight: 300;
    margin: 0px;
    padding: 16px;
    padding-right: 60px;
}
 .intro-text-wrapper {     
 	position: absolute;
    margin: 0px auto;
    width: 80%;
    max-width: 600px;
    bottom: 300px;
    left: 50%;
    margin-left: -300px;
}
.intro-text-wrapper:hover { cursor: pointer; }
.home-intro-btn {
	position: absolute;
    right: 0px;
    top: 0px;
    background: none repeat scroll 0% 0% rgb(121, 189, 224);
    padding: 6px 14px 5px;
    margin: 0;
} 
    
.home-intro-btn img { width: 50px;
-webkit-animation: scale-down-left 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
          animation: scale-down-left 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both; 
}
/**
 * ----------------------------------------
 * animation scale-down-left
 * ----------------------------------------
 */
@-webkit-keyframes scale-down-left {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
}
@keyframes scale-down-left {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
}



.lang-text-wrapper {     
 	position: absolute;
    margin: 0px auto;
    width: 80%;
    max-width: 600px;
    bottom: 300px;
    left: 50%;
    margin-left: -300px;
}
.flag-link{
	text-decoration: none;
    border-bottom: none;
    margin: 0 auto;
}
.flag-img{
	width: 100px;
    margin: 18px auto;
    display: block;
    transform: scale(1);
    transition-duration: 105ms;
}
.flag-img:hover{
    cursor: pointer;
    transform: scale(1.1);
    transition-duration: 105ms;
}

p.home-lang-text {
	/*position: absolute;*/
	width: 100%;
    background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.8);
    /* display: block; */
    text-align: center;
    color: rgb(41, 53, 64);
    font-size: 22px;
    font-family: 'Grenze', serif;
    font-style: italic;
    font-weight: 300;
    margin: 0px;
    padding: 16px;
    box-sizing: border-box;
    transition-duration: 250ms;
}
.flag-container{
	margin-top: 10px;
    position: absolute;
    width: 100%;
}
.intro-Pl{
	opacity: 0;
	position: absolute;
    top: 0;
}
.overlay {
 background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.9);
    display: block;
    margin: 0px auto;
    text-align: center;
    width: 60%;
    color: rgb(41, 53, 64);
    padding: 15px;
    position: relative;
    top: 150px;
    font-size: 1.6em;
    font-family: 'Grenze', serif;
    font-style: italic;
    /* letter-spacing: -1.8px; */
    font-weight: 300;
  }
.cutout { height: 100px; background: radial-gradient(200px 200px at 50% -10% , transparent 100px, rgb(244, 245, 238) 50px) repeat scroll 0% 0% transparent; margin-top: 0px; }
.cutout-wrapper { background: url('../img/london-6.jpg') no-repeat fixed 0% 26% / 100% auto rgb(244, 245, 238); padding-top: 120px; position: relative;background-size: cover; }
#footer-container { background: none repeat scroll 0% 0% rgb(244, 245, 238); }
.footer-logo { display: block; margin-bottom: -80px; margin-left: auto; margin-right: auto; width: 180px; }
.btn { color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(121, 189, 224); text-align: center; font-size: 1.2em; font-family: "Droid Serif", serif; /*font-style: italic; *//*letter-spacing: -1.8px; */font-weight: 300; width: 380px; margin: 20px auto; display: block; padding: 6px 10px;max-width: 80%; }
.btn img { width: 33px; margin-left: 12px; margin-bottom: -6px; }
.btn-mobile{display:none;}
.tel, .copyright { color: rgb(136, 136, 136); text-align: center; }
.tel { font-size: 1.4em; }
.lang{
    position: fixed;
    right: 20px;
    z-index: 50;
    text-shadow: 1px 1px rgb(41, 53, 64);
}
.lang a{
    text-decoration: none;
}
.copyright {    
	font-size: 0.8em;
    width: 100%;
    position: absolute;
    bottom: 0px; 
}
.copyright a{
  color: rgb(136, 136, 136)
}
.copyright a:hover{
  color: #fc4349;
}
body.page h1 { text-align: center; }

/* .responsive-nav { width: 100%; height: 0px; margin: 0px auto; overflow: hidden; background: none repeat scroll 0% 0% rgb(121, 189, 224); transition: height 1s ease 0s; }
.responsive-nav-changed { height: 300px; }
.responsive-nav-tab { color: rgb(255, 255, 255); padding: 5px 20px 10px; position: absolute; top: 40px; right: 5%; cursor: context-menu; background: none repeat scroll 0% 0% transparent; height: 42px; width: 29px; }
.nav-line-one { position: absolute; top: 14px; right: 12px; content: ""; height: 3px; width: 45px; background: none repeat scroll 0% 0% rgb(255, 255, 255); transition: all 1s ease 0.2s, height 0.2s linear 0.5s, top 0.2s linear 0.4s, -webkit-transform 0.4s ease 0s; }
.nav-line-one-changed { transform: rotate(-45deg); top: 27px; transition: all 0.8s ease 0.2s, top 0.2s linear 0s; }
.nav-line-two { position: absolute; top: 27px; right: 12px; content: ""; height: 3px; width: 45px; background: none repeat scroll 0% 0% rgb(255, 255, 255); transition: opacity 0.4s ease 0.4s; }
.nav-line-two-changed { opacity: 0; transition: opacity 0.4s ease 0s; }
.nav-line-three { position: absolute; top: 40px; right: 12px; content: ""; height: 3px; width: 45px; background: none repeat scroll 0% 0% rgb(255, 255, 255); transition: all 1s ease 0.2s, top 0.2s linear 0.4s, -webkit-transform 0.4s ease 0s; }
.nav-line-three-changed { transform: rotate(45deg); top: 27px; transition: all 0.8s ease 0.2s, top 0.2s linear 0s; }
.responsive-nav ul { padding-top: 15px; padding-bottom: 20px; padding-left: 0px; height: 100%; background: none repeat scroll 0% 0% rgb(121, 189, 224); margin-top: 0px; }
.responsive-nav li { color: rgb(255, 255, 255); font-family: "effra",sans-serif; list-style: outside none none; padding-left: 0px; text-align: center; font-size: 1.4em; }
.responsive-nav li a { color: rgb(255, 255, 255); display: block; padding: 16px 0px; border-bottom: 0px none; }
.responsive-nav li:hover { background: none repeat scroll 0% 0% rgb(74, 36, 105); }
.responsive-nav li:hover a { color: rgb(255, 255, 255); }
.responsive-nav li a, .responsive-nav li a:hover, a, a:hover { text-decoration: none; } */

@media only screen and (max-width: 768px) {
	.flex-container{display:block;}
	.cutout-wrapper {background: url('../img/london-6.jpg') no-repeat fixed 0% 0% / 100% auto rgb(244, 245, 238); padding-top: 120px; position: relative;background-size: 200% ;}
	.logo img { width: 130px; }
	.flex {margin: 40px 0px 60px 0px;}
	.intro-text-wrapper {
    position: absolute;
    width: 80%;
    max-width: 600px;
    left: 50%;
    margin-left: -40%;
    bottom: 150px;
	}
	#home .flex-container{display:flex;}
	p.home-intro-text {
	   padding: 16px 10px;

	}
	.home-intro-btn {
	    position: absolute;
	    right: initial;
	    top: 130px;
	    background: none repeat scroll 0% 0% rgba(121, 189, 224,0.8);
	    padding: 5px 7px 5px;
	    margin: 0;
	    transform: rotateZ(90deg);
	    margin-left: -32px;
	    left: 50%;
	}
	.lang-text-wrapper{
		margin-left: -40%;
		bottom: 150px;
	}
	.flag-img{width: 80px;}
}
@media only screen and (max-width: 425px) {
	.flex-container{display:block;}
	.cutout-wrapper {background: url('../img/london-6.jpg') no-repeat fixed 0% 0% / 100% auto rgb(244, 245, 238); padding-top: 120px; position: relative;background-size: 200% ;}
	.logo img { width: 100px; }
	.btn{display:none;}
	.btn-mobile{display:block;}
	.intro-text-wrapper {bottom: 120px;}
	.lang-text-wrapper{
		bottom: 120px;
	}
	.flag-img{width: 60px;}
}
	/*.home-intro { background: url('home-bg.jpg') no-repeat scroll 40% 0px / 200% auto transparent; min-height: 470px; }body { font-size: 1.2em; }
	.home-image-1 { background: url('london-1.jpg') no-repeat scroll 0% 0% / 200% auto transparent; min-height: 400px; }
	.cutout-wrapper { background: url('london-5.jpg') no-repeat scroll 0% 0% / 200% auto transparent; }
	#intro-container, #row-two-container, #row-three-container, #row-four-container, #row-five-container, #row-six-container, #row-seven-container, #row-eight-container, #row-nine-container, #row-ten-container, #row-eleven-container, #row-twelve-container, #row-thirteen-container, #row-fourteen-container, #row-fifteen-container, #row-sixteen-container, #footer-container { width: 100%; padding: 40px 5%; }
	body.home span.home-intro-text { display: none; }
	.home-intro-btn { display: none; }
	.home-intro-btn img { display: none; }
	.btn { width: 280px; }
	.box-half { padding-right: 0px; }
	.box-half-last { padding-left: 0px; }
	.logo, .logo img { width: 130px; }*/

/* @media only screen and (min-width: 768px) and (max-width: 1024px) {
	.home-intro { background: url('home-bg.jpg') no-repeat scroll 0% 0% / 100% auto transparent; min-height: 500px; }
	body { font-size: 1.5em; }
	.home-image-1 { background: url('london-1.jpg') no-repeat scroll 0% 0% / 100% auto transparent; min-height: 400px; }
	.cutout-wrapper { background: url('london-5.jpg') no-repeat scroll 0% 0% / 100% auto transparent; }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	#intro-container, #row-two-container, #row-three-container, #row-four-container, #row-five-container, #row-six-container, #row-seven-container, #row-eight-container, #row-nine-container, #row-ten-container, #row-eleven-container, #row-twelve-container, #row-thirteen-container, #row-fourteen-container, #row-fifteen-container, #row-sixteen-container, #footer-container { width: 100%; padding: 40px 5%; }
	body.home span.home-intro-text { margin-top: 120px; }
}
@media only screen and (min-width: 1224px) {
}
@media only screen and (min-width: 1824px) {
}
 */
/* @font-face {
  font-family: 'Grenze', serif;;
  font-style: italic;
  font-weight: 400;
  src: url('undefined');
}
@font-face {
  font-family: "droid-serif";
  font-style: italic;
  font-weight: 700;
  src: url('undefined');
}
@font-face {
  font-family: "proxima-nova";
  font-style: italic;
  font-weight: 400;
  src: url('undefined');
}
@font-face {
  font-family: "proxima-nova";
  font-style: italic;
  font-weight: 600;
  src: url('undefined');
}
@font-face {
  font-family: "proxima-nova";
  font-style: italic;
  font-weight: 700;
  src: url('undefined');
}
@font-face {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 100;
  src: url('undefined');
}
@font-face {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 300;
  src: url('undefined');
}
@font-face {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  src: url('undefined');
}
@font-face {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 600;
  src: url('undefined');
}
@font-face {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 700;
  src: url('undefined');
} */

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

  100% {
    opacity: 1;
  }
}


@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}
	.m-scene {
  /** Reverse "exit" animations */
}
.m-scene .scene_element {
  animation-duration: 0.25s;
  transition-timing-function: ease-in;
  animation-fill-mode: both;
}
.m-scene .fadein {
  animation-name: fadeIn;
}
.m-scene .fadeinup {
  animation-name: fadeInUp;
}
.m-scene .fadeinright {
  animation-name: fadeInRight;
}
.m-scene .fadeinleft {
  animation-name: fadeInLeft;
}
.is-exiting{
  animation-direction: alternate-reverse;
}

//fix for phone number on ios
a[href^=tel] {
    color: inherit;
    text-decoration: none;
}