input[type="text"] {
	min-width: 50px !important;
}

a.white-btn {
	border: 1px solid #fff;
	border-radius: 3px;
	color: #fff;
	display: block;
	font-size: 0.85em;
	margin-top: 1.25em;
	padding: 0.625em 1.25em;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
a.white-btn:hover {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
}
a.color-btn, form.customform button.color-btn {
	background: none;
	border: 1px solid #001925;
	border-radius: 3px;
	color: #001925;
	display: block;
	font-size: 0.85em;
	padding: 0.625em 1.25em;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
a.color-btn:hover, form.customform button.color-btn:hover {
	border: 1px solid #92c500;
	color: #92c500;
}
#topbar {
	background: none repeat scroll 0 0 #012232;
	border-bottom: 1px solid #001925;
	padding: 0.3125em 0 7px;
}


	#topbar li{
		display:inline;
		text-decoration: none;
	}

#topbar p {
	color: #fff;
	font-size: 0.75em;
	opacity: 0.5;
	position: relative;
	top: 2px;
}
#topbar p strong {
	font-weight: 600;
}
#topbar i {
	color: #ffffff;
	font-size: 1.1em;
	opacity: 0.5;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
#topbar i:hover{
	color: #92c500;
	cursor: pointer;
	opacity: 1;
}
#topbar .l-10 a{
	color: #f5f5f5;
	padding: 0.8em;
}

#topbar .l-2 a{
	color: orange;
	padding: 0.8em;
}


#topbar li a:hover{
	background: rgba(255, 255, 255, 0.08) none repeat scroll 0 0;
    color: #fff;
    opacity: 1;
}


nav {
	background: none repeat scroll 0 0 #00283a;
}
header {
	border-bottom: 4px solid rgba(0, 40, 58, 0.53);
	position: fixed;
	width: 100%;
	z-index: 10;
}
p.logo {
	color: #fff;
	font-size: 1.2em;
	font-weight: 300;
	position: relative;
	text-transform: uppercase;
	top: 0.625em;
}
p.logo strong {
	font-weight: 700;
}
.top-nav li a {
	border-top: 2px solid #00283a;
	color: #fff;
	font-size: 0.95em;
	font-weight: 600;
	padding: 2.1em 1.5em 2.1em;
	text-transform: uppercase;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}

