@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i);
html,
body {
	height: auto;
	min-height: 100vh;
	}
	
body {
	font-style: normal;
	line-height: 1.5;
	}

.item-page {
	padding:25px;
	width:90%;
	margin:0px auto;
}

/* Backgrounds */	
.alert-success {
	background-color: #70c770;
	}
	
.alert-info {
	background-color: #d3e0cf;
	}
	
.alert-warning {
	background-color: #879a9f;
	}
	
.alert-danger {
	background-color: #55b4d4;
	}
	
.bg-primary {
	background-color: #008dcf !important;
	}
	
.bg-success {
	background-color: #00aca0 !important;
	}
	
.bg-info {
	background-color: #d3e0cf !important;
	}
	
.bg-warning {
	background-color: #879a9f !important;
	}
	
.bg-danger {
	background-color: #55b4d4 !important;
	}
	
/* Buttons */
.btn {
	font-weight: 500;
	border-width: 2px;
	font-style: normal;
	letter-spacing: 1px;
	margin: .4rem .8rem;
	white-space: normal;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 1rem 3rem;
	border-radius: 3px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	word-break: break-word;
	}
	
.btn-sm {
	font-weight: 500;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 0.6rem 1.5rem;
	border-radius: 3px;
	}
	
.btn-md {
	font-weight: 500;
	letter-spacing: 1px;
	margin: .4rem .8rem !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 1rem 3rem;
	border-radius: 3px;
	}
	
.btn-lg {
	font-weight: 500;
	letter-spacing: 1px;
	margin: .4rem .8rem !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 1.2rem 3.2rem;
	border-radius: 3px;
	}

.btn-primary,
.btn-primary:active {
	background-color: #008dcf !important;
	border-color: #008dcf !important;
	color: #ffffff !important;
	}
	
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
	color: #ffffff !important;
	background-color: #005983 !important;
	border-color: #005983 !important;
	}
	
.btn-primary.disabled,
.btn-primary:disabled {
	color: #ffffff !important;
	background-color: #005983 !important;
	border-color: #005983 !important;
	}
	
.btn-secondary,
.btn-secondary:active {
	background-color: #60bb46 !important;
	border-color: #60bb46 !important;
	color: #ffffff !important;
	}
	
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
	color: #ffffff !important;
	background-color: #438431 !important;
	border-color: #438431 !important;
	}
	
.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #ffffff !important;
	background-color: #438431 !important;
	border-color: #438431 !important;
	}
	
.btn-info,
.btn-info:active {
	background-color: #d3e0cf !important;
	border-color: #d3e0cf !important;
	color: #4e6b45 !important;
	}
	
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
	color: #4e6b45 !important;
	background-color: #a8c2a1 !important;
	border-color: #a8c2a1 !important;
	}
	
.btn-info.disabled,
.btn-info:disabled {
	color: #4e6b45 !important;
	background-color: #a8c2a1 !important;
	border-color: #a8c2a1 !important;
	}
	
.btn-success,
.btn-success:active {
	background-color: #00aca0 !important;
	border-color: #00aca0 !important;
	color: #ffffff !important;
	}
	
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
	color: #ffffff !important;
	background-color: #006059 !important;
	border-color: #006059 !important;
	}
	
.btn-success.disabled,
.btn-success:disabled {
	color: #ffffff !important;
	background-color: #006059 !important;
	border-color: #006059 !important;
	}
	
.btn-warning,
.btn-warning:active {
	background-color: #879a9f !important;
	border-color: #879a9f !important;
	color: #ffffff !important;
	}
	
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
	color: #ffffff !important;
	background-color: #617479 !important;
	border-color: #617479 !important;
	}
	
.btn-warning.disabled,
.btn-warning:disabled {
	color: #ffffff !important;
	background-color: #617479 !important;
	border-color: #617479 !important;
	}
	
.btn-danger,
.btn-danger:active {
	background-color: #55b4d4 !important;
	border-color: #55b4d4 !important;
	color: #ffffff !important;
	}
	
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
	color: #ffffff !important;
	background-color: #2d8fb0 !important;
	border-color: #2d8fb0 !important;
	}
	
.btn-danger.disabled,
.btn-danger:disabled {
	color: #ffffff !important;
	background-color: #2d8fb0 !important;
	border-color: #2d8fb0 !important;
	}
	
.btn-white {
	color: #333333 !important;
	}
	
.btn-white,
.btn-white:active {
	background-color: #ffffff !important;
	border-color: #ffffff !important;
	color: #808080 !important;
	}
	
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
	color: #808080 !important;
	background-color: #d9d9d9 !important;
	border-color: #d9d9d9 !important;
	}
.btn-white.disabled,
.btn-white:disabled {
	color: #808080 !important;
	background-color: #d9d9d9 !important;
	border-color: #d9d9d9 !important;
	}
	
.btn-black,
.btn-black:active {
	background-color: #333333 !important;
	border-color: #333333 !important;
	color: #ffffff !important;
	}
	
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
	color: #ffffff !important;
	background-color: #0d0d0d !important;
	border-color: #0d0d0d !important;
	}
	
.btn-black.disabled,
.btn-black:disabled {
	color: #ffffff !important;
	background-color: #0d0d0d !important;
	border-color: #0d0d0d !important;
	}
	
.btn-primary-outline,
.btn-primary-outline:active {
	background: none;
	border-color: #004869;
	color: #004869;
	}
	
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
	color: #ffffff;
	background-color: #008dcf;
	border-color: #008dcf;
	}
	
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
	color: #ffffff !important;
	background-color: #008dcf !important;
	border-color: #008dcf !important;
	}
	
.btn-secondary-outline,
.btn-secondary-outline:active {
	background: none;
	border-color: #3a712a;
	color: #3a712a;
	}
	
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
	color: #ffffff;
	background-color: #60bb46;
	border-color: #60bb46;
	}
	
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
	color: #ffffff !important;
	background-color: #60bb46 !important;
	border-color: #60bb46 !important;
	}
	
.btn-info-outline,
.btn-info-outline:active {
	background: none;
	border-color: #9ab891;
	color: #9ab891;
	}
	
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
	color: #4e6b45;
	background-color: #d3e0cf;
	border-color: #d3e0cf;
	}
	
.btn-info-outline.disabled,
.btn-info-outline:disabled {
	color: #4e6b45 !important;
	background-color: #d3e0cf !important;
	border-color: #d3e0cf !important;
	}
	
.btn-success-outline,
.btn-success-outline:active {
	background: none;
	border-color: #004641;
	color: #004641;
	}
	
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
	color: #ffffff;
	background-color: #00aca0;
	border-color: #00aca0;
	}
	
.btn-success-outline.disabled,
.btn-success-outline:disabled {
	color: #ffffff !important;
	background-color: #00aca0 !important;
	border-color: #00aca0 !important;
	}
	
.btn-warning-outline,
.btn-warning-outline:active {
	background: none;
	border-color: #55666b;
	color: #55666b;
	}
	
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
	color: #ffffff;
	background-color: #879a9f;
	border-color: #879a9f;
	}
	
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
	color: #ffffff !important;
	background-color: #879a9f !important;
	border-color: #879a9f !important;
	}
	
.btn-danger-outline,
.btn-danger-outline:active {
	background: none;
	border-color: #277e9c;
	color: #277e9c;
	}
	
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
	color: #ffffff;
	background-color: #55b4d4;
	border-color: #55b4d4;
	}
	
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
	color: #ffffff !important;
	background-color: #55b4d4 !important;
	border-color: #55b4d4 !important;
	}
	
.btn-black-outline,
.btn-black-outline:active {
	background: none;
	border-color: #000000;
	color: #000000;
	}
	
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
	color: #ffffff;
	background-color: #333333;
	border-color: #333333;
	}
	
.btn-black-outline.disabled,
.btn-black-outline:disabled {
	color: #ffffff !important;
	background-color: #333333 !important;
	border-color: #333333 !important;
	}
	
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
	background: none;
	border-color: #ffffff;
	color: #ffffff;
	}
	
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
	color: #333333;
	background-color: #ffffff;
	border-color: #ffffff;
	}
	
.btn-form {
	border-radius: 0;
	}
	
.btn-form:hover {
	cursor: pointer;
	}
	
.btn-social {
	font-size: 20px;
	border-radius: 50%;
	padding: 0;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	position: relative;
	border: 2px solid #c0a375;
	border-color: #008dcf;
	color: #232323;
	cursor: pointer;
	}
	
.btn-social i {
	top: 0;
	line-height: 44px;
	width: 44px;
	}
	
.btn-social:hover {
	color: #fff;
	background: #008dcf;
	}
	
.btn-social + .btn {
	margin-left: .1rem;
	}
	
.section-btn a.btn:not(.btn-form) {
	border-radius: 100px;
	}
	
.section-btn a.btn:not(.btn-form):hover,
.section-btn a.btn:not(.btn-form):focus {
	box-shadow: none !important;
	}
	
.section-btn a.btn:not(.btn-form):hover,
.section-btn a.btn:not(.btn-form):focus {
	box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
	-webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
	}
	
/* Fonts */	
a.text-primary:hover,
a.text-primary:focus {
	color: #004869 !important;
	}
	
a.text-secondary:hover,
a.text-secondary:focus {
	color: #3a712a !important;
	}
	
a.text-success:hover,
a.text-success:focus {
	color: #004641 !important;
	}
	
a.text-info:hover,
a.text-info:focus {
	color: #9ab891 !important;
	}
	
a.text-warning:hover,
a.text-warning:focus {
	color: #55666b !important;
	}
	
a.text-danger:hover,
a.text-danger:focus {
	color: #277e9c !important;
	}
	
a.text-white:hover,
a.text-white:focus {
	color: #b3b3b3 !important;
	}
	
a.text-black:hover,
a.text-black:focus {
	color: #4d4d4d !important;
	}
	
.footermenu li {
	display: inline-block;
	line-height: 1.5;
	padding: 0px 8px 0px 0px;
}

.footermenu li a {
    color:#008dcf;
}
.display-1 {
	font-family: 'Rubik', sans-serif;
	font-size: 4.25rem;
	}
	
.display-1 > .mbr-iconfont {
	font-size: 6.8rem;
	}
	
.display-2 {
	font-family: 'Rubik', sans-serif;
	font-size: 3rem;
	}
	
.display-2 > .mbr-iconfont {
	font-size: 4.8rem;
	}
	
.display-4 {
	font-family: 'Rubik', sans-serif;
	font-size: 1rem;
	}

.display-4 > .mbr-iconfont {
	font-size: 1.6rem;
	}
	
.display-5 {
	font-family: 'Rubik', sans-serif;
	font-size: 1.5rem;
	}
	
.display-5 > .mbr-iconfont {
	font-size: 2.4rem;
}

.display-7 {
	font-family: 'Rubik', sans-serif;
	font-size: 1rem;
}

.display-7 > .mbr-iconfont {
	font-size: 1.6rem;
}
	
.section-title {
	font-style: normal;
	line-height: 1.2;
	}
	
.section-subtitle {
	line-height: 1.3;
	}
	
.site-text {
	font-style: normal;
	line-height: 1.6;
	}
	
.text-primary {
	color: #008dcf !important;
	}
	
.text-secondary {
	color: #60bb46 !important;
	}
	
.text-success {
	color: #00aca0 !important;
	}
	
.text-info {
	color: #d3e0cf !important;
	}
	
.text-warning {
	color: #879a9f !important;
	}
	
.text-danger {
	color: #55b4d4 !important;
	}
	
.text-white {
	color: #ffffff !important;
	}
	
.text-black {
	color: #000000 !important;
	}
	
/* Gallery */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	}
	
.cid-gallery {
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #ffffff;
	}

.page-gallery {
	padding-top: 0px;
	padding-bottom: 0px;
}
	
.page-gallery .card {
    position: relative;
    display: block;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: .25rem;
	padding: 15px;
	min-height: 320px;
}
	
.activity_card, .headerblock {
    position: relative;
    display: block;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: .25rem;
    padding: 15px;
}
	
.page-gallery .card-text {
	text-align: justify;
}

.cid-gallery .gal-slider .carousel-control, 
.page-gallery .gal-slider .carousel-control {
	background: #1b1b1b;
	}
	
.cid-gallery .gal-slider .carousel-control-prev, 
.page-gallery .gal-slider .carousel-control-prev {
	left: 0;
	margin-left: 2.5rem;
	}
	
.cid-gallery .gal-slider .carousel-control-next, 
.page-gallery .gal-slider .carousel-control-next {
	right: 0;
	margin-right: 2.5rem;
	}
	
.cid-gallery .gal-slider .modal-body .close, 
.page-gallery .gal-slider .modal-body .close {
	background: #1b1b1b;
	}
	
.cid-gallery .gal-gallery-item > div::before, 
.page-gallery .gal-gallery-item > div::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #465052;
	background: linear-gradient(to left, #465052, #45505b) !important;
	opacity: 0;
	-webkit-transition: 0.2s opacity ease-in-out;
	transition: 0.2s opacity ease-in-out;
	}
	
.cid-gallery .gal-gallery-item > div:hover .gal-gallery-title::before, 
.page-gallery .gal-gallery-item > div:hover .gal-gallery-title::before {
	background: transparent !important;
	}
	
