html {
  font-size: 100%;
}
body {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Open sans", Helvetica, Arial, sans-serif;
  color: #666666;
  padding: 0;
  max-width:100vw;
  overflow-x:hidden;
}
main {
	padding-top:40px;
}

.topspace {
  margin-top: 40px;
}
/*********************************************************************


                            Navigation in header


**********************************************************************/
.navbar {
  border-width: 1px 0;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  width: 100%;
  padding: 0px;
  border-bottom: 1px solid #cccccc;
  z-index: 22;
}
.navbar.stick {
  position: fixed;
  top: 0;
  left: 0;
  opacity: .85;
}
.navbar-collapse {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  font-family: "Open sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
.navbar-collapse .navbar-nav {
  float: none;
  margin: 0 auto;
  text-align: center;
  flex-direction: row;
  justify-content: center;
}
.navbar-collapse .navbar-nav > li {
  float: none;
  display: inline-block;
  padding: 20px 30px;
  transition: all 1s;
}
.navbar-collapse .navbar-nav > li > a {
  text-decoration: none;
}
.dropdown ul.dropdown-menu {
  top: 85%;
  text-align: left;
}

.navbar-collapse .navbar-nav > li.active, .navbar-collapse .navbar-nav > li:hover, .navbar-collapse .navbar-nav > li.active:hover{
    background-color: #8c0e1c;
}


.navbar-collapse .navbar-nav > li.active a, .navbar-collapse .navbar-nav > li:hover a, .navbar-collapse .navbar-nav > li.active:hover a{
   color: #ffffff;
}

.dropdown ul.dropdown-menu > li > a {
  padding: 5px 30px;
}
.navbar-default {
  background-color: #ffffff;
  border-color: #cccccc;
}
.navbar-default .navbar-nav > li > a {
  color: #454545;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background-color: #8c0e1c;
    color: white;
}
.navbar-default .dropdown ul.dropdown-menu > li > a {
  color: #454545;
}
.navbar-default .dropdown ul.dropdown-menu > li > a:hover {
  background-color: #eeeeee;
  color: #000000;
}
.navbar-default .navbar-toggle {
  border-color: #666666;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #333333;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #cccccc;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #ffffff;
  color: #000000;
}
/****************************************************************************************


                                     Sidebar special Nav


*****************************************************************************************/
.nav-side {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
  margin-top: -0.37em;
}
.nav-side > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #f392b4;
}
.nav-side > li > a:hover {
  color: #8c0e1c;
  background: none;
}
.nav-side > li.active > a {
  color: #8c0e1c;
}
/*********************************************************************


                                TYPOGRAPHY


**********************************************************************/
p {
  line-height: 1.6em;
  margin: 0 0 30px 0;
}
ul,
ol {
  line-height: 1.6em;
  margin: 0 0 30px 0;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 30px;
  border-left: 5px solid #eee;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #333333;
}
h1 {
  font-size: 40px;
  font-size: 2.5rem;
}
h2 {
  font-size: 36px;
  font-size: 2.25rem;
}
h3 {
  font-size: 30px;
  font-size: 1.875rem;
}
h4 {
  font-size: 24px;
  font-size: 1.5rem;
}
h5 {
  font-size: 20px;
  font-size: 1.25rem;
}
a {
  color: #8c0e1c;
}
a:hover {
  color: black;
}
.lead {
  font-weight: 300;
  font-size: 21px;
  font-size: 1.3125rem;
}
.text-msg {
  line-height: 1.7em;
  color: #b3b3b3;
  font-weight: 300;
  text-transform: capitalize;
  margin-top: -0.23em;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}