.aside-nav li a:hover, .aside-nav li.active-item a {
	background: none repeat scroll 0 0 #00283a;
	border-bottom: 2px solid #92c500;
	color: #92c500;
	position: relative;
}
.aside-nav li li a:hover, .aside-nav li li.active-item > a{
    color: #92c500;

}
#carousel .text {
	position: absolute;
	top: 40%;
	z-index: 10;
}
.item {
	overflow: hidden;
	width: 100%;
}
.prev-arrow, .next-arrow {
	background: none repeat scroll 0 0 #00283a;
	cursor: pointer;
	float: left;
	height: 30px;
	line-height: 30px;
	margin-right: 1px;
	text-align: center;
	width: 30px;
}
#carousel .text h2 {
	background: none repeat scroll 0 0 rgba(146, 197, 0, 0.8);
	color: #fff;
	display: inline-block;
	font-size: 2em;
	font-weight: 300;
	margin: 1px 0;
	max-width: 600px;
	padding: 10px 20px;
	width: 100%;
}
#carousel .text p {
	background: none repeat scroll 0 0 #00283a;
	color: #fff;
	max-width: 600px;
	padding: 10px 20px;
	width: 100%;
}
#carousel .owl-dots {
	background: none repeat scroll 0 0 rgba(0, 40, 58, 0.53);
	bottom: 0;
	margin: 0;
	padding: 0.625em 0;
	position: absolute;
	width: 100%;
}
.owl-carousel.owl-theme .owl-dot span {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 3px solid rgba(0, 40, 58, 0.57);
	height: 18px;
	margin: 0 0.3125em;
	opacity: 1;
	width: 18px;
}
.owl-carousel.owl-theme .owl-dot.active span, .owl-carousel.owl-theme .owl-dot:hover span {
	background: none repeat scroll 0 0 #92c500;
}
#first-block {
	background: none repeat scroll 0 0 #00283a;
	padding: 3em 2em;
	text-align: center;
}
#first-block h1 {
	color: #fff;
	font-size: 2em;
	font-weight: 300;
	margin-top: 0;
}
#first-block p {
	color: #6c7c84;
	font-size: 0.85em;
}
#guest {
	background: none repeat scroll 0 0 #fff;
	padding: 2em;
	position: relative;
	text-align: center;
	z-index: 2;
}
#guest i {
	background: none repeat scroll 0 0 #92c500;
	border-radius: 100px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3) inset;
	color: #fff;
	display: inline-block;
	font-size: 2em;
	height: 100px;
	line-height: 100px;
	text-align: center;
	width: 100px;
}
#guest h2 {
	font-size: 1em;
	font-weight: 600;

	text-transform: uppercase;
}
#guest p {
	color: #777;
	font-size: 0.85em;
	line-height: 1.5em;
}
#uwpc {
	background: none repeat scroll 0 0 #00283a;
	clear: both;
}
#uwpc:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
#uwpc article {
	padding: 4em;
}
article h2 {
	font-size: 4em;
	font-weight: 900;
	letter-spacing: -2px;
	line-height: 0.9;
	margin: 0 0 0.625em 0
}
article h1, article h2, article h3, article h4, article h5, article h6 {
	color: #fff;
}
.media-container {
  overflow: hidden;
}
.media-container video, .media-container img {
  display: block;
  height: 100%;
  max-width: none;
  min-width: 100%;
  width: auto;
}
article p, article li {
	color: #fff;
	font-size: 0.85em;
	opacity: 0.7;
}
article ul {
	padding: 1.25em 0;
}
article ul li {
	list-style-type: none;
	margin: 0.625em 0;
	padding: 0 0 0 1em;
}
article ul li:before {
	background: #00283a none repeat scroll 0 0;
	color: #fff;
	content: "\f006";
	display: inline-block;
	font-family: "mfg";
	font-size: 0.8em;
	height: 20px;
	line-height: 20px;
	margin-left: -1em;
	margin-right: 0.625em;
	text-align: center;
	width: 20px;
}

h2.section-title:after {
	background: #dedede none repeat scroll 0 0;
	content: "";
	display: block;
	height: 1px;
	margin: 0.31225em auto 0;
	position: relative;
	width: 100px;
}
h2.section-title {
	color: #dedede;
	font-size: 3.8em;
	font-weight: 700;
	letter-spacing: -1px;
	margin: 0 0 1.25em;
	text-align: center;
	text-transform: uppercase;
}



h3.section-title {
	font-size: 2.2em;
	font-weight: 700;
	letter-spacing: -1px;
	margin: 0 0 1.25em;
	text-align: left;
	text-transform: uppercase;
}






a.tab-label, a.tab-label:link, a.tab-label:visited {
	background: #00283a none repeat scroll 0 0;
	color: #fff;
	display: block;
	font-size: 1em;
	padding: 0.625em 1.25em;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
a.tab-label:hover, a.tab-label.active-btn {
	background: #92c500;
	color: #fff;
}

.news-date {
	background: #6f9600 none repeat scroll 0 0;
	clear: both;
	color: #fff;
	display: block;
	float: none;
	height: 125px;
	padding: 0.625em 0;
	text-align: center;
	width: 100%;
}
.day {
	font-size: 2.5em;
	font-weight: 700;
}
.month, .year {
	font-size: 0.85em;
}
.news-text {
	background: #fff none repeat scroll 0 0;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	height: 125px;
	padding: 0.625em 1.25em;
}
@media screen and (max-width: 768px) {
	.news-text {
		height: auto;
		border-left: 1px #ccc solid;
	}
}

.news-text p {
	color: #777;
	font-size: 0.85em;
}

form.customform button.color-btn {
	height: auto;
	margin-top: 0;
}

@media screen and (max-width: 768px) {
  header {
  	position: relative;
  }
  .top-nav li a {
  	background: #05374e none repeat scroll 0 0;
  }
  #carousel .text {
  	font-size: 0.8em;
  	top: 20%;
  }
  .owl-controls.clickable {
  	display: none!important;
  }
  .right {
  	float: none;
  }
  .social.right {
  	float: right;
  }
  #uwpc article {
  	padding: 4em 2.5em;
  }
}
@media screen and (max-width: 480px) {
  #topbar {
  	line-height: 1.625em;
  	text-align: center;
  }
  .social.right {
  	float: none;
  }
  p.logo, p.nav-text {
  	text-align: center;
  }
}


