.border { border: 1px solid #000;}
.none  {display: none; }
.animated {     
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
}
a.btn
{
  display: inline-block;
  padding:0 25px;
  line-height: 48px;
  height: 48px;
   font-family: 'Bicubik';
   letter-spacing: 3px;
   font-size:12px;
  color:#fff;
  text-shadow:0 1px 2px rgba(0,0,0,0.2);
  background: url('../images/btn-bg-over.png') center top no-repeat,
              url('../images/btn-bg.png') left center repeat-x;
  text-transform: uppercase;
  border:1px solid #88b1e8;
  border-bottom:1px solid #88b1e8;
  border-radius: 30px;
}
a.btn.btn-1 
{  
    background: 
      url('../images/btn-bg-over.png') center top no-repeat,
      url('../images/btn-bg-1.png') left center repeat-x;
    border: 1px solid #72ca83;
    border-bottom: 1px solid #72ca83;
}
a.btn:hover { background: url('../images/btn-bg-over.png') center top no-repeat,#88b1e8; color:#fff;}
a.btn.btn-1:hover
{
  background: url('../images/btn-bg-over.png') center top no-repeat,#72ca83;
  
}
input[type=text], input[type=password], select
{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    height: 40px;
    outline: none;
    border: none;
    line-height: 42px;
    border: none;
    color: #fff;
    background: #fbfbfb;
    box-shadow: inset 0 -6px 13px rgba(0, 0, 0, 0.11);
    border-radius: 0px;
    margin-top: 0px;
    text-align: center;
    font-size: 15px;
    color: #333;
    padding: 0 20px;
    border-radius: 30px;
    font-family: 'SinkinSans';
    border: none;
}
textarea
{
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    font-size: 14px;
    border-radius: 20px;
    width:100%;
    background: transparent;
    border:none;
    box-shadow: inset 0 -6px 13px rgba(0, 0, 0, 0.11);
    padding: 10px 20px;
    height: 100px;
    outline: 0;
    border-radius: 17px;
    font-family: 'SinkinSans';
    color: #333;
    border: none;
    resize:none;

}
textarea:focus,input[type=text]:focus,input[type=password]:focus
{
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
}

input[type=submit], input[type=button]
{
    display: inline-block;
    padding:0 20px;
    line-height: 40px;
    height: 40px;
     font-family: 'Bicubik';
     letter-spacing: 3px;
     font-size:12px;
     outline: none;
    color:#fff;
    text-shadow:0 1px 2px rgba(0,0,0,0.2);
    background: url('../images/btn-bg-over.png') center -6px no-repeat,
                url('../images/btn-bg.png') left center repeat-x;
    text-transform: uppercase;
    border:1px solid #7eace9;
    border-bottom:1px solid #7eace9;
    border-radius: 30px;
}
input[type=button]{
background: 
      url('../images/btn-bg-over.png') center top no-repeat,
      url('../images/btn-bg-1.png') left center repeat-x;
    border: 1px solid #6ac37b;
    border-bottom: 1px solid #6ac37b;
 }
input[type=button]:hover {  background: url('../images/btn-bg-over.png') center top no-repeat,#6ac37b; }
input[type=submit]:hover { background: url('../images/btn-bg-over.png') center -6px no-repeat,#6ac37b; color:#fff;  }



input::-moz-placeholder
{
  color:rgba(54,64,74,0.66);
}
input::-webkit-input-placeholder {
  color:rgba(54,64,74,0.66);
}
textarea::-moz-placeholder
{
  color:rgba(54,64,74,0.66);
}
textarea::-webkit-input-placeholder {
  color: rgba(54,64,74,0.66);
}
.fields input::-moz-placeholder
{
  color:rgba(255,255,255,0.66);
}
.fields input::-webkit-input-placeholder {
  color:rgba(255,255,255,0.66);
}

.container { width:1000px; }
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2-5 {
    width: 20%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }






