input:focus, textarea:focus, select:focus {
  outline: none;
}

textarea:hover {
  transition: all 0.3s ease-in-out;
}

.slick-slide img {
	width: 100%;
	height: auto;
}

table td {
	padding: 10px;
}

table tr:nth-child(odd) {
	background-color: white;
}

#home {
	text-align: center;
}

.button {
	height: 52px;
    line-height: 52px;
    background-color: #eeecdf;
    width: 210px;
    opacity: 0.9;
    color: #474c50;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
}

.button:hover {
	opacity: 1;
	color: #474c50;
	text-decoration: none;
}

#gallery .section-content {
    position: relative;
}

#gallery .section-content .slider-prev {
    position: absolute;
    top: 200px;
    left: 30px;
    cursor: pointer;
}

#gallery .section-content .slider-next {
    position: absolute;
    top: 200px;
    right: 30px;
    cursor: pointer;
}