@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Droidserif';
    src:  url('../font/Droidserif.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Droidserifbd';
    src:  url('../font/Droidserifbd.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Ptserif';
    src:  url('../font/Ptserif.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}



body{   background: #CAECFE url(../image/bg.jpg) top center no-repeat;
  background-size: 100% 100%;}

.container{  /*background: #eeeeee; padding: 0px 26px 10px;  margin-top: 26px;*/ }

.headingrow{
  background: #073c72;
}

.arim{
  text-align: center;margin-top: -22px;
}

.arim img{
  width: 85px;
}

.fscol {
  padding-top: 72px;
}

.smalllinkul{
  margin-left: -37px;
}

.headlinefont
{  color: #ffe76d;
  font-family: 'Arial';
  font-size: 29px;
  line-height: 37px;
  margin-top: 18px;
  margin-bottom: 18px;
  text-align: center;
}

.logo{
  padding-top: 23px;
}

.headlinefont span{color:#e70202;}

.form1{   border-radius: 4px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.94);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.94);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.94);
  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 58%, rgba(234,234,234,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(58%, rgba(255,255,255,1)), color-stop(100%, rgba(234,234,234,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 58%, rgba(234,234,234,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 58%, rgba(234,234,234,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 58%, rgba(234,234,234,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 58%, rgba(234,234,234,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0 );
 }

.subheadlinefont{  font-size: 18px;
  text-align: center;
  line-height: 24px;
  color: #202020;
  font-family: 'Arial';
  padding: 0px 7px;
  }
  
  
  
.paragraphfont{color: #FFFFFF;
  text-align: center;
  font-size: 24px;
  font-family: 'Droidbd';
  padding-top: 17px;}
  
  .arrow{  text-align: center;}

.arrow img{  width: 170px;}

.seccol{/*padding-bottom: 22px;
  padding-left: 5px !important;
  padding-right: 0px !important;*/
  }
  
 .getbonus {
  background: rgba(252,209,117,1);
  background: -moz-linear-gradient(top, rgba(252,209,117,1) 0%, rgba(255,188,80,1) 43%, rgba(255,188,80,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,209,117,1)), color-stop(43%, rgba(255,188,80,1)), color-stop(100%, rgba(255,188,80,1)));
  background: -webkit-linear-gradient(top, rgba(252,209,117,1) 0%, rgba(255,188,80,1) 43%, rgba(255,188,80,1) 100%);
  background: -o-linear-gradient(top, rgba(252,209,117,1) 0%, rgba(255,188,80,1) 43%, rgba(255,188,80,1) 100%);
  background: -ms-linear-gradient(top, rgba(252,209,117,1) 0%, rgba(255,188,80,1) 43%, rgba(255,188,80,1) 100%);
  background: linear-gradient(to bottom, rgba(252,209,117,1) 0%, rgba(255,188,80,1) 43%, rgba(255,188,80,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcd175', endColorstr='#ffbc50', GradientType=0 );
  border-radius: 4px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom: 1px solid #9d1709;
}

.getheadline{
  color: #992f34;
  font-family: 'Droidserif';
  text-align: center;
  font-size: 24px;
  padding: 15px 0px 8px;
}

.contentbg{
  padding-top: 37px;
}



.vid{text-align:center;}
.vid img{  width: 100%;
  /*max-width: 480px;
  max-height: 270px;*/
  max-width: 640px;
  max-height: 360px;}

iframe{
 /*max-width: 480px;
  max-height: 270px;*/
  max-width: 640px;
  max-height: 360px;
   width: 100%;
}

embed{
  /*max-width: 480px;
  max-height: 270px;*/
  max-width: 640px;
  max-height: 360px;
   width: 100%;
}


input[type="email"], input[type="text"]{
  width: 100%;
  background: none;
  border: 1px solid #252525;
  text-align: center;
  color: #252525;
  border-radius: 3px;
  padding: 8px 10px;
  font-size: 15px;
  margin-bottom: 7px;
}

input[type="image"]
{
  text-align: center;
  margin: auto !important;
    /*width: 100%;
  padding: 0px 38px;*/  width: 92%;
}


input[type="submit"]{
  background: #d22121;
  border: 1px solid #860606;
  padding: 9px 18px 9px 18px;
  font-size: 15px;
  color: #fff;
  /* font-weight: bold; */
  font-family: 'Droidserifbd';
  text-transform:uppercase;
  border-radius: 4px;
  -webkit-box-shadow: inset -7px -7px 15px -5px rgba(0,0,0,0.75);
  -moz-box-shadow: inset -7px -7px 15px -5px rgba(0,0,0,0.75);
  box-shadow: inset -8px -8px 7px -7px rgba(119, 5, 5, 1);
  margin-top: 12px;
}



::-webkit-input-placeholder {
   color:  #252525;
}

:-moz-placeholder { /* Firefox 18- */
   color:  #252525;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color:  #252525;  
}

:-ms-input-placeholder {  
   color:  #252525;  
}


.smalllink
{
  clear: both;
  text-align: center;
  margin-top: 25px;
}

.smalllinkli
{
    list-style-type: none;
  display: inline;
  color: #900;
  font-size: 15px;
  border-right: 1px solid #011c38;
  padding-right: 15px;
  padding-left: 15px;
}

.smalllinkli a
{
	color: #011c38;
}

.smalllinkli a:hover {
  color: #011c38 !important;
  
}

.lastlink{border:none;}


.formm{
  text-align: center; padding: 6px 15px 25px;
}

.priv{
  font-size: 12px;
  margin-left: 5;
  margin-top: -7px;
}

.priv img {
  width: 12px;
  margin-top: -6px;
  margin-right: 4px;
}

.buttonContainer {
  margin-top: 11px;
}
