@charset "utf-8";
/*---------------------------------------------------
Project:		BESIDE DRUPAL 8 THEME
Version:		1.0
Last change:	INITIAL RELEASED
Primary use:	Drupal 8 Template
---------------------------------------------------*/

/*---------------------------------------------------*/
/*	GENERAL
/*---------------------------------------------------*/
html, body {
    margin: 0;
    padding: 0;
}
body {
	-webkit-font-smoothing: antialiased;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 14px;
	line-height: 1.7;
    font-weight: 400;
	color: #555555;
}
p {
	margin: 0 0 15px 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
    line-height: 1.4;
	color: #333333;
	margin-top: 0;
}
h1, .h1 { font-size: 35px; }
h2, .h2 { font-size: 29px; line-height: 1.2em; }
h3, .h3 { font-size: 24px; }
h4, .h4 { font-size: 18px; }
h5, .h5 { font-size: 15px; line-height: 1.4; }
img {
	max-width: 100%;
	height: auto;
}
a { color: #333333; }
a, a:hover, a:focus, a:visited {
	text-decoration: none;
	outline: none;
}
ol, ul {
    padding: 0;
	margin-bottom: 0;
	list-style-position: inside;
}
.clearfix {
	clear: left;
}
.nav>li>a {
	padding: 0;
}
.contextual-links li a { color: #444444 !important; }

/*	FIELD */
.field-label {
	font-weight: bold;
}
.field-label-inline .field-label {
    display: inline-block;
    float: left;
    margin-right: 7px;
}

/*	PROFILE */
.profile > div {
	padding-right: 5px;
	display: inline-block;
	vertical-align: top;
}
.profile h4.label {
	color: #333333;
	display: block;
	text-align: left;
	margin-bottom: 5px;
}

/*---------------------------------------------------*/
/*	LAYOUT
/*---------------------------------------------------*/
.wrapper {
	padding: 0;
	margin: 0 auto;
	margin-bottom: -1px;
	display: block;
    overflow: hidden;
    position: relative;
	background-color: #f9f9f9;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
#page {
	margin: 0 auto;
}
#home {
    visibility: hidden !important;
}
#slider .container {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.container-wrap {
	margin: 0 auto;
}
#page-wrapper {
	padding: 70px 0px;
}
.path-frontpage #page-wrapper {
	padding: 0;
}

/*---------------------------------------------------*/
/*	BLOCK
/*---------------------------------------------------*/
.block {
	position: relative;
	background-size: cover;
}
#page-wrapper .block {
	margin-bottom: 45px;
}
.block,
#page-wrapper .sidebar .block {
	margin-bottom: 35px;
}
.path-frontpage #page-wrapper .block {
	margin-top: 55px;
	margin-bottom: 0;
}
.block-core,
#page-wrapper .block-core,
.block-system,
#page-wrapper .block-system {
	margin: 0px !important;
	padding: 0;
}
#header .block,
#slider .block {
	margin: 0;
}
#content-wide .block,
#content-wide-top .block {
	margin-bottom: 0;
	padding-top: 80px;
	padding-bottom: 80px;
}
#content-wide-top .block-local-tasks-block {
	padding: 0;
}
.footer-widget .block {
	margin: 0;
}
#content-wide .container-wrap,
#content-wide-top .container-wrap {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
#content-wide .fullwidth .container-wrap,
#content-wide-top .fullwidth .container-wrap {
	width: 100% !important;
	padding: 0 !important;
}

.post-content {
	background-color: #ffffff;
	padding: 20px;
	border: 1px solid #f9f9f9;
	position: relative;
}

/*---------------------------------------------------*/
/*	BLOCK TITLE
/*---------------------------------------------------*/
.block .block-title-wrap {
	margin-bottom: 45px;
	position: relative;
}
.content-wide .block .block-title-wrap {
	width: 100%;
	max-width: 1140px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0;
	padding-left: 0;
}
.content_layout .block .row.block-title-wrap {
	margin-right: 0;
	margin-left: 0;
}
.block-title {
	position: relative;
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 40px;
	letter-spacing: -0.05em;
}
.block-title-wrap .block-subtitle {
	font-weight: 300;
    color: #777;
	max-width: 60%;
    display: inline-block;
	display: block;
    margin-bottom: 0;
	margin-top: 0;
	font-size: 20px;
}
.sidebar .block-title {
	font-size: 25px;
}
.sidebar .block-title-wrap {
    margin-right: 0px !important;
    margin-left: 0px !important;
	margin-bottom: 20px;
}
#footer .block-title-wrap {
	margin: 0;
	margin-bottom: 20px;
}

/* BLOCK TITLE STYLE */
.block-title-2 .block-title {
	margin-bottom: 0;
}
/* BLOCK CENTER TITLE */
.title-center .block-title {
	text-align: center;
}
.block-title-center .block-title-wrap,
.block-title-center .block-title-wrap {
	text-align: center;
}
.block-title-center .block-title-wrap .block-subtitle {
	margin-left: auto;
	margin-right: auto;
}

/* BLOCK RIGHT TITLE */
.block-title-right .block-title-wrap {
	text-align: right;
}
.block-title-right .block-subtitle {
	max-width: 100%;
}

/*---------------------------------------------------*/
/*	PAGE TITLE
/*---------------------------------------------------*/
#page-title {
	color: #aaaaaa;
	padding: 120px 0;
	margin-top: 0;
	margin-bottom: 0;
	background-image: url(../images/bg/title-bg.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	position: relative;
	font-size: 15px;
}
#page-title:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.56);
}
#page-title h1 {
    color: #f8f8f8;
    font-size: 50px;
    line-height: 1;
    font-weight: 400;
	margin: 0;
	padding: 10px 0;
	letter-spacing: -0.05em;
}
#page-title .block {
	margin: 0;
}
#page-title .breadcrumb ul li a {
	color: #eeeeee;
	font-size: 15px;
}

/*---------------------------------------------------*/
/*	PRELOADER IMAGE
/*---------------------------------------------------*/
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ffffff;
	z-index: 13000;
	height: 100%;
}
.preloader_image {
	width: 80px;
	height: 80px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: url(../images/preloader.gif) no-repeat 50% 50% transparent;
	margin: -40px 0 0 -40px;
}

/*---------------------------------------------------*/
/*	FORM
/*---------------------------------------------------*/
input,
button,
select,
textarea {
	padding: 10px;
	border: 1px solid #ecedee;
	background-color: transparent;
	outline: none !important;
	max-width: 100%;
}
input[type=search] {
    background-color: #ffffff;
	color: #333333;
}

/* FORM COMPONENTS */
form .field-multiple-table {
	margin: 0;
}
form .field-multiple-table .field-multiple-drag {
	width: 30px;
	padding-right: 0;
}
[dir="rtl"] form .field-multiple-table .field-multiple-drag {
	padding-left: 0;
}
form .field-multiple-table .field-multiple-drag .tabledrag-handle {
	padding-right: .5em;
}
[dir="rtl"] form .field-multiple-table .field-multiple-drag .tabledrag-handle {
	padding-right: 0;
	padding-left: .5em;
}
form .field-add-more-submit {
	margin: .5em 0 0;
}
.form-item,
.form-actions {
	margin-top: 1em;
	margin-bottom: 1em;
}
tr.odd .form-item,
tr.even .form-item {
	margin-top: 0;
	margin-bottom: 0;
}
.form-composite > .fieldset-wrapper > .description,
.form-item .description {
	font-size: 0.85em;
}
label.option {
	display: inline;
	font-weight: normal;
}
.form-composite > legend,
.label {
	display:inline;
	font-size: inherit;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.form-checkboxes .form-item,
.form-radios .form-item {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}
.form-type-radio .description,
.form-type-checkbox .description {
	margin-left: 2.4em;
}
[dir="rtl"] .form-type-radio .description,
[dir="rtl"] .form-type-checkbox .description {
	margin-left: 0;
	margin-right: 2.4em;
}
.marker {
	color: #e00;
}
.form-required:after {
	content: '*';
	vertical-align: middle;
	display: inline-block;
	width: 6px;
	margin: 0 0.3em;
    color: red;
}
abbr.tabledrag-changed,
abbr.ajax-changed {
	border-bottom: none;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
	border: 2px solid red;
}

/* Inline error messages. */
.form-item--error-message:before {
	content: '';
	display: inline-block;
	height: 14px;
	width: 14px;
	vertical-align: sub;
	color: red;
	background-size: contain;
}

/* CONTACT FORM */
.contact-message-form select option,
.contact-message-form select * {
	color: #555555 !important;
}

.contact-message-form label {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
}
.contact-message-form .form-item-copy label {
	display: inline-block;
}
.contact-message-feedback-form .form-item,
.contact-message-feedback-form .form-actions {
	margin-top: 0;
	margin-bottom: 25px;
	/*text-align: center;*/
}
.contact-message-feedback-form .form-actions {
	margin-bottom: 0;
}
.contact-message-feedback-form input,
.contact-message-feedback-form textarea {
	width: 100%;
}
.contact-message-feedback-form input[type="submit"] {
	width: auto;
}
.block-contact-block #edit-preview {
	display: none;
}

@media (min-width: 768px) {
	.contact-message-feedback-form.block-contact-block .form-item-name,
	.contact-message-feedback-form.block-contact-block .form-item-mail {
		width: 48%;
		float: left;
	}
	.contact-message-feedback-form.block-contact-block .form-item-name {
		margin-right: 4%;
	}
	
}

/* RESERVATION FORM */
.contact-message-reservation-form .form-item {
    margin: 0;
    margin-bottom: 1.2em;
}
.contact-message-reservation-form .form-wrapper {
	margin: 0;
}
.contact-message-reservation-form input,
.contact-message-reservation-form .form-item-field-guests select,
.contact-message-reservation-form textarea {
	width: 100%;
}
.contact-message-reservation-form .button {
	width: auto;
}
.contact-message-reservation-form legend {
	display: none;
}
.contact-message-reservation-form form {
	max-width: 650px;
	padding: 30px;
	margin-right: auto;
	margin-left: auto;
}
.contact-message-reservation-form #edit-preview,
.contact-message-reservation-form #edit-preview--3 {
	display: none;
	visibility: hidden;
}

/* USER LOGIN FORM */
.user-login-form,
.user-form,
.user-pass{
	max-width: 650px;
	margin: 40px auto;
	border: 1px solid #efefef;
	padding: 20px 30px;
}
.user-login-form .form-text,
.user-login-form .form-email,
.user-form .form-text,
.user-form .form-email,
.user-pass .form-text{
	width: 100%;
}
.form-composite > .fieldset-wrapper > .description,
.form-item .description {
	font-size: 11px;
	color: #999;
	font-style: italic;
}

/*---------------------------------------------------*/
/*	SEARCH FORM
/*---------------------------------------------------*/
.search-block-form form{
	display: table;
	width: 100%;
}
.search-block-form .form-item,
.search-block-form .form-actions{
	display: table-cell;
	vertical-align: top;
}
.search-block-form input{
	width: 100%;
	margin: 0;
	border: 1px solid #eeeeee;
	border-right: none;
}
.search-block-form input[type="submit"],
.search-form input[type="submit"] {
	padding: 15px 15px 14px 15px;
	border: 1px solid #1d7c89;
	border-radius: 0px 2px 2px 0px;
}
.search-block-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
    border-color: #444444;
}
.search-result-title {
	display: inline-block;
}

/* Full screen throbber */
.ajax-progress-fullscreen {
  background-color: transparent;
  background-image: url(../images/small-preloader.gif);
  border-radius: 0;
  height: 24px;
  opacity: 1;
}

/*---------------------------------------------------*/
/*	TABLE
/*---------------------------------------------------*/
table {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #ecedee;
}
table tbody {
	border-top: none;
	border-bottom: 1px solid #ecedee;
}
table tr.even,
table tr.odd,
th {
	background-color: transparent;
	border-bottom: 1px solid #ecedee;
}
thead tr th,
thead tr td,
tbody tr th,
tbody tr td {
	padding: 8px;
	line-height: 142%;
	vertical-align: middle;
	border-right: 1px solid #efefef;
}
td.active {
    background-color: transparent;
}
table thead {
	text-transform: uppercase;
	background: #f5f5f5;
}
table tr {
	border-bottom: 1px solid #eeeeee;
}

/*---------------------------------------------------*/
/*	BREADCRUMB
/*---------------------------------------------------*/
.breadcrumb {
	background: none;
	padding: 0;
	margin: 0;
	border: none;
}
.breadcrumb ul{
	padding: 0;
	margin: 0;
}
.breadcrumb ul li {
	display: inline-block;
}
.breadcrumb ul li a {
	color: #888;
	font-size: 12px;
}
.breadcrumb ul li:after {
	content: ".";
	margin: 0 3px;
	font-size: 25px;
	line-height: 0;
}
.breadcrumb ul li:last-child:after {
	display: none;
}

/*---------------------------------------------------*/
/*	TASK BAR
/*---------------------------------------------------*/
.task-bar .tabs {
  margin: 1em 0;
}
.task-bar ul.tabs {
  list-style: none;
  margin: 0 0 0.5em;
  padding: 0;
}
.task-bar .tabs > li {
  display: inline-block;
  margin-right: 0.3em;
}
[dir="rtl"] .tabs > li {
  margin-left: 0.3em;
  margin-right: 0;
}
.task-bar .tabs a {
  display: block;
  padding: 0.2em 1em;
  text-decoration: none;
}
.task-bar .tabs a.is-active {
  background-color: #eeeeee;
}
.task-bar .tabs a:focus,
.task-bar .tabs a:hover {
  background-color: #f5f5f5;
}
.task-bar {
	text-align: center;
}
.task-bar.alert {
	    margin-bottom: 0;
}
.task-bar ul.tabs {
    margin: 0;
    border-bottom: 1px solid #eeeeee;
	text-transform: uppercase;
    font-size: 12px;
}
.task-bar.alert-dismissable .close,
.task-bar.alert-dismissible .close {
    right: 0;
}

/* PAGER */
.pager {
	width: 100%;
	float: left;
}
.pager li > a,
.pager li > span {
	border-radius: 2px;
}
.pager li > a.button {
	padding: 15px 30px;
	background-color: transparent;
}
.pager li.is-active a,
.pager li > a:hover,
.pager li > a.button:hover {
	color: #ffffff;
}
.views-infinite-scroll-content-wrapper {
	margin-bottom: 30px;
}

.views-more-link {
	display: block;
    margin-top: 10px;
}
.views-more-link:after {
	content: "\f101";
	font-family: 'FontAwesome';
	margin-left: 5px;
}

