@import url("//fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700");

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

@font-face {
  font-family:'PaymentFont';
  src:url('../fonts/paymentfont-webfont.eot');
  src:url('../fonts/paymentfont-webfont.eot?#iefix') format('embedded-opentype'),
      url('../fonts/paymentfont-webfont.woff') format('woff2'),
      url('../fonts/paymentfont-webfont.woff') format('woff'),
      url('../fonts/paymentfont-webfont.ttf') format('truetype'),
      url('../fonts/paymentfont-webfont.svg#paymentfont-webfont') format('svg');
  font-weight:normal;
  font-style:normal;}

/* Browser Resets - FROM FLEX SLIDES
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}


/* -------------------------------------------------------------------
Hero Slider
------------------------------------------------------------------- */

.hero-slider {
	margin: 0!important;
}

.hero-slider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.hero-slider,
.hero-slider .flex-viewport {
	height: 100% !important;
	width: 100%;
	padding: 0;
	margin: 0;
}

.hero-slider .slides {
	height: 100% !important;
	-webkit-transition-delay: 1s;
	   -moz-transition-delay: 1s;
	        transition-delay: 1s;
}

.hero-slider .flex-direction-nav a {
	width: 15%;
}

.hero-slider .slides li {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 100% !important;
	width: 100%;
	padding: 0;
	margin: 0;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
}

/* Caption */

.hs-caption {
	position: relative;
	display: table;
	height: 100%;
	width: 70%;
	margin: 0 auto;
}

.hs-caption {
	position: relative;
	display: table;
	height: 100%;
	width: 100%;
	margin: 0 auto;
}

.caption-content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.arrow_carrot-2up, .social_facebook {
	font-family: 'ElegantIcons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
    font-size: 18px;
}
.social_facebook:before {
	content: "\e093";
}
.arrow_carrot-2up:before {
	content: "\36";
}

.glyph {
	float: left;
	text-align: center;
	padding: .75em;
	margin: .4em 1.5em .75em 0;
	width: 6em;
	text-shadow: none;
}
.glyph_big {
	font-size: 128px;
	color: #59c5dc;
	float: left;
	margin-right: 20px;
}
.glyph div { padding-bottom: 10px;}

