#nav-consultation { background-color:#0086BD; }

#content
{
	text-align:justify;
}

#content p
{
	margin:8px 0px 8px 0px;
}

#content hr
{
	border:0;
    height:1px;
    background-image:linear-gradient(to right, rgba(255,206,68, 0), rgba(255,206,68, 0.75), rgba(255,206,68, 0));
}

#content .title
{
	color:#00B6ED;
	font-family:TitleFont;
	font-size:20px;
	font-weight:bold;
	margin:12px auto 12px auto;
	text-align:center;
}

#content .titlepoint
{
	color:#FFCE44;
	font-size:18px;
	font-weight:bold;
}

#content-left, #content-right
{
	display:inline-block;
	text-align:justify;
	width:500px;
}

#content-left
{
	float:left;
	padding:18px 30px 30px 30px;
}

#content-right
{
	float:right;
	padding:5px 30px 30px 30px;
}

#content-left p
{
	margin:16px 0px 16px 0px;
}

#contentimg3
{
	border-radius:2px;
	box-shadow:0px 0px 5px 0px rgba(51,51,51,1);
	height:150px;
	width:220px;
}

#contentimg4
{
	border-radius:2px;
	box-shadow:0px 0px 5px 0px rgba(51,51,51,1);
	height:150px;
	width:220px;
}

#contentimg5
{
	border-radius:2px;
	box-shadow:0px 0px 5px 0px rgba(51,51,51,1);
	height:300px;
	width:400px;
}

.slideshow-picture
{
	display:none;
	border-radius:2px;
}

.slideshow-picture img
{
	border-radius:2px;
	height: 300px;
	width: 400px;
}

.slideshow
{
	border-radius:2px;
	box-shadow:0px 0px 5px 0px rgba(51,51,51,1);
	margin-top:30px;
	width:400px;
	position:relative;
	transition:0.5s ease;
}

.slideshow:hover
{
	transform:scale(1.1);
}


.slideshow-prev, .slideshow-next
{
	border-radius:0 6px 6px 0;
    color:#FFFFF0;
    cursor:pointer;
    font-size:18px;
    font-weight:bold;
    margin-top:-22px;
    padding:16px;
    position:absolute;
    top:50%;
    transition:0.5s ease;
    width:auto;
}

.slideshow-next
{
	border-radius:6px 0 0 6px;
    right:0;
}

.slideshow-prev:hover, .slideshow-next:hover
{
    background-color:rgba(0,0,0,0.8);
    color:#CC0000;
}

.slideshow-prev:active, .slideshow-next:active
{
    background-color:rgba(150,0,0,0.8);
    color:#333333;
}

.effect
{
    animation-duration:2s;
    animation-name:effect;
}

@keyframes effect
{
    from { opacity:0.5; } 
    to { opacity:1; }
}