.cid-gallery .gal-gallery-item > div:hover:before, 
.page-gallery .gal-gallery-item > div:hover:before {
	opacity: 0.7 !important;
	}
	
.cid-gallery .gal-gallery-title, 
.page-gallery .gal-gallery-title {
	font-size: .9em;
	position: absolute;
	display: block;
	width: 100%;
	bottom: 0;
	padding: 1rem;
	color: #fff;
	z-index: 2;
	}
	
.cid-gallery .gal-gallery-title:before, 
.page-gallery .gal-gallery-title:before {
	content: " ";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	position: absolute;
	background: #465052 !important;
	background: linear-gradient(to left, #465052, #45505b) !important;
	opacity: 0.7;
	-webkit-transition: 0.2s background ease-in-out;
	transition: 0.2s background ease-in-out;
	}
	
.gal-carousel .modal-body .close {
	background: #1b1b1b;
	}

.gal-carousel .modal-body .close span {
	font-style: normal;
	}

.gal-carousel .carousel-inner > .active,
.gal-carousel .carousel-inner > .next,
.gal-carousel .carousel-inner > .prev {
	display: table;
	}
	
.gal-carousel .carousel-control .icon-next,
.gal-carousel .carousel-control .icon-prev {
	margin-top: -18px;
	font-size: 40px;
	line-height: 27px;
	}
	
.gal-carousel .carousel-control:hover {
	background: #1b1b1b;
	color: #fff;
	opacity: 1;
	}
	
.gal-carousel .boxed-slider {
	position: relative;
	padding: 93px 0;
	}
	
.gal-carousel .boxed-slider > div {
	position: relative;
	}
	
.gal-carousel .container img {
	width: 100%;
	}
	
.gal-carousel .container img + .row {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	}
	
.gal-carousel .dtr-section {
	padding: 0;
	background-attachment: scroll;
	}
	
.gal-carousel .table-cell {
	padding: 0;
	}
	
.gal-carousel .container .carousel-indicators {
	margin-bottom: 3px;
	}
	
.gal-carousel .carousel-caption {
	top: 50%;
	right: 0;
	bottom: auto;
	left: 0;
	display: flex;
	align-items: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	}
	
.gal-carousel .section-overlay {
	z-index: 1;
	}
	
.gal-carousel .container-slide.container {
	min-width: 100%;
	min-height: 100vh;
	padding: 0;
	}
	
.gal-carousel .carousel-item {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	-o-transition: -o-transform 0.6s ease-in-out;
	-webkit-transition: -webkit-transform 0.6s ease-in-out;
	transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	}
	
.gal-carousel .carousel-item-next.carousel-item-left,
.gal-carousel .carousel-item-prev.carousel-item-right {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	}
	
.gal-carousel .active.carousel-item-right,
.gal-carousel .carousel-item-next {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	}
	
.gal-carousel .active.carousel-item-left,
.gal-carousel .carousel-item-prev {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	}
	
.gal-carousel .gal-slider .carousel-control {
	top: 50%;
	width: 70px;
	height: 70px;
	margin-top: -1.5rem;
	font-size: 35px;
	background-color: rgba(0, 0, 0, 0.5);
	border: 2px solid #fff;
	border-radius: 50%;
	transition: all .3s;
	}
	
.gal-carousel .gal-slider .carousel-control.carousel-control-prev {
	left: 0;
	margin-left: 2.5rem;
	}
	
.gal-carousel .gal-slider .carousel-control.carousel-control-next {
	right: 0;
	margin-right: 2.5rem;
	}
	
.gal-carousel .gal-slider .carousel-control .mbr-iconfont {
	font-size: 2rem;
	}
	
.gal-carousel .gal-slider .carousel-indicators {
	position: absolute;
	bottom: 0;
	margin-bottom: 1.5rem !important;
	}
	
.gal-carousel .gal-slider .carousel-indicators li {
	max-width: 20px;
	width: 20px;
	height: 20px;
	max-height: 20px;
	margin: 3px;
	background-color: rgba(0, 0, 0, 0.5);
	border: 2px solid #fff;
	border-radius: 50%;
	opacity: .5;
	transition: all .3s;
	}
	
.gal-carousel .gal-slider .carousel-indicators li.active,
.gal-carousel .gal-slider .carousel-indicators li:hover {
	opacity: .9;
	}
	
.gal-carousel .gal-slider .carousel-indicators li::after,
.gal-carousel .gal-slider .carousel-indicators li::before {
	content: none;
	}
	
.gal-carousel .gal-slider .carousel-indicators.ie-fix {
	left: 50%;
	display: block;
	width: 60%;
	margin-left: -30%;
	text-align: center;
	}

.gal-carousel .gal-slider > .container img {
	width: 100%;
	}
	
.gal-carousel .gal-slider > .container img + .row {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	z-index: 2;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	}
	
.gal-carousel .gal-slider > .container .carousel-indicators {
	margin-bottom: 3px;
	}
	
.gal-carousel .gal-slider .dtr-section {
	padding: 0;
	background-attachment: scroll;
	}
	
.gal-carousel .gal-slider .table-cell {
	padding: 0;
	}
	
.gal-carousel .carousel-item .container.container-slide {
	position: initial;
	width: auto;
	min-height: 0;
	}
	
.gal-carousel .full-screen .slider-fullscreen-image {
	min-height: 100vh;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	}
	
.gal-carousel .full-screen .slider-fullscreen-image.active {
	display: -o-flex;
	}
	
.gal-carousel .full-screen .container {
	width: auto;
	padding-right: 0;
	padding-left: 0;
	}
	
.gal-carousel .full-screen .carousel-item .container.container-slide {
	width: 100%;
	min-height: 100vh;
	padding: 0;
	}
	
.gal-carousel .full-screen .carousel-item .container.container-slide img {
	display: none;
	}
	
.gal-carousel .gal-background-video-preview {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	}
	
.gal-carousel .section-overlay ~ .container-slide {
	z-index: auto;
	}
	
.gal-gallery-filter li a {
	border-radius: 100px !important;
	}
	
.gal-gallery-filter li.active .btn {
	background-color: #008dcf;
	border-color: #008dcf;
	color: #ffffff;
	}
	
.gal-gallery-filter li.active .btn:focus {
	box-shadow: none;
	}
	
/* Links */
a,
a:hover {
	color: #008dcf;
	}
	
/* Menu / Nav */
.dropup .dropdown-toggle::after {
	display: none;
	}
	
.menu .navbar.collapsed:not(.beta-menu) {
	flex-direction: column;
	}
	
.topmenu .navbar {
	padding: .5rem 0;
	background: #465052;
	transition: none;
	min-height: 77px;
	}
	
.topmenu .navbar-dropdown.bg-color.transparent.opened {
	background: #465052;
	}
	
.topmenu a {
	font-style: normal;
	}
	
.topmenu .nav-item span {
	padding-right: 0.4em;
	line-height: 0.5em;
	vertical-align: text-bottom;
	position: relative;
	text-decoration: none;
	}
	
.topmenu .nav-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 0 !important;
	margin: 0rem .65rem !important;
	}
	
.topmenu .nav-item:focus,
.topmenu .nav-link:focus {
	outline: none;
	}
	
.topmenu .btn {
	padding: 0.4rem 1.5rem;
	display: inline-flex;
	align-items: center;
	}
	
.topmenu .btn .mbr-iconfont {
	font-size: 1.6rem;
	}
	
.topmenu .menu-logo {
	margin-right: auto;
	}
	
.topmenu .menu-logo .navbar-brand {
	display: flex;
	margin-left: 5rem;
	padding: 0;
	transition: padding .2s;
	min-height: 3.8rem;
	align-items: center;
	}
	
.topmenu .menu-logo .navbar-brand .navbar-caption-wrap {
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	word-break: break-word;
	min-width: 7rem;
	margin: .3rem 0;
	}
	
.topmenu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
	line-height: 1.2rem !important;
	padding-right: 2rem;
	}
	
.topmenu .menu-logo .navbar-brand .navbar-logo {
	font-size: 4rem;
	transition: font-size 0.25s;
	}
	
.topmenu .menu-logo .navbar-brand .navbar-logo img {
	display: flex;
	}
	
.topmenu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
	transition: font-size 0.25s;
	}
	
.topmenu .navbar-toggleable-sm .navbar-collapse {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	padding-right: 5rem;
	width: auto;
	}
	
.topmenu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding-left: 0;
	}
	
.topmenu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
	-webkit-align-self: center;
	align-self: center;
	}
	
.topmenu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
	padding-left: 0;
	padding-bottom: 0;
	}
	
.topmenu .dropdown .dropdown-menu {
	background: #465052;
	display: none;
	position: absolute;
	min-width: 5rem;
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;
	text-align: left;
	}
	
.topmenu .dropdown .dropdown-menu .dropdown-item {
	width: auto;
	padding: 0.235em 1.5385em 0.235em 1.5385em !important;
	}
	
.topmenu .dropdown .dropdown-menu .dropdown-item::after {
	right: 0.5rem;
	}
	
.topmenu .dropdown .dropdown-menu .dropdown-submenu {
	margin: 0;
	}
	
.topmenu .dropdown.open > .dropdown-menu {
	display: block;
	}
	
.topmenu .navbar-toggleable-sm.opened:after {
	position: absolute;
	width: 100vw;
	height: 100vh;
	content: '';
	background-color: rgba(0, 0, 0, 0.1);
	left: 0;
	bottom: 0;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	z-index: 1000;
	}
	
.topmenu .navbar.navbar-short {
	min-height: 60px;
	transition: all .2s;
	}
	
.topmenu .navbar.navbar-short .navbar-toggler-right {
	top: 20px;
	}
	
.topmenu .navbar.navbar-short .navbar-logo a {
	font-size: 2.5rem !important;
	line-height: 2.5rem;
	transition: font-size 0.25s;
	}
	
.topmenu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
	font-size: 2.5rem !important;
	}
	
.topmenu .navbar.navbar-short .navbar-logo a img {
	height: 3rem !important;
	}
	
.topmenu .navbar.navbar-short .navbar-brand {
	min-height: 3rem;
	}
	
.topmenu button.navbar-toggler {
	width: 31px;
	height: 18px;
	cursor: pointer;
	transition: all .2s;
	top: 1.5rem;
	right: 1rem;
	}
	
.topmenu button.navbar-toggler:focus {
	outline: none;
	}	

.topmenu button.navbar-toggler .hamburger span {
	position: absolute;
	right: 0;
	width: 30px;
	height: 2px;
	border-right: 5px;
	background-color: #ffffff;
	}
	
.topmenu button.navbar-toggler .hamburger span:nth-child(1) {
	top: 0;
	transition: all .2s;
	}
	
.topmenu button.navbar-toggler .hamburger span:nth-child(2) {
	top: 8px;
	transition: all .15s;
	}
	
.topmenu button.navbar-toggler .hamburger span:nth-child(3) {
	top: 8px;
	transition: all .15s;
	}
	
.topmenu button.navbar-toggler .hamburger span:nth-child(4) {
	top: 16px;
	transition: all .2s;
	}
	
.topmenu nav.opened .hamburger span:nth-child(1) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
	}
	
.topmenu nav.opened .hamburger span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .25s;
	}
	
.topmenu nav.opened .hamburger span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all .25s;
	}

.topmenu nav.opened .hamburger span:nth-child(4) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
	}
	
.topmenu .collapsed.navbar-expand {
	flex-direction: column;
	}
	
.topmenu .collapsed .btn {
	display: flex;
	}
	
.topmenu .collapsed .navbar-collapse {
	display: none !important;
	padding-right: 0 !important;
	}
	
.topmenu .collapsed .navbar-collapse.collapsing,
.topmenu .collapsed .navbar-collapse.show {
	display: block !important;
	}
	
.topmenu .collapsed .navbar-collapse.collapsing .navbar-nav,
.topmenu .collapsed .navbar-collapse.show .navbar-nav {
	display: block;
	text-align: center;
	}
	
.topmenu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.topmenu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
	clear: both;
	}
	
.topmenu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.topmenu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
	margin-bottom: 1rem;
	}
	
.topmenu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.topmenu .collapsed .navbar-collapse.show .navbar-buttons {
	text-align: center;
	}
	
.topmenu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.topmenu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
	margin-bottom: 1rem;
	}
	
.topmenu .collapsed button.navbar-toggler {
	display: block;
	}
	
.topmenu .collapsed .navbar-brand {
	margin-left: 1rem !important;
	}
	
.topmenu .collapsed .navbar-toggleable-sm {
	flex-direction: column;
	-webkit-flex-direction: column;
	}
	
.topmenu .collapsed .dropdown .dropdown-menu {
	width: 100%;
	text-align: center;
	position: relative;
	opacity: 0;
	display: block;
	height: 0;
	visibility: hidden;
	padding: 0;
	transition-duration: .5s;
	transition-property: opacity,padding,height;
	}
	
.topmenu .collapsed .dropdown.open > .dropdown-menu {
	position: relative;
	opacity: 1;
	height: auto;
	padding: 1.4rem 0;
	visibility: visible;
	}
	
.topmenu .collapsed .dropdown .dropdown-submenu {
	left: 0;
	text-align: center;
	width: 100%;
	}
	
.topmenu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
	margin-top: 0;
	position: inherit;
	right: 0;
	top: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .3em;
	vertical-align: middle;
	content: "";
	border-top: .30em solid;
	border-right: .30em solid transparent;
	border-left: .30em solid transparent;
	}
	
