




/* MÜVI Styles */
.muvi-container {
	text-align: center;
	background-color: rgba(0,0,0,0.05);
	padding: 20px 20px 10px 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 14px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.muvi-container video {
	width: 100%;
}
.muvi-caption, .muvi-caption a {
	font-size: 10px;
	color: rgba(0,0,0,0.25) !important;
}
.muvi-caption a {
	margin-left: 1em;
	text-decoration: none;
}




/* APPOINTMENT */

#h2016-appointment {
	padding: 20px 20px;
	
	background-color: white;
}

#h2016-appointment h2 {
	text-align: center;
	color: black;
	font-weight: normal;
	font-size: 30px;
}

.h2016-form {
   	box-sizing: border-box;
	max-width: 600px;
    margin: 20px auto 0px auto;
    padding: 30px;
    background: rgba(255,255,255,0.2);
	border-radius: 6px;
	border: 1px rgba(255,255,255,0.8) solid;	
}

.h2016-form input[type="text"],
.h2016-form input[type="date"],
.h2016-form input[type="datetime"],
.h2016-form input[type="email"],
.h2016-form input[type="number"],
.h2016-form input[type="search"],
.h2016-form input[type="time"],
.h2016-form input[type="url"],
.h2016-form input[type="tel"],
.h2016-form textarea,
.h2016-form select 
{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    background: #fff;
    margin-bottom: 10px;
    border: none;
    padding: 10px;
    color: #555;
	font-size: 18px;
	
	border-radius: 3px;
	box-shadow: 0px 2px 6px rgba(0,0,0,0.15);
}
.h2016-form input[type="text"]:focus,
.h2016-form input[type="date"]:focus,
.h2016-form input[type="datetime"]:focus,
.h2016-form input[type="email"]:focus,
.h2016-form input[type="number"]:focus,
.h2016-form input[type="search"]:focus,
.h2016-form input[type="time"]:focus,
.h2016-form input[type="url"]:focus,
.h2016-form textarea:focus,
.h2016-form select:focus
{
    box-shadow: 0 0 5px #43D1AF;
    padding: 10px;
    border: 1px solid #43D1AF;
}

.h2016-form input[type="submit"],
.h2016-form input[type="button"]{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding: 10px;
    background: #43D1AF;
    border-bottom-style: none;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;    
    color: #fff;
	border-radius: 3px;
	box-shadow: 0px 2px 6px rgba(0,0,0,0.15);
	font-size: 18px;
	
	background-color: #4f9ecb;
}
.h2016-form input[type="submit"]:hover,
.h2016-form input[type="button"]:hover{
}