/*********************************************************************


                                HEADER


**********************************************************************/
#head {
  background: #f4f4f4 url(../../background_images/header.jpg?123);
  background-size: cover;
  color: #7C7C7C;
  padding: 30px 0 35px 0;
  background-repeat: no-repeat;
  padding: 30px 0 35px 0;
  background-repeat: no-repeat;
  background-position: 50% 13%;
}
#head img.img-circle {
  display: block;
  width: 140px;
  height: 140px;
  overflow: hidden;
  border: 9px solid rgba(0, 0, 0, 0.05);
  margin: 0 auto;
  border-radius: 50%;
}
#head .title {
  font-family: Alice, Georgia, serif;
  font-size: 49px;
  font-size: 3.0625rem;
  position: absolute;
  color: #8c0e1c;
  font-family: "Open sans", Helvetica, Arial, sans-serif;
  word-spacing: 4em;  left: 50%;
  transform: translateX(-50%);
  top:30%;
}

#head .title img {
	display:none;
}

#head .title a {
  text-decoration: none;
  color: #333333;
}
#head .tagline {
  display: block;
  font-size: 14px;
  font-size: 0.975rem;
  line-height: 1.2em;
  color: #111111;
  margin: 5px 0 0;
  font-style:italic;
  text-transform:uppercase;
  font-weight:400;
}
#head .tagline b {
  font-weight: normal;
}
#head .tagline a {
  color: #5E5E5E;
}
.home #head {
  padding: 90px 0;
  white-space:nowrap;
}
.home #head .title {
  font-size: 49px;
  font-size: 3.0625rem;
}
.home #head .tagline {
  font-size: 16px;
  font-size: 1rem;
  margin: 15px 0 0;
}
/*********************************************************************


                                CONTENT


**********************************************************************/
img {
  max-width: 100%;
}
.btn {
  font-size: 12px;
  font-size: 0.75rem;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  border: 0 none;
  padding: 12px 35px;
  text-shadow: 0 1px 0px #780d33;
}
.btn-primary {
  color: #fff;
  background-color: #8c0e1c;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  color: #fff;
  background-color: #222222;
}
.btn-action {
  font-weight: bold;
  background: transparent!important;
  border: 1px solid #333;
  text-shadow: none;
}
.btn-action:hover,
.btn-action:focus,
.btn-action:active,
.btn-action.active {
  color: #8c0e1c;
  border-color: #8c0e1c;
}
.btn-lg {
  padding: 15px 60px;
  font-size: 12px;
  line-height: 1.33;
  font-weight: bold;
  max-width: 100%;
}
.panel-cta {
  box-shadow: 0 0 0 1px #e1e1e1, 0 0 0 3px #fff, 0 0 0 4px #e1e1e1;
  background: #f3f3f3;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  padding: 2em;
    margin-bottom: 40px;
}
.panel-cta p,
.panel-cta h3,
.panel-cta h4,
.panel-cta h5,
.panel-cta h6 {
  margin: 0;
}
.panel-cta .panel-body {
  padding: 35px;
}
/* Section - Featured */
.featured {
  font-size: 13px;
  font-size: 0.8125rem;
}
.featured h3 {
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 1.4em;
  vertical-align: middle;
  margin: 0 0 25px 0;
  color:#8c0e1c;
}
/* Section - Recent works */
.thumbnails {
  padding: 0;
}
.thumbnails li {
  margin-bottom: 30px;
}
.thumbnails .details {
  display: block;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
}
.thumbnail {
  display: block;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  border: 0 none;
  margin-bottom: 10px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  color: #333;
}
.thumbnail .img {
  display: block;
  width: 100%;
  overflow: hidden;
  height: 180px;
  margin: 0 0 20px;
  position: relative;
}
.thumbnail .title {
  text-transform: uppercase;
  margin: 0 2em;
  display: block;
  text-indent: 0;
}
.thumbnail .cover {
  position: absolute;
  display: block;
  opacity: 0;
  width: 100%;
  height: 180px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 550ms;
  -moz-transition-duration: 550ms;
  -o-transition-duration: 550ms;
  transition-duration: 550ms;
}
.thumbnail .cover .more {
	position: absolute;
    bottom: 50%;
    right: 50%;
    height: 32px;
    line-height: 32px;
    padding: 0 20px;
    -webkit-border-radius: 1px 0 0 1px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 1px 0 0 1px;
    -moz-background-clip: padding;
    border-radius: 1px 0 0 1px;
    background-clip: padding-box;
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
    text-shadow: 0 1px 0px #780d33;
    background: #8c0e1c;
    color: white;
    transform: translate(50%,50%);
}
.thumbnail img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.thumbnail:hover {
  color: #333;
  text-decoration: none;
}
.thumbnail:hover img {
  -webkit-filter: saturate(0%);
}
.thumbnail:hover .cover {
  opacity: 1;
}
/* pagination */
.pagination > li > a {
  color: #808080;
  border: 0 none;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: Georgia, serif;
}
.pagination > li > a:hover {
  color: #000000;
  background: none;
}
.pagination > li.active > a {
  color: #333333;
  background: none;
}
.pagination > li.active > a:hover {
  color: #000000;
  background: none;
}
/*********************************************************************


                                 BLOG


**********************************************************************/
.section-title,
.entry-title {
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 0px 0 25px;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 36px;
  font-size: 2.25rem;
  letter-spacing: 1px;
}
.section-title a,
.entry-title a {
  color: #333333;
}
.section-title span,
.entry-title span {
  display: inline-block;
  position: relative;
}
.section-title span:before,
.entry-title span:before,
.section-title span:after,
.entry-title span:after {
  content: "";
  position: absolute;
  height: 4px;
  top: .53em;
  width: 400%;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.section-title span:before,
.entry-title span:before {
  right: 100%;
  margin-right: 45px;
}
.section-title span:after,
.entry-title span:after {
  left: 100%;
  margin-left: 45px;
}
.entry-header .entry-meta {
  text-align: center;
  font-family: Georgia, serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: normal;
  color: #a5a5a5;
  margin: 0 0 15px 0;
}
.entry-header .entry-meta a {
  color: #a5a5a5;
}
.entry-content {
  margin: 0 0 60px 0;
}
.entry-content h2 {
  line-height: 1.2;
  font-size: 30px;
  font-size: 1.875rem;
  padding-top: 20px;
  margin-bottom: 20px;
}
.meta-nav,
.more-link {
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: bold;
  color: #666666;
  text-decoration: none;
}
.meta-nav:hover,
.more-link:hover {
  color: #333333;
  text-decoration: underline;
}
.more-link {
  display: block;
  width: 100%;
  text-align: right;
}
/* Posts navigation */
#nav-below {
  position: fixed;
  top: 48%;
}
#nav-below .meta-nav {
  display: block;
  padding: 27px 7px;
  background: #444;
  color: #fff;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  font-family: "Open sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  opacity: 0.2;
}
#nav-below .meta-nav:hover {
  text-decoration: none;
  color: #333;
}
#nav-below .nav-next {
  position: fixed;
  right: -3px;
}
#nav-below .nav-previous {
  position: fixed;
  left: -3px;
}
#nav-below b {
  display: none;
}
footer.entry-meta {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0 0 35px 0;
  padding: 2px 0;
  color: #888888;
  font-size: 12px;
  font-size: 0.75rem;
}
footer.entry-meta a {
  color: #333333;
}
footer.entry-meta .meta-in {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
.page-header {
  padding-bottom: 0;
  margin: 0;
  border-bottom: none;
  text-align: left;
}
.page-header .page-title {
  margin-top: 0;
  margin-bottom: 30px;
}
/*********************************************************************


                                COMMENTS


**********************************************************************/
#comments {
  font-size: 13px;
  font-size: 0.8125rem;
}
#comments .comments-title {
  margin: 0 0 5px 0;
}
#comments .leave-comment {
  display: block;
  margin: 0 0 40px 0;
}
#comments ul,
#comments ol {
  margin: 0;
  padding: 0;
}
#comments .comment {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
}
#comments .comments-title {
  text-shadow: none;
  margin-bottom: 0;
}
#comments .avatar {
  float: left;
  width: 70px;
  height: 70px;
  margin-bottom: 30px;
  border: 5px solid #eeeeee;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
