/*$Id $ */
@font-face {
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/Roboto-Regular-webfont.eot');
  src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular-webfont.woff') format('woff'), url('fonts/Roboto-Regular-webfont.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto Medium';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/Roboto-Medium-webfont.eot');
  src: url('../fonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Medium-webfont.woff') format('woff'), url('fonts/Roboto-Medium-webfont.ttf') format('truetype');
}
body {
  padding: 0px;
  margin:0 auto;
  background:#3c434c url("../images/login-bg.png") repeat;
  font-family: 'Roboto Medium';
  color: #555;
  font-size: 13px;
}
.maincontent{
  width: 100%;
}
.toplinkdiv{
  text-align: right;
  padding-bottom: 25px;
  font-size: 13px;
}
.toplinkdiv span{
  color: #fff;
  text-decoration:none; 
  padding-right: 20px;
}
.logosection{
    background:#fff;
    text-align: center;
    position: relative;
    top: 1px;
}
.logo-inner{
  height:100px;
  padding:18px 0;
}
.centerdiv{
    width: 100%;    
}
.ae-demobg{
  background-image:url('../images/ae-demo-bg.svg');
  background-repeat:no-repeat;
  background-size:auto;
  background-position:center;
  background-color: #fff;
  background-size: 100%;
  padding-bottom: 10px;

}
.ae-demobg{
  height: 370px;
}
.bottomdiv{
    background:#efefef;
    width:100%;
    float:right;
    text-align: center;
    padding: 15px 0;
}
.bottomdiv a{
  color:#4d4d4d;
  margin: 0 24px;
  display: inline-block;
  text-decoration: none;
}
.bottomdiv div{
  margin: 0 24px;
  display: inline-block;
  color:#555;
}
.bottomdiv a:hover{
  text-decoration:underline;
}
.bottomdiv p{
  font-size: 9px;
  border-left: 1px solid #4d4d4d;
  display: inline;
}
.trial-btn{
  border: 1px solid #fff;
    background: transparent;
    color: #fff;
    padding: 8px 15px;
    margin-right:18px;
    cursor: pointer;
    text-decoration:none;
}
.trial-btn:hover{
  background-color: #fff;
  color: #555;
}
.user-btn{
    background: #4c82e8;
    border: 1px solid #4c82e8;
    color: #fff;
    font-family: 'Roboto Medium';
    padding: 10px 25px;
    margin: 0 10px;
    cursor: pointer;
    font-size: 17px;
    position: relative;
    top: 62px;
    left: -100px;
    border-radius:2px; 
}
.user-btn:hover{
  box-shadow: 2px 3px 3px #b0b0b0;
}
.header-title{
  left: -100px;
  position: relative;
  top: 25px;  
}
.onlinedemo-rib{
    position: absolute;
    right:13px;
    top: 35px;
    text-decoration:none;
}
.ribbon {
    font-size: 15px;
    font-family: 'Roboto Medium';
    font-weight: normal;
    width: 100%;    
    position: relative;
    background: #d13543;
    color: #fff;
    text-align: center;
    padding:10px 10px 10px 3px;
    margin: 0;
}
.ribbon:before{
     content: "";
     position: absolute;
     display: block;
     bottom: 0;
     border: 20px solid #d13543;
     z-index: 9;
}
.ribbon:before {
     left: -2em;
     border-right-width: 1em;
     border-left-color: transparent;
}
.ribbon .ribbon-content:after {
     right: 0;
     border-width: 10px 12px 0 0;
}

.demo-sprite{
    background-image: url(../images/demo-sprite.svg);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.login-user{
  background-position:-51px -1px;
  top:-2px;
}
.login-globe{
  background-position:-2px -1px;
}
.login-email{
  background-position: -25px -1px;
}
.login-contact{
  background-position:-74px -1px;
}
.icon-md{
  width: 18px;
  height: 18px;
}
.icon-pos{
  position: relative;
  right: 7px;
}
.fl{
  float: left;
}
.copyright{
  color: #f4f4f5;
  text-align: center;
  padding-top: 10px;
  line-height: 20px;
  font-size: 12px;
}

@media only screen and (min-width:700px) {
  .ae-demobg {    
    height: 270px;
  }
  .header-title{    
    font-size: calc(15px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
  }
}
@media only screen and (min-width:1000px) {
  .ae-demobg {    
    height: 300px;
  }
  .header-title{    
    font-size: calc(15px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
  }
}
@media only screen and (min-width:1200px) {
  .ae-demobg {    
    height: 370px;
  }
  .header-title{    
    font-size: calc(15px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
  }
}
@media only screen and (min-width: 1700px) {
  .ae-demobg {    
    height:470px;
  }
  .ribbon{
    padding-bottom: 10px;
  }
  .header-title{    
    font-size: calc(15px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
  }
}
@media only screen and (min-width:2000px) {
  .maincontent{
     width: 1200px;
  }
  .ribbon{
    padding-bottom: 10px;
  }
  .header-title{    
    font-size:20px;
  }
   .ae-demobg {    
    height:350px;
  }
}
