html,
body {
	height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
	word-wrap: break-word
}

#modalEv {
	color: #000
}

#site {
	min-height: 100%;
	overflow-x: hidden;
}

button:focus {
	outline: none !important;
}

.no-opct {
	opacity: .5
}

.no-opct:hover {
	opacity: 1
}

.no-color {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}

.no-color:hover {
	-webkit-filter: none;
	filter: greyscale(0%)
}

.txt-center {
	text-align: center
}

.obj-center {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center
}

@media (max-width:767px) {
	.nowrap-phone {
		white-space: nowrap
	}
}

.ckie-btn {
	margin-left: 8px
}

.ckie-btn-rtl {
	margin-right: 8px
}

.recaptcha-wall {
	font-family: Roboto, helvetica, arial, sans-serif;
	font-size: 10px;
	line-height: 1.3;
	background: #f9f9f9;
	color: #000;
	border: 1px solid #d3d3d3;
	min-height: 74px;
	width: 320px;
	border-radius: 3px;
	box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.08);
}

.recaptcha-info {
	display: inline-block;
	min-height: 74px;
	width: 232px;
	padding-left: 8px;
	padding-top: 8px;
	text-align: center;
}

.recaptcha-info>p {
	text-align: justify;
	font-size: 13px;
	margin-bottom: 8px;
}

.recaptcha-info>button {
	font-family: Roboto, helvetica, arial, sans-serif;
}

.form-actions>.btn-primary[disabled] {
	cursor: not-allowed;
}

.form-actions>.btn-primary[disabled]:hover {
	color: #d3d3d3;
}

.recaptcha-logo {
	display: inline-block;
	min-height: 74px;
	vertical-align: top;
	width: 64px;
	text-align: center;
	color: grey;
	margin: 0 8px;
}

.recaptcha-logo>img {
	padding: 8px 0 4px 0;
	font-size: 10px;
	font-weight: 400;
	line-height: 10px;
}

.onoffswitch {
	position: relative;
	width: 48px;
	user-select: none;
}

.onoffswitch-checkbox {
	display: none;
}

.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	height: 20px;
	padding: 0;
	line-height: 20px;
	border: 2px solid #E3E3E3;
	border-radius: 20px;
	background-color: transparent;
	transition: background-color 0.3s ease-in;
}

.onoffswitch-label:before {
	content: "";
	display: block;
	width: 20px;
	margin: 0px;
	background: #FFF;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 26px;
	border: 2px solid #E3E3E3;
	border-radius: 20px;
	transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label {
	background-color: #99CCFF;
}

.onoffswitch-checkbox:checked+.onoffswitch-label,
.onoffswitch-checkbox:checked+.onoffswitch-label:before {
	border-color: #99CCFF;
}

.onoffswitch-checkbox:checked+.onoffswitch-label:before {
	right: 0px;
}

.twsharebtnbar-left,
.twsharebtnbar-right,
.twsharebtnbar-center {
	width: 100%;
	margin: 6px 0 20px 0;
	display: flex;
	flex-flow: wrap
}

.twsharebtnbar-right {
	flex-direction: row-reverse
}

.twsharebtnbar-center {
	justify-content: center
}

.twsharebtn,
.twsharebtn-margin {
	line-height: 1;
	padding: 14px 0 0 0
}

.twsharebtn-margin {
	margin-right: 20px
}

.frm-drop-shadow {
	margin-right: 12px;
	margin-left: 12px;
}

.wa-btn {
	padding-top: 15px
}

.pi-btn {
	padding-top: 14px
}

.sk-btn {
	padding-top: 16px
}

.wa-btn>a,
.wa-btn>a:hover,
.pi-btn>a,
.pi-btn>a:hover,
.sk_btn>a,
.sk-btn>a:hover {
	text-decoration: none;
	color: #fff
}

.wa-btn>a>span {
	font-family: 'Segoe UI';
	font-size: 11px;
	font-weight: bolder;
	color: #fff;
	height: 20px;
	padding: 2px 6px 3px 26px;
	margin-top: 8px;
	background: url(whatsapp.png);
	background-color: #67b351;
	background-repeat: no-repeat;
	background-position: bottom left;
	border-radius: 3px
}

.pi-btn>a>span {
	font-family: 'Segoe UI';
	font-size: 11px;
	font-weight: bolder;
	color: #fff;
	height: 20px;
	padding: 2px 6px 3px 26px;
	margin-top: 8px;
	background: url(pinterest.png);
	background-color: #d70925;
	background-repeat: no-repeat;
	background-position: bottom left;
	border-radius: 3px
}

.sk-btn>a>span {
	font-family: 'Segoe UI';
	font-size: 11px;
	font-weight: bolder;
	color: #fff;
	height: 20px;
	padding: 2px 6px 3px 20px;
	margin-top: 8px;
	background: url(skype.png);
	background-color: #39a9eb;
	background-repeat: no-repeat;
	background-position: bottom left;
	border-radius: 8px
}

.kfcounter:after {
	content: attr(data-unit);
	position: absolute;
	top: 0;
	font-size: 50%
}

.lfmap {
	overflow: hidden;
	max-width: 100%
}

.bkg-video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
	overflow: hidden;
}

