/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
script{display:none;}
*{
  margin:0px;
  padding:0px;
  display:block;
  font-size: 13px;
  font-family: 'Helvetica','Sans Serif','Arial';
  border:0;
  border-radius:0;
}
.logo:active{
  border:0px solid #fff;
}
.center{
  min-width: 50%;
  margin: auto;
}
@font-face {
    font-family: 'titillium_webthin';
    src: url('titilliumweb-extralight-webfont.eot');
    src: url('titilliumweb-extralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('titilliumweb-extralight-webfont.woff') format('woff'),
         url('titilliumweb-extralight-webfont.ttf') format('truetype'),
         url('titilliumweb-extralight-webfont.svg#titillium_webthin') format('svg');
    font-weight: normal;
    font-style: normal;
}
a{text-decoration:none;outline: none;}
body{
	width:100%;
	height:100%;
	background:url(../asset/img/bg.jpg) repeat;
  font-family: 'Arial','Helvetica','Sans Serif';
  font-size:13px;
}
.two-col{
  width:45%;
  min-height:100px;
  height: auto;
  padding:2%;
  float:left;
  overflow: hidden;
}
.row-fluid{
  width:98%;
  padding:1% 0;
  min-height: 20px;
  height:auto;
  overflow: hidden;
}
header{
  width:100%;
  top: 0px;
  left: 0px;
  position:fixed;
  z-index: 10000;
  background:url(../asset/img/bg.jpg) repeat;
  /*box-shadow:0px 3px 3px 1px rgba(15,15,15,1);*/
  font-family: 'Arial','Helvetica','Sans Serif';
  font-size:12px;
  overflow: hidden;
}
.header-container{
  width: 100%;
  display: block;
  height: auto;
  margin: auto;
}
header .logo{
  width: 60%;
  height: auto;
  margin: auto;
  float: left;
}
.logo a img{
  width:auto;
  height:auto;
  float:left;
  margin-left:10%;
}
header .header-right{
  width:38%;
  height: auto;
  margin-left: 1%;
  position: absolute;
  overflow:hidden;
}
nav{
  padding:10px;
  height:40px;
  display:block;
  overflow: hidden;
  margin-top:3%;
}
#navi{
  display:block;
  height:auto;
  z-index: 10000;
}
#navi-s{
  display:none;
  transition: all .3s ease;
  position:fixed;
  height:30px;
  width:50px;
  margin:0px;
  left:3px;
  top:3px;
  border-top:1px solid rgba(255,255,255,.1);
  border-bottom:3px solid #000;
  z-index:5000000;
  background: #fff;
  background:url(../asset/img/menu.png) no-repeat;
}
nav ul li {
  float:right;
  color:#fff;
  list-style: none;
  padding-left:10px;
  padding-right: 10px;
}
nav .navigation{
  font-size:13px;
  line-height:16px;
  overflow:hidden;
  height:18px;
  /*width:auto;*/
  width:50px;
  text-align:center;
  padding-top:40px;
  margin-left:5px;
  margin-right:5px;
  color:#ccc;
  color:rgb(222,222,222);
  margin-bottom:6px;
  padding-bottom:3px;
  transition: border-bottom .1s ease-in-out;
  -webkit-transition: border-bottom .1s ease-in-out;
  -moz-transition: border-bottom .1s ease-in-out;
  -o-transition: border-bottom .1s ease-in-out;
  cursor: pointer;
  z-index: 100;
}
nav .navigation a{
  font-size:13px;
  color:#ccc;
  line-height:16px;
  color:rgb(222,222,222);
  text-decoration: none;
  z-index: 100;
}
nav .navigation:hover{
  color:#008fff;
  margin-bottom: 2px;
  /*border-bottom: 3px solid #008fff;*/
  z-index: 100;
}
nav .navigation:hover,nav .navigation:hover a{
  color:#008fff;
  z-index: 100;
}
nav .navigation-visited{
  color:#008fff;
  margin-bottom: 2px;
  /*border-bottom: 3px solid #008fff;*/
  z-index: 100;
}
#home{
  background:url(../asset/img/home.png) no-repeat;
  background-position: 0px 0px;
}
#home:hover{
   background-position: 0px -68px;
}
#home.navigation-visited,#home.navigation-visited:hover{
   background-position: 0px -57px;
}
#product{
  background:url(../asset/img/product.png) no-repeat;
  background-position: 0px 0px;
}
#product:hover{
   background-position: 0px -68px;
}
#product.navigation-visited,#product.navigation-visited:hover{
   background-position: 0px -57px;
}
#about{
  background:url(../asset/img/about.png) no-repeat;
  background-position: 0px 0px;
}
#about:hover{
   background-position: 0px -68px;
}