.topmenu .navbar-collapse {
	flex-basis: auto;
	}
	
.topmenu .nav-link:hover,
.topmenu .dropdown-item:hover {
	color: #c1c1c1 !important;
	}
	
.topmenu .navbar {
	padding: .5rem 0;
	background: #465052;
	transition: none;
	min-height: 77px;
	}
	
.topmenu .navbar-dropdown.bg-color.transparent.opened {
	background: #465052;
	}
	
.topmenu a {
	font-style: normal;
	}
	
.topmenu .nav-item span {
	padding-right: 0.4em;
	line-height: 0.5em;
	vertical-align: text-bottom;
	position: relative;
	text-decoration: none;
	}
	
.topmenu .nav-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 0 !important;
	margin: 0rem .65rem !important;
	}
	
.topmenu .nav-item:focus,
.topmenu .nav-link:focus {
	outline: none;
	}
	
.topmenu .btn {
	padding: 0.4rem 1.5rem;
	display: inline-flex;
	align-items: center;
	}
	
.topmenu .btn .mbr-iconfont {
	font-size: 1.6rem;
	}
	
.topmenu .menu-logo {
	margin-right: auto;
	}
	
.topmenu .menu-logo .navbar-brand {
	display: flex;
	margin-left: 5rem;
	padding: 0;
	transition: padding .2s;
	min-height: 3.8rem;
	align-items: center;
	}
	
.topmenu .menu-logo .navbar-brand .navbar-caption-wrap {
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	word-break: break-word;
	min-width: 7rem;
	margin: .3rem 0;
	}
	
.topmenu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
	line-height: 1.2rem !important;
	padding-right: 2rem;
	}
	
.topmenu .menu-logo .navbar-brand .navbar-logo {
	font-size: 4rem;
	transition: font-size 0.25s;
	}
	
.topmenu .menu-logo .navbar-brand .navbar-logo img {
	display: flex;
	}
	
.topmenu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
	transition: font-size 0.25s;
	}
	
.topmenu .navbar-toggleable-sm .navbar-collapse {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	padding-right: 5rem;
	width: auto;
	}
	
.topmenu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding-left: 0;
	}
	
.topmenu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
	-webkit-align-self: center;
	align-self: center;
	}
	
.topmenu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
	padding-left: 0;
	padding-bottom: 0;
	}
	
.topmenu .dropdown .dropdown-menu {
	background: #465052;
	display: none;
	position: absolute;
	min-width: 5rem;
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;
	text-align: left;
	}
	
.topmenu .dropdown .dropdown-menu .dropdown-item {
	width: auto;
	padding: 0.235em 1.5385em 0.235em 1.5385em !important;
	}
	
.topmenu .dropdown .dropdown-menu .dropdown-item::after {
	right: 0.5rem;
	}
	
.topmenu .dropdown .dropdown-menu .dropdown-submenu {
	margin: 0;
	}
	
.topmenu .dropdown.open > .dropdown-menu {
	display: block;
	}
	
.topmenu .navbar-toggleable-sm.opened:after {
	position: absolute;
	width: 100vw;
	height: 100vh;
	content: '';
	background-color: rgba(0, 0, 0, 0.1);
	left: 0;
	bottom: 0;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	z-index: 1000;
	}
	
.topmenu .navbar.navbar-short {
	min-height: 60px;
	transition: all .2s;
	}
	
.topmenu .navbar.navbar-short .navbar-toggler-right {
	top: 20px;
	}
	
.topmenu .navbar.navbar-short .navbar-logo a {
	font-size: 2.5rem !important;
	line-height: 2.5rem;
	transition: font-size 0.25s;
	}
	
.topmenu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
	font-size: 2.5rem !important;
	}
	
.topmenu .navbar.navbar-short .navbar-logo a img {
	height: 3rem !important;
	}
	
.topmenu .navbar.navbar-short .navbar-brand {
	min-height: 3rem;
	}
	
.topmenu button.navbar-toggler {
	width: 31px;
	height: 18px;
	cursor: pointer;
	transition: all .2s;
	top: 1.5rem;
	right: 1rem;
	}
	
.topmenu button.navbar-toggler:focus {
	outline: none;
	}
	
.topmenu button.navbar-toggler .hamburger span {
	position: absolute;
	right: 0;
	width: 30px;
	height: 2px;
	border-right: 5px;
	background-color: #ffffff;
	}
	
.topmenu button.navbar-toggler .hamburger span:nth-child(1) {
	top: 0;
	transition: all .2s;
	}
	
.topmenu button.navbar-toggler .hamburger span:nth-child(2) {
	top: 8px;
	transition: all .15s;
	}
	
.topmenu button.navbar-toggler .hamburger span:nth-child(3) {
	top: 8px;
	transition: all .15s;
	}
	
.topmenu button.navbar-toggler .hamburger span:nth-child(4) {
	top: 16px;
	transition: all .2s;
	}
	
.topmenu nav.opened .hamburger span:nth-child(1) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
	}
	
.topmenu nav.opened .hamburger span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .25s;
	}
	
.topmenu nav.opened .hamburger span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all .25s;
	}
	
.topmenu nav.opened .hamburger span:nth-child(4) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
	}
	
.topmenu .collapsed.navbar-expand {
	flex-direction: column;
	}
	
.topmenu .collapsed .btn {
	display: flex;
	}
	
.topmenu .collapsed .navbar-collapse {
	display: none !important;
	padding-right: 0 !important;
	}
	
.topmenu .collapsed .navbar-collapse.collapsing,
.topmenu .collapsed .navbar-collapse.show {
	display: block !important;
	}
	
.topmenu .collapsed .navbar-collapse.collapsing .navbar-nav,
.topmenu .collapsed .navbar-collapse.show .navbar-nav {
	display: block;
	text-align: center;
	}
	
.topmenu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.topmenu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
	clear: both;
	}
	
.topmenu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.topmenu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
	margin-bottom: 1rem;
	}
	
.topmenu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.topmenu .collapsed .navbar-collapse.show .navbar-buttons {
	text-align: center;
	}
	
.topmenu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.topmenu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
	margin-bottom: 1rem;
	}
	
.topmenu .collapsed button.navbar-toggler {
	display: block;
	}
	
.topmenu .collapsed .navbar-brand {
	margin-left: 1rem !important;
	}
	
.topmenu .collapsed .navbar-toggleable-sm {
	flex-direction: column;
	-webkit-flex-direction: column;
	}
	
.topmenu .collapsed .dropdown .dropdown-menu {
	width: 100%;
	text-align: center;
	position: relative;
	opacity: 0;
	display: block;
	height: 0;
	visibility: hidden;
	padding: 0;
	transition-duration: .5s;
	transition-property: opacity,padding,height;
	}
	
.topmenu .collapsed .dropdown.open > .dropdown-menu {
	position: relative;
	opacity: 1;
	height: auto;
	padding: 1.4rem 0;
	visibility: visible;
	}
	
.topmenu .collapsed .dropdown .dropdown-submenu {
	left: 0;
	text-align: center;
	width: 100%;
	}
	
.topmenu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
	margin-top: 0;
	position: inherit;
	right: 0;
	top: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .3em;
	vertical-align: middle;
	content: "";
	border-top: .30em solid;
	border-right: .30em solid transparent;
	border-left: .30em solid transparent;
	}
	
.topmenu .navbar-collapse {
	flex-basis: auto;
	}
	
.topmenu .nav-link:hover,
.topmenu .dropdown-item:hover {
	color: #c1c1c1 !important;
	}
	
nav {
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
}
	
.navbar-toggler {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	padding: 0.25rem 0.75rem;
	font-size: 1.25rem;
	line-height: 1;
	background: transparent;
	border: 1px solid transparent;
	-webkit-border-radius: 0.25rem;
	border-radius: 0.25rem;
	}
	
.navbar-toggler:focus,
.navbar-toggler:hover {
	text-decoration: none;
	}
	
.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	-webkit-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	}
	
.navbar-toggler-left {
	position: absolute;
	left: 1rem;
	}
	
.navbar-toggler-right {
	position: absolute;
	right: 1rem;
	}
	
.navbar-toggleable-xl {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
	position: static;
	float: none;
	}

.navbar-toggleable-xl > .container {
	padding-right: 0;
	padding-left: 0;
	}

.navbar-toggleable-xl .navbar-nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	}

.navbar-toggleable-xl .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem;
	}

.navbar-toggleable-xl > .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	}
	
.navbar-toggleable-xl .navbar-collapse {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	width: 100%;
	}

.navbar-toggleable-xl .navbar-toggler {
	display: none;
	}
	
.nav-tabs .nav-link {
	border-radius: 100px !important;
	}
	
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
	bottom: initial !important;
	}
	
/* Arrow: Scroll to top arrow*/
.scrollToTop_wraper {
	opacity: 0 !important;
	}
	
#scrollToTop a i:before {
	content: '';
	position: absolute;
	height: 40%;
	top: 25%;
	background: #fff;
	width: 2px;
	left: calc(50% - 1px);
	}
	
#scrollToTop a i:after {
	content: '';
	position: absolute;
	display: block;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 40%;
	height: 40%;
	left: 30%;
	bottom: 30%;
	transform: rotate(135deg);
	}
	
.note-check a[data-value=Rubik] {
	font-style: normal;
	}
	
.arrow-down a {
	color: #ffffff;
	}
	
/* Forms */
.form-control-label {
	position: relative;
	cursor: pointer;
	margin-bottom: .357em;
	padding: 0;
	}
	
.alert {
	color: #ffffff;
	border-radius: 0;
	border: 0;
	font-size: .875rem;
	line-height: 1.5;
	margin-bottom: 1.875rem;
	padding: 1.25rem;
	position: relative;
	}
	
.alert.alert-form::after {
	background-color: inherit;
	bottom: -7px;
	content: "";
	display: block;
	height: 14px;
	left: 50%;
	margin-left: -7px;
	position: absolute;
	transform: rotate(45deg);
	width: 14px;
	}
	
.form-control {
	background-color: #f5f5f5;
	box-shadow: none;
	color: #565656;
	font-family: 'Rubik', sans-serif;
	font-size: 1rem;
	line-height: 1.43;
	min-height: 3.5em;
	padding: 1.07em .5em;
	}
	
.form-control > .mbr-iconfont {
	font-size: 1.6rem;
	}
	
.form-control,
.form-control:focus {
	border: 1px solid #e8e8e8;
	}
	
.form-active .form-control:invalid {
	border-color: red;
	}
	
.webForm .btn {
	margin: .4rem 0;
	}
	
.webForm .input-group-btn a.btn {
	border-radius: 100px !important;
	}
	
.webForm .input-group-btn a.btn:hover {
	box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
	}
	
.webForm .input-group-btn button[type="submit"] {
	border-radius: 100px !important;
	padding: 1rem 3rem;
	}
	
.webForm .input-group-btn button[type="submit"]:hover {
	box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
	}
	
.form2 .form-control {
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
	}
	
.form2 .input-group-btn a.btn {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	}
	
.form2 .input-group-btn button[type="submit"] {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	}
	
.form3 input[type="email"] {
	border-radius: 100px !important;
	}
	
label,input {
	font-size:12px;margin:3px;
	}
	
label {
	padding: 2px; width:120px;
	}
	
input {
	border: 1px solid #ececec; padding:5px;
	}
	
/* Footer */
.cid-footer {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #2e2e2e;
	}
	
.cid-footer .map {
	height: 18.75rem;
	}
	
.cid-footer .footer-lower hr {
	margin: 1rem 0;
	border-color: #fff;
	opacity: .05;
	}
	
.cid-footer .footer-lower .social-list {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	}
	
.cid-footer .footer-lower .social-list .mbr-iconfont-social {
	font-size: 1.3rem;
	color: #fff;
	}
	
.cid-footer .footer-lower .social-list .soc-item {
	margin: 0 .5rem;
	}
	
.cid-footer .footer-lower .social-list a {
	margin: 0;
	opacity: .5;
	-webkit-transition: .2s linear;
	transition: .2s linear;
	}
	
.cid-footer .footer-lower .social-list a:hover {
	opacity: 1;
	}
	
.cid-footer .google-map {
	height: 25rem;
	position: relative;
	}
	
.cid-footer .google-map iframe {
	height: 100%;
	width: 100%;
	}
	
.cid-footer .google-map [data-state-details] {
	color: #6b6763;
	font-family: Montserrat;
	height: 1.5em;
	margin-top: -0.75em;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	}
	
.cid-footer .google-map[data-state] {
	background: #e9e5dc;
	}
	
.cid-footer .google-map[data-state="loading"] [data-state-details] {
	display: none;
	}
	
.footer-content li::before,
.block-footer .ftr-contacts li::before {
	background: #008dcf;
	}
	
.footer-content li a:hover,
.block-footer .ftr-contacts li a:hover {
	color: #008dcf;
	}
	
.footer3 input[type="email"],
.footer4 input[type="email"] {
	border-radius: 100px !important;
	}
	
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
	border-radius: 100px !important;
	}
	
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
	border-radius: 100px !important;
	}
	
/* General */
blockquote {
	font-style: italic;
	padding: 10px 0 10px 20px;
	font-size: 1.09rem;
	position: relative;
	border-color: #008dcf;
	border-width: 3px;
	}
	
