.border { border: 1px solid #000;}
.none  {display: none; }
h1
{
    display: block;
    font-size: 30px;
    position: relative;
    text-align: left;
    font-weight: 300;
    padding:10px 25px;
    margin:0px 0px 0px 0px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    color: #333;
    font-family: 'adiNeueBold';
}
h2
{
    display: inline-block;
    font-size: 20px;
    position: relative;
    text-align: center;
    line-height: 30px;
    font-weight: 300;
    color: #333;
    font-family: 'adiNeueBold';
    text-transform: uppercase;
    margin:0 0  25px 0;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
h3
{
    display: block;
    font-size: 22px;
    position: relative;
   font-family: 'adiNeueBold';
    text-align:left;
    //text-transform: uppercase;
    color: #737373;
    font-weight: 300;
    margin:0px 0px 0px 0px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
h4
{
   display: block;
    font-size: 16px;
    width: 100%;
    position: relative;
    font-family: 'adiNeueBold';
    text-align:left;
    //text-transform: uppercase;
    color: #737373;
    font-weight: 300;
    margin:0px 0px 0px 0px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
a.btn
{
    display: inline-block;
    font-size:14px;
    padding:0  10px 0 50px;
    line-height: 43px;
    height: 43px;
    font-weight: 300;
    margin:15px 5px;
    background: url('../images/btn-white-bg.png') center top no-repeat,
                url('../images/btn-1.png') left center repeat-x;
    border-radius: 0;
    color:#fff;
    font-family: 'adiNeueBold';
    border:none;
    border-radius: 30px 30px 30px 0px;
    position: relative;
    text-transform: uppercase;
    z-index:10;
    -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;
    text-shadow: 1px 1px 3px rgba(10, 88, 123, 0.5);
    border-bottom:1px solid #135a79;
}
a.btn > i 
{ 
    position: absolute; 
    height: 43px; 
    width:45px; 
    left:0; 
    top:0;
    -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;
    background: url('../images/icon-adobe.png') center center no-repeat,
                url('../images/btn-left-icon.png') left center no-repeat;
}
a.btn:hover { color:#fff;   background: url('../images/btn-white-bg.png') center -5px no-repeat,
                url('../images/btn-1.png') left center repeat-x; 
                 border-radius: 30px  0 30px 30px; 
             }

a.btn > span:after 
{ 
    width:0px; opacity: 0;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out; 
    z-index: -1;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    position: absolute; 
    height: 100%; 
    content: ''; 
    border-radius:30px 0 30px 30px;
    position: absolute; 
    left:0;background:rgba(0,0,0,0.1); 
}
a.btn:hover > span:after { width:100%; opacity: 1; }
a.btn.btn-1 
{ 
    color:#fff; 
        text-shadow: 1px 1px 3px rgb(134, 13, 57);
    border-color: #8c103d;
    background: url('../images/btn-white-bg.png') center top no-repeat,
                url('../images/btn-2.png') left center repeat-x; 
}
a.btn.btn-1 > i 
{
    background: url('../images/icon-btn-2.png') center 5px no-repeat,
                url('../images/btn-left-icon1.png') left center no-repeat;
}

a.btn.btn-2 
{ 
    color: #fff;
        text-shadow: 1px 1px 3px rgb(210, 96, 20);
    border-color: #bd5a16;
    padding-right:15px;
    padding-left:55px;
    border-radius: 30px;
    background: url(../images/btn-white-bg.png) center top no-repeat, url(../images/btn-3.png) left center repeat-x;
}
a.btn.btn-2 > i 
{
    background: url('../images/icon-btn-3.png') center 5px no-repeat,
                url('../images/btn-left-icon2.png') left center no-repeat;
}
a.btn.btn-2:after 
{  
    width:100%; 
    height: 50px;
    position: absolute; 
    left:0; 
    top:44px; 
    content: '';
    opacity: 0.6;
    background: url('../images/btn-shadow.png') center center no-repeat;
}
a.btn.btn-3 { border-radius: 30px;  padding:0 40px;}

a.btn > span.round:after { border-radius: 30px; }
input[type=button] {
    display: inline-block;
    font-size: 14px;
    padding: 0 25px 0 25px;
    line-height: 43px;
    height: 43px;
    font-weight: 300;
    margin: 15px 5px;
    background: url(../images/btn-white-bg.png) center top no-repeat, url(../images/btn-1.png) left center repeat-x;
    border-radius: 0;
    color: #fff;
    font-family: 'adiNeueBold';
    border: none;
    border-radius: 30px 30px 30px 0px;
    position: relative;
    text-transform: uppercase;
    z-index: 10;
    -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;
    text-shadow: 1px 1px 3px rgba(10, 88, 123, 0.5);
    border-bottom: 1px solid #135a79;
    background: url('../images/icon-btn-2.png') center 5px no-repeat,
                url('../images/btn-left-icon1.png') left center no-repeat;


}
input[type=text], input[type=password]
{
     box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100% !important;
    height: 40px;
    margin: 0;
    background: linear-gradient(to bottom, #f7f7f8 0%,#ffffff 100%);
    text-align: center;
    border-radius: 3px;
    border: none;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    width:100%;
    height: 40px;
    outline: none;
    border: none;
    padding: 5px 15px 5px 15px;
    border-radius: 3px;
    color:#7f7f7f;
    margin-top:10px;
    text-align: left;
   
    font-size: 14px;
}
textarea
{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100% !important;
    height: 100px;
    margin: 0;
    background: linear-gradient(to bottom, #f7f7f8 0%,#ffffff 100%);
    text-align: center;
    border-radius: 3px;
    border: none;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    width:100%;
    height: 40px;
    outline: none;
    border: none;
    padding: 5px 15px 5px 15px;
    border-radius: 3px;
    color:#7f7f7f;
    margin-top:10px;
    text-align: left;
   
    font-size: 14px;

}
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]
{
    display: inline-block;
    font-size: 14px;
    padding: 0 25px 0 25px;
    line-height: 43px;
    height: 43px;
    font-weight: 300;
    margin: 15px 5px;
    background: url(../images/btn-white-bg.png) center top no-repeat, url(../images/btn-1.png) left center repeat-x;
    border-radius: 0;
    color: #fff;
    font-family: 'adiNeueBold';
    border: none;
    border-radius: 30px 30px 30px 0px;
    position: relative;
    text-transform: uppercase;
    z-index: 10;
    -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;
    text-shadow: 1px 1px 3px rgba(10, 88, 123, 0.5);
    border-bottom: 1px solid #135a79;
}
input[type=submit]:hover { border-radius: 30px 0px 30px 30px; }

select
{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 20% !important;
    height: 40px;
    margin: 0;
    background: linear-gradient(to bottom, #f7f7f8 0%,#ffffff 100%);
    text-align: center;
    border-radius: 3px;
    border: none;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    width:100%;
    height: 40px;
    outline: none;
    border: none;
   
    border-radius: 3px;
    color:#7f7f7f;
    margin-top:10px;
    text-align: left;
   
    font-size: 14px;
}

.inptss{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 60% !important;
    height: 40px;
    margin: 0;
    background: linear-gradient(to bottom, #f7f7f8 0%,#ffffff 100%);
    text-align: center;
    border-radius: 3px;
    border: none;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    width:100%;
    height: 40px;
    outline: none;
    border: none;
   
    border-radius: 3px;
    color:#7f7f7f;
    margin-top:10px;
    text-align: left;
   
    font-size: 14px;
}
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 { max-width:1100px; width:1100px; }


.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%;
  }