#topic {
	margin: 0 auto
}

.navbar {
	margin: 0
}

.navbar .nav {
	margin-right: 0
}

.navbar-inner {
	border-style: none;
	background: none;
	filter: alpha(opacity=100)
}

.navbar-inner .container-fluid {
	margin: 0;
	padding: 0
}

.carousel-inner.fade-trans>.item {
	-webkit-transition: opacity 0.7s ease-in-out;
	-moz-transition: opacity 0.7s ease-in-out;
	-o-transition: opacity 0.7s ease-in-out;
	transition: opacity 0.7s ease-in-out;
	left: 0 !important
}

.carousel-inner.fade-trans>.next.left,
.carousel-inner.fade-trans>.prev.right {
	opacity: 1;
	z-index: 1
}

.carousel-inner.fade-trans>.active.left,
.carousel-inner.fade-trans>.active.right {
	opacity: 0;
	z-index: 2
}

.nav .dropdown .dropdown-menu li {
	position: relative;
	z-index: 999
}

legend {
	color: inherit
}

#mainmenu li.dropdown.open>.dropdown-toggle {
	background-color: transparent
}

#mainmenu li>a {
	text-shadow: none
}

#toolbar li>a {
	text-shadow: none
}

#logo:hover {
	text-decoration: none
}

.posrel {
	position: relative
}

.album_nav_btn_shd {
	text-shadow: 0 0 6px #000
}

.album_nav_btn {
	position: absolute;
	top: 30%;
	opacity: 0.4
}

.album_nav_btn:hover {
	opacity: 0.9
}

.album_nav_btn2 {
	opacity: 0.4;
	margin: 0 4px 16px 4px
}

.album_nav_btn2:hover {
	opacity: 0.9
}

#calendar {
	margin: 16px 0 16px;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 8px
}

.cal-nav {
	margin-top: 8px
}

.cal-vline:not(.rtl) {
	border-right: 1px solid rgba(0, 0, 0, .2)
}

.cal-vline.rtl {
	border-left: 1px solid rgba(0, 0, 0, .2)
}

.cal-hline {
	border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.cal-sunday {
	background-color: rgba(0, 0, 0, .1)
}

.cal-today {
	background-color: rgba(255, 0, 0, .1)
}

.cal-header {
	background-color: rgba(0, 0, 0, .05)
}

.cal-cell {}

.cal-clickable-cell:hover {
	cursor: pointer;
	outline: 5px solid rgba(0, 0, 0, .5)
}

.ui-daterange-sel {
	background: #0088cc
}

#button-cart {
	background-size: 24px 24px!important
}

.ggmap img {
	max-width: none
}

.pobj img {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.pobj,
input,
select,
textarea {
	max-width: 100%
}

.pobj {
	position: relative;
}

.pobj:hover .overlay {
	opacity: 0.8;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: 0.2s ease;
}

.overlay-text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.sobj {
	position: relative;
}

.sobj:hover .soverlay {
	opacity: 0.8;
}

.soverlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: 0.2s ease;
}

.soverlay-text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.ovr-top,
.sovr-top {
	-moz-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	transition: all 0.4s ease-in-out 0s;
}