ul,
ol,
pre,
blockquote {
	margin-bottom: 2.3125rem;
	}

.card-img {
	width: auto;
	}
	
.cid-header {
	padding-top: 90px;
	padding-bottom: 90px;
	background-image: url("../../../../../images/wilderness_on_sea_house13.jpg");
	}
	
.cid-facilities {
	background: url("../../../../../images/wilderness_on_sea_house5_bg.jpg") #d1d1d1 no-repeat;
	background-position: top left !Important;
	}
	
.cid-facilities h1 {
	color: #616161;
	}
	
.cid-facilities h2,
.cid-facilities h3,
.cid-facilities p {
	color: #767676;
	}
	
.cid-facilities .section-subtitle {
	font-style: italic;
	}
	
.cid-lrg-rooms, .cid-lrg-section {
	padding-top: 45px;
	padding-bottom: 60px;
	background-color: #f9f9f9;
	}
	
.cid-lrg-rooms .section-subtitle, 
.cid-lrg-section .section-subtitle {
	color: #767676;
	}
	
.cid-lrg-rooms .media-row,
.cid-lrg-section .media-row {
	display: flex;
	justify-content: center;
	}
	
.cid-lrg-rooms .room-item,
.cid-lrg-section .room-item {
	transition: all .2s;
	margin-bottom: 2rem;
	}
	
.cid-lrg-rooms .room-item .item-image img,
.cid-lrg-section .room-item .item-image img {
	width: 100%;
	}
	
.cid-lrg-rooms .room-item .item-name p,
.cid-lrg-section .room-item .item-name p {
	margin-bottom: 0;
	}
	
.cid-lrg-rooms .room-item .item-role p,
.cid-lrg-section .room-item .item-role p {
	margin-bottom: 0;
	}
	
.cid-lrg-rooms .room-item .item-social,
.cid-lrg-section .room-item .item-social {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	}
	
.cid-lrg-rooms .room-item .item-social .socicon,
.cid-lrg-section .room-item .item-social .socicon {
	color: #232323;
	font-size: 17px;
	}
	
.cid-intro {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #60bb46;
	}
	
.cid-intro .line {
	background-color: #ffffff;
	color: #ffffff;
	align: center;
	height: 2px;
	margin: 0 auto;
	}
	
.cid-intro .section-text {
	padding: 2rem 0;
	}
	
.cid-intro .inner-container {
	margin: 0 auto;
	}
	
.cid-rooms {
	padding-top: 75px;
	padding-bottom: 75px;
	background-color: #f8f8f8;
	}
	
.cid-rooms .card-img {
	background-color: #fff;
	}
	
.card-box {
	min-height: 385px;
	}
	
.cid-rooms .card-box {
	background-color: #ffffff;
	padding: 2rem;
	}
	
.cid-rooms h4 {
	font-weight: 500;
	margin-bottom: 0;
	text-align: left;
	}
	
.cid-rooms p {
	text-align: left;
	}
	
.cid-rooms .site-text {
	color: #767676;
	}
	
.cid-rooms .card-wrapper {
	height: 100%;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	transition: box-shadow 0.3s;
	}
	
.cid-rooms .card-wrapper:hover {
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
	transition: box-shadow 0.3s;
	}
	
.cid-socials {
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #ffffff;
	}
	
.cid-socials .nav-tabs {
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	border-bottom: none;
	}
	
.cid-socials .nav-tabs .nav-link {
	box-sizing: border-box;
	color: #f8f8f8;
	font-style: normal;
	font-weight: 500;
	border-radius: 3px;
	border: 1px solid transparent;
	padding: 1rem 3rem;
	margin: 0.4rem .8rem !important;
	transition: all .3s;
	background: #008dcf;
	}
	
.cid-socials .nav-tabs .nav-link:hover {
	background-color: #008dcf;
	}
	
.cid-socials .nav-tabs .nav-link:focus {
	box-shadow: none;
	background-color: #008dcf;
	}
	
.cid-socials .nav-tabs .nav-link.active {
	font-weight: 500;
	color: #ffffff;
	font-style: normal;
	border: none;
	background: #008dcf;
	}
	
.cid-socials .nav-tabs .nav-link.active:hover {
	border: none;
	}
	
.cid-socials .section-subtitle {
	color: #767676;
	}
	
.cid-socials p {
	color: #767676;
	}
	
.cid-socials .dtr-figure {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	-webkit-align-self: flex-start;
	align-self: flex-start;
	padding-right: 4rem;
	}
	
.cid-socials .site-text {
	word-break: break-word;
	}

.cid-socicon {
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #d3e0cf;
	}
	
.cid-socicon .section-subtitle {
	color: #767676;
	}
	
.cid-socicon .btn {
	margin: 0 0 .5rem 0;
	}
	
.cid-vid {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #ffffff;
	}
	
.cid-vid .site-text {
	color: #767676;
	}
	
.gold::before {
	color: #b2a032 !Important;
	padding-right: 15px !Important;
	}
	
.odd {
    background: #f8f8f8;
}
	
.even {
    background: #ffffff;
}	

.even2 {
    background: #f2f2f2;
}

ul.vlist li {
    display: block;
    line-height: 1.5;
}

ul.vlist, ul.vlist {
    padding:0;
    margin:0;
    line-height:1.5;
}

.inactive {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	-webkit-user-drag: none;
	user-drag: none;
	}
	
pre {
	background: #f4f4f4;
	padding: 10px 24px;
	white-space: pre-wrap;
	}

.w200 {
    width: 200%;
    position:relative;
}

#rooms .card {
    min-height: 365px;
}

form {
    position: relative;
}

.section-overlay {
	background-color: #000;
	bottom: 0;
	left: 0;
	opacity: .5;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
	}
	
.video-overlay {
	background-color: #ffffff;
	bottom: 0;
	left: 0;
	opacity: .5;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
	}	
	
@media (max-width: 1199px) {
	.navbar-toggleable-lg .navbar-nav .dropdown-menu {
		position: static;
		float: none;
		}
		
	.navbar-toggleable-lg > .container {
		padding-right: 0;
		padding-left: 0;
		}
}
	
@media (max-width: 992px) {
	.cid-vid .dtr-figure {
		padding-bottom: 1rem;
		}
}
	
@media (max-width: 991px) {
	.cid-socials .dtr-figure {
		padding-right: 0;
		padding-left: 0;
		padding-bottom: 2rem;
		}	
	.navbar-toggleable-md .navbar-nav .dropdown-menu {
		position: static;
		float: none;
		}
	.navbar-toggleable-md > .container {
		padding-right: 0;
		padding-left: 0;
		}
	.topmenu .navbar-expand {
		flex-direction: column;
		}
	
	.topmenu img {
		height: 3.8rem !important;
		}
	
	.topmenu .btn {
		display: flex;
		}
	
	.topmenu button.navbar-toggler {
		display: block;
		}
	
	.topmenu .navbar-brand {
		margin-left: 1rem !important;
		}
	
	.topmenu .navbar-toggleable-sm {
		flex-direction: column;
		-webkit-flex-direction: column;
		}
	
	.topmenu .navbar-collapse {
		display: none !important;
		padding-right: 0 !important;
		}
	
	.topmenu .navbar-collapse.collapsing,
	.topmenu .navbar-collapse.show {
		display: block !important;
		}
	
	.topmenu .navbar-collapse.collapsing .navbar-nav,
	.topmenu .navbar-collapse.show .navbar-nav {
		display: block;
		text-align: center;
		}
	
	.topmenu .navbar-collapse.collapsing .navbar-nav .nav-item,
	.topmenu .navbar-collapse.show .navbar-nav .nav-item {
		clear: both;
		}
		
	.topmenu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
	.topmenu .navbar-collapse.show .navbar-nav .nav-item:last-child {
		margin-bottom: 1rem;
		}
	
	.topmenu .navbar-collapse.collapsing .navbar-buttons,
	.topmenu .navbar-collapse.show .navbar-buttons {
		text-align: center;
		}
	
	.topmenu .navbar-collapse.collapsing .navbar-buttons:last-child,
	.topmenu .navbar-collapse.show .navbar-buttons:last-child {
		margin-bottom: 1rem;
		}
	
	.topmenu .dropdown .dropdown-menu {
		width: 100%;
		text-align: center;
		position: relative;
		opacity: 0;
		display: block;
		height: 0;
		visibility: hidden;
		padding: 0;
		transition-duration: .5s;
		transition-property: opacity,padding,height;
		}
	
	.topmenu .dropdown.open > .dropdown-menu {
		position: relative;
		opacity: 1;
		height: auto;
		padding: 1.4rem 0;
		visibility: visible;
		}
	
	.topmenu .dropdown .dropdown-submenu {
		left: 0;
		text-align: center;
		width: 100%;
		}
	
	.topmenu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
		margin-top: 0;
		position: inherit;
		right: 0;
		top: 50%;
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: .3em;
		vertical-align: middle;
		content: "";
		border-top: .30em solid;
		border-right: .30em solid transparent;
		border-left: .30em solid transparent;
		}		
		
	.topmenu .navbar-expand {
		flex-direction: column;
		}
		
	.topmenu img {
		height: 3.8rem !important;
		}
		
	.topmenu .btn {
		display: flex;
		}
		
	.topmenu button.navbar-toggler {
		display: block;
		}
		
	.topmenu .navbar-brand {
		margin-left: 1rem !important;
		}
		
	.topmenu .navbar-toggleable-sm {
		flex-direction: column;
		-webkit-flex-direction: column;
		}
		
	.topmenu .navbar-collapse {
		display: none !important;
		padding-right: 0 !important;
		}
		
	.topmenu .navbar-collapse.collapsing,
	.topmenu .navbar-collapse.show {
		display: block !important;
		}
		
	.topmenu .navbar-collapse.collapsing .navbar-nav,
	.topmenu .navbar-collapse.show .navbar-nav {
		display: block;
		text-align: center;
		}
		
	.topmenu .navbar-collapse.collapsing .navbar-nav .nav-item,
	.topmenu .navbar-collapse.show .navbar-nav .nav-item {
		clear: both;
		}
		
	.topmenu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
	.topmenu .navbar-collapse.show .navbar-nav .nav-item:last-child {
		margin-bottom: 1rem;
		}
		
	.topmenu .navbar-collapse.collapsing .navbar-buttons,
	.topmenu .navbar-collapse.show .navbar-buttons {
		text-align: center;
		}
		
	.topmenu .navbar-collapse.collapsing .navbar-buttons:last-child,
	.topmenu .navbar-collapse.show .navbar-buttons:last-child {
		margin-bottom: 1rem;
		}
		
	.topmenu .dropdown .dropdown-menu {
		width: 100%;
		text-align: center;
		position: relative;
		opacity: 0;
		display: block;
		height: 0;
		visibility: hidden;
		padding: 0;
		transition-duration: .5s;
		transition-property: opacity,padding,height;
		}
		
	.topmenu .dropdown.open > .dropdown-menu {
		position: relative;
		opacity: 1;
		height: auto;
		padding: 1.4rem 0;
		visibility: visible;
		}
		
	.topmenu .dropdown .dropdown-submenu {
		left: 0;
		text-align: center;
		width: 100%;
		}
		
	.topmenu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
		margin-top: 0;
		position: inherit;
		right: 0;
		top: 50%;
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: .3em;
		vertical-align: middle;
		content: "";
		border-top: .30em solid;
		border-right: .30em solid transparent;
		border-left: .30em solid transparent;
		}		
}
	
@media (max-width: 768px) {
	.display-1 {
		font-size: 3.4rem;
		font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
		line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
		}
	.display-2 {
		font-size: 2.4rem;
		font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
		line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
		}
	.display-4 {
		font-size: 0.8rem;
		font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
		line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
		}
	.display-5 {
		font-size: 1.2rem;
		font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
		line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
		}
	.cid-intro .inner-container {
		width: 100% !important;
		}		
	}
	
@media (max-width: 767px) {
	.arrow-down {
		display: none;
	}
	.btn {
		font-size: .75rem !important;
		}
	.btn .mbr-iconfont {
		font-size: 1rem !important;
		}
	.cid-footer .content {
		text-align: center;
		}
	.cid-footer .content > div:not(:last-child) {
		margin-bottom: 2rem;
		}	
	.cid-footer .footer-lower .copyright {
		margin-bottom: 1rem;
		text-align: center;
		}	
	.cid-footer .footer-lower .social-list {
		justify-content: center;
		-webkit-justify-content: center;
		}		
	.navbar-toggleable-sm .navbar-nav .dropdown-menu {
		position: static;
		float: none;
		}
		
	.navbar-toggleable-sm > .container {
		padding-right: 0;
		padding-left: 0;
		}
	.gal-carousel .container .carousel-control {
		margin-bottom: 0;
		}	
	.gal-carousel .gal-slider .carousel-control {
		top: auto;
		bottom: 1rem;
		}			
}	

@media (max-width: 576px) {
	.gal-carousel .carousel-item .container {
		width: 100%;
		}
	.gal-carousel .gal-slider .carousel-indicators {
		display: none !important;
		}	
	.gal-carousel .gal-slider > .container .carousel-control {
		margin-bottom: 0;
		}
}

@media (max-width: 575px) {
	.navbar-toggleable .navbar-nav .dropdown-menu {
		position: static;
		float: none;
		}
		
	.navbar-toggleable > .container {
		padding-right: 0;
		padding-left: 0;
		}
}