.glyph input {
	font-family: consolas, monospace;
	font-size: 12px;
	width: 100%;
	text-align: center;
	border: 0;
	box-shadow: 0 0 0 1px #ccc;
	padding: .2em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.centered {
	margin-left: auto;
	margin-right: auto;
}
.glyph .fs1 {
	font-size: 2em;
}

/*Notification panel rotate*/
.ui-slideouttab-left .ui-slideouttab-handle {
    transform-origin: 100% 0%;
    transform: rotate(-90deg);   
}
/*Payment card icons*/
.pf {
    display:inline-block;
    padding: 0 2px;
    font:normal normal normal 14px/1 PaymentFont;
    font-size: 18px;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    color: #f5f5f5;
}
.pf:hover {
    color:#b0976d;
    transition: color 0.5s ease;
}
.pf-diners:before {
	content: "\f013";
}
.pf-discover:before {
	content: "\f014";
}
.pf-maestro:before {
	content: "\f02b";
}
.pf-maestro-alt:before {
	content: "\f02c";
}
.pf-mastercard:before {
	content: "\f02d";
}
.pf-mastercard-alt:before {
	content: "\f02e";
}
.pf-mastercard-securecode:before {
	content: "\f02f";
}
.pf-paypal:before {
	content: "\f033";
}
.pf-paypal-alt:before {
	content: "\f034";
}
.pf-stripe:before {
	content: "\f03e";
}
.pf-visa:before {
	content: "\f045";
}
.pf-visa-electron:before {
	content: "\f046";
}
.pf-dankort:before {
	content: "\f04f";
}

/* ------------------------------------------------------------------
General Styles
------------------------------------------------------------------- */

html {
	overflow-y: scroll;
	overflow-x: hidden;
	-ms-overflow-style: scrollbar;
}

body {
	background: #fff;
	font-family: "Roboto Condensed", sans-serif;
	font: 400 13px;
	color: #666;
	-webkit-font-smoothing: antialiased;
}

img {
	max-width: 100%;
	height: auto;
}

iframe {
	border: 0;
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #111111;
	background-color: #F7F7F7;
	border-radius: 4px;
}

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

.align-left {
	text-align: left !important;
}

.position-relative {
	position: relative;
}

.leftauto {
	right: 0 !important;
	left: auto !important;
}

/* Selection */

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

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

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

select {
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
	height: 33px;
	border: 1px solid #EAEAEA;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

pre {
	font-size: 1.076em;
}
/* Transition elsements */

.form-control {
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

a,
.btn {
	-webkit-transition: all 0.125s ease-in-out 0s;
	-moz-transition: all 0.125s ease-in-out 0s;
	-ms-transition: all 0.125s ease-in-out 0s;
	-o-transition: all 0.125s ease-in-out 0s;
	transition: all 0.125s ease-in-out 0s;
}

.client-logo,
.gallery-caption,
.gallery-image:after,
.gallery-image img,
.price-table,
.team-detail,
.team-image:after,
.work-caption,
.work-image > img,
.work-image:after,
.post-thumbnail,
.post-video,
.post-images-slider {
	-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;
}

/* Reset box-shadow */

.btn,
.well,
.panel,
.progress,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .sub-menu,
.navbar-custom .children {
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* Reset border-radius */

.well,
.label,
.alert,
.progress,
.form-control,
.modal-content,
.panel-heading,
.panel-group .panel,
.nav-tabs > li > a,
.nav-pills > li > a {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

/* Forms */

.form-control,
#comments input, #comments textarea {
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: 2px;
	font-size: 12px;
	height: 33px;
	border: 1px solid #EAEAEA;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#comments input, #comments textarea {
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: 2px;
	font-size: 12px;
	height: 33px;
	border: 1px solid #EAEAEA;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	height: auto;
	text-shadow: none;
	width: 100%;
	padding: 5px;
}
#comments input[type="submit"], button[type="submit"] {
	background: rgba(17, 17, 17, 1);
	color: #fff;
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
	padding: 8px 37px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: auto;
	border: none;
}
#comments input[type="submit"]:hover,  button[type="submit"]:hover {
	background: rgba(17, 17, 17, .8);
}
.form-control:focus {
	border-color: #CACACA;
}

/* Forms size */

.input-lg,
.form-horizontal .form-group-lg .form-control {
	height: 43px;
	font-size: 13px;
}

.input-sm, .form-horizontal .form-group-sm .form-control {
	height: 29px;
	font-size: 10px;
}

/* Button style */

.btn {
	border-radius: 0;
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
	padding: 8px 37px;
}

*:focus {
	outline: 0;
}



.tab-content .tab-pane {
	padding: 20px 0;
}

/* Accordion */

.panel-title {
	font-size: 14px;
}

.panel-heading a {
	position: relative;
	display: block;
}

.panel-heading a:after {
	position: absolute;
	content: "\f106";
	top: 50%;
	right: 0px;
	font-family: "FontAwesome";
	line-height: 1;
	font-size: 14px;
	margin-top: -7px;
}

.panel-heading a.collapsed:after {
	content: "\f107";
}

/* Tables */

.checkout-table tbody tr td:first-child,
.checkout-table tbody tr th:first-child {
	max-width: 36px;
}

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

.btn-list .btn {
	margin: 5px 0;
}

.et-icons .box1 {
	border: 1px solid #e5e5e5;
	display: block;
	width: 25%;
	float: left;
	padding: 0;
	font-size: 13px;
	margin: -1px 0 0 -1px;
}

.et-icons .box1 > span {
	display: inline-block;
	border-right: 1px solid #e5e5e5;
	min-width: 60px;
	min-height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 28px;
	margin-right: 5px;
}

.fa-icons > div {
	padding: 0;
	border: 1px solid #e5e5e5;
	margin: -1px 0 0 -1px;
	font-size: 13px;
}

.fa-icons > div > i {
	display: inline-block;
	margin-right: 5px;
	min-width: 40px;
	min-height: 40px;
	border-right: 1px solid #f1f1f1;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
}

.help-block ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* Dark background */


.bg-dark {
	background-color: #121212 !important;
}

.bg-dark-30:before {
	position: absolute;
	background: rgba(34,34,34, .3);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.bg-dark-60:before {
	position: absolute;
	background: rgba(34,34,34, .6);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.bg-dark-90:before {
	position: absolute;
	background: rgba(34,34,34, .9);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

}

.bg-light {
	background: #f6f6f6;
}

/* ------------------------------------------------------------------
Preloader
------------------------------------------------------------------- */

.page-loader {
	position: fixed;
	background: #000;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	z-index: 9998;
}

.loader {
	position: absolute;
	border-left: 2px solid #ffffff;
	border-top: 2px solid rgba(255, 255, 255, 0.2);
	border-right: 2px solid rgba(255, 255, 255, 0.2);
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
	height: 46px;
	width: 46px;
	left: 50%;
	top: 50%;
	margin: -23px 0 0 -23px;
	text-indent: -9999em;
	font-size: 10px;
	z-index: 9999;
	-webkit-animation: load 0.8s infinite linear;
	-moz-animation: load 0.8s infinite linear;
	ms-animation: load 0.8s infinite linear;
	o-animation: load 0.8s infinite linear;
	animation: load 0.8s infinite linear;
}

.loader,
.loader:after {
	border-radius: 50%;
	width: 46px;
	height: 46px;
}

@-webkit-keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* ------------------------------------------------------------------
Typography
------------------------------------------------------------------- */

a {
	color: #9E9E9E;
}

a:hover, a:focus {
	text-decoration: none;
	color: #b0976d;
	outline: 0;
}

.bg-dark a {
	color: #b0976d;
}

.bg-dark a:hover, .bg-dark a:focus {
	color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.4;
	font-weight: 400;
}

p, ol, ul, blockquote {
	margin: 0 0 20px;
}

blockquote {
	border: 0;
	font-style: italic;
	font-size: 1.25em;
	padding: 0;
}

.font-alt {
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.font-serif {
	font-family: Volkhov, "Times New Roman", sans-serif;
	font-style: italic;
}

.large-text {
	font-size: 24px !important;
}

.rotate {
	text-shadow: none !important;
}

.bg-dark,
.bg-dark-30,
.bg-dark-60,
.bg-dark-90,
.bg-dark .module-title,
.bg-dark-30 .module-title,
.bg-dark-60 .module-title,
.bg-dark-90 .module-title,
.bg-dark .module-subtitle,
.bg-dark-30 .module-subtitle,
.bg-dark-60 .module-subtitle,
.bg-dark-90 .module-subtitle,
.bg-dark .alt-module-subtitle h5,
.bg-dark-30 .alt-module-subtitle h5,
.bg-dark-60 .alt-module-subtitle h5,
.bg-dark-90 .alt-module-subtitle h5 {
    color: #b0976d;
}

/* ------------------------------------------------------------------
Navbar
------------------------------------------------------------------- */
.navbar {
	
}

.admin-bar .navbar-custom {
	top: 32px;
}

.page .navbar-custom {
	background-color: #121212 !important;
}
.navbar-custom {
	background-color: #121212;
    opacity: 0.85;
	border-radius: 0;
	z-index: 1000;
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 11px;
	-webkit-transition: background, padding 0.4s ease-in-out 0s;
	-moz-transition: background, padding 0.4s ease-in-out 0s;
	-ms-transition: background, padding 0.4s ease-in-out 0s;
	-o-transition: background, padding 0.4s ease-in-out 0s;
	transition: background, padding 0.4s ease-in-out 0s;
}

.navbar a {
	-webkit-transition: color 0.125s ease-in-out 0s;
	-moz-transition: color 0.125s ease-in-out 0s;
	-ms-transition: color 0.125s ease-in-out 0s;
	-o-transition: color 0.125s ease-in-out 0s;
	transition: color 0.125s ease-in-out 0s;
}

.navbar-custom .sub-menu,
.navbar-custom .children {
	background: rgba(26, 26, 26, .9);
	border-radius: 0;
	border: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.navbar-custom .navbar-brand {
	letter-spacing: 4px;
	font-weight: 400;
	font-size: 22px;
	color: #fff;
}

.navbar-custom .sub-menu li,
.navbar-custom .children li  {
	list-style:none;
}

.navbar-custom .sub-menu li a,
.navbar-custom .children li a  {
	width:100%;
	display:block;
}

.navbar-custom .nav li > a {
	position: relative;
	color: #ffffff;
}

.navbar-custom .sub-menu > li > a,
.navbar-custom .children > li > a  {
	border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
	padding: 11px 15px;
	letter-spacing: 2px;
	color: #999;
}

.navbar-custom .sub-menu .sub-menu,
.navbar-custom .children .children  {
	border-left: 1px solid rgba(73, 71, 71, 0.15);
	left: 100%;
	right: auto;
	top: 0;
	margin-top: 0;
}

.navbar-custom .sub-menu.left-side .sub-menu,
.navbar-custom .children.left-side .children {
	border: 0;
	border-right: 1px solid rgba(73, 71, 71, 0.15);
	right: 100%;
	left: auto;
}

.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > a:hover,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover,
.navbar-custom .sub-menu > li > a:focus,
.navbar-custom .sub-menu > li > a:hover {
	background: none;
	color: #b0976d;
}

.navbar-custom .sub-menu > li > a:hover,
.navbar-custom .children > li > a:hover {
	background: rgba(255, 255, 255, .1) !important;
}

.navbar-custom .menu-item-has-children-toggle:after {
	position: absolute;
	display: block;
	right: 0;
	top: 50%;
	margin-top: -6px;
	font: normal normal normal 14px/1 'ElegantIcons';
	font-size: 9px;
	content: "\43";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.navbar-custom .navbar-toggle .icon-bar {
	background: #fff;
}

.navbar-nav .menu-item-has-children>a:after,
.navbar-nav .page_item_has_children>a:after {
	position: absolute;
	display: block;
	right: 0;
	top: 50%;
	margin-top: -6px;
	font: normal normal normal 14px/1 ElegantIcons;
	font-size: 9px;
	content: "\43";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.navbar-nav .sub-menu,
.navbar-nav .children {
	min-width: 180px;
	font-size: 11px;
}

.navbar-right ul {
	text-align: left;
}

/* Navbar search */

.menu-item-has-children-search {
	position: relative;
	padding: 5px;
}

.menu-item-has-children-search .form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

.search-btn {
	position: absolute;
	background: transparent;
	border: none;
	overflow: hidden;
	top: 50%;
	right: 1px;
	width: 42px;
	height: 40px;
	line-height: 38px;
	font-size: 14px;
	outline: none;
	color: #999;
	margin-top: -20px;
}

/* -------------------------------------------------------------------
Home Section
------------------------------------------------------------------- */

.home-section {
	position: relative;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	z-index: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.hs-title-size-1 {
	letter-spacing: 4px;
	font-size: 15px;
    color: #fff;
}

.hs-title-size-2 {
	line-height: 1.3;
	letter-spacing: 3px;
	font-size: 18px;
	opacity: .8;
}

.hs-title-size-3 {
	letter-spacing: 16px;
	font-size: 46px;
}

.hs-title-size-4 {
letter-spacing: 4px;
	font-weight: 400;
	font-size: 48px;
    color: #b0976d;
}

/* -------------------------------------------------------------------
Sections
------------------------------------------------------------------- */

.main {
	position: relative;
	color: #666;
	z-index: 1;
}

.module,
.module-small {
	position: relative;
	padding: 250px 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* Module header */

.module-small {
	padding: 70px 0;
}

.module-super-small {
	padding: 130px 0px 0px 0px;
}

.module-small-bottom {
	padding: 140px 0px 140px 0px;
}

.module-title {
	position: relative;
	letter-spacing: 4px;
	text-align: center;
	font-weight: 400;
	font-size: 46px;
	color: #b0976d;
	margin: 0 0 70px;
}

.page-header-module {
	text-align: center;
}

.page-header-module .module-title {
	margin: 0;
}

.module-subtitle {
	text-align: center;
	font-size: 16px;
	color: #111;
	margin-bottom: 70px;
}

.module-icon {
	text-align: center;
	font-size: 32px;
	margin-bottom: 20px;
}

.module-title + .module-subtitle {
	margin-top: -35px;
}

.page-header-module .module-subtitle {
	margin-top: 35px;
}

.no-results .page-header {
	margin-top: 0;
}

.page-module-header {
	text-align: center;
}

.page-header-module:before {
	content: " ";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.page-header-module.module {
	padding: 150px 0px 160px 0px;
}

.divider-d {
	display: none;
}
.navbar-custom ::-webkit-scrollbar {
	width: 12px;  /* for vertical scrollbars */
	height: 12px; /* for horizontal scrollbars */
}
.navbar-custom ::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.1);
}
.navbar-custom ::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.5);
}
.dropdownmenu {
	position: absolute;
	z-index: 9999999;
	width: 25px;
	height: 25px;
	margin: 7px;
	right: -10px;
	top: 0;
	z-index: 9;
	color: rgba(255, 255, 255, .7);
}
.navbar-nav li {
	position: relative;
}
.navbar-custom ul {
	margin-left: 0;
}
.navbar-custom .sub-menu > li:hover > a,
.navbar-custom .children > li:hover > a {
	background: rgba(255, 255, 255, .1) !important;
}
.navbar-custom ul ul {
	display: none;
}
.navbar-custom li.has_children.this-open > ul {
	display: block;
}
.navbar-custom li.has_children > .dropdownmenu:before {
	display: block;
	font: normal normal normal 14px/1 ElegantIcons;
	font-size: 9px;
	content: "\43";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 32px;
	text-align: center;
}
.navbar-custom div.nav > ul > li.has_children > .dropdownmenu:before {
	content: "\43";
	line-height: 16px;
}
.navbar-custom li.has_children.this-open > .dropdownmenu:before{
	display: block;
	font: normal normal normal 14px/1 ElegantIcons;
	font-size: 9px;
	content: "\42";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 25px;
	text-align: center;
}
.navbar-nav .menu-item-has-children>a:after,
.navbar-nav .page_item_has_children>a:after {
	display: none;
}

.logo-image img {
	max-width: initial;
}

/* Restaurant module header */
.alt-module-subtitle {
	display: table;
}

.alt-module-subtitle h5 {
	display: table-cell;
	white-space: pre;
	padding: 0 8px;
	color: #111;
}

.holder-w {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	height: 1px;
	width: 50%;
}

.holder-w:before {
	border-top: 1px solid #eaeaea;
	position: relative;
	display: block;
	content: "";
	top: 1px;
	height: 1px;
	width: 100%;
}

/* Sections dividers */

.divider-w {
	border-top: 1px solid #E0E0E0;
	margin: 0;
}

.divider-d {
	border-top: 1px solid #404040;
	margin: 0;
}

/* Half-image */

.side-image {
	position: absolute;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.side-image-text {
	background: #fff;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 140px 60px 140px;
}

/* -------------------------------------------------------------------
Contact page
------------------------------------------------------------------- */

.wpcf7-form input:not([type='submit']) {
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: 2px;
	font-size: 12px;
	height: 33px;
	border: 1px solid #EAEAEA;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 100%;
	padding: 0 10px;
}
.wpcf7-form textarea {
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: 2px;
	font-size: 12px;
	border: 1px solid #EAEAEA;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 100%;
	padding: 10px;
}
.wpcf7-form input[type='submit'] {
	background: #b0976d;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 16px;
	padding: 8px 37px;
	width: 100%;
	border: none;
}
.wpcf7-form input[type='submit']:hover {
	background: #e9e9e9;
	color: #b0976d;
	transition: color 0.5s ease;
	transition: background 0.5s ease;

}
.wpcf7-form p {
	line-height: 25px;
}
div.wpcf7-mail-sent-ng {
	border: 2px solid #f00;
	margin: 0;
}
div.wpcf7-response-output {
	margin: 0;
	padding: 0.2em 1em;
}
.comments, #comments {
	width: 100%;
}
#map-section {
	height: auto;
}

/* -------------------------------------------------------------------
Footer
------------------------------------------------------------------- */

.footer {
	padding: 0 0 10px 0;
	z-index: 1;
	position: relative;
}

.copyright {
	margin: 0;
	color: #e5e5e5;
}

.footer-social-links {
	text-align: right;
}

.footer-social-links a {
	display: inline-block;
	padding: 0 6px;
}

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

.shop_isle_footer_sidebar .widget input[type=search],
.shop_isle_footer_sidebar .widget_search {
	color: #666;
}

.shop_isle_footer_sidebar {
	text-align:center;
}

.shop_isle_footer_sidebar .widget {
	width: 100%;
	padding-bottom: 60px;
}
.shop_isle_footer_sidebar .widget:last-of-type {
    padding-bottom: 0px;
}

.shop_isle_footer_sidebar .footer-sidebar-wrap .widget:last-child {
	padding-bottom: 0;
}

.widget select {
	color: #111111;
}

footer.footer .divider-d {
	height: 0;
	display: block !important;
	margin-bottom: 15px;
}

/* -------------------------------------------------------------------
Services, Content box
------------------------------------------------------------------- */

.features-item {
	margin: 20px 0;
	text-align: center;
}

.features-icon,
.alt-features-icon {
	line-height: 1.2;
	font-size: 42px;
	color: #111;
}

.features-title,
.alt-features-title {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
	font-size: 14px;
	color: #111;
	margin: 16px 0 15px;
}

.alt-features-item {
	position: relative;
	padding-left: 55px;
	margin: 65px 0 0 0;
}

.alt-features-icon {
	position: absolute;
	height: 40px;
	width: 40px;
	left: 0;
	top: 0;
	text-align: center;
	line-height: 40px;
	font-size: 28px;
}

.alt-features-title {
	font-size: 13px;
	margin: 0 0 10px;
}

.add_to_cart_button {
    text-align: center;
    width: 100%;
}

/* Content box */

.content-box {
	margin: 20px 0;
	text-align: center;
}

.content-box-title {
	font-weight: 400;
	font-size: 18px;
	color: #111;
	margin: 16px 0 15px;
}

/* -------------------------------------------------------------------
Restaurant menu
------------------------------------------------------------------- */

.menu {
	border-bottom: 1px dotted #e5e5e5;
	padding: 0 0 10px;
	margin: 0 0 20px;
}

.menu-title,
.menu-price {
	margin: 0 0 10px;
	font-size: 14px;
	color: #111;
}

.menu-price-detail {
	position: relative;
	text-align: right;
}

/* -------------------------------------------------------------------
Price-tables
------------------------------------------------------------------- */

.price-table {
	background: #fff;
	border: 1px solid #eaeaea;
	padding: 25px 20px;
	margin: 15px 0 30px;
	border-radius: 2px;
	text-align: center;
}

.price-table:hover {
	border-color: #CACACA;
}

.price-table.best {
	margin: 0 0 30px;
}

.price-table .small {
	margin: 0;
}

.borderline {
	position: relative;
	background: #eaeaea;
	display: block;
	height: 1px;
	width: 100%;
	margin: 20px 0 15px;
}

.borderline:before {
	position: absolute;
	background: #eaeaea;
	content: "";
	bottom: -7px;
	left: 50%;
	height: 14px;
	width: 14px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	margin-left: -7px;
}

.borderline:after {
	position: absolute;
	background: #fff;
	content: "";
	bottom: -5px;
	left: 50%;
	height: 16px;
	width: 16px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	margin-left: -8px;
}

.price-table h4 {
	color: #111;
	margin: 0;
}

.price-table p.price {
	font-size: 60px;
	color: #111;
	padding: 0;
	margin: 0 0 0 -10px;
}

.price-table p.price span {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	padding-top: 25px;
}

.price-details {
	list-style: none;
	padding: 0;
	margin: 0 0 23px;
}

.price-details li {
	padding: 7px 0;
}

.price-details li > span {
	text-decoration: line-through;
	color: #aaa;
}

/* -------------------------------------------------------------------
Count to
------------------------------------------------------------------- */

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

.count-icon {
	line-height: 1.2;
	font-size: 42px;
}

/* -------------------------------------------------------------------
Video box
------------------------------------------------------------------- */

.video-box {
	text-align: center;
	padding: 40px 0;
}

.video-box-icon > a > i,
.video-box-icon > a > span {
	line-height: 1.8;
	font-size: 40px;
	color: #fff;
}

.video-title {
	letter-spacing: 4px;
	font-size: 30px;
	margin: 10px 0 0;
}

.video-subtitle {
	color: rgba(255, 255, 255, .5);
}


/* -------------------------------------------------------------------
Callout
------------------------------------------------------------------- */

.callout-text {
	color: rgba(255, 255, 255, 0.6);
}

.callout-title {
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	margin: 0;
}

.callout-btn-box {
	text-align: right;
	padding-top: 4px;
}

/*--------------------------------------------------------------
Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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


/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/
hr {
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 0;
	max-width: 100%;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

/* -------------------------------------------------------------------
Post
------------------------------------------------------------------- */

.sticky {
	display: block;
}

.post {
	margin: 0 0 80px;
}

.post-title {
	line-height: 1.4;
	font-size: 22px;
	color: #111;
	margin: 0;
}

.post-header {
	margin: 0 0 15px;
}

.post-meta {
	font-size: 12px;
	color: #aaa;
}

.post-entry {
	border-top: 1px dotted #c2c2c2;
	padding-top: 20px;
	margin-top: 10px;
}

.post-images-slider {
	position: relative;
}

.post-images-slider .flex-control-nav {
	bottom: 0;
}

.post-thumbnail,
.post-images-slider,
.post-video {
	margin: 0 0 20px;
}

.post-quote {
	background: #f5f5f5;
	text-align: center;
	padding: 20px;
}

.tags-links {
	width: 100%;
	float: left;
}

/* Post columns */

.post-columns .post {
	margin: 0 0 60px;
}

.post-columns .post-header {
	margin: 0 0 10px;
}

.post-columns .post-title {
	line-height: 1.8;
	font-size: 14px;
}

.post-columns .post-entry {
	padding: 10px 0 0;
	margin: 0 0 10px;
}

.post-columns.wo-border .post-entry {
	border: 0;
	padding: 0;
}

.post-columns .post-entry p:last-child {
	margin: 0;
}

.more-link:after {
	content: "\00BB";
	color: #666666;
	padding-left: 5px;
}

.woocommerce-pagination ul.page-numbers li {
	display: inline-block;
}
.pagination a,
.woocommerce-pagination ul.page-numbers li a,
.woocommerce-pagination ul.page-numbers li span {
	border: 1px solid #eaeaea;
	text-transform: uppercase;
	text-align: center;
	color: #999;
	padding: 7px 12px;
}

.woocommerce-pagination ul.page-numbers li a {
	color: #111;
}

.pagination a.active {
	border-color: #CACACA;
}

.post-navigation {
	float: left;
	width: 100%;
	padding-top: 60px;
}

.nav-links {
	width: 100%;
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

.nav-links .nav-previous {
	float: left;
	max-width: 50%;
}

.nav-links .nav-next {
	float: right;
	max-width: 50%;
}

.nav-links .nav-next a {
	display: block;
	text-align: right;
}

.comments-title {
	border-bottom: 1px dotted #c2c2c2;
	font-size: 16px;
	color: #111;
	padding-bottom: 15px;
	margin: 0 0 20px;
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.screen-reader-text {
	border-bottom: 1px dotted #c2c2c2;
	font-size: 16px;
	color: #111;
	padding-bottom: 15px;
	margin: 0 0 20px;
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.no-results .screen-reader-text {
	padding-bottom: 0;
	border: none;
}

.no-results .search-form input[type=search] {
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
	height: 33px;
	border: 1px solid #EAEAEA;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-weight: 400;
	width: 250px;
	max-width: 100%;
	padding: 5px 30px 5px 12px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.no-results .search-form input[type=submit] {
	margin-left: -33px;
	background: transparent;
	border: none;
	overflow: hidden;
	width: 33px;
	height: 33px;
	line-height: 38px;
	font-size: 14px;
	outline: none;
	color: #999;
	text-indent: -99999999px;
	z-index: 999;
	position: relative;
}

.no-results .search-form label {
	position: relative;
	float: left;
}
.no-results .search-form label:after{
	content: "\55";
	position: absolute;
	background: transparent;
	border: none;
	overflow: hidden;
	top: 0;
	right: 1px;
	height: 33px;
	line-height: 33px;
	width: 33px;
	outline: none;
	color: #999;
	display: inline-block;
	font: normal normal normal 15px/33px ElegantIcons;
	text-rendering: auto;
	text-align: center;
}

.bypostauthor {
	display: block;
}

.comments-area {
	float: left;
}

.comments-area ol {
	margin-left: 0;
	padding-left: 0;
}

.comments-area ol li {
	list-style: none;
}

.comment-meta {
	margin-left: 75px;
}

.comment-author img {
	position: absolute;
	left: 0;
	top: 0;
}

.comment-author img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 55px;
	height: 55px;
}

.comment-author .fn {
	font-size: 14px;
	margin: 0 0 10px;
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-style: normal;
}

.comments-area ol li {
	text-align: justify;
	position: relative;
}

.comments-area .reply a {
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.comment-reply-title {
	border-bottom: 1px dotted #c2c2c2;
	font-size: 16px;
	color: #111;
	padding-bottom: 15px;
	margin: 0 0 20px;
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-top: 30px;
}

#comments input:not([type="submit"]) {
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: 2px;
	font-size: 12px;
	height: 33px;
	border: 1px solid #EAEAEA;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: none;
}

/* -------------------------------------------------------------------
Widgets
------------------------------------------------------------------- */

.sidebar .widget {
	margin-bottom: 60px;
}

.sidebar .widget:last-child {
	margin-bottom: 0;
}

.sidebar .widget-title {
	color: #111;
    text-align: center;
}

.widget .widget-title {
	border-bottom: 1px solid #f5f5f5;
	font-size: 14px;
	padding: 0 0 10px;
	margin: 0 0 15px;
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #f5f5f5;
}

.test {
    border-right: 1px solid #fff;
}
.widget ul li {
	padding-top: 10px;
	line-height: 21px;
}

.widget ul {
	list-style: none;
	padding: 0;
    padding-left: 40px;
	margin: 0;
    text-align: left;
}

.widget ul ul {
	margin-left: 1.5em;
}

.widget .screen-reader-text {
	display: none;
}

.widget select {
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
	height: 33px;
	border: 1px solid #EAEAEA;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 100%;
	font-size: 12px;
}

.widget label {
	width: 100%;
	position: relative;
}

.widget form {
	position: relative;
}

.widget input[type=search] {
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: 2px;
	font-size: 12px;
	height: 33px;
	border: 1px solid #EAEAEA;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-weight: 400;
	width: 100%;
	padding: 5px 30px 5px 12px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.widget input[type=search]:focus {
	border-color: #CACACA;
}

.widget_search form label:after  {
	content: "\55";
	position: absolute;
	background: transparent;
	border: none;
	overflow: hidden;
	top: 0;
	right: 1px;
	height: 33px;
	line-height: 33px;
	width: 33px;
	outline: none;
	color: #999;
	display: inline-block;
	font: normal normal normal 15px/33px ElegantIcons;
	text-rendering: auto;
	text-align: center;
}

.widget form input[type=submit] {
	position: absolute;
	background: transparent;
	border: none;
	overflow: hidden;
	right: 1px;
	width: 33px;
	height: 33px;
	line-height: 38px;
	font-size: 14px;
	outline: none;
	color: #999;
	text-indent: -99999999px;
	top: 0;
}

.widget .icon-list li {
	padding: 5px 0;
}

.widget .menu {
	border-bottom: none;
}

.widget .icon-list li a:before {
	content: "\00BB";
	color: #666666;
	padding-right: 5px;
}

.widget-posts li {
	margin: 0 0 15px;
}

.widget-posts li:last-child {
	margin: 0;
}

.widget-posts-image {
	float: left;
	width: 64px;
}

.widget-posts-body {
	margin-left: 74px;
}

.search-box {
	position: relative;
}

.widget .tagcloud a {
	color: #111;
	background: #111;
	display: inline-block;
	font-size: 10px !important;
	color: #fff;
	padding: 4px 10px 4px 12px;
	margin: 0 0 4px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-style: italic;
}

/* -------------------------------------------------------------------
Calendar Widget
------------------------------------------------------------------- */

.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}

.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar a {
	display: block;
	background-color: rgba(0, 0, 0, 0.03);
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
	color: #FFF;
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad,
.site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}

.widget_calendar thead th {
	background-color: rgb(17, 17, 17);
	color: #FFF;
	font-weight: normal;
}

/* -------------------------------------------------------------------
Tags
------------------------------------------------------------------- */

.tags a {
	background: #111;
	display: inline-block;
	font-size: 10px;
	color: #fff;
	padding: 4px 10px 4px 12px;
	margin: 0 0 4px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.tags a:hover {
	background: rgba(17, 17, 17, .8);
}

/* -------------------------------------------------------------------
Comments and comment form
------------------------------------------------------------------- */

.comments,
#comments {
	margin: 50px 0 0;
}

.comments .comment-title,
.comment-form .comment-form-title,
#comments .comment-reply-title {
	border-bottom: 1px dotted #c2c2c2;
	font-size: 16px;
	color: #111;
	padding-bottom: 15px;
	margin: 0 0 20px;
}

.comment-author {
	font-size: 14px;
	margin: 0 0 5px;
}

.comment-avatar {
	width: 55px;
	float: left;
	margin-top: 10px;
}

.comment-avatar img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.comment-content {
	padding-top: 5px;
	margin-left: 75px;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

/* -------------------------------------------------------------------
Shop
------------------------------------------------------------------- */

.shop-with-sidebar {
	float: right !important;
}

.navbar-custom .navbar-cart > a {
	position: relative;
	font-size: 12px;
}

.navbar-custom .navbar-cart a:after {
	content: "";
}

.navbar-cart .cart-item-number {
	position: absolute;
	background: #e5e5e5;
	display: block;
	height: 14px;
	width: 14px;
	right: 7px;
	top: 21px;
	text-align: center;
	line-height: 14px;
	letter-spacing: 0;
	font-size: 10px;
	color: #111;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* If cart is last item - add padding-left */

.navbar-custom .navbar-nav > li:last-child.navbar-cart > a {
	padding-left: 22px;
}

/* Navbar cart item */

.sub-menu.cart-list,
.children.cart-list {
	background: rgba(26, 26, 26, .92);
	padding: 11px 15px;
	text-align: right;
}

.navbar-cart-item {
	border: 1px solid rgba(73, 71, 71, 0.15);
	margin: 0 0 10px;
}

.navbar-cart-img {
	float: left;
	border: 3px solid rgba(255, 255, 255, .1);
}

.navbar-cart-img img {
	max-width: 64px;
}

.navbar-cart-title {
	white-space: nowrap;
	margin-left: 70px;
	padding: 10px;
}

.navbar-cart-title a,
.navbar-cart-title .cart-amount {
	letter-spacing: 2px;
	font-size: 11px;
}

.navbar-cart-title a {
	display: block;
	margin: 0 0 5px;
}

.navbar-cart-title .cart-amount {
	font-size: 10px;
}

.cart-sub-totle {
	margin: 10px 0 20px;
}

/* Links hover */

.navbar-cart-item a {
	color: #999;
}

.navbar-cart-item a:hover {
	color: #fff;
}

/* -------------------------------------------------------------------
Shope item
------------------------------------------------------------------- */

.shop-item {
	text-align: center;
	margin: 0 0 40px;
}

.shop-item-image {
	position: relative;
	overflow: hidden;
}

.shop-item-image img {
	width: 100%;
	border: 1px solid #dddddd;
}

.shop-item-detail,
.shop-item-image:after {
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.shop-item-image:after {
	position: absolute;
	display: block;
	content: "";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.shop-item-detail {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 100%;
	padding: 20px;
	opacity: 0;
	z-index: 2;
	text-align: center;
	font-size: 12px;
	color: #aaa;
}

.shop-item-title {
	font-weight: 400;
	font-size: 14px;
	color: #111;
	margin: 15px 0 5px;
}
.shop-item-title a {
	color: #121212;
}
/* Shop item hover */

.shop-item:hover .shop-item-image:after {
	background: rgba(255, 255, 255, .5);
}

.add_to_cart_button {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 100%;
	padding: 20px;
	opacity: 0;
	z-index: 2;
	text-align: center;
	font-size: 12px;
	color: #aaa;
}

.shop-item:hover .shop-item-detail, .product:hover .add_to_cart_button {
	opacity: 1;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	transform: translateY(50%);
}

/* -------------------------------------------------------------------
Shope item
------------------------------------------------------------------- */

.ex-product {
	opacity: .7;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.ex-product:hover {
	opacity: 1;
}

/* -------------------------------------------------------------------
Shop product detail
------------------------------------------------------------------- */

.product-gallery {
	list-style: none;
	padding: 0;
	width: 100%;
	margin: 10px 0 0;
}

.product-gallery li {
	display: inline-block;
	width: 15%;
	margin: 0 5px;
}

.product-gallery li:first-child {
	margin-left: 0;
}

.product-title {
	margin: 0 0 20px;
	color: #111;
}

.star,
.star-off {
	margin-bottom: 5px;
	color: #f1c40f;
}

.star-off {
	color: #e5e5e5;
}

.amount {
	color: #111;
}

.reviews {
	margin: 0;
}

.single-product .amount {
	font-size: 13px;
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #9E9E9E !important;
}

/* -------------------------------------------------------------------
Scroll to top
------------------------------------------------------------------- */

.scroll-up {
	position: fixed;
	display: none;
	bottom: 7px;
	right: 7px;
	z-index: 999;
}

.scroll-up a {
	background: #fff;
	display: block;
	height: 28px;
	width: 28px;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	color: #000;
	opacity: 0.6;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.scroll-up a:hover,
.scroll-up a:active {
	opacity: 1;
	color: #000;
}
.shop_isle_header_title {
	float: left;
	padding: 5px;
	margin-left: 15px;
}
.shop_isle_header_title h1,
.shop_isle_header_title h2 {
	margin-top:0px;
	margin-bottom:0px;
}
.shop_isle_header_title h1 {
	line-height: 16px;
	text-align: right;
}
.shop_isle_header_title h1 a {
	letter-spacing: 4px;
	font-weight: 400;
	font-size: 24px;
	color: #ffffff;
	display: block;
}
.shop_isle_header_title h2 {
	line-height: 12px;
}
.shop_isle_header_title h2 a {
	font-size: 12px;
	line-height: 16px;
	color: #b0976d;
	display: block;
	text-align: right;
}
.shop_isle_header_title {
	text-align: center;
}
.shop_isle_banners_section {
	text-align:center;
}
.shop_isle_banners_section .widget {
	width: 33.33333333%;
	display: inline-block;
}
.header-menu-wrap {
	display: table-cell !important;
	vertical-align: middle;
}
.navbar-header {
	float: none;
	display: table-cell !important;
	vertical-align: middle;
	width: 230px;
}
.header-container {
	padding-top: 30px;
	padding-bottom: 15px;
	display: table;
	width: 100%;
}
.shop-isle-header-title-inner {
	text-align: center;
	float: left;
}

/*--------------------------------------------------------------
ALIGNMENTS
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
/*Hide*/
.shop-isle-poweredby-box {
	width: 100%;
	text-align: left;
	font-size: 9px;
	margin-bottom: 0;
	letter-spacing: 1px;
}

/* -------------------------------------------------------------------
Responsive Media Querries
------------------------------------------------------------------- */

@media (min-width: 768px) {

	body.home .navbar-transparent {
		background: transparent;
		padding-bottom: 15px;
		padding-top: 15px;
		border-bottom: 0;
	}

	.navbar-custom .sub-menu,
	.navbar-custom .children {
		position: absolute;
		display: block;
		visibility: hidden;
		opacity: 0;
		z-index: 10;
	}

	.navbar-custom .open > .sub-menu,
	.navbar-custom .open > .children {
		visibility: visible;
		opacity: 1;
	}

	.navbar-custom .sub-menu .menu-item-has-children-toggle:after,
	.navbar-custom .children .menu-item-has-children-toggle:after {
		position: absolute;
		display: block;
		right: 9px;
		top: 50%;
		margin-top: -6px;
		font: normal normal normal 14px/1 'ElegantIcons';
		font-size: 9px;
		content: "\45";
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	.navbar-right .sub-menu,
	.navbar-right .children {
		right: auto;
		left: 0;
	}

	.navbar-nav>ul>li {
		float: left;
		list-style: none;
	}

	.navbar-nav>ul li {
		position: relative;
	}

	.navbar-nav>ul li:hover > ul.children {
		visibility: visible;
		opacity: 1;
	}

	.navbar-nav>li>a {
		padding-top: 3px;
		padding-bottom: 3px;
	}

	/* Comments */

	.comment .comment {
		margin-left: 75px;
	}

	.navbar-nav>ul>li>a {
		display: block;
		padding: 3px 15px;
	}

	.navbar-custom ul.nav > li.has_children > .dropdownmenu:before {
		content: "\43";
		line-height: 16px;
	}

	.navbar-right {
		text-align: right;
	}

	.navbar-nav > li {
		position: relative;
		display: inline-block;
		float: none;
	}

    .module-advantages .multi-columns-row {
        text-align: center;
    }

    .module-advantages .multi-columns-row div.col-sm-6 {
        float: none;
        display: inline-block;
    }

}

@media (max-width: 1200px) {

	/* Features */

	.alt-features-item {
		margin: 20px 0 0;
	}

}

@media (max-width: 1050px) {

	/* Navbar */

	.navbar-custom {
		letter-spacing: 1px;
	}

}

@media (max-width: 991px) {

	/* Navbar */

	.navbar-custom {
		letter-spacing: 0;
	}

	/* Headers */

	.hs-title-size-3 {
		letter-spacing: 8px;
		font-size: 36px;
	}

	.hs-title-size-4 {
		letter-spacing: 12px;
		font-size: 38px;
	}

	.work-item,
	.works-grid-3 .work-item,
	.container .works-grid-3 .work-item,
	.works-grid-4 .work-item,
	.works-grid-5 .work-item {
		width: 50%;
	}

	/* Half-image */

	.side-image {
		position: relative;
		height: 300px;
	}

}

@media (max-width: 767px) {

	.shop_isle_banners_section .widget {
		width: 100%;
	}
	.navbar-toggle {
		display: table-cell;
		vertical-align: middle;
		float: none;
		width: 44px;
		cursor: pointer;
	}

	.navbar-header {
		display: table !important;
		width: 100%;
		min-height: 50px;
	}
	.shop_isle_header_title {
		margin-left: 0;
		display: table-cell !important;
		vertical-align: middle;
		float: none;
		text-align: left;
	}

	.navbar-fixed-top .navbar-collapse {
		width: 100%;
		float: left;
		position: absolute;
		top: 100%;
		background: #1B1B1B;
		left: 0;
		z-index: 9999999;
	}

	.header-container {
		width: 100%;
	}
	.navbar-header {
		padding-right: 0;
		margin-right: 0;
	}

	/* Navbar */

	.navbar-custom .navbar-nav {
		letter-spacing: 3px;
		margin-top: 1px;
		margin-bottom: 0;
		width: 100%;
	}

	.navbar-custom li > a:hover {
		background: rgba(255, 255, 255, .1) !important;
	}

	.navbar-custom .navbar-nav .open .sub-menu .menu-item-has-children-header,
	.navbar-custom .navbar-nav .open .sub-menu > li > a,
	.navbar-custom .navbar-nav .open .children .menu-item-has-children-header,
	.navbar-custom .navbar-nav .open .children > li > a {
		padding: 10px 25px;
	}

	.navbar-custom .navbar-nav .open .sub-menu .sub-menu .menu-item-has-children-header,
	.navbar-custom .navbar-nav .open .sub-menu .sub-menu > li > a,
	.navbar-custom .navbar-nav .open .children .sub-menu .menu-item-has-children-header,
	.navbar-custom .navbar-nav .open .children .sub-menu > li > a  {
		padding: 10px 35px;
	}

	.navbar-custom li a,
	.navbar-custom .menu-item-has-children-search {
		border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
	}

	.navbar-custom .menu-item-has-children-toggle:after,
	.navbar-custom .sub-menu .menu-item-has-children-toggle:after,
	.navbar-custom .children .menu-item-has-children-toggle:after {
		right: 7px;
		content: "\f107";
	}

	.navbar-custom .nav > .open >.dropdown-toggle:after,
	.navbar-custom .sub-menu .menu-item-has-children.open .menu-item-has-children-toggle:after,
	.navbar-custom .children .menu-item-has-children.open .menu-item-has-children-toggle:after {
		right: 7px;
		content: "\f106";
	}

	/* Shop navbar */

	.navbar-custom .navbar-nav > li:last-child.navbar-cart > a {
		padding-left: 15px;
	}

	.navbar-custom .navbar-cart-item a {
		border: 0 !important;
	}

	.sub-menu.cart-list,
	.children.cart-list {
		text-align: left;
		border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
	}
	.navbar-cart-item {
		border: none;
		border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
		padding-bottom: 10px;
	}

	.navbar-cart-img {
		display: none;
	}

	.navbar-cart-title {
		white-space: normal;
		padding: 0;
		margin-left: 0;
	}


	/* Headers */

	.hs-title-size-1 {
		letter-spacing: 2px;
		font-size: 14px;
	}

	.hs-title-size-2 {
		line-height: 1.3;
		letter-spacing: 2px;
		font-size: 16px;
		opacity: .8;
	}

	.hs-title-size-3 {
		letter-spacing: 4px;
		font-size: 26px;
	}

	.hs-title-size-4 {
		letter-spacing: 6px;
		font-size: 28px;
	}

	/* Features */

	.features-item {
		margin: 0 0 30px;
	}

	.alt-features-item {
		padding-left: 0;
		margin: 0 0 30px;
		text-align: center;
	}

	.alt-features-icon {
		position: static;
		width: auto;
		margin: 0 auto 8px;
	}

	/* Callout */

	.callout-text {
		margin: 0 0 30px;
	}

	.callout-text,
	.callout-btn-box {
		text-align: center;
	}

	/* Sidebar */

	.sidebar {
		margin-top: 50px;
	}

	.widget {
		margin-bottom: 60px;
	}

	.post.mb-0 {
		margin-bottom: 40px !important;
	}

	.footer {
		text-align: center;
	}

	.copyright,
	.footer-social-links,
	.shop-isle-poweredby-box {
		text-align: center;
		margin: 10px 0;
	}

	/* Half-image */

	.side-image-text {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* Restaurant menu */

	.menu-title,
	.menu-detail,
	.menu-price-detail {
		text-align: center;
	}

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

	.align-left-sm {
		text-align: left;
	}

	/* Scroll up btn*/

	.scroll-up {
		display: none !important;
	}

	.about-team-member .fadeInUp {
		max-width: 300px;
	}

}

@media only screen and (max-width: 480px) {

	.work-item,
	.works-grid-3 .work-item,
	.works-grid-4 .work-item,
	.works-grid-5 .work-item {
		width: 100%;
	}

}

/* -------------------------------------------------------------------
Multi-columns-row
------------------------------------------------------------------- */

.multi-columns-row .first-in-row {
	clear: left;
}

.multi-columns-row .col-xs-6:nth-child(2n + 3) { clear: left; }
.multi-columns-row .col-xs-4:nth-child(3n + 4) { clear: left; }
.multi-columns-row .col-xs-3:nth-child(4n + 5) { clear: left; }
.multi-columns-row .col-xs-2:nth-child(6n + 7) { clear: left; }
.multi-columns-row .col-xs-1:nth-child(12n + 13) { clear: left; }

@media (min-width: 768px) {

	.multi-columns-row .col-xs-6:nth-child(2n + 3) { clear: none; }
	.multi-columns-row .col-xs-4:nth-child(3n + 4) { clear: none; }
	.multi-columns-row .col-xs-3:nth-child(4n + 5) { clear: none; }
	.multi-columns-row .col-xs-2:nth-child(6n + 7) { clear: none; }
	.multi-columns-row .col-xs-1:nth-child(12n + 13) { clear: none; }

	.multi-columns-row .col-sm-6:nth-child(2n + 3) { clear: left; }
	.multi-columns-row .col-sm-4:nth-child(3n + 4) { clear: left; }
	.multi-columns-row .col-sm-3:nth-child(4n + 5) { clear: left; }
	.multi-columns-row .col-sm-2:nth-child(6n + 7) { clear: left; }
	.multi-columns-row .col-sm-1:nth-child(12n + 13) { clear: left; }
}

@media (min-width: 992px) {

	.multi-columns-row .col-sm-6:nth-child(2n + 3) { clear: none; }
	.multi-columns-row .col-sm-4:nth-child(3n + 4) { clear: none; }
	.multi-columns-row .col-sm-3:nth-child(4n + 5) { clear: none; }
	.multi-columns-row .col-sm-2:nth-child(6n + 7) { clear: none; }
	.multi-columns-row .col-sm-1:nth-child(12n + 13) { clear: none; }

	.multi-columns-row .col-md-6:nth-child(2n + 3) { clear: left; }
	.multi-columns-row .col-md-4:nth-child(3n + 4) { clear: left; }
	.multi-columns-row .col-md-3:nth-child(4n + 5) { clear: left; }
	.multi-columns-row .col-md-2:nth-child(6n + 7) { clear: left; }
	.multi-columns-row .col-md-1:nth-child(12n + 13) { clear: left; }
}

@media (min-width: 1200px) {

	.multi-columns-row .col-md-6:nth-child(2n + 3) { clear: none; }
	.multi-columns-row .col-md-4:nth-child(3n + 4) { clear: none; }
	.multi-columns-row .col-md-3:nth-child(4n + 5) { clear: none; }
	.multi-columns-row .col-md-2:nth-child(6n + 7) { clear: none; }
	.multi-columns-row .col-md-1:nth-child(12n + 13) { clear: none; }

	.multi-columns-row .col-lg-6:nth-child(2n + 3) { clear: left; }
	.multi-columns-row .col-lg-4:nth-child(3n + 4) { clear: left; }
	.multi-columns-row .col-lg-3:nth-child(4n + 5) { clear: left; }
	.multi-columns-row .col-lg-2:nth-child(6n + 7) { clear: left; }
	.multi-columns-row .col-lg-1:nth-child(12n + 13) { clear: left; }

}

/* -------------------------------------------------------------------
Vertival margin, padding
------------------------------------------------------------------- */

.p-0    {padding: 0!important}
.pt-0   {padding-top:0!important}
.pt-10  {padding-top:10px!important}
.pt-20  {padding-top:20px!important}
.pt-30  {padding-top:30px!important}
.pt-40  {padding-top:40px!important}
.pt-50  {padding-top:50px!important}
.pt-140 {padding-top:140px!important}

.pb-0   {padding-bottom:0!important}
.pb-10  {padding-bottom:10px!important}
.pb-20  {padding-bottom:20px!important}
.pb-30  {padding-bottom:30px!important}
.pb-40  {padding-bottom:40px!important}
.pb-50  {padding-bottom:50px!important}
.pb-140 {padding-bottom:140px!important}

.m-0 {margin:0 !important}
.mt-0  {margin-top:0 !important}
.mt-10 {margin-top:10px !important}
.mt-20 {margin-top:20px !important}
.mt-30 {margin-top:30px !important}
.mt-40 {margin-top:40px !important}
.mt-50 {margin-top:50px !important}
.mt-60 {margin-top:60px !important}
.mt-70 {margin-top:70px !important}
.mt-80 {margin-top:80px !important}

.mb-0  {margin-bottom:0!important}
.mb-10 {margin-bottom:10px !important}
.mb-20 {margin-bottom:20px !important}
.mb-30 {margin-bottom:30px !important}
.mb-40 {margin-bottom:40px !important}
.mb-50 {margin-bottom:50px !important}
.mb-60 {margin-bottom:60px !important}
.mb-70 {margin-bottom:70px !important}
.mb-80 {margin-bottom:80px !important}

@media only screen and (max-width:991px) {

	.mt-sm-0  {margin-top:0!important}
	.mt-sm-10 {margin-top:10px !important}
	.mt-sm-20 {margin-top:20px !important}
	.mt-sm-30 {margin-top:30px !important}
	.mt-sm-40 {margin-top:40px !important}
	.mt-sm-50 {margin-top:50px !important}
	.mt-sm-60 {margin-top:60px !important}
	.mt-sm-70 {margin-top:70px !important}
	.mt-sm-80 {margin-top:80px !important}

	.mb-sm-0  {margin-bottom:0!important}
	.mb-sm-10 {margin-bottom:10px !important}
	.mb-sm-20 {margin-bottom:20px !important}
	.mb-sm-30 {margin-bottom:30px !important}
	.mb-sm-40 {margin-bottom:40px !important}
	.mb-sm-50 {margin-bottom:50px !important}
	.mb-sm-60 {margin-bottom:60px !important}
	.mb-sm-70 {margin-bottom:70px !important}
	.mb-sm-80 {margin-bottom:80px !important}

}

@media only screen and (max-width:767px) {

	.mt-xs-0  {margin-top:0!important}
	.mt-xs-10 {margin-top:10px !important}
	.mt-xs-20 {margin-top:20px !important}
	.mt-xs-30 {margin-top:30px !important}
	.mt-xs-40 {margin-top:40px !important}
	.mt-xs-50 {margin-top:50px !important}
	.mt-xs-60 {margin-top:60px !important}
	.mt-xs-70 {margin-top:70px !important}
	.mt-xs-80 {margin-top:80px !important}

	.mb-xs-0  {margin-bottom:0!important}
	.mb-xs-10 {margin-bottom:10px !important}
	.mb-xs-20 {margin-bottom:20px !important}
	.mb-xs-30 {margin-bottom:30px !important}
	.mb-xs-40 {margin-bottom:40px !important}
	.mb-xs-50 {margin-bottom:50px !important}
	.mb-xs-60 {margin-bottom:60px !important}
	.mb-xs-70 {margin-bottom:70px !important}
	.mb-xs-80 {margin-bottom:80px !important}


	.shop_isle_bannerss_section .col-sm-4 {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.dropdownmenu {
		right: 0;
	}
	.admin-bar .navbar-custom {
		top: 46px;
	}
	.shop_isle_bannerss_section .col-sm-4 {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.dropdownmenu {
		right: 0;
	}
	.admin-bar .navbar-custom {
		top: 46px;
	}
	.navbar-nav>ul>li {
		list-style: none;
	}
	.navbar-nav>ul>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 20px;
		display: block;
		padding: 10px 15px;
	}
	.navbar-nav>ul {
		padding-left: 0;
		margin-left: 0;
	}
	.wpcf7-form {
		margin-bottom: 25px;
	}

}

@media screen and (max-width: 600px) {
	.admin-bar .navbar-fixed-bottom,
	.admin-bar .navbar-fixed-top {
		position: absolute;
	}
}

/*Custom CSS*/

.current_page_item a {
    color: #b0976d !important;
}


ul.products li.product h3 {
	color: #121212 !important;
	font-size: 16px !important;
}
.woocommerce.single-product div[itemprop="description"] {
	color: #9e9e9e !important;
}
.single-product div.product form.cart .quantity .qty, .single_add_to_cart_button {
	background-color: #f9f9f9 !important;
	width: 50% !important;
	color: #9e9e9e !important;
}
.ui.grid>.column {
	margin-top: 0 !important;
    margin-bottom: 0 !important;
	padding: 5px 0 5px 0 !important;
}
.home-prod-title, .product-hide-title {
	border-bottom: 1px solid #9e9e9e;
}
.header-search-button, .icon-basket {
	color: #fff !important;
}
.navbar-cart-inner .cart-item-number {
	background: #b0976d !important;
}
.header-search:hover .header-search-button {
	color: #b0976d !important;
}
.navbar-cart-inner:hover .icon-basket {
	color: #b0976d !important;
}
.front-page-main .container-fluid {
	padding-left:0;
	padding-right: 0;
}
.frontpage-title {
	position: relative;
	letter-spacing: 4px;
	text-align: center;
	font-weight: 400;
	color: #b0976d;
	padding-bottom: 20px;
}
@media (min-width: 992px) {
	#verticalAlign {
		display: flex;
		align-items: center;
  }
}
@media (max-width: 1200px) {
	.frontpage-title {
		padding-bottom: 10px;
	}
}

/* STYLING FOR WOOCOMMERCE */

.woocommerce-variation-price .amount {
	font-size: 36px;
}

.product-main-content .price {
	font-size: 22px !important;
	display:none;
}

.woocommerce-ordering select {
	background-color: #f9f9f9;
	color: #9e9e9e !important;
}

.single-product .product_title {
	color: #b0976d !important;
	padding-top: 40px;
}

.single-product div.product form.cart .button {
	background: #b0976d !important;
	color: #f9f9f9 !important;
}

.single-product div.product form.cart .button:hover {
	transition: background-color 0.5s ease;
	background: #f9f9f9 !important;
	color: #b0976d !important;
}

.single-product div.product .images .woocommerce-main-image, .prod-img-wrap {
	border: 1px solid #dddddd;
	margin-top: 10px;
}

.prod-img-wrap {
	border: 1px solid #dddddd;
	box-shadow: 0 0 10px #1d1d1d;
	margin-top: 10px;
}

ul.products li.product img, ul.products li.product .product-button-wrap .button, .product-button-wrap .button {
	margin: 0 !important;
}

.product-button-wrap .button {
	margin: 0 !important;
	padding: 10px 0px !important;
}

.product .product-button-wrap .add_to_cart_button {
	background: #b0976d !important;
}

.single-product div.product .variations_button {
	padding-top: 3em !important;
}

.added_to_cart {
	background-color: #dddddd !important;
	letter-spacing: 0px; !important;
}

.ex-product img {
	border: 1px solid #dddddd;
}

#secondLamp {
	background-color: #f5f5f5;
	padding-top: 20px;
}

#thirdLamp {
	padding-top: 20px;
}

.woocommerce-thankyou-order-received {
	font-size: 22px;
}

/*Fullscreen section can be fint in front-page.php on line 240*/

.frontpage-background-section {
	background-image: url("../images/header.jpg");
	position: relative;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	z-index: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 200px;
}

ul.products li.product .price {
	color: #6b6b6b !important;
	font-size: 12px !important;
	border-top: 1px solid #dddddd;
}

.woocommerce ul.products li.product .price .amount {
	font-family: "Roboto Condensed", sans-serif !important;
	letter-spacing: 1px !important;
	color: #6b6b6b !important;
	font-size: 12px !important;
}

/*Basket CSS styling*/

.module-cart-bottom {
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
}

td[data-title="Total"] .amount {
    font-size: 18px !important;
}

/*Checkout styling*/

.shop_table.cart th, .shop_table.cart td {
	border: 0 !important;
}

.cart_totals table, .cart_totals table td, .cart_totals table thh {
    border: 0 !important;
}

.cart_totals table, .cart_totals table td, .cart_totals table th {
    border: 0 !important;
}

.shop_table tr {
	border-bottom: 0 !important;
	border-top: 1px solid #e5e5e5;
}

.wc-proceed-to-checkout .button.checkout-button {
	background-color: #b0976d !important;
	font-size: 16px !important;
}

.shop_table.cart img {
	width: 140px !important;
	max-width: 150px !important;
}

.woocommerce-billing-fields {
	min-height: 650px;
}

id label {
    font-weight: 300 !important;
}

.introTilbud {
    font-size: 20px;
    line-height: 16px;
    padding-bottom: 0 !important;
    margin: 5px 5px !important;
    text-shadow: 0 0 2px #000;
}

.introTilbudSmall {
    font-size: 12px;
    line-height: 12px;
    padding-bottom: 0 !important;
    margin: 5px 5px !important;
     text-shadow: 0 0 2px #000;
}

.paymentInfo {
    width: 60px;
    height: auto;
    padding: 0 5px;
}

.yith-wcms-button {
    text-transform: uppercase;
    padding: 10px 30px;
    background-color: #b0976d;
    font-weight: 700;
    color: #fff;
    border: 1px solid #e9e9e9;
}

.ssl {
	height: 25px;
    margin-top: -8px;
}

/* Multistep Checkout*/

.yith-wcms-button:hover {
    background-color: #e9e9e9;
    color: #b0976d;
}

#captcha {
	padding-bottom: 30px;
	display: inline-flex;
}

.contact-title {
	padding-top: 200px;
}

.module-contact {
	padding: 100px 0;
}

.contact-page-form{
	padding-top: 40px !important;
	border: 1px solid #e9e9e9;
	box-shadow: 0 0 10px #000;
	max-width: 380px;
	margin-left: auto;
    margin-right: auto;
	background-color: #f9f9f9;
}

.contactBackground {
	  background: url(../../assets/images/contactImage.jpg) no-repeat center center fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
}

#left {
    background-color: rgba(176, 151, 109, 0.8);
	color: #fff;
	border: 1px solid #e9e9e9;
	height: 75px;
	vertical-align: middle;
	text-align: center;
	padding-top: 10px;
	text-shadow: 0 0 3px #000;
}

#left .handle {
	text-transform: uppercase;
    background-color: rgba(176, 151, 109, 0.8);
	color: #e9e9e9;
	text-transform: uppercase;
	border: 1px solid #e9e9e9;
	width: 75px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	text-align: center;
}

#left .handle:hover {
    background-color: #e9e9e9;
    transition: background-color 0.5s ease;
}

.ui-slideouttab-panel {
	z-index: 9999999;
}

.ui-slideouttab-handle, .ui-slideouttab-panel {
    background-color: white;
    box-sizing: border-box;
    padding: 10px 0;
}

.ui-slideouttab-handle {
    cursor: pointer;
    color: white;
    background-color: grey;
}

.site-description {
	letter-spacing: 3px !important;
}

table.cart td.actions input[name="update_cart"] {
	background-color: #b0976d !important; 
}

#order_review .shop_table, #order_review .shop_table th, #order_review .shop_table td {
    border: 0 !important;
    padding: 6px !important;
}

#shipping_method li label {
    font-size: 12px;
    font-weight: 400;
}

@media (max-width: 480px) {

	.frontTagline {
		float: right;
		position: absolute;
		right: 0px;
		bottom: 0px;
		z-index: 1000;
		font-size: 10px;
		padding-right: 5px !important;
	}
}

#payment .terms {
    margin:20px;
}

.frontTagline {
	float: right;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 1000;
	padding: 0px 20px 10px 0px;
	color: #e9e9e9;
	text-shadow: 0 0 3px #000;
	font-style: italic;
}

.forhandler {
    border-left: 2px solid #d9d6cc;
    padding-left: 20px;
}
.galleri {
    padding-top: 130px !important;
    background-color: #121212 !important;
}

.woocommerce-loop-product__title, .related.products h2 {
    font-size: 14px !important;
}

a.button {
    background: #b0976d !important;
    border-radius: 0 !important;
    width: 100%;
}