#comments .children {
  margin: 0 0 0 90px;
}
#comments .comment-meta {
  margin: 0 0 0 90px;
}
#comments .comment-meta a {
  color: #333333;
}
#comments .comment-meta a:hover {
  color: #8c0e1c;
}
#comments .comment-meta .author {
  margin: 0 20px 0 0;
  font-weight: bold;
}
#comments .comment-meta .date {
  margin: 0 20px 0 0;
}
#comments .comment-meta .date a {
  color: #666666;
}
#comments .comment-meta .reply {
  float: right;
}
#comments .comment-body {
  margin: 0 0 35px 90px;
}
.comment-navigation {
  width: 100%;
  border-top: 1px solid #ccc;
  padding: 2px 0 0 0;
}
.comment-navigation .nav-content {
  border-top: 1px solid #ccc;
  width: 100%;
  padding: 10px 0 0 0;
}
.comment-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next {
  float: right;
  width: 50%;
  text-align: right;
}
#respond {
  margin: 55px 0 0 0;
}
/*********************************************************************


                                FOOTER


**********************************************************************/
#footer {
  background: #232323;
  padding: 30px 0 0 0;
  font-size: 12px;
  color: #999;
  background-image:url(../../background_images/footer.jpg);
  background-size:cover;
  background-position:bottom left;
}
#footer a {
  color: #ccc;
}
#footer a:hover {
  color: #fff;
}
#footer h3.widget-title {
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  color: #ccc;
  margin: 0 0 20px;
}
#underfooter {
  background: #191919;
  padding: 15px 0;
  color: #777;
  font-size: 12px;
}
#underfooter a {
  color: #aaa;
}
#underfooter a:hover {
  color: #fff;
}
#underfooter p {
  margin: 0;
}
.follow-me-icons {
  font-size: 30px;
}
.follow-me-icons i {
  float: left;
  margin: 0 10px 0 0;
}
/* Max page width
/////////////////////////////////////////////////////////////////////*/
@media (min-width: 1200px) {
  .container {
/*    max-width: 1080px; */
  }
}

