html { background: #000; }
body {
	line-height: 1.7;
	color: #d5d5d5;
	font-weight: 400;
	font-size: 1.1rem;
	background: #000;
	min-width: 300px;
}

::-moz-selection {
	background: #000;
	color: #fff
}

::selection {
	background: #000;
	color: #fff
}

a {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease
}

a:hover {
	text-decoration: none
}
 

.border-2 {
	border-width: 2px
}

.text-black {
	color: #000 !important
}

.bg-black {
	background: #000 !important
}

.color-black-opacity-5 {
	color: rgba(0, 0, 0, .5)
}

.color-white-opacity-5 {
	color: rgba(255, 255, 255, .5)
}

.offcanvas-menu .site-wrap {
	position: absolute;
	overflow: hidden
}


.site-wrap:before {
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
	background: rgba(0, 0, 0, .6);
	content: "";
	position: absolute;
	z-index: 2000;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden
}

.offcanvas-menu .site-wrap {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 2;
	overflow: hidden
}

.offcanvas-menu .site-wrap:before {
	opacity: 1;
	visibility: visible
}

.btn {
	border-radius: 30px
}

.btn:hover,
.btn:active,
.btn:focus {
	outline: none;
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.btn.btn-black {
	color: #fff;
	background-color: #000
}

.btn.btn-black:hover {
	color: #000;
	background-color: #fff
}

.btn.btn-outline-white {
	border: 2px solid #fff
}

.btn.btn-outline-white:hover {
	background: #fff;
	color: #ef6c57 !important
}

.btn.btn-md {
	padding: 15px 30px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .1em
}

.line-height-1 {
	line-height: 1 !important
}

.bg-black {
	background: #000
}

.form-control {
	border: none;
	border-bottom: 2px solid gray;
	border-radius: 0;
	background: 0 0;
	color: #fff;
	padding-left: 0;
	padding-right: 0
}

.form-control:active,
.form-control:focus {
	color: #fff;
	background: 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	border-color: #fff
}

.site-section {
	padding: 2.5em 0
}

@media(min-width:768px) {
	.site-section {
		padding: 5em 0
	}
}

.site-section.site-section-sm {
	padding: 4em 0
}

.site-section-heading {
	padding-bottom: 20px;
	margin-bottom: 50px;
	position: relative;
	font-size: 2.5rem
}

@media(min-width:768px) {
	.site-section-heading {
		font-size: 4rem
	}
}

.site-section-heading:after {
	content: "";
	left: 0%;
	bottom: 0;
	position: absolute;
	width: 100px;
	height: 3px;
	background: #ef6c57
}

.site-section-heading.text-center:after {
	content: "";
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	left: 50%;
	bottom: 0;
	position: absolute;
	width: 100px;
	height: 3px;
	background: #ef6c57
}

.border-top {
	border-top: 1px solid #edf0f5 !important
}

.site-footer {
	padding: 4em 0;
	background: #333
}

@media(min-width:768px) {
	.site-footer {
		padding: 8em 0
	}
}

.site-footer .border-top {
	border-top: 1px solid rgba(255, 255, 255, .1) !important
}

.site-footer p {
	color: #737373
}

.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5 {
	color: #fff
}

.site-footer a {
	color: #999
}

.site-footer a:hover {
	color: #fff
}

.site-footer ul li {
	margin-bottom: 10px
}

.site-footer .footer-heading {
	font-size: 16px;
	color: #fff
}

.bg-text-line {
	display: inline;
	background: #000;
	-webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
	box-shadow: 20px 0 0 #000, -20px 0 0 #000
}

.text-white-opacity-05 {
	color: rgba(255, 255, 255, .5)
}

.text-black-opacity-05 {
	color: rgba(0, 0, 0, .5)
}

.hover-bg-enlarge {
	overflow: hidden;
	position: relative
}

@media(max-width:991.98px) {
	.hover-bg-enlarge {
		height: auto !important
	}
}

.hover-bg-enlarge > div {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .8s all ease-in-out;
	-o-transition: .8s all ease-in-out;
	transition: .8s all ease-in-out
}

.hover-bg-enlarge:hover > div,
.hover-bg-enlarge:focus > div,
.hover-bg-enlarge:active > div {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}

@media(max-width:991.98px) {
	.hover-bg-enlarge .bg-image-md-height {
		height: 300px !important
	}
}

.bg-image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed
}

.bg-image.overlay {
	position: relative
}

.bg-image.overlay:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	width: 100%;
	background: rgba(0, 0, 0, .7)
}