.pobj:hover .ovr-top,
.sobj:hover .sovr-top {
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.ovr-left,
.sovr-left {
	-moz-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	transition: all 0.4s ease-in-out 0s;
}

.pobj:hover .ovr-left,
.sobj:hover .sovr-left {
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.ovr-pop,
.sovr-pop {
	border-radius: 50%;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	transition: all 0.4s ease-in-out 0s;
}

.pobj:hover .ovr-pop,
.sobj:hover .sovr-pop {
	border-radius: 0%;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.ovr-spin,
.sovr-spin {
	border-radius: 50%;
	-moz-transform: scale(0) rotateZ(0);
	-webkit-transform: scale(0) rotateZ(0);
	-ms-transform: scale(0) rotateZ(0);
	transform: scale(0) rotateZ(0);
	transition: all 0.4s ease-in-out 0s;
}

.pobj:hover .ovr-spin,
.sobj:hover .sovr-spin {
	border-radius: 0%;
	-moz-transform: scale(1) rotateZ(360deg);
	-webkit-transform: scale(1) rotateZ(360deg);
	-ms-transform: scale(1) rotateZ(360deg);
	transform: scale(1) rotateZ(360deg);
}

.tw-para {
	overflow: hidden;
	word-wrap: break-word
}

.gallery-idx li {
	display: inline
}

.tw-badge-tl {
	position: absolute;
	left: 0;
	top: 0;
	max-width: 30%
}

.tw-badge-tr {
	position: absolute;
	right: 0;
	top: 0;
	max-width: 30%
}

ul.mpv_pics {
	margin: 0
}

ul.mpv_pics li {
	list-style: none;
	position: relative
}

ul.mpv_thb {
	margin: 0
}

ul.mpv_thb li {
	list-style: none;
	display: inline
}

ul.mpv_thb li img {
	border: 1px solid rgba(0, 0, 0, .3);
	max-width: 48px;
	margin: 2px
}

ul.mpv_thb li img:hover {
	filter: alpha(opacity=75);
	opacity: .75;
	border: 1px solid rgba(0, 0, 0, .7)
}

.wrapper-with-intrinsic-ratio {
	position: relative;
	height: 0
}

.element-to-stretch {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.thumbnail {
	padding: 0;
	overflow: auto;
	overflow-x: hidden
}

.thumbnail>a {
	display: inline-block;
	width: 100%;
	text-align: center
}

@media (max-width:767px) {
	body {
		padding-left: 0;
		padding-right: 0
	}
}

@media (max-width:480px) {
	.hidden-phone480 {
		display: none !important
	}
}

@media (max-width:480px) {
	.block480 {
		display: block !important
	}
}

img.anim-zoom {
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-moz-transform: scale(0.9);
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s
}

img.anim-zoom:hover {
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1)
}

img.anim-tilt-l {
	transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-ms-transform: rotate(5deg);
	-moz-transform: rotate(-5deg);
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s
}

img.anim-tilt-l:hover {
	transform: rotate(0);
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-moz-transform: rotate(0)
}

img.anim-tilt-r {
	transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s
}

img.anim-tilt-r:hover {
	transform: rotate(0);
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-moz-transform: rotate(0)
}

img.anim-bump-up {
	position: relative;
	top: 0;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s
}

img.anim-bump-up:hover {
	top: -4px
}

img.anim-bump-down {
	position: relative;
	top: 0;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s
}

img.anim-bump-down:hover {
	top: 4px
}

img.anim-360 {
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s
}

img.anim-360:hover {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg)
}

img.anim-fade-in {
	opacity: 0.8;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	filter: alpha(opacity=80);
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s
}

img.anim-fade-in:hover {
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100)
}

@keyframes fade {
	from {
		opacity: 0
	}
}

@-webkit-keyframes fade {
	from {
		opacity: 0
	}
}

@keyframes fadeUp {
	from {
		transform: translateY(.25em);
		opacity: 0
	}
}

@-webkit-keyframes fadeUp {
	from {
		transform: translateY(.25em);
		opacity: 0
	}
}

@keyframes fadeDown {
	from {
		transform: translateY(-.25em);
		opacity: 0
	}
}

@-webkit-keyframes fadeDown {
	from {
		transform: translateY(-.25em);
		opacity: 0
	}
}

@keyframes fadeLeft {
	from {
		opacity: 0;
		transform: translateX(.5em)
	}
	to {
		transform: translateX(0%)
	}
}

@-webkit-keyframes fadeLeft {
	from {
		opacity: 0;
		transform: translateX(.5em)
	}
	to {
		transform: translateX(0%)
	}
}

@keyframes fadeRight {
	from {
		opacity: 0;
		transform: translateX(-.5em)
	}
	to {
		transform: translateX(0%)
	}
}

@-webkit-keyframes fadeRight {
	from {
		opacity: 0;
		transform: translateX(-.5em)
	}
	to {
		transform: translateX(0%)
	}
}

@keyframes slideUp {
	from {
		transform: translateY(100%);
		opacity: 0
	}
}

@-webkit-keyframes slideUp {
	from {
		transform: translateY(100%);
		opacity: 0
	}
}

@keyframes slideDown {
	from {
		transform: translateY(-100%);
		opacity: 0
	}
}

@-webkit-keyframes slideDown {
	from {
		transform: translateY(-100%);
		opacity: 0
	}
}

@keyframes slideLeft {
	from {
		transform: translateX(100%);
		opacity: 0
	}
}

@-webkit-keyframes slideLeft {
	from {
		transform: translateX(100%);
		opacity: 0
	}
}

@keyframes slideRight {
	from {
		transform: translateX(-100%);
		opacity: 0
	}
}

@-webkit-keyframes slideRight {
	from {
		transform: translateX(-100%);
		opacity: 0
	}
}

@keyframes zoomIn {
	from {
		transform: scale(0.8);
		opacity: 0
	}
}

@-webkit-keyframes zoomIn {
	from {
		transform: scale(0.8);
		opacity: 0
	}
}

@keyframes zoomOut {
	from {
		transform: scale(1.2);
		opacity: 0
	}
}

@-webkit-keyframes zoomOut {
	from {
		transform: scale(1.2);
		opacity: 0
	}
}

@keyframes flipV {
	from {
		transform: rotateY(180deg);
		opacity: 0
	}
}

@-webkit-keyframes flipV {
	from {
		transform: rotateY(180deg);
		opacity: 0
	}
}

@keyframes flipH {
	from {
		transform: rotateX(180deg);
		opacity: 0
	}
}

@-webkit-keyframes flipH {
	from {
		transform: rotateX(180deg);
		opacity: 0
	}
}

@keyframes skewLeft {
	from {
		transform: skewX(30deg);
		opacity: 0
	}
}

@-webkit-keyframes skewLeft {
	from {
		transform: skewX(30deg);
		opacity: 0
	}
}

@keyframes skewRight {
	from {
		transform: skewX(-30deg);
		opacity: 0
	}
}

@-webkit-keyframes skewRight {
	from {
		transform: skewX(-30deg);
		opacity: 0
	}
}

button,
label {
	font-family: 'Ubuntu', cursive;
	font-size: 14px;
}

#langselect>a {
	color: hsl(209, 100%, 60%);
	border-style: none;
}