#social {
	padding: 1em;
    background: #f3f3f3 none repeat scroll 0 0;
    position: relative;
    z-index: 3;
}

.margin-top {
    margin-top: 50px !important;
}
.margin2x > .xxl-1,.margin2x > .xxl-2,.margin2x > .xxl-five,.margin2x > .xxl-3,.margin2x > .xxl-4,.margin2x > .xxl-5,.margin2x > .xxl-6,.margin2x > .xxl-7,.margin2x > .xxl-8,.margin2x > .xxl-9,.margin2x > .xxl-10,.margin2x > .xxl-11,.margin2x > .xxl-12 {padding:0 1.25rem;}
.margin-bottom-40 {
    margin-bottom: 40px !important;
    display: block;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
    display: block;
}

.text-white, .text-white *, .primary-color-white .text-primary, .primary-color-white .text-primary * {
  color: #fff !important;
}


footer {
	background: none repeat scroll 0 0 #00283a;
	color: #7697A2;
    /*position:relative;*/
	position: fixed;
	bottom: 0;
	width: 100%;
}
footer h3{
	color:white;
}
footer .text-size-16, footer .text-l-size-16 {
    font-size: 16px !important;
    line-height: 1.4;
}

footer hr.break {
    border: 0;
    border-top: 1px solid #e5e5e5;
    display: block;
	border-color: rgba(0, 0, 0, 0.80);
    clear: both;
    height: 0;
    margin: 2.5rem auto;
}
footer .margin-top-bottom-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    display: block;
}
footer .section-small-padding {
    padding: 3.5rem 1.25rem;
}
/* Social */
.footer-social a {
    opacity: 0.2;
    transition: all 0.50s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: all 0.50s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -ms-transition: all 0.50s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -moz-transition: all 0.50s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -webkit-transition: all 0.50s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.footer-social a:hover {
    opacity: 0.4;
}
.footer-social span {
    position: relative;
    top: -6px;
}
.text-size-30, .text-l-size-30 {
    font-size: 30px !important;
    line-height: 1.4;
}

nav.breadcrumb-nav{
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
label{
	line-height: 2.1em;
}
.aside-nav li a, .aside-nav li a:link, .aside-nav li a:visited {
    border-bottom: 1px solid #ccc;
    padding: 1em;
}

form.customform button:hover{
    border: 1px solid #92c500;
    color: #92c500;
}
.red-str{
    color:red;
}
.blue-str{
    color:blue;
}

.perex {
    color: #656565;
    font-family: "open sans";
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.6em;
    margin: 1.25em 0;
}
section{
    padding-bottom:50px;
}
header + section{
    min-height:650px;
}
#memo1,#memo2{
 word-break: break-word;
}

@media screen and (min-width: 769px) {
	.limit_area {
		max-height: 800px;
		overflow-y: auto;
	}
}
#booking_record_table tr:nth-of-type(2n) {
	background: none;
}
#booking_record_table tr.odd {
	background: none repeat scroll 0 0 #f0f0f0;
}
#booking_record_table tr:nth-of-type(2n) td {
	border-right: none;
}
#booking_record_table tr.odd td {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#booking_record_table tr.even td {
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}
#booking_record_table td > .fa {
	display: none;
}
#booking_record_table .fa {
	padding: 2px;
	width: auto;
}