#header {
	position:relative;
}

header#header:before {
    content: "\00A0";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
    display: block;
    z-index: 22;
}

#extras {
	position:absolute;
	top:0px;
	right:2em;
	white-space:nowrap;
	z-index:24;
}

.error {
	color:#8c0e1c;
}

.ok {
	color:#006400;
}

h1#logo {
	z-index: 23;
    position: relative;
    margin-top: -30px;
    margin-bottom: 100px;
}

h4, .red, .webprompt {
	color:#8c0e1c;
}

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
  background-color:#f4f6f5;
  border-radius:5px;
  overflow:hidden;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.slide[data-was-ride] .carousel-item {
  width:24.65%;
  display:inline-block;
  margin-right: 0%;
}
.slide[data-was-ride] .carousel-item > img {
  top: 0;
  left: 0;
  width: 100%;
  height:fit-content;
}

.slide[data-was-ride] .carousel-inner>.active {
	display:inline-block;
}

.form-floating {
    position: relative;
}

.contact .contact-form .form-floating input, .contact .contact-form .form-floating textarea, .contact .contact-form .form-floating label {
    color: #666666;
}

.form-floating {
	margin-bottom:1em;
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid rgba(0,0,0,0);
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}

.form-floating>.form-control, .form-floating>.form-select {
    height: calc(3.5rem + 2px);
    padding: 1rem 0.75rem;
}

@media (min-width: 1200px) {
	.col-xl-6 {
	    flex: 0 0 auto;
	    width: 50%;
	}
}

@media (max-width:1024px) {
	.home #head {
		padding-top: 180px;
		padding-bottom: 20px;
	}
	
	.list-group {
    	flex-direction: column !important;
	}
	
	.list-group-item {
		min-width:98%;
		float:none !important;
		display:block !important;
	}
}

@media (max-width:800px) {
	.home #head .title {
		font-size:2.4rem;
	}
}


@media (max-width:600px) {
	.home #head .title {
		font-size:1.2rem;
		word-spacing:170px;
		top:42%;
	}
}

