@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../fonts/Montserrat-Regular.otf'); /* IE9 Compat Modes */
}
body{
	margin: 0;
	font-family: Montserrat-Regular;
	font-size:15px;
	line-height:1.5;
	color: #333;
}
.mainImage{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-image: url(../images/bg_img.jpg);
}
.logo{
	position: relative;
	top: 150px;
	left: 0px;
	width: 152px;
	height: 56px;
	margin: 0 auto;
	background-image: url(../images/logo.png);
}
.line{
	position: relative;
	width: 500px;
	top: 230px;
	margin: 0 auto;
	border-bottom: 1px solid #467ca0;
}
.text{
	position: relative;
	color: #fff;
	font-size: 30px;
	top: 215px;
	left: 0px;
	text-align: center;
	width: 1280px;
	margin-top: 10px;
	font-family: calibri;
}
.bottons{
	position: relative;
	top: 250px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	width: 100%;
	margin: 0;
}
.btn{
	position: relative;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
}
#txt3{
	top: 240px;
	font-size: 15px;
	color: #ab6d12;
}
#txt4{
	top: 230px;
	font-size: 15px;
	color: #ab6d12;
}
#btn1{
	position: absolute;
	background-color: #01a161;
	width: 100px;
	left: 500px;
	padding: 10px;
	text-align: center;
}
#btn1 a,
#btn2 a{
	color: #ffffff;
	text-decoration: none;
}
#iframe-container {
    position: absolute;
    overflow: hidden;
    padding-top: 56.25%;
}
#btn2{
	position: absolute;
	background-color: #01a161;
	width: 100px;
	left: 640px;
	padding: 10px;
	text-align: center;
	cursor: default;
    opacity: 0.5;
}
iframe {
	position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0 auto;
    border: none;
}

#popup_main{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    display: none;
    z-index: 1;
}
#popup_content{
 position: absolute;
 width: 530px;
 height: 485px;
 background-color: #fff;
 overflow: visible;
 border: 1px solid #e8e8e8;
 top: 15%;
 left: 0;
 right: 0;
 bottom: 0;
 margin: 0 auto;
 box-sizing: border-box;
 box-shadow: 4px 4px 14px -4px rgba(0, 0, 0, .49);
 border-radius: 8px;
}
#popup_title{
  position: absolute;
  width: 87%;
  left: 0px;
  text-align: center;
  padding: 30px;
}
#popup_button_container{
  position: absolute;
  margin: auto auto;
  bottom: 111px;
  left: 25%;
  bottom: 30px;
}
.popup_button{
  position:relative;
  width: 114px;
  height: 42px;
  color:#fff;
  text-align:center;
  float:left;
  margin-left: 10px;
  line-height: 42px;
  cursor:pointer;
  font-size: 18px;
  background-color: #6163fd;
  border-radius: 20px;
}
.popup_button:hover{
	  background-color: #757575;
}