/*---------------------------------------------------*/
/*	STATUS MESSAGES
/*---------------------------------------------------*/
.messages {
	margin: 0 0 10px;
	padding: 15px;
	position: relative;
}
.messages a {
	color: #444444;
	text-decoration:underline;
}
.messages.status {
	background: #A8DA58;
}
.messages.error {
	background: #E46539;
}
.messages.warning {
	background: #eb8314;
}

/* STATUS MESSAGES SYMBOLS */
.messages.status:before,
.messages.error:before,
.messages.warning:before {
	font-family: 'FontAwesome';
	font-size: 24px;
	position: absolute;
	left: 0;
	top: 0;
	width: 55px;
	text-align: center;
	height: 100%;
	padding-top: 15px;
}
.messages.status:before {
	content: "\f00c";
	font-size: 20px;
	background-color: #81AB3E;
	padding-top: 13px;
}
.messages.error:before {
	content: "\f00d";
	background-color: #CB291D;
}
.messages.warning:before {
	content: "\f12a";
	background-color: #e2630b;
}

/*---------------------------------------------------*/
/*	BRANDING
/*---------------------------------------------------*/
.site-branding {
	margin: 0;
}
.brand.logo {
	max-width: 280px;
    line-height: 70px;
}
.brand.logo a {
    display: inline-block;
    vertical-align: middle;
}
.site-name a {
	font-size: 25px;
	line-height: 1.2;
}

/*---------------------------------------------------*/
/*	HEADER
/*---------------------------------------------------*/
/* Modal Search */
.modal-backdrop.in {
    z-index: 1;
}
.modal-wrapper {
	background: rgba(0, 0, 0, 0.7);
}
.modal-wrapper .modal-content-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	display: table;
}
.modal-wrapper .modal-content-holder {
	display: table-cell;
	vertical-align: middle;
    padding: 15px;
}
.modal-wrapper .block-search {
	max-width: 600px;
    margin: auto;
    float: none;
}
.modal-wrapper .close {
    font-size: 60px;
    position: absolute;
    right: 40px;
    top: 40px;
    color: #ffffff;
    z-index: 5;
    opacity: 0.9;
    text-shadow: none;
    font-weight: 300;
}
.modal-wrapper .form-search {
	background-color: transparent;
	border: none;
	border-bottom: 2px solid #ddd;
	font-size: 30px;
	font-weight: 300;
	color: #f9f9f9;
	padding: 0;
    padding-right: 45px;
}
.modal-wrapper .form-submit {
	display: block;
	background-color: transparent !important;
	border: none !important;
}
.modal-wrapper .modal-content-wrap .social-media li a {
	font-size: 35px;
    font-size: 30px;
    margin: 0 10px;
}

/*	HEADER SHOPPING */
.header-element .shopping-cart-bar {
    width: 330px;
    overflow: hidden;
    display: none;
    position: absolute;
    right: -12px;
	top: 73px;
	z-index: 9;
    background-color: #ffffff;
	display: none;
}
.header-element .header-element-cart:hover .shopping-cart-bar {
	display: block;
}
.header-element #shopping-cart .cart-block-items.collapsed {
    display: block;
    margin-bottom: 20px;
	font-size: 13px;
}
.header-element #shopping-cart .block-title-wrap {
    display: none;
}
.shopping-cart-wrap {
    padding: 25px 15px;
}
.shopping-cart-wrap table tbody,
.shopping-cart-wrap table {
	border: none;
}
.shopping-cart-wrap table tr {
    border-color: #f6f6f6;
    margin-bottom: 13px;
}
.shopping-cart-wrap table tr:last-child {
	border: none;
}
.shopping-cart-wrap .cart-block-summary {
    background-color: #f6f6f6;
}
.cart-block-summary-links a {
    text-transform: uppercase;
    font-weight: 700;
}