#main-carousel {
	box-shadow: none;
	margin-left: -100%;
	margin-right: -100%;
	padding-left: 100%;
	padding-right: 100%;
	margin-bottom: -20px;
}

#logo {
	text-shadow: none;
	font-size: 80px;
	line-height: 0.7;
	display: block;
	background: hsla(0, 0%, 100%, 0) url(logo.png) no-repeat left center;
	min-height: 180px;
	background-size: 100%;
	width: 210px;
	margin-left: 10px;
}

#toolbar1 .navbar-inner {
	border-radius: 0;
	box-shadow: none;
	margin-left: -100%;
	margin-right: -100%;
	z-index: 10;
	border-style: none;
	margin-top: 4px;
	display: inline;
}

#button-cart {
	background-position: left center;
	border-radius: 86px 86px 86px 86px;
	background: hsl(0, 0%, 100%) url(cart-icon.png) no-repeat 8px center;
	margin: 6px 0 0 0;
	padding: 6px 4px 6px 0;
}

#langselect {
	padding-top: 4px;
}

#searchbox {}

#toolbar2 .navbar-inner {
	border-radius: 0;
	box-shadow: none;
	padding-top: 0;
	padding-bottom: 20px;
	border-style: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
}

#site {
	font-family: 'Ubuntu', cursive;
	font-size: 14px;
	color: hsl(0, 0%, 0%);
	line-height: 1.7;
	font-style: normal;
	text-shadow: none;
	background-image: radial-gradient(hsl(199, 100%, 22%) 0, hsl(208, 100%, 10%) 100%);
	text-align: left;
}

#content {
	border-radius: 0;
	box-shadow: none;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0;
	padding-left: 0;
	text-align: left;
}

#sharebox img {
	padding-right: 8px;
	color: hsl(0, 0%, 97%);
}

#mainmenu .active>a {
	box-shadow: none;
	border-radius: 0;
	background: none;
	background-color: hsla(30, 50%, 40%, 0);
	font-weight: bold;
	padding-left: 0;
}

.tw-para h2 {
	font-weight: normal;
	font-size: 28px;
}

#logo #logo-sl {
	font-size: 13px;
	color: hsl(0, 0%, 59%);
	line-height: 0.8;
}