@media (max-width: 349px) {
	.form2 input[type="email"] {
		border-radius: 100px !important;
		}
	.form2 .input-group-btn a.btn {
		border-radius: 100px !important;
		}
	.form2 .input-group-btn button[type="submit"] {
		border-radius: 100px !important;
		}
	}
	
@media (min-width: 1200px) {	
	.offset-xl-0 {
		margin-left: 0%;
		}
		
	.offset-xl-1 {
		margin-left: 8.33333%;
		}
		
	.offset-xl-2 {
		margin-left: 16.66667%;
		}
		
	.offset-xl-3 {
		margin-left: 25%;
		}
		
	.offset-xl-4 {
		margin-left: 33.33333%;
		}
		
	.offset-xl-5 {
		margin-left: 41.66667%;
		}
		
	.offset-xl-6 {
		margin-left: 50%;
		}
		
	.offset-xl-7 {
		margin-left: 58.33333%;
		}
		
	.offset-xl-8 {
		margin-left: 66.66667%;
		}
		
	.offset-xl-9 {
		margin-left: 75%;
		}
		
	.offset-xl-10 {
		margin-left: 83.33333%;
		}
		
	.offset-xl-11 {
		margin-left: 91.66667%;
		}
		
	.navbar-toggleable-lg {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		}
		
	.navbar-toggleable-lg .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		}
		
	.navbar-toggleable-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
		}
		
	.navbar-toggleable-lg > .container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		}
		
	.navbar-toggleable-lg .navbar-collapse {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
		width: 100%;
		}
		
	.navbar-toggleable-lg .navbar-toggler {
		display: none;
		}		
}
	
@media (min-width: 992px) {
	.cid-vid .dtr-figure {
		padding-right: 4rem;
		}	
		
	.cid-rooms .my-col {
		flex: 0 0 20%;
		max-width: 20%;
		padding: 15px;
		}
		
	.navbar-toggleable-md {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		}
		
	.navbar-toggleable-md .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		}
		
	.navbar-toggleable-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
		}
		
	.navbar-toggleable-md > .container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		}
		
	.navbar-toggleable-md .navbar-collapse {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
		width: 100%;
		}
		
	.navbar-toggleable-md .navbar-toggler {
		display: none;
		}	

	.offset-lg-0 {
		margin-left: 0%;
		}
		
	.offset-lg-1 {
		margin-left: 8.33333%;
		}
		
	.offset-lg-2 {
		margin-left: 16.66667%;
		}
		
	.offset-lg-3 {
		margin-left: 25%;
		}
		
	.offset-lg-4 {
		margin-left: 33.33333%;
		}
		
	.offset-lg-5 {
		margin-left: 41.66667%;
		}
		
	.offset-lg-6 {
		margin-left: 50%;
		}
		
	.offset-lg-7 {
		margin-left: 58.33333%;
		}
		
	.offset-lg-8 {
		margin-left: 66.66667%;
		}
		
	.offset-lg-9 {
		margin-left: 75%;
		}
		
	.offset-lg-10 {
		margin-left: 83.33333%;
		}
		
	.offset-lg-11 {
		margin-left: 91.66667%;
		}		
}
	
@media (min-width: 768px) {
	.offset-md-0 {
		margin-left: 0%;
		}
		
	.offset-md-1 {
		margin-left: 8.33333%;
		}
		
	.offset-md-2 {
		margin-left: 16.66667%;
		}
		
	.offset-md-3 {
		margin-left: 25%;
		}
		
	.offset-md-4 {
		margin-left: 33.33333%;
		}
		
	.offset-md-5 {
		margin-left: 41.66667%;
		}
		
	.offset-md-6 {
		margin-left: 50%;
		}
		
	.offset-md-7 {
		margin-left: 58.33333%;
		}
		
	.offset-md-8 {
		margin-left: 66.66667%;
		}
		
	.offset-md-9 {
		margin-left: 75%;
		}
		
	.offset-md-10 {
		margin-left: 83.33333%;
		}
		
	.offset-md-11 {
		margin-left: 91.66667%;
		}
		
	.navbar-toggleable-sm {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		}
		
	.navbar-toggleable-sm .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		}
		
	.navbar-toggleable-sm .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
		}
		
	.navbar-toggleable-sm > .container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		}
		
	.navbar-toggleable-sm .navbar-collapse {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
		width: 100%;
		}
		
	.navbar-toggleable-sm .navbar-toggler {
		display: none;
		}		
	}
	
@media (min-width: 767px) {
	.topmenu .menu-logo {
		flex-shrink: 0;
		}
	.topmenu .menu-logo {
		flex-shrink: 0;
		}		
}
	
@media (min-width: 576px) {
	.offset-sm-0 {
		margin-left: 0%;
		}
		
	.offset-sm-1 {
		margin-left: 8.33333%;
		}
		
	.offset-sm-2 {
		margin-left: 16.66667%;
		}
		
	.offset-sm-3 {
		margin-left: 25%;
		}
		
	.offset-sm-4 {
		margin-left: 33.33333%;
		}
		
	.offset-sm-5 {
		margin-left: 41.66667%;
		}
		
	.offset-sm-6 {
		margin-left: 50%;
		}
		
	.offset-sm-7 {
		margin-left: 58.33333%;
		}
		
	.offset-sm-8 {
		margin-left: 66.66667%;
		}
		
	.offset-sm-9 {
		margin-left: 75%;
		}
		
	.offset-sm-10 {
		margin-left: 83.33333%;
		}
		
	.offset-sm-11 {
		margin-left: 91.66667%;
		}
		
	.navbar-toggleable {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		}
		
	.navbar-toggleable .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		}
		
	.navbar-toggleable .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
		}
		
	.navbar-toggleable > .container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		}
		
	.navbar-toggleable .navbar-collapse {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
		width: 100%;
		}
		
	.navbar-toggleable .navbar-toggler {
		display: none;
		}		
	}

/* General */

body {
	position: relative;
	color: #232323;  
	}
  
a {
	font-style: normal;
	font-weight: 400;
	cursor: pointer; 
	}
  
a, a:hover {
	text-decoration: none; 
	}

.article .lead p, 
.article .lead ul, 
.article .lead ol, 
.article .lead pre, 
.article .lead blockquote {
	margin-bottom: 0; 
	}
  
b, strong {
	font-weight: bold; 
	}

blockquote {
	padding: 10px 0 10px 20px;
	position: relative;
	border-left: 2px solid;
	border-color: #ff3366; 
	}
  
.card {
	background-color: transparent;
	border: none; 
	}

.card-img {
	text-align: center;
	flex-shrink: 0; 
	}
	
.dtr-figure {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	-webkit-align-self: center;
	align-self: center; 
	}
	
.dtr-figure img, .dtr-figure iframe {
	display: block;
	width: 100%; 
	}
	
.dtr-figure img, .card-img img {
	width: 100%; 
	}
	
figure {
	margin-bottom: 0; 
	overflow: hidden; 
	}

figure[media-size] {
	transition: width 0.1s; 
	}
	
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.display-1, .display-2, .display-3, .display-4 {
	line-height: 1;
	word-break: break-word;
	word-wrap: break-word; 
	}

.hidden {
	visibility: hidden; 
	}
  
input:-webkit-autofill, 
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active {
	transition-delay: 9999s;
	transition-property: background-color, color; 
	}

section {
	background-color: #eeeeee;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover; 
	}

section,
.container,
.container-fluid {
	position: relative;
	word-wrap: break-word; 
	}

.section-nopadding {
	padding: 0;
}

/* Alignments */
.align-left {
	text-align: left; 
	}

.align-center {
	text-align: center; 
	}

.align-right {
	text-align: right; 
	}
  
/* Arrow: Scroll to top arrow */
.arrow-up {
	bottom: 25px;
	right: 90px;
	position: fixed;
	text-align: right;
	z-index: 5000;
	color: #ffffff;
	font-size: 32px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg); 
	}

.arrow-up a {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	height: 60px;
	width: 60px;
	outline-style: none !important;
	position: relative;
	text-decoration: none;
	transition: all .3s ease-in-out;
	cursor: pointer;
	text-align: center; 
	}
	
.arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4); 
	}
	
.arrow-up a i {
    line-height: 60px; 
	}

.arrow-up-icon {
	display: block;
	color: #fff; 
	}

.arrow-up-icon::before {
	content: "\203a";
	display: inline-block;
	font-family: serif;
	font-size: 32px;
	line-height: 1;
	font-style: normal;
	position: relative;
	top: 6px;
	left: -4px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg); 
	}
	
/*! Arrow Down */
.arrow-down {
	position: absolute;
	bottom: 45px;
	left: 50%;
	width: 60px;
	height: 60px;
	cursor: pointer;
	background-color: rgba(80, 80, 80, 0.5);
	border-radius: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%); 
	}
	
.arrow-down > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite; 
	}
	
.arrow-down > a > i {
    position: absolute;
    top: -2px;
    left: 15px;
    font-size: 2rem; 
	}
	
/* Base colors */
.bg-white {
	background-color: #ffffff; 
	}

.bg-black {
	background-color: #000000; 
	}
  
.text-white {
	color: #ffffff; 
	}

.text-black {
	color: #000000; 
	}
  
/* Buttons */
.section-btn {
	margin-left: -.25rem;
	margin-right: -.25rem;
	font-size: 0; 
	}

nav .section-btn {
	margin-left: 0rem;
	margin-right: 0rem; 
	}

.btn .mbr-iconfont, .btn.btn-sm .mbr-iconfont {
	cursor: pointer;
	margin-right: 0.5rem; 
	}

.btn.btn-md .mbr-iconfont, .btn.btn-md .mbr-iconfont {
	margin-right: 0.8rem; 
	}
	
/* Font-weight  */
.text-light {
	font-weight: 300; 
	}

.text-regular {
	font-weight: 400; 
	}

.text-semibold {
	font-weight: 500; 
	}

.text-bold {
	font-weight: 700; 
	}
	
/* Form Elements */
.form-asterisk {
	font-family: initial;
	position: absolute;
	top: -2px;
	font-weight: normal; 
	}
	
textarea[type="hidden"] {
	display: none; 
	}

[type="submit"] {
	-webkit-appearance: none; 
	}
	
/* Full-screen */
.fullscreen .mbr-overlay {
	min-height: 100vh; 
	}

.fullscreen {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	align-items: center;
	-webkit-align-items: center;
	min-height: 100vh;
	padding-top: 3rem;
	padding-bottom: 3rem; 
	}
	
#header2 {
	background: #d3e0cf;
	padding: 15px 0px 15px 0px;
}

/*! Map */
.map {
	height: 25rem;
	position: relative; 
	}
.map iframe {
    width: 100%;
    height: 100%; 
	}
	
/* Media  */
.media {
	max-width: 100%;
	margin: 0 auto; 
	}
	
.media-size-item {
	-webkit-flex: 1 1 auto;
	-moz-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	-o-flex: 1 1 auto;
	flex: 1 1 auto; 
	}

.media-content {
	-webkit-flex-basis: 100%;
	flex-basis: 100%; }

.media-container > div {
	max-width: 100%; 
	}
	
.media-container-row {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: start;
	-ms-flex-align: start;
	align-items: start; 
	}
	
.media-container-row .media-size-item {
    width: 400px; 
	}

.media-container-column {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch; 
	}
	
.media-container-column > * {
    width: 100%; 
	}
	
.menu .navbar-brand {
	display: -webkit-flex; 
	}
	
.menu .navbar-brand span {
    display: flex;
    display: -webkit-flex; 
	}
	
.menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex; 
	}
	
.menu .navbar-brand .navbar-logo img {
    display: -webkit-flex; 
	}
	
@media (max-width: 991px) {
	.media-size-item {
		width: auto !important; 
		}

	.media {
		width: auto; 
		}

	.dtr-figure {
		width: 100% !important; 
		} 
	}
	
@media (max-width: 767px) {
	.align-left, .align-center, .align-right, .section-btn, .section-title {
		text-align: center; 
		} 
	}
	
@media (max-width: 500px) {
	.arrow-down-up {
		left: 50%;
		right: auto;
		transform: translateX(-50%) rotate(180deg);
		-webkit-transform: translateX(-50%) rotate(180deg); 
		} 
	}
	
@media (min-width: 768px) and (max-width: 991px) {
	.menu .navbar-toggleable-sm .navbar-nav {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox; 
		} 
	}
	
@media (min-width: 992px) {
	.media-container-row {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap; 
		} 
	.menu .navbar-nav.nav-dropdown {
		display: -webkit-flex; 
		}
	.menu .navbar-toggleable-sm .navbar-collapse {
		display: -webkit-flex !important; 
		} 
	}


@keyframes arrowdown {
	0% {
		transform: translateY(0px);
		-webkit-transform: translateY(0px); 
		}
	50% {
		transform: translateY(-5px);
		-webkit-transform: translateY(-5px); 
		}
	100% {
		transform: translateY(0px);
		-webkit-transform: translateY(0px); 
		} 
	}
	
@-webkit-keyframes arrowdown {
	0% {
		transform: translateY(0px);
		-webkit-transform: translateY(0px); 
		}
	50% {
		transform: translateY(-5px);
		-webkit-transform: translateY(-5px); 
		}
	100% {
		transform: translateY(0px);
		-webkit-transform: translateY(0px); 
		} 
	}
	