/*---------------------------------------------------*/
/*	SOCIAL MEDIA
/*---------------------------------------------------*/
.social-icon {
	position: relative;
	padding: 0;
	margin: 0;
}
.social-icon li {
	display: inline-block;
	list-style: none;
}
.social-icon li a {
	color: #505050;
	font-size: 20px;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.social-media {
	display: inline-block;
}
.social-media ul {
	list-style-type: none;
}
.social-media ul li {
	display: inline-block;
}
.social-media li a {
	color: #ffffff;
	text-align: center;
	display: inline-block;
	width: 30px;
}
.social-media li a:hover {
	color: #1d7c89;
}
.social-media.round-social ul li a {
	border-radius: 50% !important;
	width: 40px;
	height: 40px;
}
.social-media.round-social ul li a,
.social-media.square-social ul li a {
	width: 30px !important;
	height: 30px !important;
	line-height: 30px !important;
}
.social-media.plain-social.round-social ul li a,
.social-media.plain-social.square-social ul li a {
	border: 1px solid #eee !important;
}
.social-media.plain-social.normal-social ul li a {
	border: none
}

/* FOOTER SOCIAL */
.footer .social-media {
	line-height: 45px;
}
.footer .social-media ul li a {
	margin-left: 5px;
}
.footer .social-media.plain-social.normal-social ul li a {
	margin-left: 0;
}

/*---------------------------------------------------*/
/*	MENU NAVIGATION
/*---------------------------------------------------*/

/* LINKS INLINE */
ul.links.inline {
	padding: 0;
}
ul.links.inline li {
	list-style: none;
	display: inline-block;
	padding-right: 10px;
}

/* MAIN MENU */
.main-menu {
	position: relative;
	z-index: 99;
}
.region-primary-menu {
	display: none;
	border-radius: 0;
	width: 100%;
	margin-top: 20px;
}
.sidenav .region-primary-menu {
	display: block !important;
}

/* SIDEBAR MENU */
.sidebar ul.menu {
	list-style-type: none;
}
.sidebar ul.menu li a {
	margin-bottom: 10px;
	display: block;
	position: relative;
}
.sidebar ul.menu li a.is-active {
    color: #1d7c89;
}
.menu .list-count {
    position: absolute;
    right: 26px;
    top: 10px;
}

/* SIDENAV MENU TREE */
ul.mtree {
	margin-left: 0;
}
ul.mtree li {
	list-style: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
ul.mtree li:first-child {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
ul.mtree a {
	padding: 12px 0px 12px 0.8em;
	color: #cccccc;
	display: block;
	text-transform: uppercase;
	font-weight: 600;
}
ul.mtree ul {
	margin-left: 0;
}
ul.mtree li.mtree-node {
	position: relative;
}
ul.mtree li.mtree-node > a:before {
	color: #cccccc;
	font-weight: normal;
	position: absolute;
	right: 10px;
}
ul.mtree li.mtree-open > a:before {
	content: '-';
}
ul.mtree li.mtree-closed > a:before {
	content: '+';
}
ul.mtree ul > li:first-child {
	margin-top: 1px;
}
ul.mtree li > a:hover, ul.mtree li.mtree-active > a {
	color: #ffffff;
}
ul.mtree li.mtree-node > ul > li:last-child {
	border-bottom: none;
}
ul.mtree li.mtree-node:last-child > ul > li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
ul.mtree li li > a {
	padding-left: 1.6em;
}
ul.mtree li li li > a {
	padding-left: 2.4em;
}
ul.mtree li li li li > a {
	padding-left: 3.2em;
}
ul.mtree li li li li li > a {
	padding-left: 4em;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: transparent;
}

ul.mtree a {
	position: relative;
}
ul.mtree a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	background-color: #eec;
    background-color: #1d7c89;
	width: 0;
    z-index: -1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
ul.mtree li a:hover:after {
	width: 100%;
}

/*---------------------------------------------------*/
/*	SIDENAV
/*---------------------------------------------------*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    background-color: #333333;
    transition: 0.5s;
}
.sidenav-content {
	padding: 70px 30px;
	position: relative;
	min-height: 100%;
}
.sidenav .block {
	margin-bottom: 35px !important;
}
.sidenav-open {
	width: 320px;
    max-width: 100%;
}
.sidenav-right-full .sidenav {
	left: auto;
	right: 0;
}
.sidenav-right-full .sidenav-open,
.sidenav-left-full .sidenav-open {
	width: 100%;
}
.sidenav-right-full .sidenav-container,
.sidenav-left-full .sidenav-container {
    margin: auto;
	text-align: center;
}
.sidenav-right-full .sidenav-container .sidenav-content,
.sidenav-left-full .sidenav-container .sidenav-content {
    margin: auto;
}
.sidenav-left-full .sidenav ul.mtree li,
.sidenav-right-full .sidenav ul.mtree li {
	border: none !important;
}
.sidenav-left-full .sidenav-container .nav.menu a,
.sidenav-right-full .sidenav-container .nav.menu a {
    font-size: 35px;
    line-height: 35px;
    display: inline-block;
    padding-right: 20px;
	padding-left: 20px;
	text-transform: none;
}
.sidenav-right-full ul.mtree li.mtree-node > a:before,
.sidenav-left-full ul.mtree li.mtree-node > a:before {
    right: 0px;
	font-weight: inherit;
	font-size: 18px;
}
.sidenav-right-full .sidenav.sidenav-dark,
.sidenav-left-full .sidenav.sidenav-dark {
    background-color: rgba(51, 51, 51, 0.97);
}
.sidenav-right-full .sidenav.sidenav-light,
.sidenav-left-full .sidenav.sidenav-light {
    background-color: rgba(255, 255, 255, 0.97);
}
.sidenav-element {
	text-align: center;
    padding: 30px 0 0 0;
}
.sidenav-element .sidenav-element-item {
	margin-top: 20px;
	display: block;
}
.sidenav-element .social-media,
.sidenav-element .search-content {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.sidenav-element .social-media {
	bottom: 70px;
}
.search-content .block {
	margin: 0 !important;
}
.search-content .block-search input {
	width: 100%;
	background-color: #f7f7f7;
	padding: 10px 65px 10px 15px;
}
.search-content .block-search input[type="submit"],
.modal-wrapper .form-submit {
	background-color: #1d7c89;
	background-image: url(../images/icon-search-light.png);
	background-repeat: no-repeat; 
	background-position: center center;
    border: 0;
    border-radius: 0 2px 2px 0;
	border-radius: 0;
    text-transform: uppercase;
    margin: 0;
	text-indent: -9999px;
    position: absolute;
    right: 0px;
    top: 0;
	height: 100%;
    width: 50px;
	padding: 0;
}
.sidenav-colored .block-search input[type="submit"] {
	background-color: #333333 !important;
}

/* SIDENAV POSITION */
.sidenav-right .sidenav,
.sidenav-right-fixed .sidenav {
	left: auto;
	right: 0;
	border-right: none;
}
.sidenav-right .sidenav-light,
.sidenav-right-fixed .sidenav-light {
    border-left: 1px solid #fbfbfb;
}
.sidenav-left .sidenav,
.sidenav-right .sidenav {
	width: 320px;
	max-width: 100%;
}
.sidenav-left .sidenav {
	left: -320px;
}
.sidenav-right .sidenav {
	right: -320px;
}
.sidenav-left .sidenav.sidenav-open {
	left: 0;
}
.sidenav-right .sidenav.sidenav-open {
	right: 0;
}

@media (min-width: 767px) {
	.sidenav-left-fixed .sidenav,
	.sidenav-right-fixed .sidenav {
		width: 320px !important;
	}
	.wrapper.sidenav-left-fixed,
	.wrapper.sidenav-right-fixed {
		position: relative;
	}
	.wrapper.sidenav-left-fixed {
		margin-left: 320px;
	}
	.wrapper.sidenav-right-fixed {
		margin-right: 320px;
	}
	.sidenav-left-fixed .container,
	.sidenav-left-fixed #content-wide .container-wrap,
	.sidenav-left-fixed #content-wide-top .container-wrap,
	.sidenav-right-fixed .container,
	.sidenav-right-fixed #content-wide .container-wrap,
	.sidenav-right-fixed #content-wide-top .container-wrap	{
		width: 94%;
	}
	.sidenav-left-fixed .content-wide .block .block-title-wrap,
	.sidenav-right-fixed .content-wide .block .block-title-wrap {
		max-width: 100%;
	}
	.sidenav-left-fixed .sidenav .header-element-sidenav,
	.sidenav-right-fixed .sidenav .header-element-sidenav {
		display: none;
		visibility: hidden;
	}
	.sidenav-right-fixed .back-to-top {
		right: 325px;
	}
	.sidenav-right .back-to-top,
	.sidenav-right-full .back-to-top	{
		right: 75px;
	}
}

.sidenav .brand.logo {
    width: 100%;
	display: block;
    text-align: center;
	margin: 0 auto;
}
.sidenav .brand.logo img {
	min-width: 130px;
}
.sidenav .header-element {
	display: block;
	float: none;
	position: relative;
	bottom: 0;
	width: 0;
	background-color: #f9f9f9;
	transition: 0.7s;
}
.sidenav-right-fixed .sidenav .header-element,
.sidenav-left-fixed .sidenav .header-element,
.sidenav-open.sidenav .header-element {
	position: fixed;
	width: 320px;
}
.sidenav-left-full .sidenav-open.sidenav .header-element,
.sidenav-right-full .sidenav-open.sidenav .header-element {
	width: 100%;
	margin-left: -50px;
}
.sidenav .header-element .header-element-item {
	float: none;
	margin-left: 0;
	margin-right: -5px;
	padding: 0;
}

/* SIDENAV COLOR */
.sidenav-dark .search-content .block-search input {
    background-color: #999999;
    border-color: #888888;
	color: #ffffff;
}
.sidenav.sidenav-light {
	background-color: #ffffff;
	color: #111111;
}
.sidenav.sidenav-light ul.mtree li.mtree-node > a:before,
.sidenav.sidenav-light ul.mtree a {
	color: #666666;
}
.sidenav.sidenav-light a,
.sidenav.sidenav-light ul.mtree li > a:hover,
.sidenav.sidenav-light ul.mtree li.mtree-active > a {
	color: #111111;
}
.sidenav.sidenav-light a:hover,
.sidenav.sidenav-light .offcanvas a:focus{
    color: #333333;
}
.sidenav.sidenav-dark,
.sidenav.sidenav-dark .closebtn,
.sidenav.sidenav-colored .closebtn {
	color: #ffffff;
}
.sidenav.sidenav-light ul.mtree li {
	border-bottom: 1px solid #fafafa;
}
.sidenav.sidenav-light ul.mtree li:first-child {
	border-top: 1px solid #fafafa;
}
.sidenav.sidenav-colored,
.sidenav.sidenav-colored ul.mtree a,
.sidenav.sidenav-colored ul.mtree li.mtree-node > a:before {
	color: #f9f9f9;
}
.sidenav.sidenav-colored ul.mtree li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.sidenav.sidenav-colored ul.mtree li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.single-page .menu-base-theme a.is-active {
	color: #333333;
}
.single-page nav .nav.menu li.active a {
	color: #1d7c89;
}
.active-sidenav .wrapper.sidenav-right-full,
.active-sidenav .wrapper.sidenav-left-full {
	padding: 0;
}
.side-header.sidenav-left,
.side-header.sidenav-left-full {
	padding-left: 60px;
}
.side-header.sidenav-right,
.side-header.sidenav-right-full {
	padding-right: 60px;
}

/* Left Bar */
.sidenav-bar {
	width: 60px;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: #ffffff;
    z-index: 99;
	box-shadow: 5px 0 18px rgba(0, 0, 0, 0.1);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.sidenav-bar.active {
	left: 320px;
	border-left: 1px solid #f5f5f5;
	transition: 0.5s;
}

.sidenav-bar .side-logo {
	display: block;
	width: 100%;
	position: relative;
	text-align: center;
	padding: 20px 5px 10px 5px;
	z-index: 1;
}
.sidenav-bar .side-logo h2 {
	margin: 0;
	font-size: 40px;
	font-weight: 700;
}

.sidenav-bar .sidenav-element {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 0;
}
.header-icon {
	line-height: 65px;
	text-align: center;
	color: #333333;
	padding: 0;
	font-size: 25px;
	cursor: pointer;
	display: inline-block;
	border: none;
	border-top: 1px solid #f5f5f5;
	background-repeat: no-repeat;
	background-position: center center;	
}
.sidenav-icon {
	width: 100%;
    min-width: 23px;
	height: 60px;
	display: block;
}
.search-icon {
    background-image: url(../images/icon-search.png);
}
.share-icon {
	background-image: url(../images/icon-share.png);
}
.nav-button {
	padding-top: 20px;
	position: relative;
}
.nav-button span {
	height: 2px;
	background: #333333;
	width: 30px;
	max-width: 100%;
	display: block;
	margin-bottom: 6px;
	margin-left: 15px;
	border-radius: 15px;
	position: relative;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.nav-button .bar-one {
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	bottom: 0;
}
.nav-button .bar-two {
	opacity: 1;
}
.header .nav-button .bar-one,
.header .nav-button .bar-three {
	width: 25px;
}
.nav-button:hover .icon-bar {
	width: 18px;
}
.nav-button:hover .bar-two {
	width: 30px;
}
.nav-button .bar-three {
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	top: 0;
}
.nav-button.active .icon-bar {
	width: 30px;
}
.nav-button.active .bar-one {
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	bottom: -8px;
}
.nav-button.active .bar-two {
	opacity: 0;
}
.nav-button.active .bar-three {
	-ms-transform: rotate(-225deg);
	transform: rotate(-225deg);
	-webkit-transform: rotate(-225deg);
	top: -8px;
}
.nav-button:after {
    content: "Menu";
    position: absolute;
    top: -3px;
    right: -120px;
	width: 100%;
	font-size: 12px;
	color: #bbbbbb;
    float: left;
    text-align: center;
    font-style: italic;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.nav-button.active:after {
    content: "Close";
}
.nav-button:hover:after {
    visibility: visible;
    right: -60px;
    opacity: 1;
}
.sidenav-bar .sidenav-bar-text {
    width: 250px;
    text-align: left;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
	line-height: 58px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}
.sidenav-right .sidenav-bar,
.sidenav-right-full .sidenav-bar {
    left: auto;
	right: 0;
}
.sidenav-right .sidenav-bar.active {
    right: 320px;
}
.sidenav-left-full .sidenav-bar.active {
	left: -70px;
}
.sidenav-right-full .sidenav-bar.active {
	right: -70px;
}
.sidenav-right .sidenav-icon span,
.sidenav-right-full .sidenav-icon span {
	margin-right: 15px;
	float: right;
}

.menu-button-close {
    position: fixed;
    right: 70px;
	top: 12px;
    border: none;
    width: auto;
	display: none;
    z-index: 9;
}
.user-logged-in .menu-button-close {
	top: 72px;
}
.sidenav-left-full .sidenav-open .menu-button-close,
.sidenav-right-full .sidenav-open .menu-button-close {
	display: block;
    width: 30px;
}
.header-side {
	display: none;
	visibility: hidden;
}
.sidenav-close {
	position: fixed;
	top: 0;
	left: 380px;
	right: 0;
	bottom: 0;
	z-index: 300;
	display: none;
	cursor: url("../images/close.png"), auto;
}
.active-sidenav .sidenav-close {
	display: block;
}
.sidenav-right .sidenav-close {
	left: 0;
	right: 380px;
}
.top-header.sidenav-left .sidenav-close {
	left: 320px;
	right: 0;
}
.top-header.sidenav-right .sidenav-close {
	left: 0;
	right: 320px;
}

.wrapper.framed-layout {
	padding: 70px 60px 0 60px;
}

/* FRAMED LAYOUT */
.wrapper.framed-layout .sidenav-bar {
	box-shadow: none;
}
.framed-layout .framed-borders > * {
	position: fixed;
	z-index: 70;
	width: 60px;
	height: 60px;
	pointer-events: none;
	transform: translate(0px, 0px) scale(1);
	background: #ffffff;
}
.framed-layout .framed-borders > .border-top {
    top: 0px;
    left: 0px;
    width: 100%;
	height: 70px;
    transform-origin: center top 0px;
}
.framed-layout .framed-borders > .border-bottom {
    bottom: 0px;
    left: 0px;
    width: 100%;
    transform-origin: center bottom 0px;
}
.framed-layout .framed-borders > .border-left {
    top: 0px;
    left: 0px;
    height: 100%;
    transform-origin: left center 0px;
}
.framed-layout .framed-borders > .border-right {
    top: 0px;
    right: 0px;
    height: 100%;
    transform-origin: right center 0px;
}
.framed-layout .framed-layout .back-to-top {
    bottom: 80px;
    right: 75px;
}
.framed-layout .header {
    position: absolute;
    z-index: 99;
    top: 0;
    width: 100%;
    left: 0;
}


.header .header-icon {
	border: none;
	line-height: 70px;
}
.header .search-icon,
.header .share-icon,
.header .cart-icon {
    min-width: 23px;
}
.header .nav-button {
    padding-top: 25px;
    width: 30px;
	float: left;
}
.header .nav-button span {
	margin-left: 0;
	float: right;
}
.header .logo,
.header .header-brand,
.header .header-element {
	display: inline-block;
}
.header .nav-button:after,
.sidenav-left-full .sidenav-open .menu-button-close:after {
	right: auto;
	left: -60px;
}
.header .header-element {
	float: right;
}
.header-element-icon {
	float: left;
	margin-left: 5px;
	/*border-left: 1px solid #eaeaea;*/
}
.header .social-media li,
.header .search-icon,
.header .share-icon,
.header .header-cart {
	margin-left: 20px;
}
.header .social-media li a {
	width: auto;
}
.header .header-icon,
.header .social-media li a {
	color: #333333;
}

.header .header-text {
    float: left;
    margin-right: 50px;
    line-height: 70px;
    padding-right: 50px;
}

/*---------------------------------------------------*/
/*	FOOTER
/*---------------------------------------------------*/
.footer {
	color: #dddddd;
	position: relative;
}
.footer a {
	color: #d0d0d0;
}
.footer ul a {
    display: block;
}
.footer-widget {
	background-color: #212121;
	padding: 0;
}
.footer-widget .footer-widget-section {
	padding: 0;
}
.footer-widget .block {
	padding: 80px 15px 60px 15px;
}
.footer-widget .footer-widget-section .block:nth-child(2),
.footer-widget .footer-widget-section .block:nth-child(3) {
	padding-top: 0;
}
.footer-widget .footer-widget-section:first-child .block {
	padding-left: 0;
}
.footer-widget .footer-widget-section:last-child .block {
	padding-right: 0;
}
.footer .block-title {
	color: #ffffff;
    font-size: 30px;
}
.footer .block-subtitle {
	font-size: 15px;
}

/* FOOTERWIDGET MENU */
.footer-widget ul {
	list-style-type: none;
}
.footer-widget a:hover {
	color: #1d7c89;
}
.footer-widget ul li a {
	display: inline-block;
    margin-bottom: 10px;
}
/* FOOTERWIDGET BOTTOM */
.footer-bottom {
	font-size: 13px;
	padding: 0;
	margin-top: 0;
}
.footer-bottom {
	border-top: 1px solid #2c2c2c;
	background-color: #1b1b1b;
}
.footer-bottom ul.menu li {
	display: inline-block;
	margin-left: 15px;
}
.footer-bottom .copyright {
	padding: 30px 0;
}
.fixed-footer #footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: -1;
}

/*	FOOTER STYLE  */
.footer2 .footer-bottom {
	padding: 0;
	text-align: center !important;
}
.footer2 .social-media,
.footer2 .copyright {
	text-align: center !important;
}

/*	FOOTER COLOR  */
.dark-footer,
.dark-footer h1,
.dark-footer h2,
.dark-footer h3,
.dark-footer h4,
.dark-footer h5 {
	color: #f6f6f6;
}
.dark-footer .contact-message-feedback-form input,
.dark-footer .contact-message-feedback-form textarea {
	border-color: #aaaaaa;
}
.dark-footer .recent-post {
	border-color: #333333;
}
.footer.light-footer,
.footer.light-footer a,
.footer.plain-footer,
.footer.plain-footer a {
	color: #333333;
}
.footer.light-footer .footer-widget {
	background-color: #f6f6f6;
}
.footer.light-footer .footer-widget .border-list ul.menu li,
.footer.light-footer .footer-bottom {
	border-color: #eeeeee;
}
.footer.light-footer .footer-bottom {
	background-color: #eeeeee;
}
.footer.light-footer h2,
.footer.plain-footer h2 {
	color: #222222;
}
.footer.plain-footer .footer-widget {
	border-top: 1px solid #f9f9f9;
}
.footer.plain-footer .footer-widget,
.footer.plain-footer .footer-bottom {
	background-color: transparent;
}
.footer.plain-footer .footer-widget .border-list ul.menu li,
.footer.plain-footer .footer-bottom {
	border-color: #f9f9f9;
}
.footer.colored-footer,
.footer.colored-footer a {
	color: #f9f9f9;
}
.footer.colored-footer a:hover {
	color: #dddddd;
}
.footer.colored-footer .footer-widget .border-list ul.menu li,
.footer.colored-footer .footer-bottom {
	border-color: rgba(238, 238, 238, 0.12);
}
.colored-footer .footer-bottom {
	background-color: #1d7c89;
}
.colored-footer input::placeholder,
.colored-footer textarea::placeholder {
	color: #eeeeee;
}
.colored-footer .btn,
.colored-footer input[type="submit"] {
	background-color: #ffffff;
	color: #444444;
}
.footer-bottom .block {
	padding: 30px 0;
	margin: 0;
}
.footer-bottom p,
.copyright p {
	margin: 0;
}

/*---------------------------------------------------*/
/*	BUTTONS
/*---------------------------------------------------*/
.btn,
input[type="submit"]{
	background-color: #1d7c89;
	color: #ffffff;
	border: 0;
	padding: 16px 23px;
	border-radius: 2px;
	border: none !important;
	text-transform: uppercase;
}
.btn.btn-primary:hover {
    opacity: 0.8;
}
.button + .button,
.btn + .btn {
    margin-left: 10px;
}
.button {
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 100%;
    margin: 10px 0;
    outline: 0 none;
    padding: 16px 27px;
	border: 1px solid #eaeaea;
    border-radius: 2px;
    position: relative;
    text-transform: uppercase;
    white-space: nowrap;
	transition: all 0.2s linear 0s;
}
.btn:hover,
.button:hover,
input[type="submit"]:hover{
	background-color: #444444;
	border-color: #444444;
	color: #ffffff;
}
.button:focus {
    outline: 0;
}
.button.rounded {
    border-radius: 3px
}
.button.full-rounded {
    border-radius: 50px
}
.button-light {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
	color: #111 !important;
}
.button-dark {
    background-color: #111111;
    color: #ffffff;
	border-color: #111111;
}

/* BORDER BUTTONS */
.button.border {
    color: #444444;
    border: 2px solid #444444;
}
.button.border:hover {
    background-color: #444444;
    color: #fff
}
.button.border.light {
    border: 2px solid #ffffff;
    color: #fff
}
.button.border.light:hover {
    background-color: #ffffff;
    color: #252525
}
.button.border.light:hover:hover i {
    color: #252525
}

/* TRANSPARENT BUTTONS */
.button.transparent {
    background-color: transparent;
    border: 2px solid #ffffff;
    box-shadow: none;
    color: #ffffff;
    letter-spacing: 2px;
}
.button.transparent:hover,
.button.transparent:active {
    background-color: #ffffff;
    color: #444 !important;
}

/*BUTTON ICONS*/
.button i {
    font-size: 15px;
    margin-right: 10px;
}
.button.icon-left i {
    margin-right: 10px;
}
.button.icon-right i {
    margin-left: 10px;
    margin-right: 0;
}

/*---------------------------------------------------*/
/*	SCROLL TO TOP
/*---------------------------------------------------*/
.back-to-top {
	position: fixed;
	opacity: 0.8;
	border-radius: 50%;
	bottom: 140px;
	right: 30px;
	cursor: pointer;
	font-size: 16px;
    line-height: 47px;
	text-align: center;
	display: none;
	z-index: 99;
    font-weight: 600;
    font-size: 10px;
    line-height: 26px;
    letter-spacing: 0.23em;
    text-decoration: none;
    text-transform: uppercase;
    transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: 100% 50% 0;
    -o-transform-origin: 100% 50% 0;
    -webkit-transform-origin: 100% 50% 0;
}
.back-to-top:hover {
	opacity: 1;
	color: #1d7c89;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

/*---------------------------------------------------*/
/*	MAINTAINANCE PAGE
/*---------------------------------------------------*/
.maintenance-page {
	text-align: center;
	padding: 180px 0;
	font-size: 28px;
	color: #000000;
}
.maintenance-msg {
	padding: 20px 30px;
	display: inline-block;
	color: #404040;
	border: 1px solid #ffffff;
	box-shadow: 5px 5px 0px #ffffff;
	font-size: 20px;
}
.maintenance-msg h1 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 50px;
}
.maintenance-icon {
	color: #1d7c89;
}
.maintenance-page .brand,
.maintenance-page .name-and-slogan {
	display: inline-block;
	vertical-align: middle;
}
.maintenance-page .site-name a {
	color: #404040;
}
.maintenance-page .site-slogan,
.maintenance-page .name-and-slogan {
	display: none;
}

/*----------------------------------------------*/
/*	404 ERROR PAGE
/*----------------------------------------------*/
.error-404 {
	padding: 50px 0 120px 0;
}
.error-404-number {
    color: #eeeeee;
    display: block;
    font-size: 20em;
    font-weight: 900;
    line-height: 0.6;
	margin-bottom: 90px;
}

/*---------------------------------------------------*/
/*	CONTACT ADDRESS
/*---------------------------------------------------*/
.contact-address .contact-address-line {
	position: relative;
	padding-left: 65px;
	min-height: 60px;
	margin-bottom: 20px;
}
.contact-address-line i {
	font-size: 25px;
	line-height: 41px;
	color: #999999;
	text-align: center;
}
.contact-address i {
	position: absolute;
	left: 0;
	top: 3px;
}
.contact-social.social-media ul li a {
    font-size: 20px;
	width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
	background-color: #1d7c89;
}

/*---------------------------------------------------*/
/*	SLIDE BLOCK
/*---------------------------------------------------*/
#slider {
	overflow: hidden;
	clear: left;
	position: relative;
}
.slider {
	position: relative;
}
#slider .hero {
	max-height: 100vh;
}
.slider img,
.slide-block img {
	width: 100%;
}
.slide-block li {
	list-style-type: none;
	position: relative;
}
.slide-content-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
    top: 0;
}
.slide-content .button {
	border-color: #444444;
	background-color: #444444;
	color: #ffffff;
	font-weight: 600;
}
.slide-content.text-light .button {
	background-color: #ffffff;
	color: #444444 !important;
}
.slide-content .button:hover {
	opacity: 0.9;
}
.slide-wrap {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	padding: 0 75px;
    max-height: 100vh;
}
.sidenav-left-fixed .slide-wrap,
.sidenav-right-fixed .slide-wrap {
	padding: 0 15px;
}
.slide-content {
    padding: 40px;
    position: relative;
    display: table-cell;
    vertical-align: middle;
	font-size: 17px;
	color: #555555;
}
.slide-content p {
	margin-bottom: 0;
}

.hero .heading-text .field-item:first-child {
	animation-delay: .25s;
}
.hero .heading-text .field-item:nth-child(2) {
	animation-delay: .7s;
}
.hero .heading-text .field-item:nth-child(3) {
	animation-delay: 1s;
}
.hero .slide-content-body {
	animation-delay: 1.15s;
    margin-top: 20px;
}
.hero .slide-button {
	animation-delay: 1.5s;
	margin-top: 20px;
}

#slider {
	/*position: fixed;
	top: 0;*/
	width: 100%;
}
.slide-image {
	width: 100%;
	position: relative;
}
.slide-image img {
    width: 100%;
}