.gallery-idx a>img {
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 12px;
	border-width: 1px;
	border-radius: 10px 10px 10px 10px;
	border-style: solid;
	border-color: hsl(65, 0%, 75%);
}

.gallery-idx a>img:hover {
	box-shadow: 0 0 5px 0.1px hsl(65, 0%, 59%);
}

#top-sb {
	padding-left: 8px;
	padding-right: 8px;
	box-shadow: none;
}

#footerfat {
	margin-right: 100%;
	margin-left: -100%;
	padding-right: 100%;
	padding-left: 100%;
	box-shadow: none;
	padding-top: 16px;
	padding-bottom: 10px;
}

#footersmall {
	box-shadow: none;
	margin-left: -100%;
	margin-right: -100%;
	padding-left: 100%;
	padding-right: 100%;
	padding-bottom: 10px;
	background: hsla(0, 100%, 0%, 0) url(article-separator-2.png) no-repeat center top;
	padding-top: 32px;
}

#footersmall #foot-sec1 {
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
}

h1 {
	font-weight: bolder;
	text-align: left;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 50px;
	padding-top: 0;
	font-family: 'Roboto Slab', cursive;
	line-height: 1.2;
	text-shadow: 2px 4px 3px hsla(0, 0%, 0%, 0.3);
	padding-bottom: 0;
}

.frm-simple1 {
	border-width: 1px;
	border-style: solid;
	border-color: hsl(65, 0%, 70%);
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}

.frm-simple2 {
	border-style: solid;
	border-width: 1px;
	border-color: hsl(65, 0%, 70%);
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

.frm-drop-shadow {
	box-shadow: 1px 1px 10px 0 hsl(65, 0%, 0%);
}

.frm-thin-border {
	background: none;
	background-color: hsl(0, 0%, 100%);
	box-shadow: 1px 1px 10px 0 hsl(65, 0%, 0%);
	padding-bottom: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-left: 2px;
}

.frm-wide-border {
	background: none;
	background-color: hsl(0, 0%, 100%);
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	box-shadow: 2px 2px 15px 0 hsl(65, 0%, 0%);
}

.frm-polaroid {
	background: none;
	background-color: hsl(0, 0%, 100%);
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 24px;
	padding-left: 4px;
	border-width: 1px;
	border-style: solid;
	border-color: hsl(65, 0%, 70%);
	border-radius: 0;
}

.frm-rounded {
	border-radius: 24px 24px 24px 24px;
}

.tw-para .pobj.obj-before {
	margin-bottom: 16px;
}

.tw-para .pobj.float-l {
	margin-bottom: 16px;
	margin-right: 16px;
}

.tw-para .pobj.float-r {
	margin-left: 16px;
	margin-bottom: 16px;
}

.tw-para .pobj.obj-after {
	margin-top: 16px;
}

#footerfat .tw-para {
	margin-top: 0;
	padding-left: 8px;
	padding-right: 8px;
}

.thumbnail>.caption>h3,
.thumbnail>.caption>h3>a {
	font-size: 100%;
	line-height: 1.4;
}

.thumbnail {
	box-shadow: none;
	border-style: solid;
	border-radius: 5px 5px 5px 5px;
	border-width: 1px;
	padding-right: 0;
	padding-left: 0;
	border-color: hsl(0, 0%, 70%);
	background-image: linear-gradient(to bottom, hsl(0, 0%, 100%) 50%, hsl(0, 0%, 96%) 100%);
	padding-top: 0;
	padding-bottom: 0;
}

.thumbnail>.caption {
	border-width: 0;
	border-color: hsl(65, 0%, 87%);
	border-style: solid;
	border-radius: 0 0 7px 7px;
}

#footersmall #foot-sec2 {
	padding-left: 8px;
	padding-right: 8px;
}

.tw-price {
	font-weight: bold;
	font-size: 150%;
}

.tw-price.striked {
	text-decoration: line-through;
	font-weight: normal;
	font-size: 100%;
}

table.shopcart td {
	border-width: 1px;
	border-color: hsl(65, 0%, 87%);
	border-style: solid;
	padding-left: 4px;
	padding-right: 4px;
}

table.shopcart th,
table.shopcart td.total {
	border-style: solid;
	border-width: 1px;
	border-color: hsl(65, 0%, 87%);
}

#co_currsteptitle {
	border-style: none;
}

.sc-order-hinfo {
	border-width: 1px;
	border-color: hsl(65, 0%, 87%);
	border-style: solid;
	padding-left: 8px;
	padding-right: 8px;
}

#toolbar3 .navbar-inner {
	box-shadow: none;
	padding-left: 0;
	margin-right: 0;
	padding-right: 0;
	top: 0;
	z-index: 99;
	border-style: none;
	margin-bottom: 0;
	border-width: 0 0 0;
	padding-bottom: 0;
	margin-left: 0;
	margin-top: -50px;
}

#main-carousel .carousel-inner,
#main-carousel .carousel-inner>.item>img {
	box-shadow: none;
	border-radius: 12px 12px 12px 12px;
}

header {
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
}

#mainmenu>li:last-child {
	border-style: none;
}

footer {
	margin-left: -100%;
	margin-right: -100%;
	padding-left: 100%;
	padding-right: 100%;
	padding-top: 64px;
	margin-top: 20px;
}

#topic {
	border-width: 0;
	border-color: hsl(65, 0%, 100%);
	border-style: solid;
}

#page {
	box-shadow: none;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
	color: hsl(0, 0%, 97%);
}

#main-carousel .carousel-caption {
	margin-left: 8px;
	margin-right: 8px;
	box-shadow: none;
	background: none;
	background-color: hsla(65, 0%, 87%, 0);
}

#main-carousel .carousel-caption h4 {
	font-size: 24px;
	color: hsl(125, 80%, 80%);
	text-shadow: none;
}

#main-carousel .carousel-caption p {
	color: hsl(65, 0%, 20%);
}

#top-content {
	padding-left: 8px;
	padding-right: 8px;
}

.twpara-row {
	margin-top: 0;
	margin-bottom: 0;
}

#toolbar1_l {
	border-width: 0 0 1px;
	margin-bottom: 8px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	float: none;
}

#searchbox>input {
	width: 125px;
	border-style: solid;
	background: hsl(0, 0%, 100%) url(search-white.png) no-repeat 95% center;
	background-size: 15px 15px;
	padding: 4px 30px 4px 4px;
	transition: all 0.7s ease 0s;
	border-radius: 5px;
	font-style: italic;
	font-family: inherit;
	border-width: 1px;
	border-color: hsl(0, 0%, 92%);
	box-shadow: none;
}

#searchbox>input:focus {
	width: 150px;
	background: none;
	background-color: hsl(0, 0%, 100%);
	outline: none;
	font-style: normal;
}

#mainmenu>li>a,
#mainmenu .dropdown-toggle {
	font-size: 16px;
	font-weight: bold;
	padding-left: 0;
	padding-right: 16px;
}

#mainmenu>li>a:hover,
#mainmenu .dropdown-toggle:hover,
#mainmenu li.dropdown.open>.dropdown-toggle {
	text-decoration: underline;
}

#toolbar2_l {
	display: inline-block;
	float: none;
}

#toolbar2_r {
	display: inline-block;
	float: none;
}

#button-cart>span {
	padding: 0 8px 0 40px;
}

#button-cart:hover {
	text-decoration: underline;
}

.tw-para .ptext {
	margin-right: 0;
	margin-bottom: 0;
}

.tw-para {
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 0;
	margin-top: 10px;
}

#logo #logo-lt {
	color: hsl(0, 0%, 0%);
	border-radius: 0;
	float: left;
}

#logo #logo-rt {
	color: hsl(0, 0%, 59%);
	background: none;
	background-color: hsl(0, 0%, 100%);
	border-radius: 0;
}

#sharebox {
	color: hsl(0, 0%, 97%);
}
.btn{
	display: block;
	max-width: 100%;
	text-align: left;
}

.btn-blue {
	background: none;
	background-color: #233148;
	color:#fff;
	box-shadow: none;
	text-shadow:none;
	line-height:1.7;
}
.btn-blue:hover {
	background-color: #3c547d;
	color:#fff;
}



.btn-gray {
	display: block;
	max-width: 100%;
	text-align: left;
}

.btn-warning {
	
	display: block;
	max-width: 100%;
	background: none;
	background-color: hsl(27, 100%, 50%);
	text-align: left;
}

.btn-success {
	/*box-shadow: 0 0 10px 0 hsla(0, 0%, 0%, 0.5);*/
	display: block;
	max-width: 100%;
	background: none;
	background-color: hsl(118, 62%, 38%);
	text-align: left;
}

.btn-info {
	display: block;
	max-width: 100%;
	background: none;
	background-color: hsl(219, 56%, 40%);
	text-align: left;
}

