html { 
  background: url('../images/background.svg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1d1d1b;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: #1d1d1b;
}

a:visited {
	text-decoration: none;
	color: #1d1d1b;
}

a:hover {
	text-decoration: none;
	color: #0099CC;
}

a:active {
	text-decoration: none;
	color: #1d1d1b;
}

#container {
	width: 900px;
	background: #fff;	
    margin: 20px auto;
    padding: 30px;
    border-radius:  8px;
}

#header {
	display: flex;   
    justify-content: space-between; 
    align-items: flex-end;
    padding: 0 0 20px;
}  

#logo img {
    width: 220px;
}

#menu {
    display: flex;
    justify-content: space-between;
	height: 38px;
	line-height: 38px;
	background: #1d1d1b;	
	margin-bottom: 5px;
}

#menu ul {
	height: 38px;
	line-height: 38px;
	margin: 0px;
	padding: 0px;		
}

#menu ul li {
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menu ul li a {
	color: #fff;
	display: block;
	height: 38px;
	line-height:38px;
	padding: 0px 15px;
	border-right: 1px solid #fff;
}

#menu ul li a:hover {
	background: #5aade0;	
}

#menu span {
    color: #fff;
    padding-right: 20px;
}

#menu span a {
    color:  #fff;
    font-weight: bold;
}

#content {
	margin-top: 10px;	
	margin-bottom: 5px;
}

#infobar {
	height: 35px;
	line-height:35px;	
	background: #5aade0;
	color: #fff;
	padding: 0px 10px 0px 10px;	
	margin-bottom: 15px
}

.grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
}

.item {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    background: #eef8fb;
    border-radius: 4px;
    padding: 15px;
    text-align: center;
}

.item img {
    max-width: 80px;
    padding: 40px;
}

.item:hover {
    background: #a8d2eb;
}

.item:hover span {
    color:  #000 !important;
}

/*
.item span{
    position: absolute;
    bottom: 0;
    display: block;
    width: 170px;
    text-align: center;
    background: #7ec0ea;
    color: #fff;
    padding: 5px 5px;
    font-weight: bold;
}
.item img {
	position: absolute;
	top: 30px;
	left: 50px;
}

.item:hover {
	background: #ffe9c8;
	border: 1px solid #4595d1;
}
.item:hover span {
	background: #4595d1;
}
.item:nth-of-type(4n+4){
    margin-right: 0;
}*/

#inside_item {
	border: 0px solid #ff0000;	
	padding: 15px 5px 15px 5px;
	height: 175px;
	width: 175px;
	max-height: 175px;
	max-width: 175px;
	text-align: center;
}

.presents {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    margin: 20px 0;
}

.presents .present {
    display: flex;
    flex-direction: column;
}

.presents .present .image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 205px;
    margin: 0;
    position: relative;
    border: 1px solid #7ec0ea;
    padding: 20px;
    box-sizing: border-box;
}

.presents .present .image-wrapper img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.presents .present .present-link:hover > .image-wrapper {
    border: 1px solid #4595d1;
}
.presents .present .present-link:hover > .present-title {
    background: #4595d1;
}
.presents .present .present-link:hover > .present-price {
    background: #4595d1;
}

.presents .present .present-title {
    display: block;
    text-align: center;
    background: #7ec0ea;
    color: #fff;
    padding: 8px 5px 1px 5px;
    font-weight: bold;
}

.presents .present .present-price {
    display: block;
    text-align: center;
    background: #7ec0ea;
    color: #fff;
    padding: 2px 5px 8px 5px;
    font-weight: normal;
}

.presents .present .form {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 5px;
}

.presents .present input {
    padding: 0px 0px 0px 5px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #7ec0ea;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;    
    color: #333;
    outline: none;
    box-sizing: border-box;
    width: 40%;
    margin-right:  5px;
}

.presents .present .btn_menu {
    width: 60%;
}

/*Detail*/
.present-detail {
    display: flex;
    margin: 20px 0;
}

.present-detail .present-image {
    width: 50%;
    margin-right: 25px;
}

.present-detail .present-image .image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 400px;
    margin: 0;
    position: relative;
    /*border: 1px solid #7ec0ea;*/
    padding: 20px;
    box-sizing: border-box;    
}

.present-detail .present-image .image-wrapper img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.present-detail .present-content {
    width: 50%;
}

.present-detail .present-content .present-title {
    margin-bottom: 3px; 
}

.present-detail .present-content .present-price {
    font-size: 15px; 
}

.present-detail .present-content .present-description {
    display: block;
    margin: 20px 0;
    font-size: 14px;
    line-height: 22px;
}