.bordered {
	background-color:#efefef;
	border-radius:2em;
}

p.bordered {
	padding:1em 2em;
	float:left;
	color:black;
	width:60%;
}

p.bordered a {
	color:#666666;
	text-decoration: none;
}

.price, td.floatnumber {
	float:right;
}

.price.from {
	font-style:italic;
	font-size:0.5em;
}

.price.from:before {
	content:"from\A\20AC" !important;
	white-space:pre;
	text-align:right;
}

td.floatnumber {
	padding-right:2em;
}

.price:before, .buyprice:before {
	content:"\20AC";
}

.btn-primary.cart {
    position: absolute;
    right: 1em;
    bottom: 1em;
}

.buyprice {
	position:absolute;
	left:0.5em;
	bottom:0.5em;
	font-size:2em;
	color: #8c0e1c;
}

a[rel="designer"] {
	text-decoration:none;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #8c0e1c;
    color: white;
}

.list-group {
	flex-direction: row;
}

.list-group-item {
	border-top-width:1px !important;
}

.hidden {
	display:none;
}

@keyframes blink {
  0%, 100% {background-color:#8c0e1c;}
  50% {background-color: #cccccc;}
}
.blink {
  background-color: #8c0e1c;
  color: white;
  animation: blink 1s linear infinite;
}

p#response {
    font-size: 1.5em;
    padding-left: 4.1em;
}

/*********************************************************************


                                CALENDAR


**********************************************************************/
.menucalendar {
    background-color: white;
    color: black;
    border-radius: 6px;
    outline: 1px solid black;
    min-width: 3.6em;
	font-weight: lighter;
    font-family: montserrat, Arial, Helvetica, sans-serif;
    line-height: 2em;
    border-radius: 5px;
    overflow: hidden;
    line-height: 2em;
    text-align: center;
}

div.menucalendar {
	width:3.6em;
	float:right;
}

table.menucalendar {
	width:100%;
	margin:0 auto;
	border-collapse: collapse;
	border-spacing:0;
    font-size: 0.8em;
}

.menucalendarpage > * {
    text-align: center;
    font-weight: normal;
    width: 100%;
    text-transform: uppercase;
    font-size: 0.7em;
    margin: 0px;
}

.menucalendarpage > p.menucalendarday {
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.5;
	text-transform:lowercase;
}



.menucalendarmonth {
    background-color: indianred;
    color: white;
}

.menucalendarpage > p.menucalendarday-year {
	font-size:0.6em;
}

.thumb {
	max-width: 200px;
    margin-bottom: 1em;
    display: block;
}

img.spacer {
    margin-bottom: 1em;
}

td.cl a {
	text-decoration:none;
}

td.cl {
	background-color:#DEDEDE;
	color:white;
	font-weight:bold;
	cursor:pointer;
}

td.notyet {
	color:#DEDEDE;
}

#formOverlay {
	position:fixed;
	top:0px;
	left:0px;
	width:100vw;
	height:100vh;
	background-color:rgba(0,0,0,0.7);
	z-index:55;
	text-align:center;
	display:none;
}

#formOverlay.visible {
	display:block;
}

#formOverlay form {
	overflow:hidden;
	width:500px;
	margin-top:5vh;
	background-color:white;
	min-height:80vh;
	border:1px solid black;
	margin-left:calc(50% - 250px);
	border-radius:8px;
	position:relative;
	max-width:90vw;
}

#formOverlay form td {
	text-align:left;
}

#formOverlay form input[readonly] {
	border:none;
}

#formOverlay form:before {
    content: "\2716";
    position: absolute;
    border-radius: 1em;
    display: block;
    background-color: #dedede;
    width: 2em;
    line-height: 2em;
    /* border: 1px solid black; */
    right: 1em;
    top: 1em;
	cursor:pointer;
}

 
#formOverlay form tbody td:last-child:before {
    content: "\20AC";
}

#formOverlay form input, #formOverlay form textarea {
    margin-bottom: 0.7em;
}

#vpay {
	display:none;
}