.bg-image > .container {
	position: relative;
	z-index: 1
}

@media(max-width:991.98px) {
	.img-md-fluid {
		max-width: 100%
	}
}

@media(max-width:991.98px) {

	.display-1,
	.display-3 {
		font-size: 3rem
	}
}

.play-single-big {
	width: 90px;
	height: 90px;
	display: inline-block;
	border: 2px solid #fff;
	color: #fff !important;
	border-radius: 50%;
	position: relative;
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out
}

.play-single-big > span {
	font-size: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-40%, -50%);
	-ms-transform: translate(-40%, -50%);
	transform: translate(-40%, -50%)
}

.play-single-big:hover {
	width: 120px;
	height: 120px
}

.overlap-to-top {
	margin-top: -150px
}

.ul-check {
	margin-bottom: 50px
}

.ul-check li {
	position: relative;
	padding-left: 35px;
	margin-bottom: 15px;
	line-height: 1.5
}

.ul-check li:before {
	left: 0;
	font-size: 20px;
	top: -.3rem;
	font-family: icomoon;
	content: "\e5ca";
	position: absolute
}

.ul-check.white li:before {
	color: #fff
}

.ul-check.success li:before {
	color: #8bc34a
}

.ul-check.primary li:before {
	color: #ef6c57
}

.select-wrap,
.wrap-icon {
	position: relative
}

.select-wrap .icon,
.wrap-icon .icon {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 22px
}

.select-wrap select,
.wrap-icon select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%
}

.top-bar {
	border-bottom: 1px solid #e9ecef !important
}

.site-navbar {
	margin-bottom: 0;
	z-index: 1999;
	position: relative;
	width: 100%
}

.site-navbar.transparent {
	background: 0 0
}

.site-navbar.absolute {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.site-navbar .site-logo {
	position: relative;
	left: 0;
	top: -5px
}


.site-navbar .site-navigation.border-bottom {
	border-bottom: 1px solid #f3f3f4 !important
}

.site-navbar .site-navigation .site-menu {
	margin-bottom: 0
}

.site-navbar .site-navigation .site-menu .active > a {
	color: #ef6c57;
	display: inline-block;
	padding: 5px 20px
}

.site-navbar .site-navigation .site-menu a {
	text-decoration: none !important;
	display: inline-block
}

.site-navbar .site-navigation .site-menu > li {
	display: inline-block
}

.site-navbar .site-navigation .site-menu > li > a {
	padding: 5px 10px;
	color: #fff;
	display: inline-block;
	text-decoration: none !important
}

.site-navbar .site-navigation .site-menu > li > a:hover {
	color: #ef6c57
}

.site-navbar .site-navigation .site-menu .has-children {
	position: relative
}

.site-navbar .site-navigation .site-menu .has-children > a {
	position: relative;
	padding-right: 20px
}

.site-navbar .site-navigation .site-menu .has-children > a:before {
	position: absolute;
	content: "\e313";
	font-size: 16px;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: icomoon
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
	visibility: hidden;
	opacity: 0;
	top: 100%;
	position: absolute;
	text-align: left;
	border-top: 2px solid #ef6c57;
	-webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .1);
	border-left: 1px solid #edf0f5;
	border-right: 1px solid #edf0f5;
	border-bottom: 1px solid #edf0f5;
	padding: 0 0;
	margin-top: 20px;
	margin-left: 0;
	background: #fff;
	-webkit-transition: .2s 0s;
	-o-transition: .2s 0s;
	transition: .2s 0s
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
	position: absolute
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
	bottom: 100%;
	left: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
	border-color: transparent;
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -10px
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
	text-transform: none;
	letter-spacing: normal;
	-webkit-transition: 0s all;
	-o-transition: 0s all;
	transition: 0s all;
	color: #343a40
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
	color: #ef6c57 !important
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
	list-style: none;
	padding: 0;
	margin: 0;
	min-width: 200px
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
	padding: 9px 20px;
	display: block
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
	background: #f4f5f9;
	color: #25262a
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
	content: "\e315";
	right: 20px
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
	left: 100%;
	top: 0
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
	background: #f4f5f9;
	color: #25262a
}

.site-navbar .site-navigation .site-menu .has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children:active > a {
	color: #ef6c57
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
	cursor: pointer
}

.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	margin-top: 0;
	visibility: visible;
	opacity: 1
}

.site-mobile-menu {
	width: 300px;
	position: fixed;
	right: 0;
	z-index: 2000;
	padding-top: 20px;
	background: #fff;
	height: calc(100vh);
	-webkit-transform: translateX(110%);
	-ms-transform: translateX(110%);
	transform: translateX(110%);
	-webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, .1);
	box-shadow: -10px 0 20px -10px rgba(0, 0, 0, .1);
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out
}

.offcanvas-menu .site-mobile-menu {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%)
}

.site-mobile-menu .site-mobile-menu-header {
	width: 100%;
	float: left;
	padding-left: 20px;
	padding-right: 20px
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
	float: right;
	margin-top: 8px
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
	font-size: 30px;
	display: inline-block;
	padding-left: 10px;
	padding-right: 0;
	line-height: 1;
	cursor: pointer;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
	color: #25262a
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
	float: left;
	margin-top: 10px;
	margin-left: 0
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
	display: inline-block;
	text-transform: uppercase
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
	max-width: 70px
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
	text-decoration: none
}

.site-mobile-menu .site-mobile-menu-body {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	position: relative;
	padding: 0 20px 20px;
	height: calc(100vh - 52px);
	padding-bottom: 150px
}

.site-mobile-menu .site-nav-wrap {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative
}

.site-mobile-menu .site-nav-wrap a {
	padding: 10px 20px;
	display: block;
	position: relative;
	color: #212529
}

.site-mobile-menu .site-nav-wrap a:hover {
	color: #ef6c57
}

.site-mobile-menu .site-nav-wrap li {
	position: relative;
	display: block
}

.site-mobile-menu .site-nav-wrap li.active > a {
	color: #ef6c57
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
	position: absolute;
	right: 0;
	top: 10px;
	z-index: 20;
	width: 36px;
	height: 36px;
	text-align: center;
	cursor: pointer;
	border-radius: 50%
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
	background: #f8f9fa
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
	font-size: 12px;
	z-index: 20;
	font-family: icomoon;
	content: "\f078";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-180deg);
	-ms-transform: translate(-50%, -50%) rotate(-180deg);
	transform: translate(-50%, -50%) rotate(-180deg);
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.site-mobile-menu .site-nav-wrap > li {
	display: block;
	position: relative;
	float: left;
	width: 100%
}

.site-mobile-menu .site-nav-wrap > li > a {
	padding-left: 20px;
	font-size: 20px
}

.site-mobile-menu .site-nav-wrap > li > ul {
	padding: 0;
	margin: 0;
	list-style: none
}

.site-mobile-menu .site-nav-wrap > li > ul > li {
	display: block
}

.site-mobile-menu .site-nav-wrap > li > ul > li > a {
	padding-left: 40px;
	font-size: 16px
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
	padding: 0;
	margin: 0
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
	display: block
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
	font-size: 16px;
	padding-left: 60px
}

.site-mobile-menu .site-nav-wrap[data-class=social] {
	float: left;
	width: 100%;
	margin-top: 30px;
	padding-bottom: 5em
}

.site-mobile-menu .site-nav-wrap[data-class=social] > li {
	width: auto
}

.site-mobile-menu .site-nav-wrap[data-class=social] > li:first-child a {
	padding-left: 15px !important
}

.header-bar {
	float: left;
	width: 250px;
	height: 100vh;
	min-height: 400px;
	overflow: auto;
	background: #000;
	padding: 30px;
	text-align: right;
	position: fixed;
	left: 0;
	top: 0
}

@media(max-width:991.98px) {
	.header-bar {
		width: 100%;
		position: fixed;
		float: none;
		height: 70px !important;
		min-height: 70px;
		z-index: 1;
	}
	
}

.header-bar .site-logo {
	margin-bottom: 30px
}

.header-bar .site-logo img { width:150px; }

@media(max-width:991.98px) {
	.header-bar .site-logo {
		margin-right: auto;
		margin-bottom: 0
	} 
}

/*@media only screen and (max-width: 992px) {	*/

.header-bar .site-logo a {
	/*font-size: 30px;*/ /*20px*/
	color: #fff;
	/*text-transform: uppercase;*/
	font-weight: 700;
	font: 20px 'Source Sans Pro', sans-serif;
	font: 30px 'Caveat', sans-serif; 
}

.header-bar .main-menu {
	margin-left: auto
}

@media(max-width:991.98px) {
	.header-bar .main-menu {
		display: none
	}
	
	.header-bar .site-logo img { width:70px; }
	.header-bar .site-logo a { 
		/*font-size: 14px; */
		font: 14px 'Source Sans Pro', sans-serif;
		font: 25px 'Caveat', sans-serif;
	}
}

@media(max-width:480.98px) { 
	.header-bar .site-logo img { width:50px; }
	.header-bar .site-logo a {  
		font: 14px 'Source Sans Pro', sans-serif;
		font: 20px 'Caveat', sans-serif;
	}
}

.header-bar ul {
	text-align: right;
	padding: 0;
	margin: 0 0 30px
}

@media(max-width:991.98px) {
	.header-bar ul {
		display: inline-block;
		margin-bottom: 0
	}
}

.header-bar ul li {
	list-style: none;
	margin-bottom: 5px
}

@media(max-width:991.98px) {
	.header-bar ul li {
		display: inline-block
	}
}

.header-bar ul li a {
	display: block;
	padding: 4px 0;
	color: #fff;
	text-transform: uppercase;
	font-size: .9rem;
	font-weight: 700;
}
.header-bar ul.social li a {
	font-size: 1.4rem;
} 

@media(max-width:991.98px) {
	.header-bar ul li a, .contacts-social ul.social li a {
		padding: 4px 10px
	}
}

.header-bar ul li a:hover,
.header-bar ul.social li a:hover {
	color: var(--green);
}
.header-bar ul li.active a {
	color: #F4ED16;
}

.header-bar ul.social li,
.contacts-social ul.social li {
	display: inline-block
}

.header-bar ul.social li a,
.contacts-social ul.social li a {
	padding: 10px
}

.header-bar ul.social li:last-child a {
	padding-right: 0
}

.contacts-social {
    text-align: center;
    border-top: 1px solid #fff;
    border-width: 1px 0;
    margin-bottom: 20px;
	padding-top: 15px;
}
.contacts-social ul.social {
    display: inline-block;
    margin: auto;
}
.contacts-social ul.social li a {
	font-size: 1.8rem; color: var(--green) !important;
} 
.contacts-social ul.social li a:hover {
	color: #f3d700 !important;
} 

.main-content {
	float: right;
	width: calc(100% - 250px)
}

@media(max-width:991.98px) {
	.main-content {
		width: 100%;
		position: relative;
		float: none;
		margin-top: 51px;
	}
}

.main-content .container-fluid {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 50px;
}

@media(max-width:991.98px) {
	.main-content .container-fluid {
		padding-left: 15px;
		padding-right: 15px
	}
}

.main-content .photos .photo-item {
	position: relative
}

.main-content .photos .photo-item:after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0, 0, 0, .6);
	z-index: 1;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	opacity: 0;
	visibility: hidden
}

.main-content .photos .photo-item .photo-text-more {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-top: 30px;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	opacity: 0;
	visibility: hidden;
	text-align: center
}

.main-content .photos .photo-item .photo-text-more .icon {
	color: #fff;
	font-size: 20px
}

.main-content .photos .photo-item .photo-text-more .heading {
	font-size: 16px;
	color: #fff;
	margin-bottom: 0
}

.main-content .photos .photo-item .photo-text-more .meta {
	color: #ccc;
	text-transform: uppercase;
	font-size: 12px
}

.main-content .photos .photo-item img,
.main-content .photos .photo-item video {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	height: 300px;
	margin-bottom: 20px
}

@media(max-width:575.98px) {
	.main-content .photos .photo-item img,
	.main-content .photos .photo-item video {
		height: 200px
	}
}

