*{margin: 0; padding: 0; text-decoration: none; font-family: tahoma;}

body{background: #F8F9FE;}
#main-container{width: 900px; margin: auto; height: auto;}
#my-website{width: 100%; overflow: hidden; margin-top: 40px; box-shadow: 0 0 1px #ccc;}
#my-website a{display: block; line-height: 50px; background: #fff; text-align: center; color: #1A91B1;
	border-radius: 3px;}
#my-website a:hover{color: #EB5F60;}

#content{width: 100%; min-height: 400px; background: #fff; border-radius: 3px;box-shadow: 0 0 1px #ccc; 
	margin-top: 20px; text-align: center;}
.btn-open-popup{display: inline-block; line-height: 0px; padding: 0 0px; background:#1A91B1; color: #fff; font-size: 14px; 
	border-radius: 3px; margin-top: 0px; transition: 0.3s;}
.btn-open-popup:hover{background: #EB5F60;}

/***popup***/
#background-popup {z-index:85; position: fixed; display:none; height:100%; width:100%; background:#000; top:0px; left:0px;}
#to-popup{background: #F9F9F9; color: #333333; display: none; width: 60%; height: 70%; overflow: auto;
	position: fixed; top: 12%; z-index: 90; left: 50%; margin-left: -31%; padding: 15px;}
#btn-close{transition:0.2s; display: block; width: 40px; height: 40px; position: absolute; top: 0; right: 0; cursor: pointer; 
	background: rgba(255, 255, 255, 0.8);}
#btn-close:before{content: ""; display: block; position: absolute; top: 30%; left: 30%; width: 40%; height: 40%;
	border-radius: 50%; background: #1A91B1; }
#btn-close:hover{background: rgba(235, 95, 96, 0.2);}
#popup-content{width: 100%; height: 100%; min-height: 400px; min-width: 500px;}

#loading-title{display: block; line-height: 400px; text-align: center;}