@media(max-width:767px) {
	button,
	label {
		font-size: 14px
	}
	#logo {
		font-size: 40px;
	}
	#site {
		font-size: 14px;
	}
	.tw-para h2 {
		font-size: 20px;
	}
	h1 {
		font-size: 35px;
	}
}

#mainmenu ul.nav li.dropdown:hover>ul.dropdown-menu {
	margin: 0;
	display: block;
}

.hdate {
	position: relative;
	left: 48px;
	text-rendering: auto;
	width: -moz-calc(100% - 48px);
	width: -webkit-calc(100% - 48px);
	width: calc(100% - 48px);
	min-height: 44px;
}

.hdate:before {
	content: attr(data-hday);
	position: absolute;
	left: -48px;
	background: rgb(234, 234, 234);
	color: rgb(77, 77, 77);
	text-align: center;
	font-size: 20px;
	width: 40px;
	height: 24px;
	line-height: 24px;
	vertical-align: bottom;
	padding: 0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	box-shadow: 2px 2px 2px rgb(178, 178, 178);
}

.hdate:after {
	content: attr(data-hmonth);
	position: absolute;
	left: -48px;
	top: 20px;
	background: rgb(234, 234, 234);
	background: linear-gradient(to bottom, rgb(234, 234, 234), rgb(176, 176, 176));
	color: rgb(77, 77, 77);
	text-align: center;
	font-size: 11px;
	width: 40px;
	height: 16px;
	line-height: 16px;
	padding: 0 0 1px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	box-shadow: 2px 2px 2px rgb(178, 178, 178);
}

.doughnut-legend li span,
.pie-legend li span,
.polararea-legend li span {
	display: block;
	width: 1.11em;
	height: 1.11em;
	border-radius: 1.11em;
	float: left;
	margin-top: 0;
	margin-right: 8px;
}

.line-legend li span,
.bar-legend li span,
.radar-legend li span {
	line-height: 1em;
	padding: 0;
	padding-right: 1em;
	margin: 0;
	margin-right: 8px;
}

.doughnut-legend,
.pie-legend,
.polararea-legend,
.line-legend,
.bar-legend,
.radar-legend {
	list-style: none;
	font-size: 85%;
	margin: 0;
	padding: 0;
	margin-top: 8px;
}

.doughnut-legend li,
.pie-legend li,
.polararea-legend li {
	margin-bottom: 4px;
	line-height: 1em;
	position: relative;
	z-index: 1;
}

.line-legend li,
.bar-legend li,
.radar-legend li {
	margin-bottom: 4px;
	line-height: 1.4em;
	position: relative;
	z-index: 1;
}

.chart-legend-value {
	display: inline-block;
	float: left;
	width: 3em;
	text-align: right;
	margin-right: 8px;
	line-height: 1em;
}

.toTop {
	position: fixed;
	display: none;
	right: 1em;
	bottom: 1em;
}

.toBottom {
	position: absolute;
	cursor: pointer;
	bottom: 4px;
	left: calc(50% - 1.56em);
}

.toBottom i {
	color: #000;
	text-shadow: none;
}

.toTop,
.toBottom {
	z-index: 5000;
	text-decoration: none;
	color: #000;
	cursor: pointer;
	background-color: rgba(165, 165, 165, 0.50);
	padding: 0.7em;
	border-radius: 6px;
}

.toTop:hover,
.toBottom:hover {
	background-color: rgba(255, 255, 255, 0.60);
}

.toTopLink {
	color: #000;
}

#searchbox::after {
	font-family: FontAwesome;
	display: inline-block;
	padding-left: .2em;
	content: "\f002";
	vertical-align: middle;
	cursor: pointer;
	font-size: 140%;
	color: #888888;
	text-shadow: .08em .08em hsla(0, 0%, 0%, .3);
}

.tw-parallax {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.tw-parallax ol,
.tw-parallax ul {
	display: inline-table
}

.tw-parallax:not(.bkgvideo)>* {
	z-index: 1
}

.tw-fullvh>.ptext {
	text-align: center;
}

@media only screen and (max-device-width:1024px) {
	.tw-bkgfixed {
		background-attachment: scroll
	}
}

@media only screen and (min-device-width:1025px) {
	.tw-bkgfixed {
		background-attachment: fixed
	}
}

.tw-flex {
	justify-content: center;
	display: flex;
	flex-direction: column;
}

.tw-wtxt {
	color: #fff
}

.tw-btxt {
	color: #000
}

.tw-fullvh {
	height: 100vh;
	text-align: center
}

@media only screen and (max-width:480px) {
	.tw-fullvh {
		height: auto
	}
}

.max-width {
	width: 100%
}

.max-field-width {
	width: calc(100% - 15px)
}

.max-filebtn-width {
	width: calc(100% - 38px)
}

@media (max-width:767px) {
	#FilenameUploadProxyEdit {
		width: calc(100% - 38px)
	}
	.form-horizontal #FilenameUploadProxyEdit {
		width: calc(100% - 218px)
	}
}