.pre-heading-text {
	font-size: 28px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 15px;
}
.heading-text {
	font-size: 60px;
	font-weight: 300;
	line-height: 1;
	font-weight: 900;
	letter-spacing: -0.05em;
}
.heading-text .field-field-heading-text .heading-text-content {
	display: inline-block;
}
.heading-text div + div {
	margin-top: 5px;
}
.heading-text-dark-bg .heading-text-content,
.heading-text-light-bg .heading-text-content,
.heading-text-color-bg .heading-text-content {
	padding: 6px 20px;
}
#slider .heading-text-dark-bg .heading-text-content {
	background-color: #222222;
	color: #ffffff !important;
}
#slider .heading-text-light-bg .heading-text-content {
	background-color: #ffffff;
	color: #222222 !important;
}
.heading-text-color-bg .heading-text-content {
	background-color: #1d7c89;
}

#content {
	background-color: #ffffff;
	position: relative;
}

/*---------------------------------------------------*/
/*	OWL CAROUSEL
/*---------------------------------------------------*/
.owl-carousel {
    padding: 0;
	list-style-type: none;
}
.owl-carousel .owl-item {
	cursor: move;
	cursor: url(../images/drag.png) 16 9, ew-resize !important;
}
.owl-carousel .owl-nav {
    opacity: 0;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}
.owl-carousel:hover .owl-nav {
    opacity: 1
}
.owl-carousel .owl-nav button {
    padding: 0;
	position: relative;
    transform: translateY(-50%);
	background-color: #ffffff;
	border: 2px solid #f9f9f9;
	border-radius: 50%;
	color: #333333;
    font-size: 18px;
    height: 40px;
    width: 40px;
	line-height: 37px;
    position: absolute;
    text-align: center;
    cursor: pointer;
    top: 50%;
	z-index: 2;
	margin: 0;
    -webkit-transition: all 0.25s ease-out 0s;
    transition: all 0.25s ease-out 0s;
}
.owl-carousel .owl-nav button span {
	color: #333333;
    font-size: 18px;
	display: none;
}
.owl-carousel .owl-nav button:before {
	text-align: center;
	font-family: 'themify';
	color: #333333;
	text-indent: 0;
	position: absolute;
	top: 0;
}
.owl-carousel .owl-nav button.owl-prev:before {
	content: "\e64a";
	left: 50%;
    margin-left: -9px;
}
.owl-carousel .owl-nav button.owl-next:before {
	content: "\e649";
	right: 50%;
    margin-right: -9px;
}
.owl-carousel .owl-nav .owl-prev {
    left: -45px;
}
.owl-carousel .owl-nav .owl-next {
    right: -45px;
}
.owl-carousel .owl-dots {
    margin-top: 0;
    position: absolute;
    bottom: -45px;
    width: 100%;
	text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	border: none !important;
	padding: 0;
}
.owl-carousel .owl-dots .owl-dot span {
    display: block;
	width: 5px;
    height: 5px;
    margin: 5px 5px;
	border-radius: 50%;
    background-color: #b0b0b0;
}
.fullwidth .owl-carousel .owl-nav .owl-prev {
    left: 45px;
}
.fullwidth .owl-carousel .owl-nav .owl-next {
    right: 45px;
}

#slider .owl-carousel .owl-nav button,
.slide-carousel.owl-carousel .owl-nav button,
.owl-slider-field.owl-carousel .owl-nav button {
	opacity: 0;
}
#slider .owl-carousel .owl-nav button {
    width: 55px;
	height: 55px;
	background-color: #ffffff !important;
	border: none;
}
#slider .owl-carousel .owl-nav button:before {
	font-size: 26px;
	line-height: 55px;
}
#slider .owl-carousel .owl-nav button.owl-prev:before,
.slide-carousel.owl-carousel .owl-nav button.owl-prev:before,
.owl-slider-field.owl-carousel .owl-nav button.owl-prev:before {
	left: 50%;
    margin-left: -14px;
}
#slider .owl-carousel .owl-nav button.owl-next:before,
.slide-carousel.owl-carousel .owl-nav button.owl-prev:before,
.owl-slider-field.owl-carousel .owl-nav button.owl-prev:before {
	right: 50%;
    margin-right: -14px;
}
#slider .owl-carousel:hover .owl-nav .owl-prev,
.slide-carousel.owl-carousel:hover .owl-nav .owl-prev,
.owl-slider-field.owl-carousel:hover .owl-nav .owl-prev {
    left: 15px;
}
#slider .owl-carousel:hover .owl-nav button,
.slide-carousel.owl-carousel:hover .owl-nav button,
.owl-slider-field.owl-carousel:hover .owl-nav button {
    opacity: 1;
}
#slider .owl-carousel:hover .owl-nav .owl-next,
.slide-carousel.owl-carousel:hover .owl-nav .owl-next,
.owl-slider-field.owl-carousel:hover .owl-nav .owl-next {
    right: 15px;
}
#slider .block:hover .owl-carousel .owl-nav .owl-prev,
#slider .block:hover .owl-carousel .owl-nav .owl-next {
    top: 50%;
}
#slider .owl-item,
.slide-carousel .owl-item {
	padding: 0;
    overflow: hidden;
}
#slider .owl-carousel {
	margin: auto;
}
#slider .owl-carousel .owl-dots,
.owl-slider-field.owl-carousel .owl-dots {
	bottom: 10px;
}
.slide-carousel.owl-carousel .owl-dots,
.owl-slider-field.owl-carousel .owl-dots {
	bottom: 5px;
}
#slider .owl-carousel .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
}

/*---------------------------------------------------*/
/*	COLORBOX
/*---------------------------------------------------*/
.colorbox {
	position: relative;
	display: block;
}
.colorbox {
	cursor: url("../images/plus.png"), auto;
}
.colorbox:hover {
	background-color: rgba(0, 0, 0, 0.18);
}
.colorbox:before {
	content: "";
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
	opacity: 0;
	transition: all 0.4s ease-in-out;
}
.colorbox:hover:before,
.colorbox:hover:after {
	opacity: 1;
}