.present-detail .present-content .form {
    display: flex;
    width: 100%;
    margin-top: 5px;
}

.present-detail .present-content input {
    padding: 0px 0px 0px 5px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #7ec0ea;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;    
    color: #333;
    outline: none;
    box-sizing: border-box;
    width: 40%;
    margin-right:  5px;
}

.present-detail .present-content .btn_menu {
    width: 60%;
}

#footer {
	border-top: 1px solid #a8d2eb;
	padding-top: 5px;
    margin-top: 15px;
}

#copyright {
	height: 38px;
	line-height: 38px;
	color: #1d1d1b;
	text-align: right;
	padding-right: 0px;
}

#copyright a {
	color: #1d1d1b;
}

.login {
    padding: 60px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login .textfield {
    width:  260px;
}

.login .btn_menu {
    width: 100%;
}


h2 { font-size: 17px; font-weight: bold; margin-bottom: -1px; color: #000; }
h3 { font-size: 12px; font-weight: bold; margin-bottom: -1px; color: #000; }

.input1 {
    width: 40px;
}


#empty_cart {
	background: #eef8fb;
	border-bottom: 1px dotted #a8d2eb;
	line-height: 20px;
	padding: 10px;	
}

.error {
    color: #ff0000;
    border: 1px solid #ff0000;
    background: rgba(255,0,0,0.2);
    padding: 15px;
    margin-bottom: 15px;
}

.errors {color: #FF0000; font-size:10px;}

.success {
    color: #1d9c00;
    border: 1px solid #1d9c00;
    background: #e0f3dc;
    padding: 15px;
    margin-bottom: 15px;
}

.success a {
    color: #1d9c00;
    text-decoration: underline;
}

.btn_menu {
	text-decoration: none;
	text-align:center;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #5aade0;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
    padding: 15px 30px;
    border-radius: 4px;
    overflow: hidden;
    border: none;
}

.btn_menu:hover {
	background: #5e9ed1;
	color: #fff;		
}

a.btn_menu {
	color: #fff;
}

a.btn_menu:hover {
	color: #fff;		
}

.buttons {
    display: block;
    margin: 20px 0;
}

/*.btn_menu.gray {
    background: #eef8fb;
    color: #666;
}
.btn_menu.gray:hover {
    background: #eee;
    color: #777;
}*/

.title {
	color: #fff;
	font-size: 14px;
	background: #5aade0;
	margin: 0px;
	padding: 10px;
}

.textfield_small {
	width: 50px;
	padding: 0 5px 0 5px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #a8d2eb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #333;
	outline: none;
}

.textfield_small_disable{
	width: 50px;
	padding: 0 5px 0 5px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #7ec0ea;
	background: #a8d2eb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;	
	color: #666;
	outline: none;
}

.textfield {
	width: 200px;
	padding: 0 5px 0 5px;
	height: 32px;
	line-height: 32px;	
	border: 1px solid #a8d2eb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	outline: none;
}

.textfield:hover {
	border: 1px solid #7ec0ea;	
}

img {
	border: none;
}


.textfield_small:hover {
	border: 1px solid #7ec0ea;	
}

.table {
	border: 2px solid #4595d1;
	background: #fff;
	padding: 5px;
}


.table td {
	border: 1px solid #cadfef;
	padding: 2px 5px 2px 5px;
}

.table2 {
	border: 2px solid #4595d1;
	background: #fff;
	padding: 5px;
}

.head_td{
	padding: 12px 8px;
	background: #4595d1;
	color: #fff;
}

.heading_td{
	padding: 8px;
	background: #a8d2eb;
	border-bottom: 1px dotted #fff;
	color: #1d1d1b;
}

.list_td{
	padding: 8px;
	border-bottom: 1px dotted #a8d2eb;
	background: #eef8fb;
}
.list2_td{
	padding: 8px;
	border-bottom: 1px dotted #a8d2eb;
	background: #fff;
}
.kosten_td{
	padding: 8px;
	border-bottom: 1px dotted #fff;
	background: #eef8fb;
	color: #1d1d1b;
}
.total_td{
	padding: 8px;
	border-bottom: 1px dotted #fff;
	background: #a8d2eb;
	color: #1d1d1b;
}

.input {
	width: 100%;
	padding: 5px;
	color: #666;
	border: #4595d1 solid 1px;
	background: #fff;
	font-size: 12px;
}

.input:hover,
.input:focus {
	border: 1px solid #5aade0;
}

#buttonbar {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}

.default_btn {
	padding: 0 30px;
	min-height: 33px;
	line-height: 33px;
	color: #fff;
	text-align: left;
	font-size: 12px;
	margin: 0;
	width:auto !important;
	overflow: visible; /* remove padding from left/right */
	display: inline-block;
	background: #4595d1;
	-moz-box-shadow: 1px 2px 5px gray;
	-webkit-box-shadow: 1px 2px 5px gray;
	box-shadow: 1px 2px 5px gray;
	cursor: pointer;
	text-decoration: none;
	border: 0px;
	font-weight: bold;
}
.default_btn:hover {
	background: #5aade0;
	text-decoration: none;
	color: white;
}
.default_btn.downloadbtn {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}

.default_btn_visa {
	padding: 0 30px;
	min-height: 33px;
	line-height: 33px;
	color: #fff;
	text-align: left;
	font-size: 12px;
	margin: 0;
	width:auto !important;
	overflow: visible; /* remove padding from left/right */
	display: inline-block;
	background: #5aade0;
	-moz-box-shadow: 1px 2px 5px gray;
	-webkit-box-shadow: 1px 2px 5px gray;
	box-shadow: 1px 2px 5px gray;
	cursor: pointer;
	text-decoration: none;
	border: 0px;
	font-weight: bold;
}
.default_btn_visa:hover {
	background: #4595d1;
	text-decoration: none;
	color: white;
}

.default_btn2 {
	height: 102px;
	_height: 172px;
	width: 172px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	background: #4595d1;
	-moz-box-shadow: 1px 2px 5px gray;
	-webkit-box-shadow: 1px 2px 5px gray;
	box-shadow: 1px 2px 5px gray;
	cursor: pointer;
	text-decoration: none;
	border: 0px;
	font-weight: bold;
	padding-top: 70px;	
}
.default_btn2:hover {
	background: #5aade0;
	text-decoration: none;
	color: white;
}

.default_btn3 {
	height: 235px;
	width: 235px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	-moz-box-shadow: 1px 2px 5px gray;
	-webkit-box-shadow: 1px 2px 5px gray;
	box-shadow: 1px 2px 5px gray;
	cursor: pointer;
	text-decoration: none;
	border: 2px solid #4595d1;
	font-weight: bold;
}
.default_btn3:hover {
	-moz-box-shadow: 1px 2px 5px gray;
	-webkit-box-shadow: 1px 2px 5px gray;
	box-shadow: 1px 2px 5px gray;
	border: 2px solid #5aade0;
}

#cart_links {
	float: left;
	height: 25px;
	line-height: 25px;
}

#cart_rechts {
	float: right;
	height: 25px;
	line-height: 25px;
}

form {
	margin: 0px;
	padding: 0px;
}

.upload_btn {
	padding: 0 30px;
	min-height: 30px;
	line-height: 30px;
	color: #fff;
	text-align: left;
	font-size: 12px;
	margin: 0;
	width:auto !important;
	overflow: visible; /* remove padding from left/right */
	display: inline-block;
	background: #7ec0ea url(../images/gradient.jpg) repeat-x;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	text-decoration: none;
	border: 0px;
	font-weight: bold;
}

.rule {
	padding: 8px 10px 0px 10px;
}


#fileQueue {
	background-color: #77b3dd;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 0px;
}

