﻿/*elements style*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #fff;
	background-color: #494949;
	padding-top: 50px;
}
hr {
	border: 2px solid #FF950B;
	width: 98%;
}
/*end-----------------------------------------------------------------------------*/
/*h1 head title*/
#headH1 {
	margin-top: -10px;
}
#headH1 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6pt;
	font-weight: bold;
	color: #8A6110;
	text-align: center;
	padding: 0px;
	margin: 0px;
	line-height: 8px;
}
/*end-----------------------------------------------------------------------------*/
/*header*/
.head {
	width: 100%;
	color: #000;
	text-align: center;
	padding: 20px;
	background-color: #CFC1B6;
	background-image: url('../../media/main/background.jpg');
	background-size: cover;
}
.head h2 {
	color: #fff;
	font-size: 30pt;
	text-shadow: -1px 0 1px #555555, 0 1px 1px #555555, 1px 0 1px #555555, 0 -1px 1px #555555, 3px 3px #333333;
	padding-bottom: 20px;
}
.owl-slide .item img {
	display: block;
	width: 100%;
	height: auto;
}
.owl-theme .owl-controls .owl-buttons div {
	border-radius: 0px;
}
.owl-theme .owl-controls {
	text-align: left;
}
.owl-prev {
	float: left;
}
.owl-next {
	float: right;
}
.btn-vine {
	border: 1px solid #44929E;
	text-decoration: none;
	font-size: 20pt;
	margin-bottom: 10px;
	color: #44929E;
}
.btn-vine:hover {
	background-color: #5CC6D0;
	color: #fff;
}
/*end-----------------------------------------------------------------------------*/
/*content*/
.wrapper {
	width: 100%;
	overflow: vissible;
	padding: 20px;
	background-color: #61745A;
}
.wrapper p {
	margin: 20px 0px;
}
.wrapper .thumbnail {
	color: #000;
	border-radius: 0px;
	padding: 20px 5px;
	background-color: #CBDDCC;
}
.wrapper .space-right {
	margin-right: 10px;
}
.wrapper .desc {
	height: 160px;
}
.wrapper a {
	color: #000;
	text-decoration: underline;
}
.wrapper a:hover {
	text-decoration: none;
}
.container {
	border-radius: 0px;
	padding: 0px;
}
.heading {
	font-size: 14pt;
	color: #5CC6D0;
}
.carousel-indicators {
	top: 20px;
}
.carousel-indicators li {
	border: 1px solid #fff;
}
.carousel-caption {
	font-size: 18pt;
	width: 100%;
	left: 0px;
	color: #fff;
	background-color: #44929E;
	padding: 0px;
	margin-bottom: -20px;
}
.table {
	margin-bottom: 0px;
}
.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
	border-top: 0px solid #dddddd;
}
/*end-----------------------------------------------------------------------------*/
/*footer*/
#footerh1 {
	text-align: center;
}
.footer {
	text-align: center;
	border-top: 4px solid #FF950B;
	color: #fff;
	padding: 20px 0px;
	font-size: 7pt;
}
.footer a {
	color: #fff;
	text-decoration: underline;
}
.footer a:hover {
	color: #fff;
	text-decoration: none;
}
.footer table {
	border: 0px solid black;
	margin: 0 auto;
	font-size: 7pt;
}
.footer table td {
	padding: 0 5px;
}
/*end-----------------------------------------------------------------------------*/
/*website foot*/
.foot {
	color: #000;
	text-align: center;
	font-size: 7pt;
}
/*end-----------------------------------------------------------------------------*/
/*general classes*/
.shadow {
	-moz-box-shadow: 3px 3px 5px 1px #000;
	-webkit-box-shadow: 3px 3px 5px 1px #000;
	box-shadow: 3px 3px 5px 1px #000;
}
.corner {
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	behavior: url(border-radius.htc);/* Relative to css document */
}
.opaque {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.row {
	margin-left: 0px;
	margin-right: 0px;
}
/*end-----------------------------------------------------------------------------*/
/*menu style*/
.navbar {
	min-height: 1px;
	margin-bottom: 0px;
}
.navbar-nav {
	margin: 0px;
}
.navbar-collapse {
	padding: 0px;
	margin: 0px;
}
.navbar-default {
	background-color: #555555;
	border-width: 0px;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
	text-decoration: none;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	text-decoration: none;
	background-color: #FFC53C;
	border-radius: 0px;
	color: #000;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: #FFC53C;
	text-decoration: none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #000;
	background-color: #FFC53C;
	border-radius: 0px;
}
.dropdown-menu {
	background-color: #FFC53C;
	padding: 0px;
}
.dropdown-menu > li > a {
	color: #000;
	text-decoration: none;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: #000;
	background-color: #FFC53C;
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
	margin: 0px;
}
/*end-----------------------------------------------------------------------------*/
