/* Styles for the CoverPop.js plugin */


html,
body {
    overflow: auto;
}

body {
    position: relative;
}

.CoverPop-open,
.CoverPop-open body {
    overflow: hidden;
}

#CoverPop-cover {
    display: none;
    position: absolute;
    overflow-y: scroll;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    -webkit-animation: fade-in .25s ease-in;
    -moz-animation-name: fade-in .25s ease-in;
    -ms-animation-name: fade-in .25s ease-in;
    -o-animation-name: fade-in .25s ease-in;
    animation-name: fade-in .25s ease-in;
	width:100vw;
	height:100vh;
	
}
input[type="text"]{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    border: 1px solid #bbb;
    height: 32px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
	padding: 0 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
    .CoverPop-open #CoverPop-cover {
        display: table;
    }


@-webkit-keyframes fade-in {
    0% { opacity: 0; }
    25% { opacity: 0; }
    100% { opacity: 1; }
}
/*
* Custom Styles
*/

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#imgcontent {
    background: #fff none repeat scroll 0 0;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    display: inline-block;
    margin: auto;
    padding: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    width: auto;
position: relative;
}
#imgcontent .cssButton {
    cursor: pointer;
    background: #43a72f;
							   
    color: #fff;
	-webkit-appearance: none;
    border: none;
    padding: 8px 12px 7px 12px;
}
#CoverPop-content {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#imgcontent a img {
    border: 0;
    max-width: 300px;
}
a.boxclose {

    color: #333;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 0;
    margin-right: -25px;
    margin-top: -20px;
    padding: 5px 5px 17px;
}
a.boxclose:hover{
    text-decoration:none;      
}
				  
	
    .splash {
        background-color: rgb(0,0,0);
        background-color:rgba(0, 0, 0, 0.75);
    }

.splash-center {
    display: table-cell;
    margin: auto;
    padding: 20px;
    text-align: center;
    vertical-align: middle;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
            .splash-title {
                margin: 0 0 5px 0;
            }

            .input-text {
                width: 100%;
                margin-bottom: 5px;
                border: solid 1px #ccc;
                padding: 7px;
            }

            .submit-button {
                margin-bottom: 10px;
            }

.close-splash {
    margin: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 25px;
    cursor: pointer;
}

 @media only all and (max-width: 480px) {
    .splash-center {
        margin: 0;
    }
#imgcontent .cssButton {
	width: 90%;
	font-size:16px;
}
input[type="text"]{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    border: 1px solid #bbb;
    height: 32px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
	padding: 0 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width:90%;
}
#imgcontent a img {
	width:100%;
}
a.boxclose {
    margin-right: -10px;
	}
}