html{
    font: normal 16px "Helvetica Neue", Helvetica, sans-serif;
    font: normal 16px sans-serif;

    font-weight: 300;
    background-color: white;

    color: #121212;
}

body{
    padding: 0;

    box-sizing: border-box;


}

div{
    box-sizing: border-box;
}

.code{
	background-color:#aaaaaa;
	border:1px solid #888888;
	padding:10px;
	text-align:center;
	font-family: Consolas,monaco,monospace; 
	margin:15px;
	letter-spacing: 5px;
	font-size:150%;
	border-radius:10px;
	
	
}

input[type=text],input[type=url], select {
    width: 100%;
    padding: 5px 10px;
    margin: 3px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit] {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}


button{
	width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.abort_button{
	background-color: #b30000;
}
#overlay_message{
	border: 1px solid #cccccc;
	padding:15px;
	border-radius:2px;
}


#main{
    max-width: 900px;

    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

#overlay{
	
	position:fixed;
	height: 100%;
	width: 100%;
	 
	  z-index: 100;
	  top: 0;
	  left: 0;
	display:none;
	background-color: rgba(255,255,255, 0.9);


}

#overlay_form{
	max-width:300px;
	margin:auto;
	margin-top:200px;
	padding:20px;
	background-color:white;
	border:1px solid #cccccc;
	
}
h1{
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 80px;

}

@media (max-width: 600px) {
    h1{
        font-size: 40px;
    }
}

.whishlist{

list-style: none;
    margin: 0;
    padding: 0;

}


.gift_button{
	cursor: pointer;
}


.whishlist .headline{
    position: relative;
    background-color: #0078A8;
    color: white;
    font-weight: 100;
    min-height: 350px;
    padding-top: 20px;
    line-height: 150px;
    font-size: 100px;
    background-size: cover;
    background-position: 50% 50%;



    text-align: center;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 100px;

    filter: grayscale(100%);


    /*background-repeat: no-repeat;*/
    /*background-position: center center;*/
    /*background-attachment: fixed;*/
    /*-webkit-background-size: cover;*/
    /*-moz-background-size: cover;*/
    /*-o-background-size: cover;*/
    /*background-size: cover !important;*/
    transition: 1s;

}

.whishlist .headline:hover{
    filter: grayscale(0%);

    transition: 1s;

}

.headline .title{

    left: 0;
    top:0;

    padding: 0;
    margin: 0;

    background-color: white;
    color: black;
    line-height: 50px;
    font-size: 50px;
    margin-top: 50px;
    margin-bottom: 50px;

}

.headline .title div{


}

.whishlist .items{

    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 18px;
    list-style: none;

    font-weight: normal;
    width: 100%;


}

.whishlist .items li{

    margin: 0;
    background-color: white;

    margin-bottom: 25px;

    max-width: 30%;

    padding: 1px;


    line-height: normal;

    float: left;
    clear: both;
    position: relative;

}

.whishlist .items li:nth-child(odd){
    float: left;
    padding-left: 20px;
    padding-right: 10px;
}

.whishlist .items li:nth-child(even){
    float: right;
    padding-left: 10px;
    padding-right: 20px;
}

.whishlist .items li h2{
    font-size: 16px;

    border-bottom: 1px solid white;
    font-weight: normal;
    padding: 0;
    margin: 0;


}


.whishlist .items a{
    text-decoration: none;
    font-size: 16px;
    color: black;
}
.whishlist .items a:active{
    color: black;
}

.whishlist .items a:hover{
    color: black;
}

.whishlist .items a:visited {
    color: black;
}

.whishlist .items .price {
    color: black;
    float: right;
    width: 200px;
    text-align: right;
}



.whishlist .items li .description{
    font-size: 12px;
    font-style: italic;
    color: black;
    text-transform: none;
    float: left;
}

.whishlist .items li:hover{
    filter: none;
    opacity: 1;
    -webkit-transition:opacity 500ms ease-out;
    -moz-transition:opacity 500ms ease-out;
    -o-transition:opacity 500ms ease-out;
    transition:opacity 500ms ease-out;
}

.item_gifted{

    opacity: 0.5;
    filter: blur(2px);
    -webkit-transition:opacity 500ms ease-out;
    -moz-transition:opacity 500ms ease-out;
    -o-transition:opacity 500ms ease-out;
    transition:opacity 500ms ease-out;

}



.entryform{
    position: fixed;
    top: 10px;
    right: 10px;
    width: 200px;
    background-color: white;
    border: 1px solid gray;
    padding: 10px;
}

@media (max-width: 600px) {
    .entryform{
        bottom: 0px;
        left: 0px;
        right: 0px;
        width: auto;
       
        top: auto;

    }
}

.actions{
    color: black;
    position: absolute;
    text-transform: none;

}

.whishlist .items li:nth-child(even) .actions{

    right: -80px;
    top: -10px;
}

.whishlist .items li:nth-child(odd) .actions{

    left: -80px;
    top: -10px;
}


@media (max-width: 900px) {

    .whishlist .items li{
        max-width: none;
        min-height: 65px;

    }
    .whishlist .items li:nth-child(even){

        padding-right: 70px;
        float: left;
        padding-left: 25px;


    }


    .whishlist .items li:nth-child(odd){
        padding-right: 70px;
        float: left;
        padding-left: 25px;

    }

    .whishlist .items li:nth-child(even) .actions{
        right: -12px;
        top: -15px;
    }

    .whishlist .items li:nth-child(odd) .actions{
        left: auto;
        right: -12px;
        top: -15px;
    }

}

.button{

    /*background-color: #3388ff;*/
    border: none;
    padding: 3px;

    font-size: 12px;
    margin: 20px;
    border: 1px solid white;
    color: #777777;
    width: 60px;
    text-align: center;
}

.button:hover{
    border: 1px solid #dddddd;
    border-radius: 5px;
    color: black;
}

.note{
    font-size: 10px;
    text-align: center;

}

.introduction{
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #555555;
}