.main-content .photos .photo-item:hover:after {
	opacity: 1;
	visibility: visible
}

.main-content .photos .photo-item:hover .photo-text-more {
	margin-top: 0;
	opacity: 1;
	visibility: visible
}

.site-mobile-menu .site-mobile-menu-body ul:first-child {
	margin-bottom: 20px !important;
	float: left
}

.site-mobile-menu .site-mobile-menu-body .site-nav-wrap + .site-nav-wrap {
	float: left;
	display: block;
	position: relative
}

.site-mobile-menu .site-mobile-menu-body .site-nav-wrap + .site-nav-wrap li,
.site-mobile-menu .site-mobile-menu-body .site-nav-wrap + .site-nav-wrap li a {
	float: none;
	width: auto;
	display: inline
}

.blog-entry .img-wrap {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 250px;
	flex: 0 0 250px
}

.blog-entry .img-wrap img {
	border: 4px solid #fff
}

.blog-entry h2 {
	font-size: 24px
}

.blog-entry h2 a {
	color: #fff
}

.blog-entry .meta {
	color: #737373
}

.custom-pagination {
	margin-top: 50px;
	margin-bottom: 50px
}

.custom-pagination span,
.custom-pagination a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center
}

.custom-pagination a {
	border-radius: 50%
}

.custom-pagination a:hover {
	background: #ef6c57;
	color: #fff
}


/* ====================================================================*/
/* Style the Image Used to Trigger the Modal */
/*#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}*/

.img-fluid:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 21; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#imgcaption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 90%;
  }
}
/* ====================================================================*/

input#nah_snd { float:left; visibility:hidden !important; margin:0 !important; padding:0 !important; height:0 !important; width:0 !important; }
.txt12 { font-size: 12px; }

.table th:not(:first-child),
.table td:not(:first-child) { text-align: end;}
.table th {
	/* font-style: italic; */
	color: var(--green) !important;
	font: 20px 'Caveat', sans-serif; 
	padding-left: 3px; 
	padding-right: 5px; 
}
.table td {
	font-style: italic;
	color: yellow;
	font: 20px 'Caveat', sans-serif; 
	padding-left: 3px; 
	padding-right: 5px; 
}
.table.table-hover tbody tr:hover {
	background-color: rgba(255,255,255, 0.275); 
}


.txt-biz {
	font-style: italic;
	color: yellow;
	font: 26px 'Caveat', sans-serif; 
	padding-left: 3px; 
	padding-right: 5px; 
}
.txt-smlb a {
	text-decoration: underline !important;
	color: #18A94F !important;
	cursor: pointer;
}
.txt-smlb a:hover, .txt-smlb a:active, .txt-smlb a:visited, .txt-smlb a:focus
{ 
	text-decoration: underline !important;
	color: greenyellow !important;
}
.txt-smlb-h1 {
	display: block; 
	font: 40px 'Caveat', sans-serif; 
	line-height: 40px;
	color: #E6242B;
	margin: 20px 0px 0px;
}
.txt-smlb-h2 {
	display: block;
	font-size: 150%;
	font: 35px 'Caveat', sans-serif; 
	line-height: 40px;
	color: #E6242B;
	margin: 20px auto 15px;
}
.txt-smlb-h3 {
	display: block; 
	font: 27px 'Caveat', sans-serif; 
	line-height: 1;
    margin-bottom: 5px;
}



/*-------------------------------------------------------------------------------------------------------
@ NOTIFICATION ALERTS
-------------------------------------------------------------------------------------------------------*/
/*#box_alert { position: fixed; top: 0; width: 100%; z-index: 100;}*/
.notify-wrap {
	position:relative;width:100%;max-width:450px;margin:0 auto;
}
.notify-box{
	width:100%;
	background:#FFFF99;
	padding:8px;
	font-weight:normal; 
	color:#222;
	line-height: 1.15;
	border:1px #FFCC66 solid;
	clear:both;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 1px 3px #aaa;
	-moz-box-shadow: 0px 1px 3px #aaa;
	box-shadow: 0px 1px 3px #aaa;
	text-align:center;
	position: fixed;
	top:0px;
	z-index: 1000;
	max-width:450px;
}
.notify-box p {
	padding:0; margin:0;
}
