body {
	color: #555;
}
* {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}

a {
	color: #2e2e2e;
	text-decoration: underline;
}
a:hover {
	color: #777;
}

ul.mainNav a.active { 
	color: #ccc;
}

.navbar-inverse {
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, .95);
	border: 0;
}

.navbar {
	min-height: 124px;
	border-bottom: 1px solid #eee;
}

.navbar .container {
	position: relative;	
}

.navbar-brand {
	position: absolute;
	top: -7px;
}

.navbar-toggle {
	z-index: 2;
	background: rgb(50, 50, 50);
	background: rgba(50, 50, 50, .65);
}

.navbar-collapse {
	border-top: 0;	
}

.jumbotron { background: #fff;
	padding-left: 0;
	padding-right: 0;
	
	padding-bottom: 0px;

}

#zbhLogoTop {
	/*width: 341px;*/
}

footer {
	background: #ededed;
	margin: 50px 0 0 0; 
	padding: 20px;
	color: #6a6a6a;	
}

.royalSlider,
.rsOverflow,
.rsSlide,
.rsVideoFrameHolder,
.rsThumbs {
    background: #eaeaea !important;
}


#zbhStartGallery, #zbhInzpirationGallery, #zbhZelebrationGallery, #zbhHostessGiftsGallery {
	  width: 100%;
	  -webkit-user-select: none;
	  -moz-user-select: none;  
	  user-select: none;
}

.outline {
	border: 1px solid #d8d8d8;
}

.first-box {
	padding: 12px;
	min-height: 378px;
}
.first-box img {
	width: 100%;
	max-width: 318px;
	float: right;
	margin-bottom: 15px;	
}
.first-box h2 {
	font-size: 17px;
	color: #333;
	font-weight: bold;
}
.first-box p {
	color: #999;
}
.make-clickable:hover {
	background: #fbfbfb;
	cursor: pointer;
}

ul.umenu {
	list-style-type:none;
	margin:0;
	padding:0;
	text-transform: uppercase;
}
ul.umenu li {
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.topNav { position: absolute; top: 0px; right: 0px; }
ul.topNav a {
	background: #fff;
	color: #9d9d9d;
	padding: 5px 8px;
	margin: 0 2px;
	text-decoration: none;
}
	ul.topNav a:hover {
		text-decoration: underline;
	}
ul.topNav li {
	float: left;
}

ul.mainNav { position: absolute; top: 85px; right: 0px; }
ul.mainNav a {
	background: #fff;
	color: #000;
	padding: 5px 8px;
	font-size: 15px;
	margin: 0 2px;
	text-decoration: none;
}
	ul.mainNav a:hover {
		text-decoration: underline;
	}
ul.mainNav li {
	float: left;
}

#footerMainNav,#footerRightNav {
	border-left: 1px solid #ccc;
	padding: 0 0 0 20px;	
}

ul.footerNav { }
ul.footerNav a {
	color: #6a6a6a;
	padding: 3px 5px;
	font-size: 12px;
	text-decoration: none;
}
	ul.footerNav a:hover {
		text-decoration: underline;
	}

footer h3 {
	color: #444;
	margin-top: 0px;
	font-size: 15px;
	font-weight: normal;	
}
footer p {
	margin-top: 0px;
	font-size: 12px;	
}


.firstpageCatalogLink {
	display: block;
	position: relative;
	/*width: 292px;
	height: 413px;
	*/
}

.firstpageCatalogLink img {
	width: 100%;
	filter: alpha(opacity=100);
	opacity: 1.00;

	
}

.firstpageCatalogLink span {
	display: block;
	position: absolute;
	text-transform: uppercase;
	bottom: 100px;
	left: 0;
	width: 100%;
	line-height: 70px;
	text-align: center;
	font-size: 18px;
	background: #9c9693;
	color: #000;
	background: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	/*background: rgba(0, 0, 0, 0.6);*/
    -webkit-transition: all 0.4s ease-out;
   -moz-transition: all 0.4s ease-out;
   -ms-transition: all 0.4s ease-out;
   -o-transition: all 0.4s ease-out;
   transition: all 0.4s ease-out;
}
.firstpageCatalogLink:hover span {
	background: rgba(255, 255, 255, 0.9);
}

.top {
	margin-top: 124px;
	padding-top: 0px;
}

.rsDefault .rsGCaption {
	color: #333;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.9);
}

.textpage {
	padding-top: 25px;
}

.office-image {
	width: 100%;
}

.myLogin {
	position: absolute;
	top: 35px;
	right: 15px;
	z-index: 3;
}

button, input, select, textarea {
	margin: 2px;
}

td {
	padding: 2px;
}

.offer-box {
	padding: 20px;
	background: #eee;
}

img.grey {
    filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
}
img.grey:hover {
    filter: none;
    -webkit-filter: grayscale(0);
}

.catalog {
	-webkit-box-shadow: 1px 1px 9px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    1px 1px 9px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         1px 1px 9px 0px rgba(50, 50, 50, 0.75);
	margin: 20px 0;
}

