/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background: #007987;
	transition: all 0.3s ease;
}

body, textarea, input {
	font-family: 'Comfortaa', cursive;
	font-size: 16px;
	color: #333;
}
html  {
	height: 100%;
}
body {
	height: 100%;
}

a {
	color: #008493;
	text-decoration: underline;
	border: 0px;
}

a:hover {
	color: #ED1C24;
	text-decoration: none;
}

input, textarea {
}

input[type=submit], button {
	border: 1px solid #00a0e3;
	background-color: #EEE;
	color: #666;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	cursor: pointer;
}
input[type=submit]:hover, button:hover {
	border: 1px solid #00a0e3;
	background-color: #00a0e3;
	color: #FFF;
}

input[type=text], select {
	margin: 0px;
	padding: 3px;
	line-height: 18px;
	border: 1px solid #00b0f0;
	background-color: #FFF;
	margin-bottom: 10px;
}
input[type=text]:hover {
	background-color: #EEE;
}

textarea {
	padding: 3px;
	border: 1px solid #00b0f0;
	background-color: #FFF;
	margin-bottom: 10px;
}
textarea:hover {
	background-color: #EEE;
}

#video {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 100%;
	height: auto;
	z-index: -1000;
	overflow: hidden;
}

#content { min-height: 600px; line-height: 2em; }

#owl-demo .owl-item div{
  padding:5px;
}
#owl-demo .owl-item img{
  display: block;
  width: 100%;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* CSS Document */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}