@media (max-width:480px) {
	.form-horizontal #FilenameUploadProxyEdit {
		width: calc(100% - 38px)
	}
}

.hint-after {
	display: block;
	font-size: 80%;
	padding-bottom: 10px
}

.hint-before {
	padding-top: 0;
	display: block;
	line-height: 20px;
	font-size: 80%
}

.form-horizontal .hint-before {
	padding-top: 6px
}

.form-horizontal .hint-after {
	padding-bottom: 0
}

.form-horizontal .input-append {
	width: calc(100%)
}

.form-auto,
.form-mini,
.form-small,
.form-normal,
.form-large,
.form-xlarge,
.form-xxlarge,
.form-hauto,
.form-hmini,
.form-hsmall,
.form-hnormal,
.form-hlarge,
.form-hxlarge,
.form-hxxlarge {
	margin-left: auto;
	margin-right: auto;
}

.form-hmini {
	width: 264px;
}

.form-mini {
	width: 84px
}

@media (max-width:297px) {
	.form-mini,
	.form-hmini {
		width: auto
	}
}

.form-hsmall {
	width: 294px;
}

.form-small {
	width: 114px
}

@media (max-width:327px) {
	.form-small,
	.form-hsmall {
		width: auto
	}
}

.form-hmedium,
.form-hauto {
	width: 340px;
}

.form-medium,
.form-auto {
	width: 160px
}

@media (max-width:373px) {
	.form-normal,
	.form-auto,
	.form-hmedium,
	.form-hauto {
		width: auto
	}
}

.form-hnormal {
	width: 410px;
}

.form-normal {
	width: 230px
}

@media (max-width:443px) {
	.form-normal,
	.form-hnormal {
		width: auto
	}
}

.form-hlarge {
	width: 414px;
}

.form-large {
	width: 234px
}

@media (max-width:447px) {
	.form-large,
	.form-hlarge {
		width: auto
	}
}

.form-hxlarge {
	width: 474px;
}

.form-xlarge {
	width: 294px
}

@media (max-width:507px) {
	.form-xlarge,
	.form-hxlarge {
		width: auto
	}
}

.form-hxxlarge {
	width: 734px;
}

.form-xxlarge {
	width: 558px
}

@media (max-width:767px) {
	.form-xxlarge,
	.form-hxxlarge {
		width: auto
	}
}

.range-min,
.range-max {
	display: inline-table;
	opacity: .4;
	width: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
	line-height: 20px
}

.range-bar {
	display: inline-flex
}

.form-actions {
	margin-top: 10px;
	padding-left: 0;
	background: transparent
}

.form-horizontal .form-actions {
	margin-top: 0
}

@media (max-width:480px) {
	.form-horizontal .form-actions {
		padding-left: 0
	}
	.form-horizontal .hint-before {
		padding-top: 0
	}
}

.range-value {
	width: 4em;
	padding-top: 5px;
	margin-bottom: 5px;
	line-height: 20px
}

.range-min {
	margin-right: .5em
}

.range-max {
	margin-left: .5em
}

.toc-article {
	padding-bottom: 4px
}

.cols2 {}

@media(min-width:764px) {
	.colcount2 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

.toc-article li {
	margin-left: 2em
}

.mpnav-prevnext-btns {
	list-style-type: none;
	margin: 0
}

.mpnav-prevnext-btns li {
	display: block
}

#mpnav-bottom {
	padding-bottom: 6px;
}

.twtt {
	position: relative;
	padding-left: 1em
}

.twtt:before {
	content: attr(data-before);
	position: absolute;
	top: 0;
	left: 0;
}

.btn.disabled:hover,
.btn[disabled]:hover {
	color: #333333;
	box-shadow: none;
}

.new p {
	line-height: normal!important;
}

@media screen and (max-width:720px) {
	.pobj.float-l,
	.pobj.float-r {
		float: none;
		text-align: center;
	}
}