@charset "utf-8";
/* CSS Document */

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index:100;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

a:hover, a:active, a:focus {
  text-decoration: none;
  color: #F44336
}

a, a:focus, a:active, a:hover, object, embed {
  outline: none
}

:-moz-any-link:focus {
  outline: none
}

 @font-face {
  font-family: 'futura';
  src: url('futura-medium-webfont.woff2') format('woff2'),
       url('futura-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body{
  font-family: 'futura';
  background: url('../images/bg.png') no-repeat center center fixed;
  background-size: cover;
  height: 100%;
  background-color: #ffffff;
}
.futura-font{
  font-family: 'futura';
}
.igt-same{
  width: 45px !important;
}
.article-head{
  font-size: 25px;
  line-height: 45px;
  background-color:rgba(255, 255, 255, 0.7); 
  padding: 35px;  
  border:1px solid #9A2727; 
  border-radius: 15px 50px 30px;
}
.head-form-border{
  border:1px solid #ffffff;
  background-color:rgba(65, 41, 41, 0.7);
  padding:35px 25px;
  border-radius: 15px 50px 30px;;
}

/* Custom, iPhone Retina */
	@media only screen and (min-width : 320px){
   .article-head{
     font-size: 18px;
     line-height: 38px;
    }
	}
	/* Custom, iPhone Retina */


	/* Extra Small Devices, Phones */
	@media only screen and (min-width : 480px){
    .article-head{
     font-size: 22px;
     line-height: 42px;
    }
	}

	/* Small Devices, Tablets */
	@media only screen and (min-width : 768px){
		
		.article-head{
     font-size: 25px;
     line-height: 45px;
    }
	}

	/* Medium Devices, Desktops */
	@media only screen and (min-width : 992px){

	}

	/* Large Devices, Wide Screens */
	@media only screen and (min-width : 1200px){

	}