body {
	font-family: 'Open Sans', sans-serif;
}

a {
	text-decoration: none;
	border-bottom: dashed 1px #555;
	color: #555;
    padding-bottom: 2px;
}

.cond {
	font-family: 'Open Sans Condensed';
}

.emb {
	margin-top: -2px;
	max-width: 90%;
}

.contacts img {
	vertical-align: middle;
}

.contacts em {
	font-size: 70%;
	font-style: normal;
}

.slider {
	display: block;
    position: relative;
    background-color: #000;
    width: 100%;
    height: 21vw;
    margin-bottom: 5vh;
}

.slider #current {
	position: relative;
}

.hoop {
	width: 100%;
	position: absolute;
	top: -6%;
	left: 0;
}

#in-hoop {
	display: block;
	width: 90%;
	height: 0;
	padding-bottom: 60%;
	margin: 1% 5%;
	text-align: center;
}

.slides-list {
	white-space: nowrap;
	overflow: hidden;
}

.slides-list img {
	height: 18vw;
	margin: 1.5vw;
	display: inline;
}

#prev_list {
	direction: rtl;
}

#in-hoop img {
	height: 18vw;
	margin: 1.6vw;
}

.pink {
	text-align: center;
	background-color: #FDDFCB;
	padding-top: 40px;
}

.pink .round {
	display: block;
	width: 90%;
	height: 0;
	padding-bottom: 90%;
	border-radius: 50%;
	background-size: cover;
	background-position: center center;
	border: solid 2px #555;
}

.pink .pad {
	margin: 5%;
}

.pink h3 {
	font-family: 'Open sans Condensed';
	font-weight: 300;
    font-size: 1.4em;
}

.wrapper {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

input[type='submit'] {
	font-size: 1.5em;
	width: 80%;
}

.blue {
	background-color: #dae0ff;
}

.blue img {
	max-width: 90%;
}

.yellow-button {
	background-image: none;
    background-color: #ffd508;
}



.intro img {
	vertical-align: middle;
}

.intro .phone {
	text-align: right;
}

.intro a {
	font-size: 1.3em;
}

.intro span {
	font-size: 130%;
	color: #89192c;
}

.pulse {
	animation-name: pulsate;
	animation-duration: 2s;
    animation-iteration-count: infinite; 
}

#video{
 position: relative;
 background: transparent;
 width: 100%;
 height: 0;
 padding-bottom: 30%;
}

.ytplayer-container{
 position: absolute;
 top: 0;
 z-index: -1;
 width: 100%;
 overflow: hidden;
}

.semiwhite {
	background-color: rgba(255, 255, 255, 0.7);
    padding-bottom: 10px;
}

@keyframes pulsate {
    0% {opacity: 0.3;}
    50% {opacity: 1.0;}
    100% {opacity: 0.3;}
}

.controls {
	display: block;
	position: absolute;
	top: 30px;
	right: 30px;
	color: #fff;
	cursor: pointer;
}

.controls .play {
	display: none;
}

.controls .pause {
	display: inline;
}

.controls.paused .play {
	display: inline;
}

.controls.paused .pause {
	display: none;
}

@media screen and (max-width: 48em) {
	
	.mobile-hide {
		display: none !important;
	}
	
	.mobile-show {
		display: block !important;
	}
	
	
	.slider {
		height: 40vw;
		margin-top: 20px;
	}
	
	.slides-list img {
		height: 30vw;
		margin: 5vw 1vw 0 1vw;
	}
	
	#in-hoop img {
		height: 32vw;
		margin: 3vw 0 0 0 ;
	}
	
	.pad {
		padding: 5px;
	}
	
	input[type='submit'] {
		font-size: 1.1em;
	}
	
	.intro {
		text-align: center;
	}
	
	.intro span {
		font-size: 110%;
	}
	
	.intro a {
		font-size: 90%;
	}
	
	.intro .phone {
		text-align: center;
	}
}