.container.ads {
	position:relative;
	min-height:250px;
	margin-bottom:1em;
}

.container.ads.foreign:before {
	position:absolute;
	right:calc(3% + 12px);
	top:1px;
	content:"Ad";
	padding:2px;
	background-color:white;
	font-size: 0.8em;
}

@media (max-width:1800px) {
	h1#logo {
 	   margin-top: -60px;
	   margin-bottom:120px;
	}
}

@media (max-width: 1360px) {
	h1#logo {
    	margin-top: 120px;
    	margin-bottom: 0px;
	}
}

@media (max-width:1024px) {
	h1#logo {
 	   margin-top: 0px;
	   margin-bottom:0px;
	}
}

.jconfirm {
    background-color: rgba(0,0,0,0.5);
}

.jconfirm-title-c {
	margin: -15px;
}

.jconfirm-title {
	text-align:center;
	background-color:#8c0e1c;
	color:white;
	padding: 15px;
    width: 100%;
    margin-bottom: 10px;
}

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

.jconfirm-buttons {
    float: none;
    text-align: center;
}

td.number .fieldastext[readonly], td[style*="text-align:right"] .fieldastext[readonly] {
	text-align:right;
	width: 5em;
	field-sizing: content;
}

.fieldastext[readonly] {
	border:none;font-size:inherit;color:inherit;padding:0px;background-color:transparent;
}

*[data-price="0"] {
	display:none;
}

*[data-price="*"] {
	display:none;
}

img[src$="v.png"] {
	width:50% !important;
}

.container.voucher .list-group-item {
	width:100%;
	background-color:transparent;
	border:1px solid transparent;
}

.container:not(.voucher) .list-group-item ul.swapLinks:before {
    display: block;
    content: "Choose a product option from the list below and then click \0022 Add to Cart\0022 .";
    margin-bottom: 0.5em;
}

.container.voucher .list-group-item ul.swapLinks:before {
    display: block;
    content: "Purchase a Gift Voucher for any amount, redeemable against any of our products and services. \00000a \00000a Choose a voucher value from the list below and then click \0022 Add to Cart\0022 .";
    margin-bottom: 2em;
	white-space:pre-wrap;
}

.featuredSection.supportBackground {
	background-color: #EAEAEA;
    background-image: url(../../background_images/support.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
	padding-top:3em;
	padding-bottom:4em;
}

.featuredSection.supportBackground h3.red {
	color: #da4e5e;
    padding-right: 40%;
}

.featuredSection.supportBackground p:not([class*="menucalendar"]) {
	color: white;
    padding-right: 40%;
}

.featuredSection.supportBackground a:not(.btn-primary) {
	color: #da4e5e;
}

.featuredSection.supportBackground .thumb {
    max-width: 60%;
}

.button-bottom {
    position: relative;
    padding-bottom: 3.7em;
}

.button-bottom > p.text-center:last-child {
    position: absolute;
    bottom: 0px;
    left:0px;
	right:0px;
	margin-left:0px !important;
}

/* MOBILE */
@media screen and (max-width:1024px) {
	#extras {
		right:0px;
		width:100vw;
	}
	
	#extras a {
		width:50%;
	}
	
	.offer ul.swapLinks:before {
		max-width:80%;
	}
	
	.nav.navbar-nav li {
/*		overflow: hidden;
		width: 10%;
		background-image:url(../../background_images/mobile_icons.png);
		background-size:auto 200%; */
		padding:20px 15px;
	}
	
	#footer .col-md-3.widget {
		min-width:50% !important;
		width:50%;
	}
	
	.container.ads {
	    min-height: 23vw;
	}
/*		
	.nav.navbar-nav > li > a {
		overflow: hidden;
		width: 100% !important;
		color: transparent !important;
		position:relative;
		background-color:transparent !important;
	}
	
	.nav.navbar-nav > li > a:not(.active) {
		background-position:bottom;
	}
	
	.nav.navbar-nav > li > a[href*="index.php"]:before {
		
	}
*/
	.hidemobile {
		display:none;
	}
	

	
	h4 {
		font-size:1.3em;
	}
}

