*{
	margin: 0px;
	padding:0px;
}
.Frame{
	background-image: url(../images/frame-img.jpg);
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	height:100% !important;
	border-bottom:solid 4px #e1600d;
	float:left;
	width:100%;
}
.cricle{
background-color: #e72d08;
    border-radius: 100%;
    border: 10px solid rgba(255, 255, 255, 0.3);
    transition: 1s;
    text-align: center;
    width: 250px;
    height: 250px;
	margin-top:80px;
}
.cricle:hover{
	transform:scale(1.1);
	cursor: pointer;
}
.cricle img{
	color: #fff;  
	padding: 65px 10px;
	width:130px;
}










/******* Welcome Popup ********/
#fvpp-blackout {
  display: none;
  z-index: 499;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

#my-welcome-message {
  display: none;
  z-index: 500;
  position: fixed;
  width: 50%;
  left: 25%;
  top: 20%;
  padding: 20px 20px 40px 20px;
  font-family: Calibri, Arial, sans-serif;
  background: #e72d08;
  border-top:solid #FFF 5px;
	color:#FFF;	
     border-radius: 5px;
}

#my-welcome-message img{
	border-right: dashed 1px #333;
	padding-right:20px;

}

#my-welcome-message button{
	background:#333;
	border:none;
	padding:10px 20px;
	margin-top:20px;
	width:100%;
	transition:all 0.5s;
}

#my-welcome-message button:hover{
	background:#000;
	color:#CCC;
}

#my-welcome-message h2{
	margin-top: 0px;
}

#my-welcome-message input{
	width:100%;
	padding:10px;
	border:0px;
	color:#333;
}

#fvpp-close {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  color:#FFF;
  text-decoration:none;
  transition:all 0.5s;
  font-weight:bold;
}

#fvpp-close:hover{
  color:#333;
}

#fvpp-dialog h2 {
  font-size: 2em;
  margin: 0;
  color:#FFF;
}

#fvpp-dialog p { margin: 0;}



.logo img{
	position:absolute;
	top:30px;
	padding-left:20px;
	border-left: solid 50px #e72d08;
z-index:100;}
	
.footer{
	width:100%;
	color:#CCC;
	bottom:0;
	text-align:center;
	float:left;
	padding-bottom:30px;
}

.iconrows{
	padding:100px !important;
}