/*---------------------------------------------------*/
/*	TESTIMONIALS
/*---------------------------------------------------*/
.testimonial-content {
	max-width: 70%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.testimonial .testimonial-image img {
	border-radius: 50%;
	max-width: 70px;
}
.testimonial .testimonial-image,
.testimonial .testimonial-body {
	position: relative;
	display: inline-block;
}
.testimonial .testimonial-body {
	margin-top: 20px;
	font-size: 13px;
}
.testimonial-body:after {
	content: "\e67f";
	font-family: 'themify';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 60px;
	opacity: 0.2;
	line-height: 0;
	color: #999999;
}
.text-light .testimonial-body:after {
	color: #ffffff;
	opacity: 0.32;
}
.testimonial .testimonial-title {
	text-transform: uppercase;
	font-weight: bold;
}
.testimonial .testimonial-position {
    color: #999999;
    font-size: 12px;
}
.owl-responsive .testimonial {
	background-color: #ffffff;
	border: 1px solid #f9f9f9;
	border-radius: 5px;
}
.owl-responsive .testimonial * {
	color: #555555 !important;
}
.owl-responsive .testimonial .testimonial-content {
	max-width: 100%;
	padding: 50px 30px;
}

/*---------------------------------------------------*/
/*	CLIENTS
/*---------------------------------------------------*/
.clients-wrapper .clients-list {
	padding: 0 !important;
}
.clients-wrapper .clients-list .field-field-image {
	text-align: center;
}
.clients-wrapper {
	overflow: hidden;
}
.clients-list:before,
.clients-list:after {
	content: "";
    position: absolute;
}
.clients-list:before {
    margin-left: -1px;
    border-right: 1px solid #eeeeee;
	height: 100%;
}
.clients-list:after {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: -1px;
	width: 100%;
}
.clients-list img {
	padding: 20px;
	opacity: 0.6;
}
.clients-list:hover {
	background-color: #f5f5f2;
}
.clients-list:hover img {
	opacity: 1;
}

/*---------------------------------------------------*/
/*	FEATURE BOX
/*---------------------------------------------------*/
.glyph .icon {
    font-size: 25px;
    vertical-align: middle;
	margin-right: 10px;
	line-height: 40px;
}
.fa {
    line-height: 1;
}
.feat-icon i {
	font-size: 40px;
	height: 45px;
	color: #999999;
}

/* FEATURE BOX */
.feat {
	position: relative;
	padding-left: 60px;
}
.feat .feat-icon {
	position: absolute;
	left: 0;
}
.feat .feat-icon i {
    color: #1d7c89;
}

/* FEATURE IMAGE */
.feat-image a {
	font-weight: 600;
}
.feat-item .portfolio-img .portfolio-overlay:before {
    margin-top: -25px;
    height: 50px;
    right: 60px;
    left: 60px;
    border: 1px solid #eeeeee;
}
.feat-item .portfolio-item {
	margin-bottom: 20px;
}
.feat-item,
.feature-block .feat-item {
	position: relative;
}
.feature-block .feat-item {
	margin-bottom: 35px;
}
.feat-node-content .post-content {
	padding-top: 40px;
}
.node-feat-icon {
	display: inline-block;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	text-align: center;
	border-radius: 50px;
	background-color: #1d7c89;
	width: 60px;
	height: 60px;
	font-size: 30px;
	color: #ffffff;
	line-height: 62px;
}
.feat-image .post-content * {
	color: #555555 !important;
}
.feat-image .post-content {
    padding: 20px 20px 30px 20px;
    border-radius: 0 0 30px 0;
	background-color: #f9f9f9;
}

/*-------------------------------------------------*/
/* FEATURE BLOCK
/*-------------------------------------------------*/
.feature-block {
    overflow: hidden;
}
#content-wide .fullwidth.feature-block .container-wrap,
#content-wide-top .fullwidth.feature-block .container-wrap,
#content-wide-top .fullwidth.map-block .container-wrap {
	max-width: 1170px;
}
.feature-block {
	overflow: hidden;
}
.feature-block-wrap {
	display: block;
    position: static;
	overflow: hidden;
	position: relative;
}
.fullwidth .feature-block-wrap {
	position: static;
}
.feature-block-wrap .block-title-wrap {
	margin-bottom: 35px;
}
.block-title-3 .feature-block-wrap .block-title-wrap {
	margin-bottom: 20px;
}
.feature-block-wrap .block-title-wrap .block-subtitle {
	max-width: 100%;
}
.feat-block-image-wrap {
	overflow: hidden;
}
.feature-block .feat-block-image {
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
.feature-block .feat-block-content {
	padding: 0px 15px;
	z-index: 1;
}
.fullwidth.feature-block .feat-block-content {
	padding: 70px 15px;
}
.feat-block-image-wrap,
.feat-block-image {
	height: 100%;
	display: block;
}
.feat-block-slide {
	position: relative;
}
.feat-block-image .feat-block-image-bg {
	visibility: hidden;
}
.feat-block-image-wrap {
	padding: 0;
}
.feat-block-image-wrap.background-image,
.feat-block-image-wrap.background-image .feat-block-image,
.feat-block-image-wrap.video-popup,
.feat-block-image-wrap.video-popup .feat-block-image {
	height: 100%;
	position: absolute;
}
.feature-block .feature-block-image-right .feat-block-image-wrap {
	right: 0;
	float: right;
}
.feature-block .feature-block-image-right .feat-block-content {
	padding-right: 70px;
}
.feature-block .feature-block-image-left .feat-block-content {
	float: right;
	padding-left: 70px;
}
.sidenav-right-fixed .feature-block .feat-block-content,
.sidenav-left-fixed .feature-block .feat-block-content {
	padding-left: 45px;
	padding-right: 45px;
}
.feature-block .feature-block-image-left .feat-block-image-wrap.background-image,
.feature-block .feature-block-image-left .feat-block-image-wrap.video-popup {
	left: 0;
}
.feat-block-text-wrap {
	display: table;
	position: relative;
	height: 100%;
}
.feature-block-wrap.feature-block-3 .feat-block-text,
.feature-block-wrap.feature-block-4 .feat-block-text {
	margin-bottom: 30px;
}
.feature-block-wrap .feat-icon i {
    font-size: 35px;
    line-height: 65px;
}
.content_layout .col-md-6 .feature-block .feat-block-content,
.sidebar .col-md-3 .feature-block .feat-block-content {
	padding: 20px;
}
.feature-block .block-title {
	margin-top: 0;
}
.feature-block-title-left .block-title,
.feature-block-title-left .block-subtitle {
	text-align: left !important;
}
.feature-block-3 .block-left {
	margin-left: -15px;
	margin-right: -15px;
}

.feature-list {
	list-style-type: none;
}
.feature-list li {
	margin-bottom: 5px;
}
.feature-list li:before {
	content: "\f005";
	font-family: 'FontAwesome';
	margin-right: 10px;
}

.feat-block-video {
	position: relative;
}
.feat-block-video .colorbox {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.feat-block-video .colorbox .video-link {
	display: none;
	visibility: hidden;
}
.feat-block-video .colorbox:after {
    font-family: 'FontAwesome';
    content: "\f04b";
    font-size: 28px;
    width: 74px;
    height: 75px;
    line-height: 70px;
    margin-top: -37px;
    margin-left: -37px;
    letter-spacing: -6px;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    border: 3px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.4s ease-in-out;
}
.feat-block-video .colorbox:hover:after {
	transform: scale(1.2,1.2);
    background-color: #ffffff;
    border-color: #f9f9f9;
	color: #333333;
}
.feat-block-video .colorbox:hover:before {
	opacity: 1;
}

/*-------------------------------------------------*/
/* MAP BLOCK
/*-------------------------------------------------*/

.map-block-content {
	position: relative;
}
.map-style-2 .map-body-wrap {
	position: absolute;
	top: 30px;
	left: 30px;
	padding: 30px;
	background-color: #1d7c89;
	z-index: 1;
}
.map-style-2 .block-title,
.map-style-3 .block-title {
    font-size: 30px;
}
.map-style-2 .block-title-wrap,
.map-style-3 .block-title-wrap {
    margin: 0;
    margin-bottom: 20px;
}

.map-style-3 .map-widget {
	padding: 0;
	position: absolute;
	right: 0;
}
.map-block .map-text {
	padding: 0 15px;
}
.content-wide .map-block .map-text {
	padding: 50px 60px 50px 20px;
}
.block.map-block .block-title-wrap {
	margin-bottom: 25px;
}

/*---------------------------------------------------*/
/*	TEAM
/*---------------------------------------------------*/
.team {
	position: relative;
}
.team-2 {
	padding-left: 55px;
    padding-bottom: 10px;
}
.team-2:before {
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	bottom: 0;
	right: 15px;
	background-color: #1d7c89;
	transition: all 0.7s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.team:hover:before {
	background-color: #333333;
}
.team-thumb {
	overflow: hidden;
	margin: 0;
	position: relative;
}
.team-thumb img {
    width: 100%;
	transition: all 0.5s ease-in-out;
}
.team .team-social {
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 15px;
	position: absolute;
	opacity: 0;
	color: #ffffff;
	transition: all 0.5s ease-in-out;
}
.team .team-social a {
	color: #ffffff;
    margin-right: 3px;
    padding: 4px;
}
.team:hover .team-social {
	opacity: 1;
}
.team:hover img {
	transform: scale(1.1);
}
.team-2 .team-name,
.team-2 .team-name a {
	color: #ffffff;
}
.team-2 .team-name a:hover {
	opacity: 0.7;
}
.team-overlay .fa:hover {
	opacity: 0.7;
}
.team-meta {
	padding: 10px;
}
.team-1 .team-meta {
	padding: 12px 15px;
	position: absolute;
	bottom: 20px;
	left: 20px;
    right: 20px;
	border-radius: 20px 0;
	background-color: #ffffff;
}
.team-meta .team-name {
	margin: 0;
}

.team-2 .team-meta .team-position {
    font-size: 12px;
    margin-left: 21px;
}

.team-2 .team-meta {
	position: absolute;
	left: 20px;
	bottom: 20px;
	padding: 0;
	color: #ffffff;
}
.team .title-rotate {
    position: relative;
	transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
	transform-origin: left top;
    padding: 0px;
    line-height: 0;
    font-weight: 300;
}

/* TEAM SINGLE */
.team-content .team-meta {
	margin-bottom: 30px;
	padding: 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #eeeeee;
}
.team-social {
	margin: 0px;
}
.team-social .fa {
	color: #333333;
    text-decoration: none;
    font-size: 18px;
    margin-right: 10px;
	padding-top: 10px;
}

/*---------------------------------------------------*/
/*	BLOG
/*---------------------------------------------------*/
/*	BLOG LIST */
.post-row {
	margin-bottom: 40px;
}
.blog-post .post-title {
    margin-bottom: 15px;
	margin-top: 0;
}
.post-title {
	margin-bottom: 15px;
}
.blog-post .post-title a {
    color: #222222;
}
.blog-post .post-title a:hover {
    color: #1d7c89;
}
.post-meta {
    display: block;
    margin-bottom: 15px;
    padding: 0 10px;
}
.post-meta .post-meta-item {
    display: inline-block;
    font-size: 11px;
	line-height: 11px;
	margin-right: 10px;
}
.post-meta .post-meta-item:last-child {
	margin-right: 0;
}
.post-meta .post-meta-item,
.post-meta .post-meta-item a {
    color: #333;
}
.post-meta .post-meta-item a:hover {
    color: #1d7c89;
}
.post-meta .post-meta-item i{
    padding-right: 5px;
}
/*
.post-meta .post-meta-item:after {
    content: "/";
    margin: 0 7px;
}
.post-meta .post-meta-item:last-child:after {
	display: none;
}
*/
.post-image img {
	width: 100%;
}
.post-tags div {
	display: inline-block;
}
.post-tags div a {
	margin-right: 5px;
}

/* FEED ICON */
.feed-icon {
    display: block;
    clear: both;
    padding-left: 15px;
}
.feed-icon:before {
	content: "\f09e";
	font-family: 'FontAwesome';
	margin-right: 5px;
}
.path-frontpage .feed-icon {
	display: none !important;
	visibility: hidden !important;
}
.blog-post blockquote {
    padding: 0;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: none;
    font-style: italic;
}

/* POST CONTENT */
.post-meta-item,
.post-meta-item div {
	display: inline-block;
}
.post-content .post-image {
	margin-bottom: 20px;
}
.post-image img,
.post-thumb img {
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

/*---------------------------------------------------*/
/*	LATEST POST
/*---------------------------------------------------*/
.grid-item {
	margin-bottom: 30px;
}

.blog-post-teaser {
	position: relative;
	overflow: hidden;
}
.blog-post-teaser .post-thumb {
	margin-bottom: 0;
	transition: 0.5s;
	min-height: 55px;
	position: relative;
	overflow: hidden;
}
.blog-post-teaser .post-thumb:hover img {
	transform: scale(1.02,1.02);
}

.blog-post-teaser .post-content-wrap {
	position: relative;
	padding-left: 20px;
	margin-top: -52px;
	z-index: 1;
}
.blog-post-teaser .post-meta {
	background-color: rgba(255, 255, 255, 0.89);
}
.blog-post-teaser .post-content {
	padding: 20px;
}
.blog-post-teaser .post-title-wrap {
	position: relative;
	display: table;
	height: 50px;
	width: 100%;
    margin-bottom: 10px;
}
.blog-post-teaser .post-title {
	margin-bottom: 0;
    vertical-align: middle;
	display: table-cell;
}
.blog-post-teaser .post-meta {
    margin: 0px;
	padding: 0;
	font-size: 11px;
	line-height: 50px;
	padding: 0 20px;
	border: 1px solid #f9f9f9;
	border-bottom: none;
}
.latest-post .blog-post-teaser .post-content {
	padding-bottom: 0 !important;
}
.post-link a {
	text-transform: uppercase;
    font-weight: 500;
}
.blog-post-teaser .post-cat:before {
	content: ".";
	margin: 0 10px 0 5px;
	font-size: 20px;
	font-weight: 700;
	line-height: 0;
}
.blog_standard .blog-post-teaser .post-title {
	font-size: 20px;
}
.blog_standard .blog-post-teaser .post-meta{
	margin: 0;
    padding: 8px;
	margin-bottom: 10px;
	background-color: #f9f9f9;
}
.blog_standard .blog-post-teaser .post-title-wrap,
.blog_list .blog-post-teaser .post-title-wrap {
	height: auto;
    margin-bottom: 15px;
}
.blog_standard .blog-post-teaser .post-content {
	padding: 20px 20px 15px 20px;
}

/* VIDEO POST */
.post-thumb .entry-video a:after {
    content: "\f04b";
    font-family: 'FontAwesome';
    font-size: 16px;
    line-height: 46px;
    width: 50px;
    height: 50px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

/* BLOG POST FULL */
.blog-post-full .post-meta {
	background-color: #f9f9f9;
    border-radius: 3px;
	margin-bottom: 25px;
    padding: 10px;
}
.blog-post-full .post-content {
	padding-top: 25px;
}
.recent-post .post-thumb {
    float: left;
    width: 55px;
    margin: 0 8px 0 0;
}
.recent-post .post-meta {
    border: none;
	margin: 0;
	padding: 0;
	text-transform: none;
	font-size: 12px;
}
.recent-post .post-title {
	margin: 0 0 0 0;
	font-size: 13px;
}
.recent-post {
    margin-bottom: 10px;
    border-bottom: 1px solid #f9f9f9;
    padding-bottom: 10px;
}
.recent-post:last-child {
	border: none;
}
.post-read-more {
	text-align: right !important;
	margin-top: 20px;
}

/*	RECENT POST TAB */
.blog-tab .latest-post {
	border-bottom: 1px dotted #dee1e2;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.blog-tab .latest-post:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.blog-tab .nav-tabs > li {
    margin-bottom: -2px;
}
.blog-tab .tab-content a {
    padding: 0;
}
.post-slide-content {
	display: inline-block;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 25px 40px;
}
.blog-slider-carousel .post-slide-content {
	background-color: rgba(0, 0, 0, 0.5);
    padding: 15px 15px;
}
.post-slider .slide-content {
	text-align: center;
}
.post-slide-content,
.post-slide-content a {
	color: #333333;
}
.blog-slider-carousel .post-slide-content,
.blog-slider-carousel .post-slide-content a {
	color: #ffffff;
}
.post-slide-content .post-slide-term a {
    text-transform: uppercase;
    font-size: 11px;
    padding: 5px;
    display: block;
}
.post-slide-content .post-slide-read-more a {
    font-size: 13px;
}
.blog-slider-carousel .post-slide-title {
    font-size: 15px;
}

/*READ MORE BUTTON*/
a.read-more {
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

/*	BLOG POST SLIDER */
.blog-post-slider {
	position: relative;
}
.blog-post-slider .post-content-wrap {
	position: absolute;
	position: absolute;
	top: 50%;
	text-align: center;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}

/*---------------------------------------------------*/
/*	TAGS
/*---------------------------------------------------*/
.tag-cloud li {
	display: inline-block;
	margin: 0 3px 0px 0;
	position:relative;
	font-size: 11px;
}
.tag-cloud li a {
	border: 1px solid #ecf0f1;
	padding: 7px 10px !important;
	float: left;
	color: #aaa;
	text-transform: uppercase;
}
.tag-cloud li a:hover {
	border-color: #1d7c89;
	background-color: #1d7c89;
	color: #ffffff;
}
.tag-cloud .tag-name{
	color: #666666;
	display: inline-block;
	letter-spacing: 1px;
	float:left;
}
.tag-cloud .tag-count {
	background: rgba(0,0,0,0.01);
	border-color: #ecf0f1;
	border-style: solid;
	border-width: 1px;
	display: inline-block;
	padding: 7px 9px !important;
	color: #aaa;
	position: relative;
	margin-left: -1px;
	float: left;
}
.tag-cloud .tag-count:before {
	border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #d6d6d6;
	border-style: solid;
	border-width: 4px;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	top: 13px;
}
.tag-cloud .tag-count:after {
	border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #ffffff;
	border-style: solid;
	border-width: 4px;
	content: "";
	display: block;
	left: -1px;
	position: absolute;
	top: 13px;
}
.tag-cloud li .tag-name a:hover {
	border-color: #ecf0f1;
	background-color: transparent;
	color: #1d7c89;
}

/*---------------------------------------------------*/
/*	COMMENT
/*---------------------------------------------------*/
.comment-wrap{
	overflow: hidden;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #F5F5F5;
}
.comment-wrap .author-details{
	float: left;
	width: 20%;
}
.comment-wrap  .author-details img {
    border-radius: 50%;
}
.comment-wrap .author-comments {
	padding-left: 15px;
	float: left;
	width: 80%;
}
.comment-submitted {
	padding: 0;
	font-size: 12px;
	margin-bottom: 5px;
	display: block;
}
.comment-wrap .author-comments h3{
	margin-top: 6px;
	font-weight: 600;
	font-size: 20px;
}
.comment-wrap .author-comments .permalink {
	color: #333333;
}
.comment-wrap .author-comments p{
	margin-bottom: 10px;
}
.comment-wrap ul.links.inline {
    float: right;
	margin-bottom: 0;
}
.comment-wrap ul.links.inline .comment-reply a:before {
    font-family: 'FontAwesome';
	content: "\f112";
	margin-right: 5px;
}
.comment-form {
	margin-bottom: 5px;
	display: block;
}
.comment-form label {
	display: block;
	font-weight: 400;
	text-transform: uppercase;
}
.comment-form .form-text,
.comment-form .form-textarea,
.comment-form .form-email,
.comment-form .form-url {
    width: 100%;
}
.comment-form .filter-wrapper {
	display: none;
	visibility: hidden;
}
.post-comment .post-stats {
    text-transform: uppercase;
	font-size: 17px;
	display: block;
	margin-bottom: 40px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 8px;
	margin-top: 55px;
}

/* USER BLOCK */
.user-block {
	text-align: center;
}
.user-picture {
	width: 120px;
	height: 120px;
	margin: 0 auto 15px auto;
}
.user-picture img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.user-bio {
	margin: 15px 0;
}

/*---------------------------------------------------*/
/*	PORTFOLIO
/*---------------------------------------------------*/
.portfolio-item {
    position: relative;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
}
.portfolio-img img {
    width: 100%;
}
.portfolio-img:hover img {
    opacity: 0.4;
}
.portfolio-item .portfolio-overlay {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    padding: 0;
    opacity: 0;
	height: 70px;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.3s ease-in 0.4s;
    transition: all 0.3s ease-in 0.4s;
}
.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.portfolio-item
.portfolio-item a,
.portfolio-item .portfolio-title,
.portfolio-item .portfolio-title a,
.portfolio-item .portfolio-term,
.portfolio-item .portfolio-term a {
	color: #ffffff;
}
.portfolio-item .portfolio-title {
    position: relative;
    font-size: 15px;
    line-height: 24px;
    opacity: 0;
    margin-bottom: 0;
    padding: 0 10px 5px;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
}
.portfolio-item:hover .portfolio-title {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.portfolio-item .portfolio-term {
    font-size: 11px;
	text-transform: uppercase;
    position: relative;
    padding: 0 10px;
    opacity: 0;
    margin-bottom: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.portfolio-item:hover .portfolio-term {
    opacity: 0.9;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.portfolio-item .portfolio-label {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.portfolio-item:hover .colorbox {
    background-color: rgba(0, 0, 0, 0.18);
}
.portfolio-item:hover .colorbox:before,
.portfolio-item:hover .colorbox:after {
    opacity: 1;
}
/* SINGLE PORTFOLIO */
.portfolio-meta {
	margin-top: 40px;
}
.portfolio-meta-item {
	margin-bottom: 7px;
}
.portfolio-meta-item div {
	display: inline-block;
}
.portfolio-meta .btn {
	margin-top: 10px;
	font-size: 12px;
}
.portfolio-meta-item-title {
	font-weight: 700;
	text-transform: uppercase;
}
.portfolio-title-detail {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 10px;
}
.related-project .portfolio {
	width: 100%;
}
.thumb-list {
	padding: 0 3px 3px 0 ;
}
.thumb-list:hover img {
	opacity: 0.7;
}
.portfolio-slide .portfolio .portfolio-item {
	padding: 0;
}
.portfolio-meta .button {
	margin-top: 30px;
}

/*---------------------------------------------------*/
/*	GALLERY
/*---------------------------------------------------*/
.gallery-item {
	padding: 0;
}
.thumb-list .gallery-item {
	width: 100% !important;
}

/*---------------------------------------------------*/
/*	PRODUCTS
/*---------------------------------------------------*/
.product-item-wrap {
	border: 1px solid #fcfcfc;
	margin-bottom: 30px;
	background-color: #ffffff;
	padding: 10px;
}
.product-item,
.product-list-meta {
    overflow: hidden;
    position: relative;
}
.product-list-meta {
	padding: 10px 0px 0px 0px;
	display: block;
	height: 110px;
    text-align: center;
}
.product-title {
	line-height: 1.1;
}
.product-brand {
	text-transform: uppercase;
	font-size: 9px;
    font-weight: 700;
    margin-bottom: 1px;
}
.product-item .product-overlay,
.product-item .product-overlay2 {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    opacity: 0;
    -webkit-transition: all 0.7s ease-in;
	transition: all 0.7s ease-in;
}
.product-item .product-overlay2 {
	text-align: center;
	background-color: rgba(0,0,0,0.1);
}
.product-item:hover .product-overlay,
.product-item:hover .product-overlay2 {
	opacity: 1;
}
.product-add-cart .form-actions {
    margin-top: 0;
    margin-bottom: 0;
}
.product-item .btn,
.product-item .button {
    padding: 15px;
    border-radius: 0;
	font-size: 12px;
	line-height: 1;
}
.product-item .product-detail-btn {
	margin-top: 50%;
	padding: 12px 15px;
	border-radius: 20px;
}
.product-item .button,
.product-item .product-add-cart {
	display: block;
	width: 100%;
}
.product-item-wrap .form-item-qty {
	display: none !important;
	visibility: hidden !important;
}
.product-add-cart {
	position: absolute;
	left: 0;
	bottom: 0;
	margin-bottom: -55px;
	z-index: 1;
	transition: all 0.7s;
}
.product-item:hover .product-add-cart,
.product-item:hover .product-add-cart .button {
	margin: 0;
}
.product-meta  {
	padding: 10px 0px;
}
.product-featured-text {
    position: absolute;
	top: 2px;
	right: 2px;
    background-color: #1d7c89;
	color: #ffffff;
	font-size: 9px;
	text-transform: uppercase;
	line-height: 30px;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 50%;
}
.product-post .product-price {
	font-size: 30px;
}
.product-post .product-old-price {
	position: relative;
	display: inline-block;
}
.product-post .product-old-price:before {
	content: "";
	height: 1px;
	width: 100%;
	background-color: #666666;
	position: absolute;
	top: 50%;
}
.product-post .product-meta {
	margin-bottom: 20px;
}
.product-post .product-meta .form-item-qty label {
	display: none;
}
.product-post .product-meta .uc-product-add-to-cart-form .form-item,
.product-post .product-meta .uc-product-add-to-cart-form .form-actions {
    display: inline-block;
	margin-right: 10px;
}
.product-post .product-meta .uc-product-add-to-cart-form input[type="submit"] {
    margin: 0;
}
.uc-product-add-to-cart-form .form-item,
.uc-product-add-to-cart-form .form-actions {
	margin: 0;
}
.product-info .panel-heading .panel-title > a:after {
	left: auto;
	right: 0;
	border: none;
}
.product-info .panel-heading .panel-title > a {
    padding: 12px 45px 12px 0px;
	border: none;
    border-bottom: 1px solid #eeeeee;
    font-weight: 700;
	font-size: 20px;
}
.product-info .panel-group .panel-heading + .panel-collapse .panel-body {
	border: none;
	padding: 20px 0;
}
#uc-cart-view-form a,
#uc-cart-view-form .priority-low a {
	min-width: 37px;
	display: block;
}
#uc-cart-view-form img {
    padding-right: 0;
    display: block;
}
#uc-cart-view-form .form-item,
#uc-cart-view-form .form-actions,
#uc-cart-view-form input[type="submit"] {
    margin-top: 0;
    margin-bottom: 0;
}
#uc-cart-view-form td {
    vertical-align: middle;
}
#uc-cart-view-form tfoot td.price {
    padding: 10px 0;
}
#uc-cart-view-form tfoot td.subtotal-title {
	padding-right: 5px;
}
.uc-cart-checkout-form summary {
	margin-bottom: 15px;
}
.uc-cart-checkout-form .form-actions {
    text-align: left;
}
td.subtotal-title {
	padding: 10px 0px 10px 5px;
}

.taxonomy-term.vocabulary-brand {
	background: #eee;
    padding: 20px;
    float: left;
	margin-bottom: 25px;
	width: 100%;
}
.path-taxonomy .taxonomy-term.vocabulary-brand .field-description {
	padding-top: 20px;
}

.details-title {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
}
.views-exposed-form {
	text-align: right;
	background-color: #ffffff;
    margin-bottom: 15px;
    padding: 5px 15px;
}
.views-exposed-form .form-item,
.views-exposed-form .form-actions {
	display: inline-block;
    margin: 0px 0 0 5px;
}
.views-exposed-form select {
    width: 120px;
    padding-left: 15px;
    border: 1px solid #ecedee;
}

/* PRODUCT ICON BOX */
.icon-box-items {
    padding: 3px 15px;
    border-right: 1px solid #e9e9e9;
}
.icon-box-items:last-child {
    border-right: none;
}
.icon-box-item {
    text-align: center;
}
.icon-box-item .box-desc {
    text-align: left;
}
.icon-box-item .box-desc,
.icon-box-item .box-thumb {
    display: inline-block;
    vertical-align: top;
}
.icon-box-item .box-thumb {
    margin-right: 26px;
}

/* PRODUCT CATEGORY IMAGE */
.product-category {
	position: relative;
	overflow: hidden;
}
.product-category-name {
	position: absolute;
	top:50%;
	text-transform: uppercase;
	text-align: center;
    width: 100%;
	z-index: 1;
}
.product-category-name,
.product-category-name a {
	color: #ffffff;
}
.product-category-name span {
	display: block;
	font-size: 11px;
	color: #ddd;
}

/*---------------------------------------------------*/
/*	DRUPAL COMMERCE
/*---------------------------------------------------*/
#edit-contact-information label,
#edit-payment-information label {
	display: block;
}
div.address-container-inline > .form-item:last-child {
    margin-right: 0;
}
.layout-region-checkout-secondary {
	margin-bottom: 30px;
}
.layout-region-checkout-secondary table {
	margin: 0;
}
.layout-region-checkout-secondary .order-total-line {
	border: 1px solid #ecedee;
	border-bottom: none;
}
.layout-region-checkout-secondary .order-total-line:last-child {
	border: 1px solid #ecedee;
}
.layout-region-checkout-secondary .order-total-line:first-child {
	border-top: none;
}
.order-total-line,
.order-total-line__total {
    padding: 10px;
}
.order-total-line__total {
	background-color: #f5f5f5;
}
table .views-field-edit-quantity .form-item,
table .views-field-remove-button .button {
    margin: 0;
}
.cart-form tbody tr td,
.cart-form thead tr th {
	text-align: center;
	border: none;
}
.cart-form .delete-order-item {
	background-image: url("../images/close.png");
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	background-color: transparent !important;
	background-size: 15px;
	padding: 8px;
}
.product-teaser {
	position: relative;
}
.product-teaser .form-item {
	display: none !important;
	visibility: hidden !important;
}
.product-teaser .form-actions,
.product-teaser input[type="submit"] {
    margin: 0;
}
.product-teaser input[type="submit"] {
	background-color: transparent !important;
	border: 0;
	padding: 5px 0;
	border-radius: 0;
	position: relative;
	bottom: 25px;
	left: 0;
	opacity: 0;
}
.product-teaser input[type="submit"] {
	font-weight: 700;
}
.product-teaser:hover .product-price {
	opacity: 0;
}
.product-teaser:hover input[type="submit"] {
	opacity: 1;
	color: #1d7c89;
}
.product-teaser .product-image {
	position: relative;
	overflow: hidden;
}
.product-price,
.product-teaser input[type="submit"],
.product-teaser .product-image img {
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
	transition: 0.5s;
}
.product-teaser .product-image:hover img {
    -webkit-transform: scale(1.05);
    -khtml-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.product-teaser .product-title {
    line-height: 1.1;
    height: 35px;
    display: table;
	margin-top: 15px;
	margin-bottom: 0;
	font-weight: 700;
	text-transform: uppercase;
}
.product-teaser .product-title a {
    display: table-cell;
    vertical-align: middle;
}
.new-product.grid-item {
	padding-right: 10px;
	padding-left: 10px;
}
.header-cart {
	cursor: default;
}
.header-cart .block {
	margin: 0;
}
.cart-block--contents {
    width: 300px;
    background: white;
    color: black;
	font-size: 13px;
}
.cart-block--contents__items {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 300px;
}
.cart--cart-block img,
.layout-checkout-form .layout-region-checkout-secondary img {
    width: 50px;
}
.cart--cart-block table,
.cart--cart-block table tbody,
.cart--cart-block tbody tr td,
.layout-checkout-form .layout-region-checkout-secondary table tbody,
.layout-checkout-form .layout-region-checkout-secondary tbody tr td {
	border: none;
}
.cart--cart-block table tr,
.layout-checkout-form .layout-region-checkout-secondary table tr {
    border-bottom: 1px solid #fbfbfb;
}
.cart-icon {
	background-image: url(../images/icon-cart.png);
}
.cart-block-count {
    position: absolute;
	top: 20px;
	left: 15px;
    display: table;
    width: 20px;
    height: 20px;
	line-height: 20px;
    font-size: 10px;
    background: #1d7c89;
	color: #ffffff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
}
.cart-block-link {
	line-height: 37px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 10px;
	text-align: right;
}
.cart-block-link a {
	border: 2px solid #333333;
	padding: 7px 20px;
}
.cart-block-link a:hover {
	color: #ffffff;
	background-color: #333333;
}
.layout-checkout-form .layout-region-checkout-secondary {
	
}
.page-title .field-order-number .field-label,
.page-title .field-order-number .field-item {
	float: none;
	display: inline-block;
}
.customer-information .field_label,
.customer-information .field__label {
	font-weight: 600;
}
.product-category-link {
	position: relative;
	display: inline-block;
	padding-right: 25px;
}
.product-category-link .list-count {
    position: absolute;
    right: 0;
    top: 3px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #333333;
	color: #ffffff;
	text-align: center;
	line-height: 17px;
	font-size: 9px;
}

.js-facets-checkbox-links,
.item-list__checkbox,
.facet-item {
	list-style-type: none;
}
.js-facets-checkbox-links input[type="checkbox"] {
	margin: 0 10px 0 0;
}
.js-facets-checkbox-links label {
	margin: 0;
	font-weight: normal;
}

.block-facets {
	
}
.content_layout .facet-list li {
	display: inline-block;
	margin-right: 30px;
}
.facet-item__count {
	font-size: 10px;
}
.facet-list .is-active {
	color: #222222;
	font-weight: 600;
}
.facet-list .is-active .js-facet-deactivate {
	color: #1d7c89;
}

.content_layout .block-facets {
	background-color: #f9f9f9;
	padding: 15px;
}
.content_layout .block-facets .block-title-wrap,
.content_layout .block-facets .block-content {
	display: inline-block;
	margin: 0;
}
.content_layout .block-facets .block-title {
	margin-right: 30px;
	margin-bottom: 0;
	font-size: 15px;
}

.product-post .field--name-quantity label {
	display: none;
}

.product-post .form-item-quantity-0-value {
	display: inline-block;
	max-width: 157px;
}
.product-post .form-item-quantity-0-value .form-number {
	width: 70px;
}
.product-post .form-item-quantity-0-value .btn {
	padding: 14px 18px;
	color: #555555;
	box-shadow: none !important;
}
.product-post .form-item-quantity-0-value .form-number,
.product-post .form-item-quantity-0-value .btn {
	background-color: #f5f5f5;
	border: none;
	height: 45px;
}

.product-post .field-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}
.product-post .field-price {
	font-size: 25px;
}


/*---------------------------------------------------*/
/*	PRICE TABLE
/*---------------------------------------------------*/
.pricing-table {
	margin-bottom: 30px;
	text-align: center;
}
.pricing-table .pricing-wrap {
	border: 1px solid #ededed;
}
.pricing-table .featured .pricing-wrap {
	border: 2px solid #1d7c89;
}
.pricing-table .pricing-header {
    padding: 15px;
    padding-top: 25px;
	border-bottom: 1px solid #f9f9f9;
}
.pricing-table .pricing-header p {
	margin: 0;
}
.pricing-table .featured .pricing-header {
	color: #1d7c89;
    position: relative;
    z-index: 1;
}
.pricing-table .pricing-wrap,
.pricing-table .pricing-header {
    background: #ffffff;
	border-radius: 5px;
}
.pricing-table .pricing-header {
	border-radius: 5px 5px 0 0;
}
.pricing-table .pricing-amount div {
	display: inline-block;
}
.pricing-table .pricing-body {
	padding: 20px 15px;
	background-color: #eeeeee;
}
.pricing-table .featured .pricing-body {
	background-color: #1d7c89;
	color: #ffffff;
}
.pricing-table .pricing-body p:last-child {
	margin: 0;
}
.pricing-table .pricing-name {
	margin-bottom: 15px
}
.pricing-table .pricing-price {
	font-size: 50px;
	line-height: 1;
	font-weight: 700;
}
.pricing-table .pricing-currency {
    font-size: 30px;
    position: relative;
    top: -12px;
}
.pricing-table .pricing-duration {
    font-size: 12px;
}
.pricing-table .pricing-features {
	padding: 20px 0 10px 0;
}
.pricing-table .pricing-features .field-item {
	padding: 7px;
	font-size: 13px;
}
.pricing-table .featured {
    position: relative;
    margin: -5px;
    padding: 5px;
    overflow: hidden;
}
.pricing-table .featured .feat-ribbon {
    position: absolute;
    top: 30px;
    right: 30px;
	padding-top: 9px;
    width: 132px;
	height: 30px;
    background-color: #1d7c89;
    -webkit-transform: translate(50%, -50%) rotate(45deg);
    transform: translate(50%, -50%) rotate(45deg);
    z-index: 2;
}
.pricing-table .featured .feat-ribbon .feat-ribbon-text {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: 0.1em;
    color: #ffffff;
    text-align: center;
}
.pricing-table .featured:after {
    content: "";
    position: absolute;
	top: 44px;
    right: 44px;
    height: 12px;
    width: 117px;
    background-color: #1d7c89;
	opacity: 0.6;
    -webkit-transform: translate(50%, -50%) rotate(45deg);
    transform: translate(50%, -50%) rotate(45deg);
}

/*---------------------------------------------------*/
/*  SIMPLENEWS
/*---------------------------------------------------*/
.simplenews-subscriber-form .container-wrap {
    max-width: 500px;
    margin: 0 auto;
}
.simplenews-subscriber-form .form-wrapper {
	float: left;
	max-width: 100%;
}
.simplenews-subscriber-form .form-item,
.simplenews-subscriber-form .form-actions,
.simplenews-subscriber-form .button {
	margin: 0;
}
.simplenews-subscriber-form .field--name-mail {
	width: calc(100% - 60px);
}
.simplenews-subscriber-form input {
	width: 100%;
	border-right: none;
	height: 45px;
}
.simplenews-subscriber-form .form-actions {
	width: 60px;
    position: relative;
	float: right;
	background-color: #1d7c89;
	color: #ffffff !important;
}
.simplenews-subscriber-form .form-actions:hover {
	background-color: #333333;
}
.simplenews-subscriber-form .button {
	text-indent: -9999px;
    width: 100%;
	background-color: transparent !important;
    padding: 17px 23px 16px 23px;
    border-radius: 0;
    z-index: 1;
}
.simplenews-subscriber-form .form-actions:after {
	content: "\f1d9";
	font-family: 'FontAwesome';
	font-size: 18px;
	position: absolute;
    line-height: 45px;
    top: 0;
	left: 0;
    text-align: center;
    width: 100%;
}
.simplenews-subscriber-form .block-title-wrap .block-subtitle {
	max-width: 100%;
}

/*---------------------------------------------------*/
/*  FACTS COUNTER
/*---------------------------------------------------*/
.facts {
	padding: 15px;
}
.facts .count-number {
	margin: 0;
	font-weight: 700;
}
.facts .fact-title {
	color: #b0b0b0;
	margin: 0;
	text-transform: uppercase;
	font-weight: 400;
}
.facts i {
	font-size: 50px;
}
.fact-icon,
.fact-value {
	display: inline-block;
    vertical-align: middle;
}
.fact-icon {
	border-right: 1px solid #cccccc;
	margin-right: 10px;
	padding-right: 10px;
}

/*---------------------------------------------------*/
/*	PROGRESS BAR
/*---------------------------------------------------*/
.progress-bar {
	-webkit-transition: width 1.5s ease-in-out;
	transition: width 1.5s ease-in-out;
	box-shadow: none;
	background-color: #1d7c89;
	color: #444444;
	position: relative;
}
.progress-item.meter {
    height: 10px;
    border-radius: 2px;
    position: relative;
    background: #eeeeee;
    margin-bottom: 25px;
    padding: 2px;
}
.progress-complete {
	display: block;
	position: absolute;
	right: 0;
	top: -25px;
	height:100%;
}

/*---------------------------------------------------*/
/* EASY PIE CHART
---------------------------------------------------- */
.chart {
	position: relative;
	display: inline-block;
	width: 110px;
	height: 110px;
	margin-top: 5px;
	margin-bottom: 30px;
	text-align: center;
}
.chart canvas {
	position: absolute;
	top: 0;
	left: 0;
}
.percent {
	display: inline-block;
	font-size: 20px;
	line-height: 110px;
	z-index: 2;
}
.percent:after {
	content: '%';
	margin-left: 0.1em;
	font-size: .8em;
}
.angular {
	margin-top: 100px;
}
.angular .chart {
	margin-top: 0;
}

/*---------------------------------------------------*/
/*	ACCORDION
/*---------------------------------------------------*/
.panel {
	box-shadow: none;
}
.panel-group .panel {
	border-radius: 0;
	background-color: transparent;
}
.panel-default > .panel-heading {
	background-color: transparent;
	color: inherit;
	position: relative;
	border: none;
	border-radius: 0;
	padding: 0;
}
.panel-default {
	border-color: transparent;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
	border: 1px solid #e4e4e4;
	border-radius: 0;
	margin-top: -1px;
}
.panel-heading .panel-title > a,
.panel-heading .panel-title > a.collapsed:hover,
.panel-heading .panel-title > a:hover,
.panel-heading .panel-title > a.collapsed {
	background-color: transparent;
}
.panel-heading.colored .panel-title > a,
.panel-heading.colored .panel-title > a.collapsed:hover,
.panel-heading.colored .panel-title > a:hover,
.panel-heading.colored .panel-title > a.collapsed {
	background-color: #1d7c89;
	color: #ffffff;
	border: none;
}
.panel-heading .panel-title > a {
	line-height: 1;
	display: block;
	padding: 12px 10px 12px 55px;
	border-radius: 0;
	border: 1px solid #e4e4e4;
	text-decoration: none;
}
.panel-heading .panel-title > a.collapsed {
	border-color: #e4e4e4;
}
.panel-heading .panel-title > a:after {
	font-family: 'FontAwesome';
	content: "\f068";
	position: absolute;
	border-right: 1px solid #e4e4e4;
	left: 0;
	top: 0;
	bottom: 0;
	padding: 15px;
	text-align: center;
}
.panel-heading .panel-title > a.collapsed:after {
	content: "\f067";
}
.panel-heading.colored .panel-title > a:after {
	border-right: 1px solid #ffffff;
}

/*---------------------------------------------------*/
/*	TABS
/*---------------------------------------------------*/
/* VERTCAL TABS */
.vertical-tabs .nav > li > a {
	border: 1px solid #e4e4e4;
	margin-bottom: 3px;
}
.vertical-tabs .nav > li.active a {
	color: #3B3B3B;
}

/* TABS CONTENT */
.tab-content {
	padding: 0;
	border-radius: 0 0 0 0;
	padding: 20px 15px;
	border: 1px solid #e4e4e4;
	display: block;
	margin-top: -2px;
}
.nav-tabs {
	border-bottom-color: transparent;
	margin-bottom: -1px;
	list-style-type: none;
	z-index: 1;
	position: relative;
	overflow: hidden;
}
.nav-tabs > li > a {
	padding: 13px 20px;
	margin-right: 2px;
	margin-top: 0;
	border: 1px solid #e4e4e4;
	border-radius: 0;
	display: block;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	border-bottom-color: transparent;
	border-width: 1px;
	background-color: #ffffff;
	color: #3B3B3B;
}

/*---------------------------------------------------*/
/*	CALL TO ACTION
/*---------------------------------------------------*/
.action-block {
	-moz-box-shadow: inset 0 0 2px #eeeeee;
	-webkit-box-shadow: inset 0 0 2px #eeeeee;
	box-shadow: inset 0 0 2px #eeeeee;
}
.text-light.action-block {
	box-shadow: none;
}
.action-block .cta-wrap {
	padding: 0;
}
.action-block .cta-text {
	margin-top: 10px;
	font-size: 23px;
	position: relative;
}
.cta-style1 .action-block .cta-text {
	max-width: 70%;
	margin: auto;
	font-size: 26px;
}
.action-block-1.text-center .block-title {
	text-align: center !important;
}
.action-block-2 .cta-link {
	text-align: right;
}
.cta-style3 .container-wrap {
	width: 100% !important;
}
.action-block-2 .cta-text {
    margin-top: 15px;
    font-size: 19px;
}
#page .cta-style2 .block,
#page .cta-style3 .block {
	padding-top: 45px;
    padding-bottom: 40px;
}

/* RESTAURANT */
.list-menu-item {
	margin-bottom: 20px;
}
.shuffle-item .list-menu-item {
	margin-bottom: 0;
}
.list-menu-item .menu-title-wrap {
	position: relative;
    margin-bottom: 5px;
	margin-top: 10px;
}
.list-menu-item .menu-title {
    display: table-cell;
    white-space: nowrap;
    width: 1%;
}
.list-menu-item .dotted-line {
    background-image: radial-gradient(circle closest-side, #555555 99%, transparent 100%);
    background-position: 49% 67%;
    background-repeat: repeat-x;
    background-size: 6px 2px;
    display: table-cell;
}
.list-menu-item .menu-price-amount {
    display: table-cell;
    width: 1%;
}
.list-menu-item .menu-image {
	float: left;
	margin-right: 25px;
	max-width: 100px;
	width: 95px;
    height: 95px;
	border-radius: 50%;
	overflow: hidden;
}
.special-menu .menu-image {
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
	transition: 0.5s;
}
.special-menu .menu-image:hover {
    -webkit-transform: scale(1.05);
    -khtml-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.menu-tab-wrapper .nav-tabs {
	text-align: center;
    margin-bottom: 40px;
}
.menu-tab-wrapper .nav-tabs>li {
    margin-bottom: 0px;
    display: inline-block;
	float: none;
}
.menu-tab-wrapper .nav-tabs > li > a {
    padding: 5px 10px;
    border-radius: 0;
	text-transform: uppercase;
	font-weight: 500;
}
.menu-tab-wrapper .nav-tabs > li > a,
.menu-tab-wrapper .nav-tabs > li.active > a,
.menu-tab-wrapper .nav-tabs > li.active > a:hover,
.menu-tab-wrapper .nav-tabs > li.active > a:focus {
	border: none;
}
.menu-tab-wrapper .nav-tabs > li.active > a {
	color: #1d7c89;
	background: none;
}
.menu-tab-wrapper .tab-content {
	border: none;
	padding: 0;
	margin: 0;
}
.grid-menu-item .menu-image {
	position: relative;
}
.grid-menu-item .menu-price-amount {
	position: absolute;
	font-size: 20px;
	text-align: center;
	top: 10px;
	left: 10px;
	font-weight: 500;
	width: 55px;
	height: 55px;
	line-height: 55px;
	border-radius: 50%;
	color: #ffffff;
	background-color: #1d7c89;
	-webkit-box-shadow: 0 13px 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0 13px 20px rgba(0, 0, 0, 0.2);
}
.grid-menu-item .menu-title {
	margin-top: 15px;
	text-align: center;
}

.group-menu-title-wrap {
	position: relative;
	height: 220px;
	overflow: hidden;
}
.group-menu-title {
	position: absolute;
	color: #ffffff;
	width: 100%;
	max-width: 100%;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding-left: 1em;
	padding-right: 1em;
	z-index: 2;
}
.overlay.group-menu-title-wrap:after {
	opacity: 0.2;
}
.menu-list-modern .view-grouping-header,
.view-grouping,
.vocabulary-menu .field-field-image {
	margin-bottom: 30px;
}
.view-grouping:last-child {
	margin-bottom: 0;
}
.menu-item-meta .menu-category-label,
.menu-item-meta .menu-category {
	display: inline-block;
}
.menu-item-meta .menu-category {
	font-style: italic;
}

/* OPENNING HOURS */
.opening-hours {
	list-style-type: none;
}
.opening-hours .weekday {
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
    padding-bottom: 3px;
	padding: 8px 0;
    border-bottom: 1px solid hsla(0,0%,100%,.1);
}
.opening-hours .weekday:last-child {
	border-bottom: none;
}


/*---------------------------------------------------*/
/*	DROPCAPS
/*---------------------------------------------------*/
.dropcap {
	font-size: 55px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	float: left;
	display: inline-block;
	width: 55px;
	height: 55px;
	margin-right: 14px;
	position: relative;
	top: 9px;
	margin-top: 10px;
}
.dropcap.square-dropcap,
.dropcap.round-dropcap {
	font-size: 35px;
	top: 3px;
	margin-top: 0;
	margin-right: 22px;
	padding-top: 17px;
}
.dropcap.square-dropcap.white-bg,
.dropcap.round-dropcap.white-bg {
	border: 1px solid #444444;
}
.dropcap.round-dropcap {
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
}

/*---------------------------------------------------*/
/*	BLOCKQUOTES
/*---------------------------------------------------*/
blockquote {
	font-style: italic;
    font-size: 14px;
	border-left: 3px solid #1d7c89;
	position: relative;
}

/* VIDEO STYLES */
iframe {
	max-width: 100%;
}
video {
	width: 100% !important;
	height: auto !important;
	min-width: 100%;
    max-width: 100%;
	max-height: 100%;

}

/*---------------------------------------------------*/
/*    CSS UTILITY
/*---------------------------------------------------*/
.nomargin 			{ margin: 0 !important; }
.nomargin-left 		{ margin-left: 0 !important; }
.nomargin-right 	{ margin-right: 0 !important; }
.nomargin-top		{ margin-top: 0 !important; }
.nomargin-bottom	{ margin-bottom: 0 !important; }
.nopadding 			{ padding: 0 !important; }
.nopadding-left 	{ padding-left: 0 !important; }
.nopadding-right 	{ padding-right: 0 !important; }
.nopadding-top 		{ padding-top: 0 !important; }
.nopadding-bottom	{ padding-bottom: 0 !important; }
.noborder 			{ border: 0 !important; }
.noborder-left		{ border-left: 0 !important; }
.noborder-right		{ border-right: 0 !important; }
.noborder-top		{ border-top: 0 !important; }
.noborder-bottom	{ border-bottom: 0 !important; }
.noradius			{ -webkit-border-radius: 0 !important; -moz-border-radius:0 !important; border-radius:0 !important; }
.pointer 			{ cursor: pointer; }
.relative 			{ position: relative; }
.absolute			{ position: absolute !important; top:0; left:0; right:0; bottom:0; }
.fullwidth 			{ width: 100% !important; max-width:100% !important; overflow: hidden; }
.halfwidth 			{ width: 50% !important; }
ul>li>i				{ margin-right: 8px; }
.btn>i 				{ padding-right: 6px; }

.display-table		{ display: table; width:100%; height:100%; position:relative; z-index:99; }
.display-table-cell	{ display: table-cell; width:100%; height:100%; }
.vcenter			{display: inline-block; vertical-align: middle; float: none;}
.vertical-align		{position: relative;top: 50%; transform: translateY(-50%);}
.vertical-align-middle	{ vertical-align: middle; }

/* CIRCLE */
.circle {
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
}
.border-box {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: box-shadow 0.25s ease;
    -moz-transition: box-shadow 0.25s ease;
    -ms-transition: box-shadow 0.25s ease;
    transition: box-shadow 0.25s ease;
    -webkit-box-shadow: 0 1px 5px rgba(216, 216, 216, 0.75);
    -moz-box-shadow: 0 1px 5px rgba(216, 216, 216, 0.75);
    -ms-box-shadow: 0 1px 5px rgba(216, 216, 216, 0.75);
    box-shadow: 0 1px 5px rgba(216, 216, 216, 0.75);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* FLOATS */
.float-right	{ float: right !important; }
.float-left		{ float: left !important; }
.float-none,
.nofloat		{ float: none !important; }

/* PADDING */
.padding-0,
.no-padding		{ padding: 0 !important; 	}
.padding-3 		{ padding: 3px !important; 	}
.padding-6 		{ padding: 6px !important; 	}
.padding-8 		{ padding: 8px !important; 	}
.padding-10 	{ padding: 10px !important; }
.padding-15 	{ padding: 15px !important; }
.padding-20 	{ padding: 20px !important; }
.padding-30 	{ padding: 30px !important; }
.padding-40 	{ padding: 40px !important; }
.padding-50 	{ padding: 50px !important; }
.padding-60 	{ padding: 60px !important; }
.padding-70 	{ padding: 70px !important; }
.padding-80 	{ padding: 80px !important; }
.padding-90 	{ padding: 90px !important; }
.padding-100 	{ padding: 100px !important; }
/* PADDING TOP */
.padding-top-0		{ padding-top: 0 !important; }
.padding-top-10		{ padding-top: 10px !important; }
.padding-top-15		{ padding-top: 15px !important; }
.padding-top-20		{ padding-top: 20px !important; }
.padding-top-30		{ padding-top: 30px !important; }
.padding-top-40		{ padding-top: 40px !important; }
.padding-top-50		{ padding-top: 50px !important; }
.padding-top-60		{ padding-top: 60px !important; }
.padding-top-70		{ padding-top: 70px !important; }
.padding-top-80		{ padding-top: 80px !important; }
.padding-top-90		{ padding-top: 90px !important; }
.padding-top-100	{ padding-top: 100px !important; }
.padding-top-120	{ padding-top: 120px !important; }
.padding-top-130	{ padding-top: 130px !important; }
.padding-top-150	{ padding-top: 150px !important; }
.padding-top-180	{ padding-top: 180px !important; }
.padding-top-200	{ padding-top: 200px !important; }
/* PADDING BOTTOM */
.padding-bottom-0	{ padding-bottom: 0 !important; }
.padding-bottom-10	{ padding-bottom: 10px !important; }
.padding-bottom-15	{ padding-bottom: 15px !important; }
.padding-bottom-20	{ padding-bottom: 20px !important; }
.padding-bottom-30	{ padding-bottom: 30px !important; }
.padding-bottom-40	{ padding-bottom: 40px !important; }
.padding-bottom-50	{ padding-bottom: 50px !important; }
.padding-bottom-60	{ padding-bottom: 60px !important; }
.padding-bottom-70	{ padding-bottom: 70px !important; }
.padding-bottom-80	{ padding-bottom: 80px !important; }
.padding-bottom-90	{ padding-bottom: 90px !important; }
.padding-bottom-100	{ padding-bottom: 100px !important; }
.padding-bottom-120	{ padding-bottom: 120px !important; }
.padding-bottom-130	{ padding-bottom: 130px !important; }
.padding-bottom-150	{ padding-bottom: 150px !important; }
.padding-bottom-180	{ padding-bottom: 180px !important; }
.padding-bottom-200	{ padding-bottom: 200px !important; }

/* MARGIN*/
/* MARGIN TOP */
.margin-top-0		{ margin-top: 0 !important; }
.margin-top-1		{ margin-top: 1px !important; }
.margin-top-2		{ margin-top: 2px !important; }
.margin-top-3		{ margin-top: 3px !important; }
.margin-top-6		{ margin-top: 6px !important; }
.margin-top-8		{ margin-top: 8px !important; }
.margin-top-10		{ margin-top: 10px !important; }
.margin-top-20		{ margin-top: 20px !important; }
.margin-top-30		{ margin-top: 30px !important; }
.margin-top-40		{ margin-top: 40px !important; }
.margin-top-50		{ margin-top: 50px !important; }
.margin-top-60		{ margin-top: 60px !important; }
.margin-top-70		{ margin-top: 70px !important; }
.margin-top-80		{ margin-top: 80px !important; }
.margin-top-90		{ margin-top: 90px !important; }
.margin-top-100		{ margin-top: 100px !important; }
.margin-top-130		{ margin-top: 130px !important; }
.margin-top-150		{ margin-top: 150px !important; }
.margin-top-180		{ margin-top: 180px !important; }
.margin-top-200		{ margin-top: 200px !important; }
/* MARGIN BOTTOM */
.margin-bottom-0	{ margin-bottom: 0 !important; }
.margin-bottom-1	{ margin-bottom: 1px !important; }
.margin-bottom-2	{ margin-bottom: 2px !important; }
.margin-bottom-3	{ margin-bottom: 3px !important; }
.margin-bottom-6	{ margin-bottom: 6px !important; }
.margin-bottom-8	{ margin-bottom: 8px !important; }
.margin-bottom-10	{ margin-bottom: 10px !important; }
.margin-bottom-20	{ margin-bottom: 20px !important; }
.margin-bottom-30	{ margin-bottom: 30px !important; }
.margin-bottom-40	{ margin-bottom: 40px !important; }
.margin-bottom-50	{ margin-bottom: 50px !important; }
.margin-bottom-60	{ margin-bottom: 60px !important; }
.margin-bottom-70	{ margin-bottom: 70px !important; }
.margin-bottom-80	{ margin-bottom: 80px !important; }
.margin-bottom-90	{ margin-bottom: 90px !important; }
.margin-bottom-100	{ margin-bottom: 100px !important; }
.margin-bottom-130	{ margin-bottom: 130px !important; }
.margin-bottom-150	{ margin-bottom: 150px !important; }
.margin-bottom-180	{ margin-bottom: 180px !important; }
.margin-bottom-200	{ margin-bottom: 200px !important; }
/* MARGIN LEFT */
.margin-left-0		{ margin-left: 0 !important; }
.margin-left-3		{ margin-left: 3px !important; }
.margin-left-6		{ margin-left: 6px !important; }
.margin-left-8		{ margin-left: 8px !important; }
.margin-left-10		{ margin-left: 10px !important; }
.margin-left-15		{ margin-left: 15px !important; }
.margin-left-20		{ margin-left: 20px !important; }
.margin-left-30		{ margin-left: 30px !important; }
.margin-left-40		{ margin-left: 40px !important; }
.margin-left-50		{ margin-left: 50px !important; }
.margin-left-60		{ margin-left: 60px !important; }
.margin-left-80		{ margin-left: 80px !important; }
.margin-left-100	{ margin-left: 100px !important; }
.margin-left-130	{ margin-left: 130px !important; }
.margin-left-150	{ margin-left: 150px !important; }
.margin-left-180	{ margin-left: 180px !important; }
.margin-left-200	{ margin-left: 200px !important; }
.margin-left-250	{ margin-left: 250px !important; }
.margin-left-300	{ margin-left: 300px !important; }
/* MARGIN RIGHT */
.margin-right-0		{ margin-right: 0 !important; }
.margin-right-3		{ margin-right: 3px !important; }
.margin-right-6		{ margin-right: 6px !important; }
.margin-right-8		{ margin-right: 8px !important; }
.margin-right-10	{ margin-right: 10px !important; }
.margin-right-15	{ margin-right: 15px !important; }
.margin-right-20	{ margin-right: 20px !important; }
.margin-right-30	{ margin-right: 30px !important; }
.margin-right-40	{ margin-right: 40px !important; }
.margin-right-50	{ margin-right: 50px !important; }
.margin-right-60	{ margin-right: 60px !important; }
.margin-right-80	{ margin-right: 80px !important; }
.margin-right-100	{ margin-right: 100px !important; }
.margin-right-130	{ margin-right: 130px !important; }
.margin-right-150	{ margin-right: 150px !important; }
.margin-right-180	{ margin-right: 180px !important; }
.margin-right-200	{ margin-right: 200px !important; }
.margin-right-250	{ margin-right: 250px !important; }
.margin-right-300	{ margin-right: 300px !important; }

/*---------------------------------------------------*/
/*    TEXT PROPERTIES
/*---------------------------------------------------*/
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-center { text-align: center !important; }
.text-middle {display: table-cell; vertical-align: middle; margin: auto; position: relative;}
.text-bottom {display: table-cell; vertical-align: bottom; margin: auto; position: relative;}
.text-uppercase { text-transform: uppercase; }
.text-sm { font-size: 75%; }
.text-small {
    font-size: 35px !important;
}
.text-medium,
.text-medium-light {
    font-size: 55px !important;
    letter-spacing: -2px;
}
.text-large,
.text-large-light {
    font-size: 85px !important;
	letter-spacing: -4px;
}
.text-xlarge,
.text-xlarge-light {
    font-size: 100px !important;
	letter-spacing: -5px;
}
.text-xxlarge,
.text-xxlarge-light {
    font-size: 140px !important;
	letter-spacing: -7px;
}
.text-small,
.text-medium,
.text-large,
.text-xlarge,
.text-xxlarge {
	font-weight: 700 !important;
	line-height: 1 !important;
}
.text-medium-light,
.text-large-light,
.text-xlarge-light,
.text-xxlarge-light {
	font-weight: 100 !important;
	line-height: 1 !important;
}

.text-small,
.text-medium,
.text-medium-light {
	margin-bottom: 15px;
}
.text-large,
.text-large-light {
	margin-bottom: 20px;
}
.text-xlarge,
.text-xlarge-light,
.text-xxlarge,
.text-xxlarge-light {
	margin-bottom: 30px;
	line-height: 0.9 !important;
}

/* TEXT COLOR */
.text-light,
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light .lead,
.text-light p,
.text-light a,
.text-light i,
.text-light li,
.text-light label,
.text-light div:not(.alert),
.text-light span {
    color: #ffffff !important;
}
.text-light .button {
	border-color: #ffffff;
}
.text-light .button:hover {
	background-color: #ffffff;
	color: #333333 !important;
}

.text-dark,
.text-dark h1,
.text-dark h2,
.text-dark h3,
.text-dark h4,
.text-dark h5,
.text-dark h6,
.text-dark p,
.text-dark .lead,
.text-dark a:not(.button),
.text-dark i,
.text-dark li,
.text-dark label,
.text-dark div:not(.alert),
.text-dark span {
    color: #333333 !important;
}
.text-grey,
.text-grey h1,
.text-grey h2,
.text-grey h3,
.text-grey h4,
.text-grey h5,
.text-grey h6,
.text-grey .lead,
.text-grey p,
.text-grey a:not(.button),
.text-grey i,
.text-grey li,
.text-grey label,
.text-grey div:not(.alert),
.text-grey span {
    color: #cccccc;
}
.text-light .contextual-links a:not(.button) {color: #333333 !important;}

/*---------------------------------------------------*/
/*	BACKGROUND COLORS
/*---------------------------------------------------*/
.no-bg { background: none;}
.dark-bg {
	background-color: #222222 !important;
}
.colored-bg {
	background-color: #1d7c89;
}
.dark-bg,
.dark-bg a:not(.button),
.dark-bg p,
.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg h6,
.colored-bg,
.colored-bg a,
.colored-bg p,
.colored-bg h1,
.colored-bg h2,
.colored-bg h3,
.colored-bg h4,
.colored-bg h5,
.colored-bg h6 {
	color: #ffffff !important;
}
.dark-bg .btn,
.dark-bg .button
.colored-bg .btn,
.colored-bg .button {
	border-color: #ffffff;
}
.dark-bg .btn:hover,
.dark-bg .button:hover
.colored-bg .btn:hover,
.colored-bg .button:hover {
	border-color: #444444;
}
.colored-bg.action-block,
.dark-bg.action-block {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.white-bg,
.light-bg {
	background-color: #ffffff !important;
}
.red-bg {
	background-color: #ff4d4d !important;
	color: #ffffff;
}
.blue-bg {
	background-color: #00bfff !important;
	color: #ffffff;
}
.gray-bg {
	background-color: #444444 !important;
	color: #ffffff;
}
.light-gray-bg {
	background-color: #aaaaaa !important;
}
.dark-gray-bg {
	background-color: #222222 !important;
	color: #ffffff;
}
.transparent-bg {
	background-color: transparent !important;
}
.foggy-white-bg {
	background-color: #f7f7f7 !important;
}
.smocky-white-bg {
	background-color: #eeeeee !important;
}
.milky-white-bg {
	background-color: #f9f9f9 !important;
}
.pinky-bg {
	background-color: #f2Dfd0 !important;
}

/* OVERLAY */
.overlay:after {
	content: "";
    background-color: #000000;
    opacity: 0.4;
	position:absolute;
	left: 0;
	right:0;
	top:0;
	bottom:0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
a.overlay:hover {
	background:rgba(255,255,255, 0.2);
}

.overlay.block {
	position: relative;
	z-index: 0;
}
.overlay.block:after {
	z-index: -1;
}

/*---------------------------------------------------*/
/*	BACKGROUND IMAGES
/*---------------------------------------------------*/
.bg-img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.bg-img-1 {
	background-image: url(../images/bg/bg1.jpg);
}

/* PARALLAX BACKGROUND */
.parallax-bg {
	background-position: 0% 0%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}
.parallax-bg-1 {
	background: url(../images/patterns/pattern1.png), url(../images/bg/bg1.jpg) no-repeat fixed 0% 0% / cover;
}