.uploadifyQueueItem {
	padding: 10px;
}

.uploadifyQueueItem2 {
	background-color: #77b3dd;
	padding: 10px;
}
.uploadifyError {
	background-color: #FDE5DD !important;
	border: 2px solid #FBCBBC !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyQueue .completed {
	background-color: #77b3dd;
}
.uploadifyProgress {
	background-color: #77b3dd;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #5aade0;
	height: 3px;
	width: 1px;
}

/* PLUPLOAD */
#filelist, #filelist_logo1, #filelist_logo2, #filelist_logo3, #filelist_logo4, #filelist_logo5 {
    display: block;
    cursor: pointer;
    width: 280px;
    border: 1px solid #dddddd;
    background: #eeeeee;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#eeeeee));
    background: -webkit-linear-gradient(#ffffff, #eeeeee);
    background: -moz-linear-gradient(#ffffff, #eeeeee);
    background: -ms-linear-gradient(#ffffff, #eeeeee);
    background: -o-linear-gradient(#ffffff, #eeeeee);
    background: linear-gradient(#ffffff, #eeeeee);
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    font-family: Century Gothic, Arial, Verdana, Helvetica, sans-serif;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    margin: 5px 0px 5px 0px;
    padding: 5px;   
}

.uploadbar, .uploadbar_logo1, .uploadbar_logo2, .uploadbar_logo3, .uploadbar_logo4, .uploadbar_logo5 {
    background: #5bbdff;
    background-image: -moz-linear-gradient(top, #0084dc, #5bbdff); /* Firefox 3.6 */
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #5bbdff),color-stop(1, #0084dc)); /* Safari & Chrome */
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0084dc', endColorstr='#5bbdff'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0084dc', endColorstr='#5bbdff')"; /* IE8 */  
    height: 5px;
    width: 0px; 
    text-align: center;
    color: #fff;
    font-size: 10px;
}
.uploadify-button {     
    display: block;
    width: 260px;
    height: 15px;
    line-height: 15px;
    font-weight: normal;
    text-align: center; 
    padding: 4px 15px 4px 15px;
    text-decoration: none;
    font-size: 12px;
    font-family:  "Century Gothic", "Lucida Grande", Helvetica, Arial, 微軟正黑體, 微软雅黑;
    color: #777;
    background: #fff url(../img/body_comment_button.png) repeat-x bottom;
    border: 1px solid #a8d2eb;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -khtml-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
}
.uploadify-button:hover {
    color: #666;
    border: 1px solid #7ec0ea;
}
.uploaded {     
    display: block;
    width: 260px;
    height: 15px;
    line-height: 15px;
    font-weight: normal;
    text-align: center; 
    padding: 4px 15px 4px 15px;
    text-decoration: none;
    font-size: 12px;
    font-family:  "Century Gothic", "Lucida Grande", Helvetica, Arial, 微軟正黑體, 微软雅黑;
    color: #fff;
    background: #48a410;
    background-image: -moz-linear-gradient(top, #53cf08, #48a410); /* Firefox 3.6 */
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #48a410),color-stop(1, #53cf08)); /* Safari & Chrome */
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#53cf08', endColorstr='#48a410'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#53cf08', endColorstr='#48a410')"; /* IE8 */  
    border: 1px solid #a8d2eb;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -khtml-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin-top: 3px;
    position: relative;
}
.not-uploaded {     
    display: block;
    width: 260px;
    height: 15px;
    line-height: 15px;
    font-weight: normal;
    text-align: center; 
    padding: 4px 15px 4px 15px;
    text-decoration: none;
    font-size: 12px;
    font-family:  "Century Gothic", "Lucida Grande", Helvetica, Arial, 微軟正黑體, 微软雅黑;
    color: #fff;
    background: #a41010;
    background-image: -moz-linear-gradient(top, #e41c1c, #a41010); /* Firefox 3.6 */
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #a41010),color-stop(1, #e41c1c)); /* Safari & Chrome */
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e41c1c', endColorstr='#a41010'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e41c1c', endColorstr='#a41010')"; /* IE8 */  
    border: 1px solid #a8d2eb;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -khtml-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin-top: 3px;
    position: relative; 
}

.delete-session{
    border: 1px solid #a8d2eb;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -khtml-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    width: 17px;
    height: 17px;
    line-height: 15px;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #a41010;
    background-image: -moz-linear-gradient(top, #e41c1c, #a41010); /* Firefox 3.6 */
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #a41010),color-stop(1, #e41c1c)); /* Safari & Chrome */
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e41c1c', endColorstr='#a41010'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e41c1c', endColorstr='#a41010')"; /* IE8 */  
    position: absolute;
    right: 2px;
    top: 2px;
}

.delete-session:hover {
    color: #333;    
}

/*ADVERTENTIEs v2*/
.advertenties_v2 .list_td {
    padding: 10px 8px;
}
.advertenties_v2 input[type=text], .advertenties_v2 select, .advertenties_v2 input[type=email] {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-sizing: border-box;
}
.advertenties_v2 select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.advertenties_v2 input[type=text] {
    margin: 5px 0px;
}
.advertenties_v2 .images_flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.advertenties_v2 .images_flex .flex_item {   
    cursor: pointer;   
    border: 2px solid #7ec0ea;
    margin: 4px 0px;
}

.advertenties_v2 .images_flex .flex_item:hover {
    border: 2px solid #4595d1;
}
.advertenties_v2 .images_flex .flex_item.selected {
    border: 2px solid #1d1d1b;   
}

.advertenties_v2 .radio {
    display: none;
}

.advertenties_v2 #blocktext {
    font-size: 0.9rem;
    padding-bottom: 10px;
}

.dropjesmailing #images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;   
}

.dropjesmailing #images .drop-item {
  border: 1px solid #666;
  margin: 25px 0;
  width: 47%;
  flex-basis: 47%;
}

.dropjesmailing #images .drop-item img {
  max-width: 100%;
  background: white;
  display :block
}

.dropjesmailing p, .dropjesmailing a {
    font-size: 0.9rem;
    text-align: center;
}