/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Fauna+One|Muli);

#popupdiv {
	z-index: 999999;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	display: block;
}

#popimg {
	width: 49%;
	height: 59%;
	margin: 0px;
	/*background-color: white;*/
	font-family: 'Fauna One', serif;
	position: relative;
	/*border: 5px solid rgb(90, 158, 181);*/
	left: 61%;
	margin-left: -35%;
	top: 18%;
}

#popimg-box{
	width: 750px;
    height: 50%;
    top: 9%;
    left: 57%;
    margin: 0px;
	/*background-color: white;*/
	font-family: 'Fauna One', serif;
	position: relative;
	margin-left: -36%;
}

#popimg-photo {
	width: 50%;
	height: 59%;
	margin: 0px;
	/*background-color: white;*/
	font-family: 'Fauna One', serif;
	position: relative;
	/*border: 5px solid rgb(90, 158, 181);*/
	left: 61%;
	margin-left: -36%;
	top: 9%;
}

#popimg-regis {
	width: 950px;
    height: 59%;
    margin: 0px;
    /* background-color: white; */
    font-family: 'Fauna One', serif;
    position: relative;
    /* border: 5px solid rgb(90, 158, 181); */
    left: 60%;
    margin-left: -35%;
    top: 15%;
}

#popupdivM {
	z-index: 999999;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	display: none;
}

#popimgM {
	width: 90%;
	height: auto;
	margin: 0px;
	background-color: white;
	font-family: 'Fauna One', serif;
	position: relative;
	/*border: 5px solid rgb(90, 158, 181);*/
	left: 50%;
	margin-left: -45%;
	top: 15%;
}

#popimgM-regis {
	width: 82%;
    height: auto;
    margin: 0px;
    background-color: white;
    font-family: 'Fauna One', serif;
    position: relative;
    left: 44%;
    margin-left: -35%;
    top: 5%
}

@media screen and (max-width: 1900px) {	

	#popimg-regis {
	    left: 53%;
	    margin-left: -35%;
	    top: 8%;
	}
}

@media screen and (max-width: 1390px) {	
	#popimg-regis {
	    left: 53%;
	    margin-left: -35%;
	    top: 6%;
	}
	
	#popimg-photo {
		left: 58%;
	    margin-left: -35%;
	    top: 6%;
	}
}

@media screen and (max-width: 1100px) {	
	#popimg-regis {
	    left: 43%;
	    margin-left: -35%;
	    top: 12%;
	}

}

@media only screen and (max-width: 992px) {
	#popupdiv {
		display: none;
	}

	#popupdivM {
		display: block;
	}
}

@media screen and (max-width: 768px) {	

	#popimg-regis {
	    left: 43%;
	    margin-left: -35%;
	    top: 13%;
	}
}

@media screen and (max-width: 480px) {
	
	#popimgM-regis {
		width: 82%;
	    height: auto;
	    margin: 0px;
	    background-color: white;
	    font-family: 'Fauna One', serif;
	    position: relative;
	    left: 44%;
	    margin-left: -35%;
	    top: 5%
	}
}

@media screen and (max-width: 414px) {
	
	#popimgM-regis {
		width: 82%;
	    height: auto;
	    margin: 0px;
	    background-color: white;
	    font-family: 'Fauna One', serif;
	    position: relative;
	    left: 44%;
	    margin-left: -35%;
	    top: 5%
	}
}