@media screen and (max-width:992px) {
	.smallmobile img {
		width:40%;
		margin-right:30%;
		float:right;
	}
}
	
@media screen and (max-width:660px) {
	.nav.navbar-nav li {
		padding:10px 10px;
	}
	
	#footer .col-md-3.widget {
		width:100%;
	}
}

.featuredSection.supportBackground h3.red, .featuredSection.supportBackground p:not([class*="menucalendar"]) {
	padding-right:10%;
}


div:not(.voucher) > div > .list-group-item.annual:before, div:not(.voucher) > div > .list-group-item.one-off:before {
    position: absolute;
    right: 1%;
    bottom: 0em;
    color: white;
    text-transform: uppercase;
    padding: 0.6em;
    content: "\00A0";
    padding-left: 8em;
    padding-right: 8em;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    line-height: 5em;
}

div:not(.voucher) > div > .list-group-item.annual:before {
    background-image: url(../../background_images/annual.png);
}

div:not(.voucher) > div > .list-group-item.one-off:before {
    background-image: url(../../background_images/one_off.png);
}

div:not(.voucher) > div > .list-group-item.one-off[data-title="Website"]:before {
    background-image: url(../../background_images/deposit.png);
}

label[for="domain"] {
	overflow:visible;
}

label.spoof[for="domain"]:before {
    content: "";
    position: absolute;
    margin-top: 1.1em;
    display: block;
    background-color: white;
    font-size: 1.2rem;
    color: black;
    height: fit-content;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
	background-color:#CECECE;
	text-shadow:none;
}

@media screen and (max-width:660px) {
	#formOverlay form {
		overflow: hidden;
		width: 90vw;
		margin-top: 2vh;
		background-color: white;
		min-height: 80vh;
		border: 1px solid black;
		margin-left: 5vw;
		border-radius: 8px;
		position: relative;
		max-width: 90vw;
	}
}

.mainWA {
	text-decoration:none;position:absolute;top: 0em;z-index: 222;padding:5px;
}

@media screen and (max-width: 1024px) {
	.mainWA {
		top:3.5em;
	}
}

img.d-block.w-100 {
	height:auto !important;
}

.twowhenwide {
	column-count:2;
	-webkit-column-count:2
}

@media screen and (max-width: 800px) {
	.twowhenwide {
		column-count:1;
		-webkit-column-count:1
	}
}

@media screen and (min-width: 1600px) {
	.twowhenwide {
		column-count:3;
		-webkit-column-count:3
	}
}


#ppQty option:disabled {
	color: #DDDDDD;
}

.voucher ul.swapLinks li {
	display:inline-block;
	width:12%;
	white-space:nowrap;
}

@media screen and (max-width: 760px) {
	.voucher ul.swapLinks li {
		display:inline-block;
		width:32%;
	}
}

.voucher ul.swapLinks li:first-child {
	display:none;
}

blockquote {
	text-align:center;
	font-weight: 300;
    font-size: 1.2rem;
	border-left:0px;
	border-radius:15px;
	background-color:#FBFBFB;
	padding:20px 20px;
	position:relative;
}
/*
blockquote::before {
  content: open-quote;
  display:inline;
}

blockquote::after {
  content: close-quote;
  display:inline;
}
*/
blockquote {
  quotes: "\201F" "\201D" "'" "'";
}

blockquote label {
	text-align:center;
}

cite {
	display:block;
	margin-top:0.5em;
	font-size:0.8em;
}

.stars {
	margin-top:1em;
}

.fa-star {
	color:#dedede;
}

.fa-star.checked {
    color: #8c0e1c;
}

@media screen and (max-width: 800px) {
	.smallmobile img {
	    width: 50%;
		margin-right:25%;
	}
}

@media screen and (max-width: 500px) {
	.smallmobile img {
	    width: 80%;
		margin-right:10%;		
	}
}

img[src="background_images/office365.jpg"] {
    max-width: fit-content;
}