/*Gradients animation*/
@keyframes gradient-animation {
	from {
		background-position: 0% 100%;
		animation-timing-function: ease-in-out; 
		}
	to {
		background-position: 100% 0%;
		animation-timing-function: ease-in-out; 
		} 
	}
	
@-webkit-keyframes gradient-animation {
	from {
		background-position: 0% 100%;
		animation-timing-function: ease-in-out; 
		}
	to {
		background-position: 100% 0%;
		animation-timing-function: ease-in-out; 
		} 
	}
	
.bg-gradient {
	background-size: 200% 200%;
	animation: gradient-animation 5s infinite alternate;
	-webkit-animation: gradient-animation 5s infinite alternate; 
	}


/*# sourceMappingURL=style.css.map */
/*Mobirise Icon Font*/
a.mbr-iconfont:hover {
  text-decoration: none; }
  
/* DROPDOWN */
.navbar-dropdown {
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.45s ease;
  z-index: 1030;
  background: #282828; }
  .navbar-dropdown .navbar-logo {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .navbar-dropdown .navbar-logo img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
    .navbar-dropdown .navbar-logo.mbr-iconfont {
      font-size: 3.125rem;
      line-height: 3.125rem; }
  .navbar-dropdown .navbar-caption {
    font-weight: 700;
    white-space: normal;
    vertical-align: -4px;
    line-height: 3.125rem !important; }
    .navbar-dropdown .navbar-caption, .navbar-dropdown .navbar-caption:hover {
      color: inherit;
      text-decoration: none; }
  .navbar-dropdown .mbr-iconfont + .navbar-caption {
    vertical-align: -1px; }
  .navbar-dropdown.navbar-fixed-top {
    position: fixed; }
  .navbar-dropdown .navbar-brand span {
    vertical-align: -4px; }
  .navbar-dropdown.bg-color.transparent {
    background: none; }
  .navbar-dropdown.navbar-short .navbar-brand {
    padding: 0.625rem 0; }
    .navbar-dropdown.navbar-short .navbar-brand span {
      vertical-align: -1px; }
  .navbar-dropdown.navbar-short .navbar-caption {
    line-height: 2.375rem !important;
    vertical-align: -2px; }
  .navbar-dropdown.navbar-short .navbar-logo {
    margin-right: 0.5rem; }
    .navbar-dropdown.navbar-short .navbar-logo img {
      height: 2.375rem; }
    .navbar-dropdown.navbar-short .navbar-logo.mbr-iconfont {
      font-size: 2.375rem;
      line-height: 2.375rem; }
  .navbar-dropdown.navbar-short .table-cell {
    height: 3.625rem; }
  .navbar-dropdown .navbar-close {
    left: 0.6875rem;
    position: fixed;
    top: 0.75rem;
    z-index: 1000; }
  .navbar-dropdown .hamburger-icon {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    -webkit-box-shadow: 0 -6px 0 1px #282828,0 0 0 1px #282828,0 6px 0 1px #282828;
    -moz-box-shadow: 0 -6px 0 1px #282828,0 0 0 1px #282828,0 6px 0 1px #282828;
    box-shadow: 0 -6px 0 1px #282828,0 0 0 1px #282828,0 6px 0 1px #282828; }

.dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  border-bottom: 0.35em solid transparent;
  border-left: 0.35em solid;
  border-right: 0;
  border-top: 0.35em solid transparent;
  margin-left: 0.3rem; }

.dropdown-menu .dropdown-item:focus {
  outline: 0; }

.nav-dropdown {
  font-size: 0.75rem;
  font-weight: 500;
  height: auto !important; }
  .nav-dropdown .nav-btn {
    padding-left: 1rem; }
  .nav-dropdown .link {
    margin: .667em 1.667em;
    font-weight: 500;
    padding: 0;
    transition: color .2s ease-in-out; }
    .nav-dropdown .link.dropdown-toggle {
      margin-right: 2.583em; }
      .nav-dropdown .link.dropdown-toggle::after {
        margin-left: .25rem;
        border-top: 0.35em solid;
        border-right: 0.35em solid transparent;
        border-left: 0.35em solid transparent;
        border-bottom: 0; }
      .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
        margin: 0;
        padding: 0.667em 3.263em  0.667em 1.667em; }
  .nav-dropdown .link::after,
  .nav-dropdown .dropdown-item::after {
    color: inherit; }
  .nav-dropdown .btn {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
  .nav-dropdown .dropdown-menu {
    border-radius: 0;
    border: 0;
    left: 0;
    margin: 0;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    position: relative; }
  .nav-dropdown .dropdown-submenu {
    margin-left: 0.125rem;
    top: 0; }
  .nav-dropdown .dropdown-item {
    font-weight: 500;
    line-height: 2;
    padding: 0.3846em 4.615em 0.3846em 1.5385em;
    position: relative;
    transition: color .2s ease-in-out, background-color .2s ease-in-out; }
    .nav-dropdown .dropdown-item::after {
      margin-top: -0.3077em;
      position: absolute;
      right: 1.1538em;
      top: 50%; }
    .nav-dropdown .dropdown-item:focus, .nav-dropdown .dropdown-item:hover {
      background: none; }

@media (max-width: 767px) {
  .nav-dropdown.navbar-toggleable-sm {
    bottom: 0;
    display: none;
    left: 0;
    overflow-x: hidden;
    position: fixed;
    top: 0;
    transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    width: 18.75rem;
    z-index: 999; } }
.nav-dropdown.navbar-toggleable-xl {
  bottom: 0;
  display: none;
  left: 0;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  width: 18.75rem;
  z-index: 999; }

.nav-dropdown-sm {
  display: block !important;
  overflow-x: hidden;
  overflow: auto;
  padding-top: 3.875rem; }
  .nav-dropdown-sm::after {
    content: "";
    display: block;
    height: 3rem;
    width: 100%; }
  .nav-dropdown-sm.collapse.in ~ .navbar-close {
    display: block !important; }
  .nav-dropdown-sm.collapsing, .nav-dropdown-sm.collapse.in {
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    background: #282828; }
  .nav-dropdown-sm.collapsing[aria-expanded="false"] {
    transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%); }
  .nav-dropdown-sm .nav-item {
    display: block;
    margin-left: 0 !important;
    padding-left: 0; }
  .nav-dropdown-sm .link,
  .nav-dropdown-sm .dropdown-item {
    border-top: 1px dotted rgba(255, 255, 255, 0.1);
    font-size: 0.8125rem;
    line-height: 1.6;
    margin: 0 !important;
    padding: 0.875rem 2.4rem 0.875rem 1.5625rem !important;
    position: relative;
    white-space: normal; }
    .nav-dropdown-sm .link:focus, .nav-dropdown-sm .link:hover,
    .nav-dropdown-sm .dropdown-item:focus,
    .nav-dropdown-sm .dropdown-item:hover {
      background: rgba(0, 0, 0, 0.2) !important;
      color: #c0a375; }
  .nav-dropdown-sm .nav-btn {
    position: relative;
    padding: 1.5625rem 1.5625rem 0 1.5625rem; }
    .nav-dropdown-sm .nav-btn::before {
      border-top: 1px dotted rgba(255, 255, 255, 0.1);
      content: "";
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .nav-dropdown-sm .nav-btn + .nav-btn {
      padding-top: 0.625rem; }
      .nav-dropdown-sm .nav-btn + .nav-btn::before {
        display: none; }
  .nav-dropdown-sm .btn {
    padding: 0.625rem 0; }
  .nav-dropdown-sm .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0; }
  .nav-dropdown-sm .dropdown-toggle[data-toggle="dropdown-submenu"][aria-expanded="true"]::after {
    border-top: 0;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0.35em solid; }
  .nav-dropdown-sm .dropdown-menu {
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    border: 0;
    float: none;
    border-radius: 0;
    background: none; }
  .nav-dropdown-sm .dropdown-submenu {
    left: 100%;
    margin-left: 0.125rem;
    margin-top: -1.25rem;
    top: 0; }

.navbar-toggleable-sm .nav-dropdown .dropdown-menu {
  position: absolute; }

.navbar-toggleable-sm .nav-dropdown .dropdown-submenu {
  left: 100%;
  margin-left: 0.125rem;
  margin-top: -1.25rem;
  top: 0; }

.navbar-toggleable-sm.opened .nav-dropdown .dropdown-menu {
  position: relative; }

.navbar-toggleable-sm.opened .nav-dropdown .dropdown-submenu {
  left: 0;
  margin-left: 00rem;
  margin-top: 0rem;
  top: 0; }

.is-builder .nav-dropdown.collapsing {
  transition: none !important; }

/* GALLERY */
/* Container */
.gal-gallery .container.gal-gallery-layout-default {
	padding: 93px 0; 
	}
	
.gal-gallery .gal-gallery-item {
	position: relative;
	display: inline-block;
	width: 25%;
	cursor: pointer; 
	}
	
.gal-gallery .gal-gallery-item-sm {
	position: relative;
	display: inline-block;
	width: 24%;
	cursor: pointer; 
	}
	

.gal-gallery .gal-gallery-item > div {
	background: #fff;
	display: block;
	outline: none;
	position: relative; 
	}
	
.gal-gallery .gal-gallery-item > div:hover .icon-focus,
.gal-gallery .gal-gallery-item > div:hover .icon-video {
	opacity: 1; 
	}
	
.gal-gallery .gal-gallery-item .icon {
	-webkit-transform: translateX(-50%) translateY(-50%);
	-webkit-transition: .2s opacity ease-in-out;
	color: #000;
	font-size: 30px;
	height: 69px;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	transition: .2s opacity ease-in-out;
	width: 69px; 
	}
	
.gal-gallery .gal-gallery-item .icon::after {
	width: 69px;
	height: 1px;
	margin-left: 0;
	margin-top: 34.5px; 
	}
	
.gal-gallery .gal-gallery-item > div:hover::before {
	opacity: .9; 
	}
	
.gal-gallery .gal-gallery-item .icon::after,
.gal-gallery .gal-gallery-item .icon::before {
	content: '';
	display: block;
	position: absolute;
	height: 69px;
	width: 1px;
	margin-left: 34.5px;
	background-color: #fff; 
	}
	
.gal-gallery .gal-gallery-item > div:hover .gal-gallery-title {
	background: transparent !important; 
	}
	
.gal-gallery .gal-gallery-item > div:hover .icon {
	opacity: 1; 
	}
	
.gal-gallery .gal-gallery-item img {
	width: 100%;
	opacity: 1;
	-webkit-transition: .2s opacity ease-in-out;
	transition: .2s opacity ease-in-out; 
	}
	
.gal-gallery .gal-gallery-item > div:hover img {
	opacity: 1; 
	}
	
.gal-gallery .icon-focus,
.gal-gallery .icon-video {
	position: absolute;
	top: calc(50% - 32px);
	left: calc(50% - 24px);
	font-family: 'MobiriseIcons' !important;
	font-size: 3rem !important;
	color: #fff;
	opacity: 0;
	transition: .2s opacity ease-in-out;
	z-index: 5; 
	}

.gal-gallery .icon-focus::before {
	content: '\e96b'; 
	}

.gal-gallery .icon-video::before {
	content: '\e95c'; 
	}

/* Fix horizontal scrollbar */
.gal-gallery .gal-gallery-layout-article,
.gal-gallery .gal-gallery-layout-default {
	overflow: hidden; 
	}
	
/* Lightbox */
.gal-gallery .modal {
	position: fixed;
	overflow: hidden;
	padding-right: 0 !important; 
	background: #f1f1f1;
	}

.gal-gallery .modal-content {
	border-radius: 0;
	border: none;
	background: transparent; 
	}

.gal-gallery .modal-body {
	padding: 0; 
	}

.gal-gallery .modal-body img {
	width: 100%; 
	}

.gal-gallery .modal .close {
	position: fixed;
	background: #1b1b1b;
	opacity: .5;
	font-size: 35px;
	font-weight: 300;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	color: #fff;
	top: 2.5rem;
	right: 2.5rem;
	line-height: 70px;
	border: none;
	text-align: center;
	text-shadow: none;
	z-index: 5;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
	font-family: 'MobiriseIcons'; 
	}
	
.gal-gallery .modal .close::before {
    content: '\e91a'; }

.gal-gallery .modal .close:hover {
	opacity: 1;
	background: #000;
	color: #fff; 
	}

.gal-gallery .modal-dialog {
	max-width: 100% !important; 
	}

.gal-gallery .modal.in .modal-dialog {
	margin: 0 auto; 
	}

/* modal back color opacity */
.modal-backdrop.in {
	opacity: .8;
	filter: alpha(opacity=80); 
	}
	
/* Fix fade in effect */
.gal-gallery .modal.fade .modal-dialog {
	-webkit-transition: margin-top .3s ease-out;
	-moz-transition: margin-top .3s ease-out;
	-o-transition: margin-top .3s ease-out;
	transition: margin-top .3s ease-out; 
	}

.gal-gallery .modal.fade .modal-dialog,
.gal-gallery .modal.in .modal-dialog {
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none; 
	}
	
/* Remove Spacing */
.gal-gallery .gal-gallery-row.no-gutter {
	margin: 0; 
	}

.gal-gallery .gal-gallery-row.no-gutter .gal-gallery-item {
	padding: 0; 
	}


/*--Slider--*/
.gal-slider .carousel-inner > .active,
.gal-slider .carousel-inner > .next,
.gal-slider .carousel-inner > .prev {
	display: table; 
	}

.gal-slider .carousel-control {
	position: absolute;
	width: 70px;
	height: 70px;
	top: 50%;
	margin-top: -35px;
	line-height: 70px;
	border-radius: 50%;
	font-size: 35px;
	border: 0;
	opacity: .5;
	text-shadow: none;
	z-index: 5;
	color: #fff;
	-webkit-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s; 
	}

.gal-gallery .gal-slider .carousel-control {
	position: fixed; 
	}

.gal-gallery .gal-slider .carousel-inner > .active {
	display: block; 
	}

.gal-slider .carousel-control.left {
	left: 0;
	margin-left: 2.5rem; 
	}

.gal-slider .carousel-control.right {
	right: 0;
	margin-right: 2.5rem; 
	}

.gal-slider .carousel-control .icon-next,
.gal-slider .carousel-control .icon-prev {
	margin-top: -18px;
	font-size: 40px;
	line-height: 27px; 
	}

.gal-slider .carousel-control:hover {
	background: #1b1b1b;
	color: #fff;
	opacity: 1; 
	}

.gal-slider .carousel-indicators {
	position: absolute;
	bottom: 0;
	margin-bottom: 1.5rem !important; 
	}

.carousel-indicators .active,
.carousel-indicators li {
	width: 15px;
	height: 15px;
	margin: 3px;
	background: #1b1b1b;
	border: 0;
	opacity: .5; 
	}

.carousel-indicators .active {
	border: 4px solid #1b1b1b;
	background: #fff; 
	}

.carousel-indicators li {
	max-width: 15px;
	max-height: 15px;
	margin: 3px;
	background: #1b1b1b;
	border: 0;
	border-radius: 50%;
	opacity: .5; 
	}

.carousel-indicators li.active {
	border: 4px solid #1b1b1b;
	background: #fff; 
	}

.container .carousel-indicators {
	margin-bottom: 3px; 
	}

.gal-gallery .gal-slider .carousel-indicators {
	position: fixed;
	margin-bottom: 2.5rem !important; 
	}

.gal-slider .carousel-indicators .active,
.gal-slider .carousel-indicators li {
	width: 20px;
	height: 20px;
	margin: 3px;
	background: #1b1b1b;
	border: 0;
	opacity: .5; 
	}

.gal-slider .carousel-indicators .active {
	border: 4px solid #1b1b1b;
	background: #fff; 
	}

/* Article slider */
.gal-slider > .article-slider .dtr-section,
.gal-slider > .article-slider .dtr-section .table-cell {
	padding-top: 0;
	padding-bottom: 0; 
	}
	
/* Boxed slider */
.gal-slider > .boxed-slider {
	position: relative;
	padding: 93px 0; 
	}

.gal-slider > .boxed-slider > div {
	position: relative; 
	}

.gal-slider > .container img {
	width: 100%; 
	}

.gal-slider > .container img + .row {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2; 
	}

.gal-slider .dtr-section {
	padding: 0;
	background-attachment: scroll; 
	}

.gal-slider .table-cell {
	padding: 0; 
	}

.gal-slider > .container .carousel-indicators {
	margin-bottom: 3px; 
	}

.modal-backdrop.show {
	opacity: .7; 
	}

.video-container .gal-background-video iframe {
	width: 100%;
	height: 100%; 
	}

.gal-gallery-item__hided {
	position: absolute !important;
	left: 0 !important;
	width: 0 !important;
	height: 0;
	padding: 0 !important; 
	}

.gal-gallery-item__hided img {
	display: none !important; 
	}

.gal-gallery-item__hided span {
	display: none !important; 
	}

.gal-gallery-filter {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center; 
	}
	
.gal-gallery-filter li {
	display: inline-block;
	padding: 5px 0;
	transition: all .3s ease-out; 
	}
	
.gal-gallery-filter li .btn {
	cursor: pointer; 
	}
	
.gal-gallery-filter.gallery-filter__bg li {
	color: #fff; 
	}
	
.gal-gallery-filter.gallery-filter__bg .active {
	color: #000;
	background-color: #fff; 
	}
	
.gal-gallery-filter ul {
	display: inline-block;
	width: 100%;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none; 
	}

.gal-gallery-item > div {
	position: relative; 
	}

.gal-gallery-item--p1 {
	padding: 0.5rem; 
	}

.gal-gallery-item--p2 {
	padding: 1rem; 
	}

.gal-gallery-item--p3 {
	padding: 1.5rem; 
	}

.gal-gallery-item--p4 {
	padding: 2rem; 
	}

.gal-gallery-item--p5 {
	padding: 2.5rem; 
	}

.gal-gallery-item--p6 {
	padding: 3rem; 
	}

.gal-gallery .gal-gallery-item--p4 {
	width: 33.333%; 
	}

.gal-gallery .gal-gallery-item--p6, .gal-gallery .gal-gallery-item--p5 {
	width: 50%; 
	}

@media (max-width: 992px) {
	.gal-gallery-item--p1 {
		padding: 0.5rem; 
		}

	.gal-gallery-item--p2 {
		padding: 0.8rem; 
		}

	.gal-gallery-item--p3 {
		padding: 1rem; 
		}

	.gal-gallery-item--p4 {
		padding: 1.5rem; 
		}

	.gal-gallery-item--p5 {
		padding: 1.8rem; 
		}

	.gal-gallery-item--p6 {
		padding: 2rem; 
		}

	.gal-gallery .gal-gallery-item--p2,
	.gal-gallery .gal-gallery-item--p3 {
		width: 50%; 
		}

	.gal-gallery .gal-gallery-item--p6,
	.gal-gallery .gal-gallery-item--p5,
	.gal-gallery .gal-gallery-item--p4 {
		width: 100%; 
		} 
	}
	
@media (max-width: 991px) {
	.gal-gallery .gal-slider .carousel-control {
		bottom: 2.5rem;
		margin-top: 0;
		top: auto;
		z-index: 17; 
		} 
	.gal-gallery .gal-slider .carousel-indicators {
		margin-bottom: 3.625rem !important;
		padding-left: 2.5rem;
		padding-right: 2.5rem; 
		} 		
	}
	
@media (max-width: 768px) {
	.gal-gallery .gal-gallery-item {
		width: 50%; 
		} 
	.gal-gallery .carousel-control,
	.gal-gallery .carousel-indicators,
	.gal-gallery .modal .close {
		position: fixed; 
		} 		
	}
	
@media (max-width: 767px) {
	.gal-slider .carousel-control {
		top: auto;
		bottom: 20px; 
		}

	.gal-slider > .container .carousel-control {
		margin-bottom: 0; 
		} 
	}
	
@media (max-width: 543px) {
	.gal-slider .carousel-indicators {
		display: none; 
		} 
	}
	
@media (max-width: 400px) {
	.gal-gallery .gal-gallery-item {
		width: 100%; 
		} 
	.gal-gallery .gal-gallery-item--p3,
	.gal-gallery .gal-gallery-item--p2,
	.gal-gallery .gal-gallery-item--p1 {
		width: 100%; 
		} 		
	}

/* MOBIRISE ICONS */
@font-face {
  font-family: 'MobiriseIcons';
  src:  url('mobirise-icons.eot?spat4u');
  src:  url('mobirise-icons.eot?spat4u#iefix') format('embedded-opentype'),
    url('mobirise-icons.ttf?spat4u') format('truetype'),
    url('mobirise-icons.woff?spat4u') format('woff'),
    url('mobirise-icons.svg?spat4u#MobiriseIcons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="mbri-"], [class*=" mbri-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: MobiriseIcons !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mbri-add-submenu:before {
  content: "\e900";
}
.mbri-alert:before {
  content: "\e901";
}
.mbri-align-center:before {
  content: "\e902";
}
.mbri-align-justify:before {
  content: "\e903";
}
.mbri-align-left:before {
  content: "\e904";
}
.mbri-align-right:before {
  content: "\e905";
}
.mbri-android:before {
  content: "\e906";
}
.mbri-apple:before {
  content: "\e907";
}
.mbri-arrow-down:before {
  content: "\e908";
}
.mbri-arrow-next:before {
  content: "\e909";
}
.mbri-arrow-prev:before {
  content: "\e90a";
}
.mbri-arrow-up:before {
  content: "\e90b";
}
.mbri-bold:before {
  content: "\e90c";
}
.mbri-bookmark:before {
  content: "\e90d";
}
.mbri-bootstrap:before {
  content: "\e90e";
}
.mbri-briefcase:before {
  content: "\e90f";
}
.mbri-browse:before {
  content: "\e910";
}
.mbri-bulleted-list:before {
  content: "\e911";
}
.mbri-calendar:before {
  content: "\e912";
}
.mbri-camera:before {
  content: "\e913";
}
.mbri-cart-add:before {
  content: "\e914";
}
.mbri-cart-full:before {
  content: "\e915";
}
.mbri-cash:before {
  content: "\e916";
}
.mbri-change-style:before {
  content: "\e917";
}
.mbri-chat:before {
  content: "\e918";
}
.mbri-clock:before {
  content: "\e919";
}
.mbri-close:before {
  content: "\e91a";
}
.mbri-cloud:before {
  content: "\e91b";
}
.mbri-code:before {
  content: "\e91c";
}
.mbri-contact-form:before {
  content: "\e91d";
}
.mbri-credit-card:before {
  content: "\e91e";
}
.mbri-cursor-click:before {
  content: "\e91f";
}
.mbri-cust-feedback:before {
  content: "\e920";
}
.mbri-database:before {
  content: "\e921";
}
.mbri-delivery:before {
  content: "\e922";
}
.mbri-desktop:before {
  content: "\e923";
}
.mbri-devices:before {
  content: "\e924";
}
.mbri-down:before {
  content: "\e925";
}
.mbri-download:before {
  content: "\e989";
}
.mbri-drag-n-drop:before {
  content: "\e927";
}
.mbri-drag-n-drop2:before {
  content: "\e928";
}
.mbri-edit:before {
  content: "\e929";
}
.mbri-edit2:before {
  content: "\e92a";
}
.mbri-error:before {
  content: "\e92b";
}
.mbri-extension:before {
  content: "\e92c";
}
.mbri-features:before {
  content: "\e92d";
}
.mbri-file:before {
  content: "\e92e";
}
.mbri-flag:before {
  content: "\e92f";
}
.mbri-folder:before {
  content: "\e930";
}
.mbri-gift:before {
  content: "\e931";
}
.mbri-github:before {
  content: "\e932";
}
.mbri-globe:before {
  content: "\e933";
}
.mbri-globe-2:before {
  content: "\e934";
}
.mbri-growing-chart:before {
  content: "\e935";
}
.mbri-hearth:before {
  content: "\e936";
}
.mbri-help:before {
  content: "\e937";
}
.mbri-home:before {
  content: "\e938";
}
.mbri-hot-cup:before {
  content: "\e939";
}
.mbri-idea:before {
  content: "\e93a";
}
.mbri-image-gallery:before {
  content: "\e93b";
}
.mbri-image-slider:before {
  content: "\e93c";
}
.mbri-info:before {
  content: "\e93d";
}
.mbri-italic:before {
  content: "\e93e";
}
.mbri-key:before {
  content: "\e93f";
}
.mbri-laptop:before {
  content: "\e940";
}
.mbri-layers:before {
  content: "\e941";
}
.mbri-left-right:before {
  content: "\e942";
}
.mbri-left:before {
  content: "\e943";
}
.mbri-letter:before {
  content: "\e944";
}
.mbri-like:before {
  content: "\e945";
}
.mbri-link:before {
  content: "\e946";
}
.mbri-lock:before {
  content: "\e947";
}
.mbri-login:before {
  content: "\e948";
}
.mbri-logout:before {
  content: "\e949";
}
.mbri-magic-stick:before {
  content: "\e94a";
}
.mbri-map-pin:before {
  content: "\e94b";
}
.mbri-menu:before {
  content: "\e94c";
}
.mbri-mobile:before {
  content: "\e94d";
}
.mbri-mobile2:before {
  content: "\e94e";
}
.mbri-mobirise:before {
  content: "\e94f";
}
.mbri-more-horizontal:before {
  content: "\e950";
}
.mbri-more-vertical:before {
  content: "\e951";
}
.mbri-music:before {
  content: "\e952";
}
.mbri-new-file:before {
  content: "\e953";
}
.mbri-numbered-list:before {
  content: "\e954";
}
.mbri-opened-folder:before {
  content: "\e955";
}
.mbri-pages:before {
  content: "\e956";
}
.mbri-paper-plane:before {
  content: "\e957";
}
.mbri-paperclip:before {
  content: "\e958";
}
.mbri-photo:before {
  content: "\e959";
}
.mbri-photos:before {
  content: "\e95a";
}
.mbri-pin:before {
  content: "\e95b";
}
.mbri-play:before {
  content: "\e95c";
}
.mbri-plus:before {
  content: "\e95d";
}
.mbri-preview:before {
  content: "\e95e";
}
.mbri-print:before {
  content: "\e95f";
}
.mbri-protect:before {
  content: "\e960";
}
.mbri-question:before {
  content: "\e961";
}
.mbri-quote-left:before {
  content: "\e962";
}
.mbri-quote-right:before {
  content: "\e963";
}
.mbri-refresh:before {
  content: "\e964";
}
.mbri-responsive:before {
  content: "\e965";
}
.mbri-right:before {
  content: "\e966";
}
.mbri-rocket:before {
  content: "\e967";
}
.mbri-sad-face:before {
  content: "\e968";
}
.mbri-sale:before {
  content: "\e969";
}
.mbri-save:before {
  content: "\e96a";
}
.mbri-search:before {
  content: "\e96b";
}
.mbri-setting:before {
  content: "\e96c";
}
.mbri-setting2:before {
  content: "\e96d";
}
.mbri-setting3:before {
  content: "\e96e";
}
.mbri-share:before {
  content: "\e96f";
}
.mbri-shopping-bag:before {
  content: "\e970";
}
.mbri-shopping-basket:before {
  content: "\e971";
}
.mbri-shopping-cart:before {
  content: "\e972";
}
.mbri-sites:before {
  content: "\e973";
}
.mbri-smile-face:before {
  content: "\e974";
}
.mbri-speed:before {
  content: "\e975";
}
.mbri-star:before {
  content: "\e976";
}
.mbri-success:before {
  content: "\e977";
}
.mbri-sun:before {
  content: "\e978";
}
.mbri-sun2:before {
  content: "\e979";
}
.mbri-tablet:before {
  content: "\e97a";
}
.mbri-tablet-vertical:before {
  content: "\e97b";
}
.mbri-target:before {
  content: "\e97c";
}
.mbri-timer:before {
  content: "\e97d";
}
.mbri-to-ftp:before {
  content: "\e97e";
}
.mbri-to-local-drive:before {
  content: "\e97f";
}
.mbri-touch-swipe:before {
  content: "\e980";
}
.mbri-touch:before {
  content: "\e981";
}
.mbri-trash:before {
  content: "\e982";
}
.mbri-underline:before {
  content: "\e983";
}
.mbri-unlink:before {
  content: "\e984";
}
.mbri-unlock:before {
  content: "\e985";
}
.mbri-up-down:before {
  content: "\e986";
}
.mbri-up:before {
  content: "\e987";
}
.mbri-update:before {
  content: "\e988";
}
.mbri-upload:before {
 content: "\e926"; 
}
.mbri-user:before {
  content: "\e98a";
}
.mbri-user2:before {
  content: "\e98b";
}
.mbri-users:before {
  content: "\e98c";
}
.mbri-video:before {
  content: "\e98d";
}
.mbri-video-play:before {
  content: "\e98e";
}
.mbri-watch:before {
  content: "\e98f";
}
.mbri-website-theme:before {
  content: "\e990";
}
.mbri-wifi:before {
  content: "\e991";
}
.mbri-windows:before {
  content: "\e992";
}
.mbri-zoom-out:before {
  content: "\e993";
}
.mbri-redo:before {
  content: "\e994";
}
.mbri-undo:before {
  content: "\e995";
}

/* SOCICON */
@charset "UTF-8";

@font-face {
  font-family: "socicon";
  src:url("../fonts/socicon.eot");
  src:url("../fonts/socicon.eot?#iefix") format("embedded-opentype"),
    url("../fonts/socicon.woff") format("woff"),
    url("../fonts/socicon.ttf") format("truetype"),
    url("../fonts/socicon.svg#socicon") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "socicon" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="socicon-"]:before,
[class*=" socicon-"]:before {
  font-family: "socicon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.socicon-modelmayhem:before {
  content: "\e000";
}
.socicon-mixcloud:before {
  content: "\e001";
}
.socicon-drupal:before {
  content: "\e002";
}
.socicon-swarm:before {
  content: "\e003";
}
.socicon-istock:before {
  content: "\e004";
}
.socicon-yammer:before {
  content: "\e005";
}
.socicon-ello:before {
  content: "\e006";
}
.socicon-stackoverflow:before {
  content: "\e007";
}
.socicon-persona:before {
  content: "\e008";
}
.socicon-triplej:before {
  content: "\e009";
}
.socicon-houzz:before {
  content: "\e00a";
}
.socicon-rss:before {
  content: "\e00b";
}
.socicon-paypal:before {
  content: "\e00c";
}
.socicon-odnoklassniki:before {
  content: "\e00d";
}
.socicon-airbnb:before {
  content: "\e00e";
}
.socicon-periscope:before {
  content: "\e00f";
}
.socicon-outlook:before {
  content: "\e010";
}
.socicon-coderwall:before {
  content: "\e011";
}
.socicon-tripadvisor:before {
  content: "\e012";
}
.socicon-appnet:before {
  content: "\e013";
}
.socicon-goodreads:before {
  content: "\e014";
}
.socicon-tripit:before {
  content: "\e015";
}
.socicon-lanyrd:before {
  content: "\e016";
}
.socicon-slideshare:before {
  content: "\e017";
}
.socicon-buffer:before {
  content: "\e018";
}
.socicon-disqus:before {
  content: "\e019";
}
.socicon-vkontakte:before {
  content: "\e01a";
}
.socicon-whatsapp:before {
  content: "\e01b";
}
.socicon-patreon:before {
  content: "\e01c";
}
.socicon-storehouse:before {
  content: "\e01d";
}
.socicon-pocket:before {
  content: "\e01e";
}
.socicon-mail:before {
  content: "\e01f";
}
.socicon-blogger:before {
  content: "\e020";
}
.socicon-technorati:before {
  content: "\e021";
}
.socicon-reddit:before {
  content: "\e022";
}
.socicon-dribbble:before {
  content: "\e023";
}
.socicon-stumbleupon:before {
  content: "\e024";
}
.socicon-digg:before {
  content: "\e025";
}
.socicon-envato:before {
  content: "\e026";
}
.socicon-behance:before {
  content: "\e027";
}
.socicon-delicious:before {
  content: "\e028";
}
.socicon-deviantart:before {
  content: "\e029";
}
.socicon-forrst:before {
  content: "\e02a";
}
.socicon-play:before {
  content: "\e02b";
}
.socicon-zerply:before {
  content: "\e02c";
}
.socicon-wikipedia:before {
  content: "\e02d";
}
.socicon-apple:before {
  content: "\e02e";
}
.socicon-flattr:before {
  content: "\e02f";
}
.socicon-github:before {
  content: "\e030";
}
.socicon-renren:before {
  content: "\e031";
}
.socicon-friendfeed:before {
  content: "\e032";
}
.socicon-newsvine:before {
  content: "\e033";
}
.socicon-identica:before {
  content: "\e034";
}
.socicon-bebo:before {
  content: "\e035";
}
.socicon-zynga:before {
  content: "\e036";
}
.socicon-steam:before {
  content: "\e037";
}
.socicon-xbox:before {
  content: "\e038";
}
.socicon-windows:before {
  content: "\e039";
}
.socicon-qq:before {
  content: "\e03a";
}
.socicon-douban:before {
  content: "\e03b";
}
.socicon-meetup:before {
  content: "\e03c";
}
.socicon-playstation:before {
  content: "\e03d";
}
.socicon-android:before {
  content: "\e03e";
}
.socicon-snapchat:before {
  content: "\e03f";
}
.socicon-twitter:before {
  content: "\e040";
}
.socicon-facebook:before {
  content: "\e041";
}
.socicon-googleplus:before {
  content: "\e042";
}
.socicon-pinterest:before {
  content: "\e043";
}
.socicon-foursquare:before {
  content: "\e044";
}
.socicon-yahoo:before {
  content: "\e045";
}
.socicon-skype:before {
  content: "\e046";
}
.socicon-yelp:before {
  content: "\e047";
}
.socicon-feedburner:before {
  content: "\e048";
}
.socicon-linkedin:before {
  content: "\e049";
}
.socicon-viadeo:before {
  content: "\e04a";
}
.socicon-xing:before {
  content: "\e04b";
}
.socicon-myspace:before {
  content: "\e04c";
}
.socicon-soundcloud:before {
  content: "\e04d";
}
.socicon-spotify:before {
  content: "\e04e";
}
.socicon-grooveshark:before {
  content: "\e04f";
}
.socicon-lastfm:before {
  content: "\e050";
}
.socicon-youtube:before {
  content: "\e051";
}
.socicon-vimeo:before {
  content: "\e052";
}
.socicon-dailymotion:before {
  content: "\e053";
}
.socicon-vine:before {
  content: "\e054";
}
.socicon-flickr:before {
  content: "\e055";
}
.socicon-500px:before {
  content: "\e056";
}
.socicon-wordpress:before {
  content: "\e058";
}
.socicon-tumblr:before {
  content: "\e059";
}
.socicon-twitch:before {
  content: "\e05a";
}
.socicon-8tracks:before {
  content: "\e05b";
}
.socicon-amazon:before {
  content: "\e05c";
}
.socicon-icq:before {
  content: "\e05d";
}
.socicon-smugmug:before {
  content: "\e05e";
}
.socicon-ravelry:before {
  content: "\e05f";
}
.socicon-weibo:before {
  content: "\e060";
}
.socicon-baidu:before {
  content: "\e061";
}
.socicon-angellist:before {
  content: "\e062";
}
.socicon-ebay:before {
  content: "\e063";
}
.socicon-imdb:before {
  content: "\e064";
}
.socicon-stayfriends:before {
  content: "\e065";
}
.socicon-residentadvisor:before {
  content: "\e066";
}
.socicon-google:before {
  content: "\e067";
}
.socicon-yandex:before {
  content: "\e068";
}
.socicon-sharethis:before {
  content: "\e069";
}
.socicon-bandcamp:before {
  content: "\e06a";
}
.socicon-itunes:before {
  content: "\e06b";
}
.socicon-deezer:before {
  content: "\e06c";
}
.socicon-telegram:before {
  content: "\e06e";
}
.socicon-openid:before {
  content: "\e06f";
}
.socicon-amplement:before {
  content: "\e070";
}
.socicon-viber:before {
  content: "\e071";
}
.socicon-zomato:before {
  content: "\e072";
}
.socicon-draugiem:before {
  content: "\e074";
}
.socicon-endomodo:before {
  content: "\e075";
}
.socicon-filmweb:before {
  content: "\e076";
}
.socicon-stackexchange:before {
  content: "\e077";
}
.socicon-wykop:before {
  content: "\e078";
}
.socicon-teamspeak:before {
  content: "\e079";
}
.socicon-teamviewer:before {
  content: "\e07a";
}
.socicon-ventrilo:before {
  content: "\e07b";
}
.socicon-younow:before {
  content: "\e07c";
}
.socicon-raidcall:before {
  content: "\e07d";
}
.socicon-mumble:before {
  content: "\e07e";
}
.socicon-medium:before {
  content: "\e06d";
}
.socicon-bebee:before {
  content: "\e07f";
}
.socicon-hitbox:before {
  content: "\e080";
}
.socicon-reverbnation:before {
  content: "\e081";
}
.socicon-formulr:before {
  content: "\e082";
}
.socicon-instagram:before {
  content: "\e057";
}
.socicon-battlenet:before {
  content: "\e083";
}
.socicon-chrome:before {
  content: "\e084";
}
.socicon-discord:before {
  content: "\e086";
}
.socicon-issuu:before {
  content: "\e087";
}
.socicon-macos:before {
  content: "\e088";
}
.socicon-firefox:before {
  content: "\e089";
}
.socicon-opera:before {
  content: "\e08d";
}
.socicon-keybase:before {
  content: "\e090";
}
.socicon-alliance:before {
  content: "\e091";
}
.socicon-livejournal:before {
  content: "\e092";
}
.socicon-googlephotos:before {
  content: "\e093";
}
.socicon-horde:before {
  content: "\e094";
}
.socicon-etsy:before {
  content: "\e095";
}
.socicon-zapier:before {
  content: "\e096";
}
.socicon-google-scholar:before {
  content: "\e097";
}
.socicon-researchgate:before {
  content: "\e098";
}
.socicon-wechat:before {
  content: "\e099";
}
.socicon-strava:before {
  content: "\e09a";
}
.socicon-line:before {
  content: "\e09b";
}
.socicon-lyft:before {
  content: "\e09c";
}
.socicon-uber:before {
  content: "\e09d";
}
.socicon-songkick:before {
  content: "\e09e";
}
.socicon-viewbug:before {
  content: "\e09f";
}
.socicon-googlegroups:before {
  content: "\e0a0";
}
.socicon-quora:before {
  content: "\e073";
}
.socicon-diablo:before {
  content: "\e085";
}
.socicon-blizzard:before {
  content: "\e0a1";
}
.socicon-hearthstone:before {
  content: "\e08b";
}
.socicon-heroes:before {
  content: "\e08a";
}
.socicon-overwatch:before {
  content: "\e08c";
}
.socicon-warcraft:before {
  content: "\e08e";
}
.socicon-starcraft:before {
  content: "\e08f";
}
.socicon-beam:before {
  content: "\e0a2";
}
.socicon-curse:before {
  content: "\e0a3";
}
.socicon-player:before {
  content: "\e0a4";
}
.socicon-streamjar:before {
  content: "\e0a5";
}
.socicon-nintendo:before {
  content: "\e0a6";
}
.socicon-hellocoton:before {
  content: "\e0a7";
}