.offer-image {
	width: 100%;
	height: auto;
}

#tinyMenu {
	display: none; 
	position: fixed; 
	top: 0; 
	width: 100%; 
	height: 19px;
	font-size: 13px;
}
	#tinyMenu a {
		text-decoration: none;
		color: #777;
	}
	#tinyMenu a:hover {
		text-decoration: underline;
	}
	#tinyMenu a span {
		color: #bbb;
	}
	#tinyMenu #tinyHomeButton {
		display: block;
		float: left;
	}

	#tinyMenu #showMenuButton {
		display: block;
		float: right;
	}


.webshop-application {
	min-height: 450px;
}

.webshop-application h1 {
	color: #6acdd8;
	margin-bottom: 10px;

}

.webshop-application .address-input, .webshop-application .contact-counsellor {
	display: none;
	margin-top: 30px;
}

.webshop-application .address-input input {

    color: #6acdd8; 
	font-size: 14px;
	font-weight: normal; 
	width: 80%; 
	border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 7px 9px;

	-webkit-transition: background-color .7s ease-out;
	-moz-transition: background-color .7s ease-out;
    -o-transition: background-color .7s ease-out;
    transition: background-color .7s ease-out;

	margin-bottom: 10px;
}

.webshop-application input[type="button"] {
	background: #fff;
	border: 1px solid #ccc;
	color: rgba(50, 50, 50, 0.75);
	-webkit-transition: background-color .7s ease-out;
	-moz-transition: background-color .7s ease-out;
    -o-transition: background-color .7s ease-out;
    transition: background-color .7s ease-out;
	padding: 4px 10px;
}

.webshop-application input[type="button"].button-clicked {
	background: #6acdd8;
	color: #fff;
}

.webshop-application input[type="button"]:hover {
	border-color: #555;
}



.image100 {
	width: 100%;
}

.competitionPriceSelect label {
	font-weight: normal;
	padding-left: 5px;
}

.competitorsReg input[type="text"] {
	width: 250px;
}
.competitorsReg input[type="text"].zip {
	width: 60px;
}
.competitorsReg input[type="text"].city {
	width: 182px;
}

.barncancerfonden {
    display: block;
    position: absolute;
    top: 18px;
    left: 350px;
    z-index: 1000;
}
    .barncancerfonden img {

    }

ul.topNav a.webshop-link {
    margin-top: -5px;
    background: #1f110c;
	background: -moz-linear-gradient(top, #1f110c 12%, #af9f98 100%);
	background: -webkit-linear-gradient(top, #1f110c 12%,#af9f98 100%);
	background: linear-gradient(to bottom, #1f110c 12%,#af9f98 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f110c', endColorstr='#af9f98',GradientType=0 );
    -webkit-border-radius: 8;
    -moz-border-radius: 8;
    border-radius: 8px;
    -webkit-box-shadow: 0px 1px 4px #bdbdbd;
    -moz-box-shadow: 0px 1px 4px #bdbdbd;
    box-shadow: 0px 1px 4px #bdbdbd;
    font-family: 'Century Gothic';
    color: #ffffff;
    font-weight: bold;
    font-size: 17px;
    padding: 15px 14px 6px 14px;
    border: solid #ffffff 1px;
    text-decoration: none;

    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

    ul.topNav a.webshop-link:hover {
        background: #e6afb4;
        background-image: -webkit-linear-gradient(top, #e6afb4, #f0ced2);
        background-image: -moz-linear-gradient(top, #e6afb4, #f0ced2);
        background-image: -ms-linear-gradient(top, #e6afb4, #f0ced2);
        background-image: -o-linear-gradient(top, #e6afb4, #f0ced2);
        background-image: linear-gradient(to bottom, #e6afb4, #f0ced2);
        text-decoration: none;
    }


@media (max-width: 767px) {

	.navbar-collapse {
		position: absolute;
		z-index: 3;
		top: 80px;
		width: 100%;
		padding: 0;
		background: #fff;
		min-height: 100%;
	}

	ul.topNav, ul.mainNav {
		position: static;
		margin-left: 15px;
	}

	ul.mainNav {
		/*padding-top:  120px;*/
	}

    ul.topNav li {
		float: none;
	}


	ul.mainNav li {
		float: none;
	}

	ul.topNav li a, ul.mainNav li a {
		display: block;
	}

	.myLogin {
		position: static;
		margin: 20px 10px 100px;
		background: #fff;
	}
	.myLogin span {
		display: block;
		margin: 10px 0;
	}

    ul.topNav a.webshop-link {
        padding-top: 6px; margin-top: 0px;
    }

}

@media (max-width: 797px) {
    body { 
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 991px) {
	.firstpageCatalogLink {
		width: 50%;
		margin: 0 auto;
	}
	
}

@media (max-width: 1199px) {
	
    .barncancerfonden {
        top: 75px;
        left: 40px;
    }
        .barncancerfonden img {
            width: 100px;
        }
}