#about.navigation-visited,#about.navigation-visited:hover{
   background-position: 0px -57px;
}
#contact{
  background:url(../asset/img/contact.png) no-repeat;
  background-position: 0px 0px;
}
#contact:hover,#contact.navigation-visited{
   background-position: 0px -68px;
}
#blog{
  background:url(../asset/img/blog.png) no-repeat;
  background-position: 0px 0px;
}
#blog:hover,#blog.navigation-visited{
   background-position: 0px -68px;
}
.mob-navi{
  display:none;
  position:fixed;
  left:2px;
  top:36px;
  padding:12px;
  padding-left:15px;
  padding-right:15px;
  overflow:hidden;
  min-width:120px;
  background:#333;
  border-radius: 3px;
  box-shadow: 3px 3px 10px 0px rgb(194,241,255);
  background:-moz-linear-gradient(center top,rgb(51,51,51) 0%, rgb(0,0,0) 100%);
  cursor:pointer;
}
.mob-navi ul a li{
  border-bottom:1px solid #333;
  display:inline-block;
  padding-top:3px;
  padding-bottom:4px;
}
.mob-navi ul a li img{
  width:16px;
  float:left;
}
.mob-navi ul a li span{
  list-style:none;
  display:block;
  line-height:16px;
  font-size:15px;
  color: #fff;
  float:left;
  margin-left:15px;
}
.mob-navi ul a:hover li span,.mob-navi ul a:active li span{
   color:#2dc6ff;
   text-shadow: 0px 0px 5px rgba(255,255,255,1);
}
header .hgh{
  width:100%;
  height: 2px;
  display:block;
  overflow: visible;
  position: absolute;
  margin:0px auto;
  margin-top: 12px;
  z-index: 0;
}
header .hgh img{
  z-index: -100;
}
/***************************************************************************/
.fullcont{
  display:inline-block;
  height:auto;
  overflow:hidden;
  margin:0px;
  width:100%;
}
.banner{
  width:100%;
  height:auto;
  overflow:hidden;
  min-height:500px;
  /*background:url(../asset/img/try.png);
  animation:backgroundscroll 600s infinite;
-webkit-animation:backgroundscroll 600s infinite; /* Safari and Chrome 
  }
@keyframes backgroundscroll
{
from {background-position:0% 0%;}
to {background-position:-10000px 0;}
}

@-webkit-keyframes backgroundscroll /* Safari and Chrome 
{
from {background-position:0% 0%;}
to {background-position:-10000px 0;}*/
}
.banner .bannerlayer2{
  width:100%;
  height:100%;
  position:absolute;
  margin:0px;
}
.banner .bannerlayer3{
  width:100%;
  height:200px;
  position:absolute;
  margin:0px;
  margin-top:300px;
  background:url(../asset/img/grass.png);
  animation:backgroundscroll 300s infinite;
  -moz-animation:backgroundscroll 300s infinite;
-webkit-animation:backgroundscroll 300s infinite; /* Safari and Chrome */
}
/**********ABBYS PRIVATE BETA LAUNCH**********/
.abbys{
  width:30%;
  float:right;
  overflow:hidden;
  height:auto;
}
.abbys img{
  width:90%;
  margin:auto;
  padding:2%;
  height:auto;
}
/**************LOGIN SIGNUP AND INPUTS************/
.input-label{
  font-family: 'titillium_webthin';
    font-size: 13px;
    color: #fff; 
    margin-top:5px;
    margin-bottom:5px;
}
.input-field input{
  width:250px;
  padding: 5px;
  height:25px;
  border-radius: 4px;
  border:1px solid rgba(0, 143, 255,.5);
  background: #222;
  box-shadow: 0px -1px 5px 1px #000 inset;
  margin-left: 15px;
  color:#cff;
}
.input-field input:focus{
  box-shadow:0px 0px 7px rgba(255,255,255,.3);
  -webkit-box-shadow:0px 0px 7px rgba(255,255,255,.3);
  -moz-box-shadow:0px 0px 7px rgba(255,255,255,.3);
  border:1px solid rgb(0, 143, 255);
  background: #111;

}
.input-field input:disabled{
  border:1px solid #666;
  background: #333;
  box-shadow: none;
}
.submit{
  min-width:60px;
  width:auto;
  overflow: hidden;
  min-height:25px;
  padding:3px;
  background:#fff;
  line-height: 23px;
  border-radius: 3px;
  color: rgb(0, 19, 74);
  text-shadow: 0px 1px 0px rgb(124, 186, 255);
  background: rgb(44, 129, 255);
  background: -moz-linear-gradient(center top,rgba(44,129,255,1) 0%,rgba(40,60,255,1) 100%);
  background: -webkit-linear-gradient(top,rgba(44,129,255,1) 0%,rgba(40,60,255,1) 100%);
  border:1px solid  rgb(44, 150, 255);
  font-weight:bold;
  margin-left: 15px;
  margin-top: 5px;
}
.submit:disabled{
  background: #222; 
  border: 1px solid #555;
  text-shadow:none;
  color: #666; 
}
#reqCheck{
  margin-left:10%;
}
.sign-in-up-heading h1{
    font-family: 'titillium_webthin';
    font-size: 23px;
    font-weight: bold;
    color: #fff; 
}
.sign-in-up-heading h1 small{
  font-style: italic;font-size: 12px;
  font-weight: normal;
}
#action{
  width:90%;
  padding: 2%;
  display: block;
  overflow: hidden;
  color:yellow;
  font-size: 15px;
  line-height: 17px;
  background: #111;
  margin-top:15px;
  border-radius: 5px;
  height:auto;
  border:1px solid #333;
  box-shadow: 0px -2px 5px 1px #000 inset; 
}
button#runTests{
  display: block;
  padding: 3px;
  width: 65px;
  margin-top: 10px;
  font-weight: bold;
  border-radius: 3px;
  border:1px solid rgb(0, 143, 255);
  background: -moz-linear-gradient(center top , rgb(67, 135, 253), rgb(70, 131, 234));
  background: -webkit-linear-gradient(top , rgb(67, 135, 253), rgb(70, 131, 234));
  background: -o-linear-gradient(top , rgb(67, 135, 253), rgb(70, 131, 234));
  color:#fff;
}
.checkList{
  width:90%;
  height:30px;
  padding:4% 10px;
  font-size:16px;
} 
.checkList .bullet{
  width:28px;
  height:28px;
  border-radius: 50%;
  border:1px solid #fff;
  text-align:center;
  font-weight:bold;
  font-family: 'titillium_webthin';
  font-size: 20px;
  color:#fff;
  line-height: 28px;
  background: green;
  float:left;
}
.checkList .testbody{
  float: left;
  line-height:26px;
  font-size: 20px;
  color:white;
  font-family: 'titillium_webthin';
  margin-left: 10px;
}